@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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
body {
  --management-highlight-color: #DB0000;
  --management-highlight-color-rgb: 219, 0, 0;
  --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);
  --header-height: 217px;
  --siteframe: 1180px;
  --siteframe-medium: 1020px;
  --siteframe-small: 965px;
  --siteframe-very-small: 750px;
  --siteframe-space: var(--size-30);
  --paragraph-space: var(--size-20);
  --border-radius-small: 2px;
  --border-radius-button: 2px;
  --border-radius: 12px;
  --border-radius-very-small: 1px;
  --box-shadow: 0 2px 12px rgba(var(--background-dark-style-rgb),0.12);
  --header-button-color: var(--text-color);
  --icon-width: clamp(44px,4.8vw,48px);
  --scrollbar-width: 0px;
  --section-space-vertical: clamp(45px,8vw,80px);
  --section-space-vertical-medium: clamp(50px,12vw,120px);
  --section-space-vertical-big: clamp(55px,18vw,180px);
  --primary-color: #DB0000;
  --primary-color-dark: #b50000;
  --primary-color-light: #f8cccc;
  --secondary-color: #DB0000;
  --secondary-color-dark: #c10000;
  --secondary-color-light: #f8cccc;
  --signal-color: #DB0000;
  --color-on-primary-color: #fff;
  --color-on-secondary-color: #fff;
  --text-color: #333333;
  --text-color-light: rgba(51, 51, 51, 0.5);
  --text-color-primary: #333333;
  --text-color-secondary: #333333;
  --icon-color: #DB0000;
  --icon-color-light: #f8cccc;
  --background-light: #fff;
  --background-medium: #f1f1f1;
  --background-dark: #e2e2e2;
  --background-darker: #d4d4d4;
  --background-rgb: 237, 237, 237;
  --border: rgba(51, 51, 51, 0.1);
  --background-dark-style-dark: #191919;
  --background-dark-style-medium: #282828;
  --background-dark-style-light: #373737;
  --background-dark-style-rgb: 34, 34, 34;
  --input-border: var(--background-darker);
  --input-border-hover: var(--text-color);
  --input-background: var(--background-light);
  --input-background-hover: var(--background-light);
  --input-color: var(--text-color-light);
  --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: 0;
}
@media screen and (min-width: 1100px) {
  body.search_open, body.navi_open {
    --header-button-color: #fff;
  }
}

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

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

/*
|---------------------------------------------------------------
| 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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
@font-face {
  font-family: "Refrigerator Deluxe";
  src: url("fonts/RefrigeratorDeluxe-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @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 #DB0000 !important;
  outline-offset: 4px !important;
}

span.select2-container {
  border-radius: var(--input-border-radius);
}
span.select2-container:focus-within {
  outline: 2px dotted #DB0000 !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 #DB0000 !important;
  outline-offset: 4px !important;
}
.mailform_element.checkbox_field p:focus-within {
  outline: 2px dotted #DB0000 !important;
  outline-offset: 4px !important;
}
.mailform_element.file_field input:focus-visible + label {
  outline: 2px dotted #DB0000 !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 #DB0000 !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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group basic */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  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-light);
  font-display: swap;
}
@media print {
  body {
    font-size: 13px;
    line-height: 20px;
  }
}
body.search_open, body.navi_open {
  overflow: hidden;
}

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

#siteframe {
  padding-top: var(--header-height);
  box-sizing: border-box;
  -webkit-transition: padding-top 0.3s ease-out;
  -moz-transition: padding-top 0.3s ease-out;
  -o-transition: padding-top 0.3s ease-out;
  transition: padding-top 0.3s ease-out;
}
#siteframe:has(> .videos), #siteframe:has(div[class*=picture_top]) {
  padding-top: 0;
}

#content {
  display: flex;
  flex-flow: column;
  align-content: flex-start;
}
#content > * {
  width: 100%;
}
#content:focus-visible {
  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;
  margin-top: var(--section-space-vertical);
}
#content .content_inner:first-child {
  margin-top: var(--size-60);
}
body:has(#siteframe > .videos) #content .content_inner:first-child, body:has(div[class*=picture_top]) #content .content_inner:first-child {
  margin-top: var(--section-space-vertical-medium);
}
#content .content_inner.content_top + .content_inner {
  margin-top: var(--section-space-vertical-medium);
}
#content .content_inner.small {
  --siteframe-width: var(--siteframe-medium);
}
#content .content_inner.very_small {
  --siteframe-width: var(--siteframe-very-small);
}
#content .content_inner:empty {
  display: none;
}
#content .content_inner.gallery_tags_wrap:not(:has(.picture)) {
  display: none;
}
#content .content_inner .text_wrap {
  width: 100%;
}

.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));
  padding: 0 var(--size-40);
  color: var(--header-button-color);
  height: var(--header-height);
  box-sizing: border-box;
  z-index: 200;
  -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;
}
.navi_open header {
  pointer-events: none;
}
.navi_open header #logo {
  pointer-events: all;
}
.navi_open header .header_right {
  pointer-events: all;
}
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: var(--size-30);
  margin-top: calc(-1 * var(--size-60));
  -webkit-transition: margin-top 0.2s ease-out;
  -moz-transition: margin-top 0.2s ease-out;
  -o-transition: margin-top 0.2s ease-out;
  transition: margin-top 0.2s ease-out;
}
header #logo {
  width: 137px;
  -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 svg,
header #logo img {
  display: block;
  width: 100%;
  height: auto;
}
header [class*=header_button] a.portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  line-height: clamp(13px, 1.8vw, 18px);
}
header [class*=header_button] a.portlet_content_link:hover, header [class*=header_button] a.portlet_content_link:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  header [class*=header_button] a.portlet_content_link {
    display: none;
  }
}
header [class*=header_button] a.portlet_content_link:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f004";
  margin-right: 8px;
}
header [class*=header_button] a.portlet_content_link:before {
  font-weight: 700;
}
header [class*=header_button].portlet_content_header_button_coupon a.portlet_content_link:before {
  content: "\f533";
  content: "\f533"/"";
}
header .quick_navigation button,
header .quick_navigation a {
  color: var(--header-button-color);
  font-size: clamp(16px, 2vw, 20px);
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
}
header .quick_navigation .quick_navigation_icons {
  display: flex;
  gap: var(--size-30);
}
header .quick_navigation .quick_navigation_description {
  display: none;
}
header .quick_navigation #shop_cart_header {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
header .quick_navigation #shop_cart_header .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  font-size: 11px;
  line-height: 0;
  font-weight: 900;
  color: #fff;
  background: var(--signal-color);
  margin-top: -70%;
  margin-left: -7px;
  padding: 0 3px 1.5px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
header .quick_navigation #shop_cart_header:hover i {
  opacity: 0.6;
}
body:has(#siteframe > .videos):not(.scroll_header) header, body:has(div[class*=picture_top]):not(.scroll_header) header {
  --header-button-color: #fff;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
body.search_open header, body.navi_open header {
  background: transparent !important;
}

body:not(.navi_open):not(.search_open).scroll_header,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled {
  --header-height: clamp(75px,9vw,90px);
}
body:not(.navi_open):not(.search_open).scroll_header header,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body:not(.navi_open):not(.search_open).scroll_header header #logo,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header #logo {
  width: clamp(55px, 7vw, 70px);
}
body:not(.navi_open):not(.search_open).scroll_header header .header_right,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header .header_right {
  margin-top: 0;
}
body:not(.navi_open):not(.search_open).scroll_header header [class*=header_button] a.portlet_content_link,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header [class*=header_button] a.portlet_content_link {
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--text-color);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
body:not(.navi_open):not(.search_open).scroll_header header [class*=header_button] a.portlet_content_link:hover, body:not(.navi_open):not(.search_open).scroll_header header [class*=header_button] a.portlet_content_link:focus-visible,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header [class*=header_button] a.portlet_content_link:hover,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header [class*=header_button] a.portlet_content_link:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: transparent;
}
@media print {
  body:not(.navi_open):not(.search_open).scroll_header header [class*=header_button] a.portlet_content_link,
  body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header [class*=header_button] a.portlet_content_link {
    display: none;
  }
}
body:not(.navi_open):not(.search_open).scroll_header header [class*=header_button] a.portlet_content_link:before, body:not(.navi_open):not(.search_open).scroll_header header [class*=header_button] a.portlet_content_link:after,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header [class*=header_button] a.portlet_content_link:before,
body:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header [class*=header_button] a.portlet_content_link:after {
  font-weight: 300;
}

/* @end */
/* !@group language switcher */
.language_switcher a {
  text-decoration: none;
  margin-right: var(--meta-navigation-space);
  opacity: 0.6;
}
.language_switcher a.current, .language_switcher a:hover {
  opacity: 1;
}
.language_switcher.with_dropdown {
  display: none;
}
.header_right .language_switcher {
  margin: 0 var(--size-20);
}
.header_right .language_switcher.with_dropdown {
  font-size: clamp(13px, 1.4vw, 14px);
  text-align: center;
  position: relative;
  display: block;
}
.header_right .language_switcher.with_dropdown a {
  margin: 0;
}
.header_right .language_switcher.with_dropdown .current_language a {
  color: var(--header-button-color);
}
.header_right .language_switcher.with_dropdown .current_language a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  content: "\f107"/"";
  margin-left: 8px;
}
.header_right .language_switcher.with_dropdown .current_language a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: var(--dropdown-space-top);
  display: block;
  background: transparent;
}
.header_right .language_switcher.with_dropdown .current_language a:after {
  vertical-align: -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;
}
.header_right .language_switcher.with_dropdown:focus-within .language_dropdown, .header_right .language_switcher.with_dropdown:focus-visible .language_dropdown {
  opacity: 1;
  pointer-events: all;
}
.header_right .language_switcher.with_dropdown:hover .current_language a {
  opacity: 0.65;
}
.header_right .language_switcher.with_dropdown:hover .current_language a:after {
  content: "\f106";
  content: "\f106"/"";
}
.header_right .language_switcher.with_dropdown:hover .language_dropdown {
  opacity: 1;
  pointer-events: all;
}
.header_right .language_switcher.with_dropdown .language_dropdown {
  position: absolute;
  top: calc(100% + var(--dropdown-space-top));
  left: calc(50% - 50px);
  display: flex;
  flex-flow: column;
  width: 100px;
  padding: var(--size-10);
  background: var(--background-light);
  border-radius: var(--border-radius-small);
  border: var(--dropdown-border);
  box-shadow: var(--box-shadow);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.header_right .language_switcher.with_dropdown .language_dropdown a {
  color: var(--text-color);
  opacity: 1;
}
.header_right .language_switcher.with_dropdown .language_dropdown a:hover {
  opacity: 0.65;
}
.header_right .language_switcher.with_dropdown .language_dropdown a:not(:first-child) {
  margin-top: var(--size-5);
}
.header_right .language_switcher.with_dropdown .language_dropdown a.language-ja, .header_right .language_switcher.with_dropdown .language_dropdown a.language-fr {
  display: none;
}

/* @end */
/* !@group dark light switcher */
#dark_light_toggle {
  --icon-width: 13px;
}
#dark_light_toggle .dark_light_toggle_inner {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  padding: 2px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#dark_light_toggle .toggle_link {
  color: var(--background-ligth);
  border: 0;
  outline: 0;
  border-radius: 100%;
  padding: 4px;
  background: none;
  box-sizing: border-box;
  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;
}
body[data-theme=light_mode] #dark_light_toggle .toggle_link.light-theme {
  --icon-width: 15px;
  opacity: 1;
  color: var(--text-color);
  background: var(--background-light);
}
@media (prefers-color-scheme: light) {
  body[data-theme=dynamic_dark_mode] #dark_light_toggle .toggle_link.light-theme {
    --icon-width: 15px;
    opacity: 1;
    color: var(--text-color);
    background: var(--background-light);
  }
}
body[data-theme=dark_mode] #dark_light_toggle .toggle_link.dark-theme {
  --icon-width: 15px;
  opacity: 1;
  color: var(--text-color);
  background: rgba(var(--background-dark-style-rgb), 0.25);
}
@media (prefers-color-scheme: dark) {
  body[data-theme=dynamic_dark_mode] #dark_light_toggle .toggle_link.dark-theme {
    --icon-width: 15px;
    opacity: 1;
    color: var(--text-color);
    background: rgba(var(--background-dark-style-rgb), 0.25);
  }
}
#dark_light_toggle .toggle_link:hover {
  opacity: 1;
}
#dark_light_toggle i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  display: block;
  font-size: var(--icon-width);
  width: var(--icon-width);
  height: var(--icon-width);
}

/* @end */
/* !@group social media icons */
.social_media {
  --icon-width: clamp(36px,5.6vw,56px);
}
.social_media .icons {
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.social_media .icons > .cf {
  display: none;
}
.social_media .icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  color: var(--text-color);
  font-size: clamp(16px, 2vw, 20px);
  text-decoration: none;
  border-radius: 100%;
  background: var(--background-dark);
}
.social_media .icons a:focus-visible, .social_media .icons a:hover {
  background: #fff;
  color: #333333;
  opacity: 1;
}

/* @end */
/* !@group footer */
footer {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-top: auto;
  padding-top: var(--size-150);
}
footer a {
  color: var(--text-color);
}
@media print {
  footer {
    font-size: 13px;
    line-height: 20px;
  }
}
footer:focus-visible {
  outline: 0 !important;
}
footer *:focus-visible {
  outline-color: var(--text-color) !important;
}
footer .footer_inner {
  padding: var(--size-70) var(--siteframe-space) var(--size-40);
  color: var(--text-color);
  background: var(--background-medium);
}
footer .footer_section {
  max-width: var(--siteframe);
  margin: 0 auto;
  padding: var(--size-60) 0;
}
footer .footer_section:not(:first-child) {
  border-top: 1px solid var(--border);
}
footer .footer_section:first-child {
  padding-top: 0;
}
footer .footer_section:last-child {
  padding-bottom: 0;
}
footer .footer_section.flex_wrap {
  justify-content: space-between;
  gap: var(--size-20);
}
footer .quicklinks_wrap {
  --gap: var(--size-80);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 4;
  justify-content: space-between;
}
footer .quicklinks_wrap > .cf {
  display: none;
}
footer .quicklinks_wrap > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
footer .quicklinks_wrap .portlet_quicklinks {
  max-width: 250px;
}
footer .quicklinks_wrap .portlet_quicklinks .portlet-title:not(:last-child) {
  margin-bottom: var(--size-5);
}
footer .quicklinks_wrap .portlet_quicklinks .portlet-title:not(:first-child) {
  margin-top: 0;
}
footer .quicklinks_wrap .portlet_quicklinks a {
  display: block;
  padding-top: 3px;
  text-decoration: none;
}
footer .quicklinks_wrap .portlet_quicklinks a span.quicklink_title {
  position: relative;
}
footer .quicklinks_wrap .portlet_quicklinks a span.quicklink_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  display: block;
  background: var(--text-color);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
}
footer .quicklinks_wrap .portlet_quicklinks a:hover, footer .quicklinks_wrap .portlet_quicklinks a:focus {
  color: var(--text-color);
}
footer .quicklinks_wrap .portlet_quicklinks a:hover span.quicklink_title:before, footer .quicklinks_wrap .portlet_quicklinks a:focus span.quicklink_title:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
@media screen and (min-width: 900px) {
  footer .quicklinks_wrap .portlet_quicklinks .portlet-content {
    display: block !important;
  }
  footer .quicklinks_wrap .portlet_quicklinks .portlet-title {
    pointer-events: none;
  }
  footer .quicklinks_wrap .portlet_quicklinks .portlet-title a {
    pointer-events: all;
  }
}
footer .portlet .portlet-title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 700;
}
footer .portlet .portlet-title a {
  color: var(--text-color);
}
@media print {
  footer .portlet .portlet-title {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-15);
}
footer .portlet .pictures {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-50);
  align-items: center;
}
footer .portlet .pictures .resource_link {
  pointer-events: none;
}
footer .portlet .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
footer .portlet .pictures .resource_link:before, footer .portlet .pictures .resource_link:after {
  display: none;
}
footer .portlet .pictures .picture {
  max-width: clamp(140px, 16vw, 160px);
  width: 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;
}
footer .portlet .pictures .picture a.resource_link {
  pointer-events: all;
}
footer .portlet .pictures .picture img {
  max-width: 100%;
  max-height: clamp(35px, 4.2vw, 42px);
  width: auto;
  height: auto;
}
footer .portlet .pictures .picture:hover {
  opacity: 0.8;
}
footer .portlet .pictures > .cf {
  display: none;
}
footer .portlet.portlet_content_seo_title {
  text-align: center;
}
footer .portlet.portlet_content_seo_title .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
footer .portlet.portlet_content_seo_title .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
footer .portlet.portlet_content_seo_title .portlet-title a:hover {
  color: var(--text-color);
}
footer .portlet.portlet_content_seo_title .portlet-title:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  footer .portlet.portlet_content_seo_title .portlet-title {
    font-size: 20px;
    line-height: 20px;
  }
}
footer .portlet.portlet_content_seo_title:not(:last-child) {
  margin-bottom: var(--size-50);
}
footer .social_media {
  margin-top: var(--size-15);
}
footer .newsletter_form_wrap {
  margin-top: var(--size-15);
  max-width: clamp(400px, 56vw, 560px);
}
footer .newsletter_form_wrap form {
  display: flex;
  gap: clamp(8px, 1.2vw, 12px);
}
footer .newsletter_form_wrap .form_element {
  flex-grow: 1;
}
footer .newsletter_form_wrap .form_element.submit_wrap {
  flex: 0 0 auto;
}
footer .newsletter_form_wrap input {
  --input-border: var(--background-light);
  --input-border-radius: var(--border-radius-button);
  --input-padding-top-bottom: clamp(13px,1.6vw,16px);
  --input-padding-left-right: clamp(17px,2.5vw,25px);
  --input-padding: var(--input-padding-top-bottom) var(--input-padding-left-right);
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  min-height: clamp(40px, 5.6vw, 56px);
  box-sizing: border-box;
}
footer .newsletter_form_wrap input a {
  color: var(--input-color);
}
@media print {
  footer .newsletter_form_wrap input {
    font-size: 12px;
    line-height: 15px;
  }
}
footer .newsletter_form_wrap input[data-com-onepassword-filled=light], footer .newsletter_form_wrap input:-webkit-autofill, footer .newsletter_form_wrap input:-webkit-autofill:hover, footer .newsletter_form_wrap input:-webkit-autofill:focus-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
footer .newsletter_form_wrap input::placeholder, footer .newsletter_form_wrap input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
footer .newsletter_form_wrap input:focus-visible, footer .newsletter_form_wrap input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
footer .newsletter_form_wrap input:focus-visible::placeholder, footer .newsletter_form_wrap input:focus-visible::-moz-placeholder, footer .newsletter_form_wrap input:hover::placeholder, footer .newsletter_form_wrap input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
footer .newsletter_form_wrap button.submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-weight: 600;
  gap: var(--size-10);
  height: 100%;
}
footer .newsletter_form_wrap button.submit_button:hover, footer .newsletter_form_wrap button.submit_button:focus-visible {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-darker);
}
@media print {
  footer .newsletter_form_wrap button.submit_button {
    display: none;
  }
}
footer .newsletter_form_wrap .privacy_info {
  margin-top: var(--size-10);
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color-light);
}
footer ul.copyright {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  gap: var(--size-10) var(--size-25);
  list-style: none;
  color: var(--text-color);
}
footer ul.copyright li {
  position: relative;
}
footer ul.copyright li:first-child {
  margin-right: auto;
}
footer ul.copyright li:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-1 * var(--size-25) / 2);
  width: 1px;
  height: 15px;
  display: block;
  background: var(--text-color);
  display: block !important;
  margin-top: 2px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
footer ul.copyright a {
  color: var(--text-color);
  text-decoration: none;
}
footer ul.copyright a span {
  position: relative;
}
footer ul.copyright a span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  display: block;
  background: var(--text-color);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
}
footer ul.copyright a:hover span:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

/* @end */
/* @group privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(55, 55, 55, 0.95);
  border-radius: var(--border-radius);
  z-index: 1000;
  --icon-width: 86px;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  text-align: left;
  position: relative;
  color: #fff;
}
@media print {
  #privacy_banner #privacy_banner_inner {
    font-size: 12px;
    line-height: 15px;
  }
}
#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);
}
#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-visible, #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-visible, #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 */
/* @group search */
.search_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--management-panel-width);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: var(--size-100) 0;
  background: url("../img/background_menu.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 190;
}
.search_open .search_popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search_open .search_popup .portlet_search {
  width: clamp(500px, 76vw, 760px);
}
.search_popup .portlet_search {
  --icon-width: clamp(34px,3.8vw,38px);
  width: 0px;
  -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;
}
.search_popup .portlet_search form {
  display: flex;
  position: relative;
}
.search_popup .portlet_search form:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  content: "\f002"/"";
  margin-left: 8px;
}
.search_popup .portlet_search form:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: var(--icon-width);
  width: var(--icon-width);
  pointer-events: none;
  z-index: 10;
}
.search_popup .portlet_search h3 {
  display: none;
}
.search_popup .portlet_search #portlet-search-input {
  --input-border: #fff;
  --input-border-hover: #fff;
  --input-background: transparent;
  --input-background-hover: transparent;
  --input-color: #fff;
  --input-color-hover: #fff;
  --input-padding-top-bottom: clamp(10px,1.2vw,12px);
  --input-padding-left-right: 0px;
  --input-padding: var(--input-padding-top-bottom) var(--input-padding-left-right);
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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;
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.8vw, 48px);
  line-height: clamp(44px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 4px rgba(51, 51, 51, 0.5);
  word-wrap: break-word;
  hyphens: auto;
  border: 0;
  padding-right: calc(var(--icon-width) + var(--size-20));
  border-bottom: 2px solid #fff;
}
.search_popup .portlet_search #portlet-search-input a {
  color: var(--input-color);
}
@media print {
  .search_popup .portlet_search #portlet-search-input {
    font-size: 12px;
    line-height: 15px;
  }
}
.search_popup .portlet_search #portlet-search-input[data-com-onepassword-filled=light], .search_popup .portlet_search #portlet-search-input:-webkit-autofill, .search_popup .portlet_search #portlet-search-input:-webkit-autofill:hover, .search_popup .portlet_search #portlet-search-input:-webkit-autofill:focus-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.search_popup .portlet_search #portlet-search-input::placeholder, .search_popup .portlet_search #portlet-search-input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.search_popup .portlet_search #portlet-search-input:focus-visible, .search_popup .portlet_search #portlet-search-input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.search_popup .portlet_search #portlet-search-input:focus-visible::placeholder, .search_popup .portlet_search #portlet-search-input:focus-visible::-moz-placeholder, .search_popup .portlet_search #portlet-search-input:hover::placeholder, .search_popup .portlet_search #portlet-search-input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.search_popup .portlet_search #portlet-search-input a {
  color: #fff;
  text-decoration: none;
}
.search_popup .portlet_search #portlet-search-input:focus-visible {
  outline-color: #fff !important;
  outline-offset: 12px !important;
}
.search_popup .portlet_search #portlet-search-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  width: var(--icon-width);
  background: none;
  border: 0;
  outline: none;
  font-size: 0;
  cursor: pointer;
}

/* @end */
/* @group home */
#siteframe > .videos .resource_video_description_wrap h1,
div[class*=picture_top].picture_top .resource_description h1 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(22px, 3.6vw, 36px);
  display: block;
  margin-left: clamp(2px, 0.9vw, 9px);
}
#siteframe > .videos .resource_video_description_wrap h1 a,
div[class*=picture_top].picture_top .resource_description h1 a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#siteframe > .videos .resource_video_description_wrap h1 br,
div[class*=picture_top].picture_top .resource_description h1 br {
  display: none;
}
#siteframe > .videos .resource_video_description_wrap h1:not(:last-child),
div[class*=picture_top].picture_top .resource_description h1:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  #siteframe > .videos .resource_video_description_wrap h1,
  div[class*=picture_top].picture_top .resource_description h1 {
    font-size: 16px;
    line-height: 26px;
  }
}
#siteframe > .videos .resource_video_description_wrap h1:not(:last-child),
div[class*=picture_top].picture_top .resource_description h1:not(:last-child) {
  margin-bottom: var(--size-10);
}
@media print {
  #siteframe > .videos .resource_video_description_wrap h1,
  div[class*=picture_top].picture_top .resource_description h1 {
    font-size: 16px;
    line-height: 26px;
  }
}
#siteframe > .videos .resource_video_description_wrap h1 span.management_controls,
div[class*=picture_top].picture_top .resource_description h1 span.management_controls {
  display: none;
}

/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group headings, paragraph */
.content_top > *:not(.title_wrap) {
  max-width: var(--siteframe-medium);
  margin-left: auto;
  margin-right: auto;
}
.content_top .title_wrap:not(:last-child) {
  margin-bottom: var(--size-40);
}

h1 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
h1 a {
  color: var(--text-color);
  text-decoration: none;
}
h1 a:hover {
  color: var(--text-color);
}
h1:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  h1 {
    font-size: 34px;
    line-height: 34px;
  }
}

body:has(#siteframe > .videos) h1,
body:has(.picture_top) h1 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: var(--primary-color);
}
body:has(#siteframe > .videos) h1 a,
body:has(.picture_top) h1 a {
  color: var(--primary-color);
  text-decoration: none;
}
body:has(#siteframe > .videos) h1 br,
body:has(.picture_top) h1 br {
  display: none;
}
body:has(#siteframe > .videos) h1:not(:last-child),
body:has(.picture_top) h1:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  body:has(#siteframe > .videos) h1,
  body:has(.picture_top) h1 {
    font-size: 16px;
    line-height: 26px;
  }
}
body:has(#siteframe > .videos) .content_top .title_wrap,
body:has(.picture_top) .content_top .title_wrap {
  max-width: var(--siteframe-medium);
  margin-left: auto;
  margin-right: auto;
}
body:has(#siteframe > .videos) .content_top .title_wrap:not(:last-child),
body:has(.picture_top) .content_top .title_wrap:not(:last-child) {
  margin-bottom: var(--size-30);
}

h2 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
h2 a {
  color: var(--text-color);
  text-decoration: none;
}
h2 a:hover {
  color: var(--text-color);
}
h2:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
h3 a {
  color: var(--text-color);
  text-decoration: none;
}
h3 a:hover {
  color: var(--text-color);
}
h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

h4 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
h4 a {
  color: var(--text-color);
  text-decoration: none;
}
h4 a:hover {
  color: var(--text-color);
}
h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  h4 {
    font-size: 20px;
    line-height: 20px;
  }
}

h5 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
h5 a {
  color: var(--text-color);
  text-decoration: none;
}
h5 a:hover {
  color: var(--text-color);
}
h5:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  h5 {
    font-size: 18px;
    line-height: 21px;
  }
}

h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
h6 a {
  color: var(--text-color);
  text-decoration: none;
}
h6 a:hover {
  color: var(--text-color);
}
h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: clamp(35px, 4.5vw, 45px);
}

div.introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(28px, 4.5vw, 45px);
  letter-spacing: 0.1px;
  text-transform: unset;
}
@media print {
  div.introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
div.introduction:not(:last-child) {
  margin-bottom: var(--size-35);
}
div.introduction > * {
  max-width: var(--siteframe-very-small);
}

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

/* @end */
/* !@group links & buttons */
a {
  color: var(--text-color);
  text-decoration: underline;
  text-underline-position: under;
  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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
a.button:hover, a.button:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  a.button {
    display: none;
  }
}
a.button:before, a.button:after {
  font-weight: 300;
}
a.button.medium {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-weight: 400;
}
a.button.medium:hover, a.button.medium:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  a.button.medium {
    display: none;
  }
}
a.button.medium:before, a.button.medium:after {
  font-weight: 300;
}
a.button.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(14px, 2.4vw, 24px) clamp(20px, 4.5vw, 45px);
  font-weight: 400;
}
a.button.big:hover, a.button.big:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  a.button.big {
    display: none;
  }
}
a.button.big:before, a.button.big:after {
  font-weight: 300;
}
a.button.cta {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
a.button.cta:hover, a.button.cta:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button.cta {
    display: none;
  }
}
a.button.cta.medium {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
a.button.cta.medium:hover, a.button.cta.medium:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button.cta.medium {
    display: none;
  }
}
a.button.cta.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(14px, 2.4vw, 24px) clamp(20px, 4.5vw, 45px);
}
a.button.cta.big:hover, a.button.cta.big:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button.cta.big {
    display: none;
  }
}
a.button_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
a.button_cta:hover, a.button_cta:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button_cta {
    display: none;
  }
}
a.button_cta.medium {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
a.button_cta.medium:hover, a.button_cta.medium:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button_cta.medium {
    display: none;
  }
}
a.button_cta.big {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(14px, 2.4vw, 24px) clamp(20px, 4.5vw, 45px);
}
a.button_cta.big:hover, a.button_cta.big:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button_cta.big {
    display: none;
  }
}
a.pfeil {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
}
@media print {
  a.pfeil {
    font-size: 13px;
    line-height: 20px;
  }
}
a.pfeil:focus, a.pfeil:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
a.pfeil:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
a.pfeil:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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.pfeil:focus:after, a.pfeil:hover:after {
  right: -10px;
}
a.external {
  text-decoration: none;
}
a.external:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  margin-left: 8px;
}
a.mail {
  text-decoration: none;
}
a.mail:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  content: "\f0e0"/"";
  margin-right: 8px;
}
a.phone {
  text-decoration: none;
}
a.phone:before {
  font-family: "Font Awesome 6 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: 1em;
}
ul li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-size: 0.4em;
  font-weight: 900;
  color: inherit;
}
ul.level1, ul.level2, ul.copyright, 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.copyright 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.copyright 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.2em;
  counter-increment: item;
}
ol li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: inherit;
}

/* @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 tr:only-child th,
table tr:only-child td {
  border-top: 0;
}
table td,
table th {
  vertical-align: top;
  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(--background-dark);
  min-width: 100px;
}

/* @end */
/* !@group accordeon */
h2 + .accordeon_wrap:not(:first-child), h3 + .accordeon_wrap:not(:first-child) {
  margin-top: var(--paragraph-space);
}

.accordeon_wrap:not(:first-child) {
  margin-top: var(--size-60);
}
.accordeon_wrap:not(:last-child) {
  margin-bottom: var(--size-60);
}
.accordeon_wrap .accordeon_entry {
  --icon-width: clamp(22px,3.2vw,32px);
  border-top: 1px solid var(--text-color);
  cursor: pointer;
}
.accordeon_wrap .accordeon_entry:last-child {
  border-bottom: 1px solid var(--text-color);
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title_selector {
  color: var(--text-color);
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title_selector:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-15);
  margin: 0;
  padding-top: var(--size-20);
  padding-bottom: var(--size-20);
  -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: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector a, .accordeon_wrap .accordeon_entry .accordeon_title_selector > a a {
  color: var(--text-color);
  text-decoration: none;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector a:hover, .accordeon_wrap .accordeon_entry .accordeon_title_selector > a a:hover {
  color: var(--text-color);
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:not(:last-child), .accordeon_wrap .accordeon_entry .accordeon_title_selector > a:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector, .accordeon_wrap .accordeon_entry .accordeon_title_selector > a {
    font-size: 24px;
    line-height: 24px;
  }
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector > a {
  pointer-events: none;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 300;
  font-size: var(--icon-width);
  flex: 0 0 var(--icon-width);
  width: var(--icon-width);
  -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:not(:last-child) {
  margin-bottom: 0;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:hover, .accordeon_wrap .accordeon_entry .accordeon_title_selector:hover > a {
  color: var(--primary-color);
}
.accordeon_wrap .accordeon_entry .accordeon_content {
  display: none;
  padding: 0;
  margin-top: 0;
  padding-top: var(--size-5);
  padding-bottom: var(--size-25);
}
.accordeon_wrap .accordeon_entry .accordeon_content h5 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.accordeon_wrap .accordeon_entry .accordeon_content h5 a {
  color: var(--text-color);
  text-decoration: none;
}
.accordeon_wrap .accordeon_entry .accordeon_content h5 a:hover {
  color: var(--text-color);
}
.accordeon_wrap .accordeon_entry .accordeon_content h5:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_content h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
.accordeon_wrap .accordeon_entry .accordeon_content h5:not(:first-child) {
  margin-top: 0;
}
.accordeon_wrap .accordeon_entry:has(h4.accordeon_title_selector) .accordeon_content h5 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.accordeon_wrap .accordeon_entry:has(h4.accordeon_title_selector) .accordeon_content h5 a {
  color: var(--text-color);
  text-decoration: none;
}
.accordeon_wrap .accordeon_entry:has(h4.accordeon_title_selector) .accordeon_content h5 a:hover {
  color: var(--text-color);
}
.accordeon_wrap .accordeon_entry:has(h4.accordeon_title_selector) .accordeon_content h5:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .accordeon_wrap .accordeon_entry:has(h4.accordeon_title_selector) .accordeon_content h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
.accordeon_wrap .accordeon_entry:has(h4.accordeon_title_selector) .accordeon_content h5:not(:first-child) {
  margin-top: var(--size-45);
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector:after {
    display: none;
  }
  .accordeon_wrap .accordeon_entry .accordeon_content {
    display: block;
  }
}

.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(5px, 1vw, 10px);
}
ul.property_filter_as_tags li,
ul.tags li {
  pointer-events: none;
}
ul.property_filter_as_tags li button,
ul.property_filter_as_tags li span,
ul.tags li button,
ul.tags li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  pointer-events: all;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(14px, 1.8vw, 18px);
  display: block;
}
ul.property_filter_as_tags li button:hover, ul.property_filter_as_tags li button:focus-visible,
ul.property_filter_as_tags li span:hover,
ul.property_filter_as_tags li span:focus-visible,
ul.tags li button:hover,
ul.tags li button:focus-visible,
ul.tags li span:hover,
ul.tags li span:focus-visible {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-dark);
}
@media print {
  ul.property_filter_as_tags li button,
  ul.property_filter_as_tags li span,
  ul.tags li button,
  ul.tags li span {
    display: none;
  }
}
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 {
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
}

/* @end */
/* @group webcams */
.webcam_wrap {
  --gap: var(--size-30);
  --columns: 2;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.webcam_wrap > .cf {
  display: none;
}
.webcam_wrap ~ h2:not(:first-child) {
  margin-top: var(--size-80);
}
.webcam_wrap p:has(a[href*="/webcam"]) {
  margin: 0;
}
.webcam_wrap p:has(a[href*="/webcam"]) img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: left center;
}

/* @end */
/* @group social media wall */
#social_media_wall.home_wall:not(:first-child) {
  margin-top: var(--section-space-vertical);
}
#social_media_wall .social_media_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;
}
#social_media_wall .social_media_wall_title {
  text-align: center;
  margin-bottom: var(--size-60);
}
#social_media_wall .social_media_wall_title h2 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
#social_media_wall .social_media_wall_title h2 a {
  color: var(--text-color);
  text-decoration: none;
}
#social_media_wall .social_media_wall_title h2 a:hover {
  color: var(--text-color);
}
#social_media_wall .social_media_wall_title h2:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  #social_media_wall .social_media_wall_title h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
#social_media_wall .social_media .icons {
  justify-content: center;
}
#social_media_wall .social_media .icons a {
  color: var(--background-light);
  background: var(--text-color);
}
#social_media_wall .social_media .icons a:hover {
  background: var(--primary-color);
}
#social_media_wall .embedsocial-hashtag {
  display: block;
}
#social_media_wall .embedsocial-hashtag .gallery {
  display: none !important;
}
#social_media_wall #social_detail_button {
  margin-top: var(--size-45);
}
#social_media_wall #social_detail_button a {
  margin-left: auto;
  margin-right: auto;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-weight: 400;
}
#social_media_wall #social_detail_button a:hover, #social_media_wall #social_detail_button a:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  #social_media_wall #social_detail_button a {
    display: none;
  }
}
#social_media_wall #social_detail_button a:before, #social_media_wall #social_detail_button a:after {
  font-weight: 300;
}
#social_media_wall #social_detail_button a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}

/* @end */
/* @group sharethis */
.sharethis_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: var(--section-space-vertical-medium);
  z-index: 50;
}

/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group menu */
@media screen and (min-width: 1100px) {
  .menu_wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--management-panel-width);
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: var(--size-100) 0;
    background: url("../img/background_menu.jpg") no-repeat center center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 190;
  }
  .navi_open .menu_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .navi_open .menu_wrap .menu_inner {
    opacity: 1;
    visibility: visible;
  }
  .navi_open .menu_wrap .navigation {
    margin-top: 0;
  }
  .menu_wrap .menu_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: 1300px;
    display: flex;
    flex-flow: column;
    padding-top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -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;
  }
  .menu_wrap .navigation {
    --gap: var(--size-20);
    display: flex;
    flex-flow: wrap;
    gap: var(--gap);
    --columns: 5;
    margin-top: -400px;
    -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;
  }
  .menu_wrap .navigation > .cf {
    display: none;
  }
  .menu_wrap .navigation > * {
    flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  }
  .menu_wrap .navigation > * {
    max-width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  }
  .menu_wrap .navigation a span {
    position: relative;
  }
  .menu_wrap .navigation a span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    visibility: hidden;
  }
  .menu_wrap .navigation li.current:not(:has(li.current)) > a > span:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .menu_wrap .navigation li.level0 {
    position: relative;
  }
  .menu_wrap .navigation li.level0:before {
    content: "";
    position: absolute;
    top: -800px;
    left: 0;
    width: 104%;
    height: 1800px;
    display: block;
    background: rgba(219, 0, 0, 0.8);
    display: block !important;
    min-width: 234px;
    margin-left: -12%;
    -webkit-transform: rotate(4.5deg);
    -moz-transform: rotate(4.5deg);
    -o-transform: rotate(4.5deg);
    transform: rotate(4.5deg);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .menu_wrap .navigation li.level0:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .menu_wrap .navigation li.level0#nav-37, .menu_wrap .navigation li.level0#nav-36, .menu_wrap .navigation li.level0#nav-35, .menu_wrap .navigation li.level0#nav-1 {
    display: none;
  }
  .menu_wrap .navigation li.level0 > a {
    font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 4.8vw, 48px);
    line-height: clamp(44px, 5.2vw, 52px);
    letter-spacing: unset;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 4px rgba(51, 51, 51, 0.5);
    word-wrap: break-word;
    hyphens: auto;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 5;
  }
  .menu_wrap .navigation li.level0 > a a {
    color: #fff;
    text-decoration: none;
  }
  .menu_wrap .navigation li.level0 > a.navigation_image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    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;
  }
  .menu_wrap .navigation li.level0 > a.navigation_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0.55);
    right: 0;
    bottom: 0;
  }
  .menu_wrap .navigation li.level0 > a.navigation_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .menu_wrap .navigation li.level0:hover > a.navigation_image {
    opacity: 1;
  }
  .menu_wrap .navigation ul.level1 {
    position: relative;
    z-index: 5;
  }
  .menu_wrap .navigation ul.level1:not(:first-child) {
    margin-top: var(--size-10);
  }
  .menu_wrap .navigation ul.level1 a.navigation_image {
    display: none;
  }
  .menu_wrap .navigation li.level1 > a {
    display: block;
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(24px, 2.6vw, 26px);
    letter-spacing: unset;
    text-transform: none;
    color: #fff;
    text-shadow: 0 0 4px rgba(51, 51, 51, 0.5);
    padding: var(--size-5) 0;
    text-decoration: none;
  }
  .menu_wrap .navigation li.level1 > a a {
    color: #fff;
    text-decoration: none;
  }
  .menu_wrap .navigation li.level1 > a:hover span:before, .menu_wrap .navigation li.level1 > a:focus span:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .menu_wrap .navigation ul.level2 {
    display: none;
  }
  .menu_wrap .social_media {
    position: absolute;
    top: unset;
    right: unset;
    bottom: var(--size-30);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
  }
  .menu_wrap .social_media .icons a {
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .menu_wrap .social_media .icons a:hover, .menu_wrap .social_media .icons a:focus {
    color: #333333;
    background: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .menu_wrap {
    display: flex;
    flex-flow: column;
    position: fixed;
    height: 100%;
    width: calc(100% - 60px);
    max-width: 400px;
    z-index: 300;
    background: var(--background-medium);
    left: -100%;
    border-right: 1px solid rgba(var(--background-dark-style-rgb), 0.1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: auto;
  }
  .navi_open .menu_wrap {
    left: 0;
  }
  .menu_wrap .menu_inner {
    display: flex;
    flex-flow: column;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
  }
  .menu_wrap a {
    color: var(--text-color);
    text-decoration: none;
  }
  .menu_wrap a.navigation_image {
    display: none !important;
  }
  .menu_wrap .current > a {
    color: var(--primary-color) !important;
  }
  .menu_wrap .navigation {
    border-bottom: 1px solid var(--border);
  }
  .menu_wrap li.level0 {
    padding: 0 var(--size-20);
    border-top: 1px solid var(--border);
  }
  .menu_wrap li.level0 > a {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    font-weight: 650;
    font-size: clamp(18px, 2vw, 20px);
    line-height: clamp(26px, 2.8vw, 28px);
    padding: clamp(14px, 1.7vw, 17px) 0;
  }
  .menu_wrap li.level0 > a:not(:only-child):after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    content: "\f107"/"";
    font-weight: 400;
    -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;
  }
  .menu_wrap li.level0.current > a:not(:only-child):after, .menu_wrap li.level0.active > a:not(:only-child):after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu_wrap li.level0.current ul.level1, .menu_wrap li.level0.active ul.level1 {
    display: block;
  }
  .menu_wrap li.level0#nav-37, .menu_wrap li.level0#nav-36, .menu_wrap li.level0#nav-35, .menu_wrap li.level0#nav-1 {
    display: none;
  }
  .menu_wrap ul.level1 {
    display: none;
    margin-top: calc(-1 * clamp(4px, 0.5vw, 5px));
    padding-bottom: var(--size-20);
  }
  .menu_wrap li.level1 > a {
    font-weight: 400;
    font-size: clamp(16px, 1.7vw, 17px);
    line-height: clamp(22px, 2.3vw, 23px);
  }
  .menu_wrap li.level1:not(:first-child) {
    margin-top: clamp(3px, 0.4vw, 4px);
  }
  .menu_wrap #search_open,
  .menu_wrap ul.level2,
  .menu_wrap ul.level3,
  .menu_wrap ul.level4,
  .menu_wrap .social_media {
    display: none;
  }
  .menu_wrap .portlet_search {
    --icon-width: clamp(49px,5.8vw,58px);
    --input-border: var(--border);
    --input-border-hover: var(--border);
    --input-background: var(--background-medium);
    --input-background-hover: var(--background-medium);
    --input-color: var(--text-color);
    --input-color-hover: var(--text-color);
    --input-padding-top-bottom: clamp(13px,1.5vw,15px);
    --input-padding-left-right: clamp(16px,2vw,20px);
    --input-padding: var(--input-padding-top-bottom) var(--input-padding-left-right);
  }
  .menu_wrap .portlet_search .portlet-title {
    display: none;
  }
  .menu_wrap .portlet_search form {
    position: relative;
  }
  .menu_wrap .portlet_search form:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f002";
    content: "\f002"/"";
    margin-left: 8px;
  }
  .menu_wrap .portlet_search form:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-width);
    pointer-events: none;
    z-index: 10;
  }
  .menu_wrap .portlet_search input.search_field {
    display: block;
    width: 100%;
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 1.4vw, 14px);
    line-height: clamp(17px, 1.8vw, 18px);
    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;
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 1.6vw, 16px);
    line-height: clamp(26px, 2.8vw, 28px);
    letter-spacing: unset;
    text-transform: none;
    border: 0;
    outline-offset: -6px !important;
  }
  .menu_wrap .portlet_search input.search_field a {
    color: var(--input-color);
  }
  .menu_wrap .portlet_search input.search_field[data-com-onepassword-filled=light], .menu_wrap .portlet_search input.search_field:-webkit-autofill, .menu_wrap .portlet_search input.search_field:-webkit-autofill:hover, .menu_wrap .portlet_search input.search_field:-webkit-autofill:focus-visible {
    -webkit-text-fill-color: var(--input-color-hover);
    -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
  }
  .menu_wrap .portlet_search input.search_field::placeholder, .menu_wrap .portlet_search input.search_field::-moz-placeholder {
    color: var(--input-color);
    opacity: 1;
  }
  .menu_wrap .portlet_search input.search_field:focus-visible, .menu_wrap .portlet_search input.search_field:hover {
    border-color: var(--input-border-hover);
    background: var(--input-background-hover);
    color: var(--input-color-hover);
  }
  .menu_wrap .portlet_search input.search_field:focus-visible::placeholder, .menu_wrap .portlet_search input.search_field:focus-visible::-moz-placeholder, .menu_wrap .portlet_search input.search_field:hover::placeholder, .menu_wrap .portlet_search input.search_field:hover::-moz-placeholder {
    color: var(--input-color-hover);
  }
  .menu_wrap .portlet_search input.search_button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    z-index: 5;
    width: var(--icon-width);
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
  }
  .menu_wrap .quick_navigation {
    padding: var(--size-30) var(--size-20);
  }
  .menu_wrap .quick_navigation .quick_navigation_icons {
    display: flex;
    flex-flow: column;
    gap: calc(var(--size-5) + 2px);
  }
  .menu_wrap .quick_navigation a {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--size-10);
  }
  .menu_wrap .quick_navigation a i {
    flex: 0 0 20px;
    text-align: center;
  }
  .menu_wrap .quick_navigation a#shop_cart_header .number {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    font-size: 9px;
    line-height: 0;
    font-weight: 900;
    color: #fff;
    background: var(--signal-color);
    margin-top: -4%;
    margin-left: -2px;
    padding: 0 2px 1.5px;
    border-radius: 100%;
    aspect-ratio: 1/1;
    box-sizing: border-box;
  }
  .menu_wrap #dark_light_toggle {
    display: flex;
    padding: 0 var(--size-20) var(--size-30);
  }
  .menu_wrap .language_switcher {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    gap: var(--size-10);
    order: 2;
    margin-top: auto;
    padding: clamp(12px, 1.5vw, 15px) var(--size-15);
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 1.4vw, 14px);
    line-height: clamp(17px, 1.8vw, 18px);
    letter-spacing: unset;
    text-transform: none;
    text-transform: uppercase;
    border-radius: 0;
    border-top: 1px solid var(--border);
  }
  .menu_wrap .language_switcher .current {
    font-weight: 700;
  }
  .menu_wrap .language_switcher a.language-ja, .menu_wrap .language_switcher a.language-fr {
    display: none;
  }
  .search_popup {
    display: none;
  }
}
/* @end */
/* !@group menu toggle */
.menu_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  color: var(--header-button-color);
  background: transparent;
  border: 1px solid var(--header-button-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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  margin-left: var(--size-20);
  font-size: clamp(12px, 1.4vw, 14px);
  background: none;
  border: 0;
  padding: 0;
}
.menu_toggle:hover, .menu_toggle:focus-visible {
  color: var(--header-button-color);
  border: 1px solid var(--primary-color-light);
  background: var(--header-button-background);
}
@media print {
  .menu_toggle {
    display: none;
  }
}
.menu_toggle:before, .menu_toggle:after {
  font-weight: 300;
}
.menu_toggle:focus, .menu_toggle:hover {
  border: 0;
}
.menu_toggle span.label {
  position: relative;
  z-index: 5;
  -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;
}
.menu_toggle span.label:after {
  content: "Menü";
}
.search_open .menu_toggle span.label:after, .navi_open .menu_toggle span.label:after {
  content: "Schliessen";
}
html[lang=en] .menu_toggle span.label:after {
  content: "Menu";
}
html[lang=en] .search_open .menu_toggle span.label:after, html[lang=en] .navi_open .menu_toggle span.label:after {
  content: "Close";
}
html[lang=fr] .menu_toggle span.label:after {
  content: "Menu";
}
html[lang=fr] .search_open .menu_toggle span.label:after, html[lang=fr] .navi_open .menu_toggle span.label:after {
  content: "Fermer";
}
.menu_toggle span.icon {
  --icon-width: 18px;
  --height-span: 1px;
  --height-gap: 5px;
  display: flex;
  margin-top: 0;
  margin-left: 10px;
  width: var(--icon-width);
  flex: 0 0 var(--icon-width);
  height: var(--icon-width);
  position: relative;
  z-index: 5;
  -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));
}
.search_open .menu_toggle span.icon span:nth-child(1), .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);
}
.search_open .menu_toggle span.icon span:nth-child(2), .navi_open .menu_toggle span.icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.search_open .menu_toggle span.icon span:nth-child(3), .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);
}
@media screen and (max-width: 1100px) {
  .menu_toggle:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--header-height));
    left: auto;
    width: 100vw;
    height: calc(100vh + var(--header-height));
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    right: calc(-1 * var(--siteframe-space));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .navi_open .menu_toggle:after {
    opacity: 1;
    pointer-events: all;
  }
  .navi_open .menu_toggle span.label {
    color: #fff;
  }
  .navi_open .menu_toggle span.icon span {
    background: #fff;
  }
}

/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @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 6 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: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  display: inline-block;
  margin: 8px 0 0;
  padding: 0;
  background: none;
  opacity: 0.9;
}
.picture .resource_description,
.picture .resource_description .resource_title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.picture .resource_description a,
.picture .resource_description .resource_title a {
  color: var(--text-color-light);
}
@media print {
  .picture .resource_description,
  .picture .resource_description .resource_title {
    font-size: 12px;
    line-height: 15px;
  }
}
.picture .resource_description *:not(.resource_title),
.picture .resource_description .resource_title {
  display: inline-block;
  margin: 0;
}
.picture .resource_description .resource_title:not(:last-child) {
  font-weight: 650;
  padding-right: 7px;
}
.picture .resource_description .resource_title br,
.picture .resource_description *:not(.resource_title) br {
  display: none;
}

/* @end */
/* !@group picture top big */
div[class*=picture_top] {
  --parallax-value: 70px;
}
div[class*=picture_top] .resource_link {
  pointer-events: none;
}
div[class*=picture_top] .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div[class*=picture_top] .resource_link:before, div[class*=picture_top] .resource_link:after {
  display: none;
}
div[class*=picture_top] .resource_background {
  overflow: visible;
}
div[class*=picture_top] .resource_link img {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
div[class*=picture_top] span.management_controls {
  top: unset;
  right: 50%;
  bottom: var(--size-40);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
div[class*=picture_top].picture_top_small .resource_description {
  padding-left: var(--size-10);
}
div[class*=picture_top].picture_top_small a.resource_link,
div[class*=picture_top].picture_top_small span.resource_background {
  display: block;
  position: relative;
  width: 100%;
  min-height: 200px;
  aspect-ratio: 1440/484;
  object-position: center;
  overflow: hidden;
}
div[class*=picture_top].picture_top_small img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  height: calc(100% + var(--parallax-value));
  min-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
div[class*=picture_top].picture_top {
  --parallax-value: 140px;
}
div[class*=picture_top].picture_top a.resource_link,
div[class*=picture_top].picture_top span.resource_background {
  display: block;
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
div[class*=picture_top].picture_top img {
  height: calc(100dvh + var(--parallax-value));
  width: 100%;
  object-fit: cover;
}
div[class*=picture_top].picture_top .resource_description {
  position: absolute;
  top: unset;
  right: var(--siteframe-space);
  bottom: 0;
  left: calc(-1 * clamp(2px, 0.9vw, 9px));
  display: block;
  margin: 0;
  padding: 0 0 clamp(20px, 6vmin, 60px);
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: none;
  opacity: 1;
  overflow: visible;
  clip: unset;
  z-index: 10;
  hyphens: auto;
}
div[class*=picture_top].picture_top .resource_description a {
  color: #fff;
  text-decoration: none;
}
div[class*=picture_top].picture_top .resource_description:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  div[class*=picture_top].picture_top .resource_description {
    font-size: 28px;
    line-height: 34px;
  }
}
div[class*=picture_top].picture_top .resource_description * {
  position: relative;
  z-index: 10;
}
div[class*=picture_top].picture_top .resource_description .resource_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}
div[class*=picture_top].picture_top .resource_description .resource_title a {
  color: #fff;
  text-decoration: none;
}
div[class*=picture_top].picture_top .resource_description .resource_title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  div[class*=picture_top].picture_top .resource_description .resource_title {
    font-size: 28px;
    line-height: 34px;
  }
}
div[class*=picture_top].picture_top .resource_description .resource_title ~ .resource_video_description,
div[class*=picture_top].picture_top .resource_description .resource_title ~ p {
  display: none;
}
div[class*=picture_top].picture_top .resource_description .resource_title br,
div[class*=picture_top].picture_top .resource_description *:not(.resource_title) br {
  display: inline;
}
div[class*=picture_top].picture_top .resource_description:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: clamp(250px, 50vw, 500px);
  height: clamp(200px, 33.6vw, 336px);
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  left: clamp(2px, 0.9vw, 9px);
}

/* @end */
/* !@group gallery */
.gallery_tags:not(:first-child) {
  margin-top: var(--section-space-vertical);
}
.gallery_tags .videos {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gallery_tags .videos.is_visible {
  top: 0;
  opacity: 1;
}
@media print {
  .gallery_tags .videos {
    top: 0;
    opacity: 1;
  }
}
.gallery_tags .videos .video {
  margin: 0;
}
.gallery_tags .videos .video:not(:first-child) {
  margin-top: var(--size-40);
}
.gallery_tags .gallery {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gallery_tags .gallery.is_visible {
  top: 0;
  opacity: 1;
}
@media print {
  .gallery_tags .gallery {
    top: 0;
    opacity: 1;
  }
}
.gallery_tags .gallery:not(:first-child) {
  margin-top: var(--section-space-vertical);
}

.gallery {
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 2;
}
.gallery > .cf {
  display: none;
}
.gallery > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.gallery:has(span.management_controls) > .picture:first-child:nth-last-child(3) {
  flex: 0 0 100%;
}
.gallery:has(span.management_controls) > .picture:first-child:nth-last-child(3) img {
  aspect-ratio: 1180/800;
}
.gallery > .picture {
  flex: 0 0 100%;
}
.gallery > .picture img {
  object-fit: cover;
  aspect-ratio: 1180/800;
}
.gallery > .picture:first-child:nth-last-child(2) {
  flex: 0 0 100%;
}
.gallery > .picture:first-child:nth-last-child(2) img {
  aspect-ratio: 1180/800;
}
.gallery > .picture:nth-child(5n+1) {
  flex: 0 0 calc(58.5% - var(--gap) + var(--gap) / var(--columns));
}
.gallery > .picture:nth-child(5n+1) img {
  aspect-ratio: 682/587.5;
}
.gallery > .picture:nth-child(5n+2) {
  flex: 0 0 calc(41.5% - var(--gap) + var(--gap) / var(--columns));
}
.gallery > .picture:nth-child(5n+2) img {
  aspect-ratio: 478/584;
}
.gallery > .picture:nth-child(5n+4) {
  flex: 0 0 calc(38.5% - var(--gap) + var(--gap) / var(--columns));
}
.gallery > .picture:nth-child(5n+4) img {
  aspect-ratio: 442/470;
}
.gallery > .picture:nth-child(5n+5) {
  flex: 0 0 calc(61.5% - var(--gap) + var(--gap) / var(--columns));
}
.gallery > .picture:nth-child(5n+5) img {
  aspect-ratio: 718/473.9;
}
@media screen and (max-width: 500px) {
  .gallery {
    --columns: 1;
  }
  .gallery > .picture {
    flex: 0 0 100% !important;
  }
  .gallery > .picture img {
    aspect-ratio: 1180/800 !important;
  }
}
.gallery .resource_background {
  overflow: visible;
}
.gallery a.resource_link {
  overflow: hidden;
}
.gallery .picture {
  margin: 0;
}

.gallery_small {
  --gap: var(--size-15);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.gallery_small > .cf {
  display: none;
}
.gallery_small .resource_background {
  overflow: visible;
}
.gallery_small a.resource_link {
  overflow: hidden;
}

.page_gallery .gallery_small .resource_description:has(p:nth-child(2):last-child a:only-child),
.page_gallery .gallery_small .resource_description p:empty,
.page_gallery .gallery_small .resource_description > p:has(a:only-child) {
  display: none;
}
.page_gallery .fancybox-caption .resource_description > p > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  margin: 0 auto;
}
.page_gallery .fancybox-caption .resource_description > p > a:hover, .page_gallery .fancybox-caption .resource_description > p > a:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .page_gallery .fancybox-caption .resource_description > p > a {
    display: none;
  }
}

/* @end */
/* !@group video */
#siteframe > .videos video {
  height: 100dvh;
  width: 100%;
  object-fit: cover;
}
#siteframe > .videos .video:before {
  display: none;
}
#siteframe > .videos .resource_video_description_wrap {
  position: absolute;
  top: unset;
  right: var(--siteframe-space);
  bottom: 0;
  left: calc(-1 * clamp(2px, 0.9vw, 9px));
  display: block;
  margin: 0;
  padding: 0 0 clamp(20px, 6vmin, 60px);
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: none;
  opacity: 1;
  overflow: visible;
  clip: unset;
  z-index: 10;
  hyphens: auto;
}
#siteframe > .videos .resource_video_description_wrap a {
  color: #fff;
  text-decoration: none;
}
#siteframe > .videos .resource_video_description_wrap:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  #siteframe > .videos .resource_video_description_wrap {
    font-size: 28px;
    line-height: 34px;
  }
}
#siteframe > .videos .resource_video_description_wrap * {
  position: relative;
  z-index: 10;
}
#siteframe > .videos .resource_video_description_wrap .resource_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}
#siteframe > .videos .resource_video_description_wrap .resource_title a {
  color: #fff;
  text-decoration: none;
}
#siteframe > .videos .resource_video_description_wrap .resource_title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  #siteframe > .videos .resource_video_description_wrap .resource_title {
    font-size: 28px;
    line-height: 34px;
  }
}
#siteframe > .videos .resource_video_description_wrap .resource_title ~ .resource_video_description,
#siteframe > .videos .resource_video_description_wrap .resource_title ~ p {
  display: none;
}
#siteframe > .videos .resource_video_description_wrap .resource_title br,
#siteframe > .videos .resource_video_description_wrap .resource_video_description br {
  display: inline;
}
#siteframe > .videos .resource_video_description_wrap:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: clamp(250px, 50vw, 500px);
  height: clamp(200px, 33.6vw, 336px);
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  left: clamp(2px, 0.9vw, 9px);
}
#siteframe > .videos .resource_video_description_wrap:not(:last-child) {
  margin-bottom: 0;
}

#content > .videos {
  --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;
}
#content > .videos:not(:first-child) {
  margin-top: var(--section-space-vertical);
}

.videos video {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.videos .video {
  --icon-width: clamp(50px,8vw,80px);
  position: relative;
  display: flex;
  flex-flow: column;
}
.videos .video:not(:first-child) {
  margin-top: var(--size-50);
}
.videos .video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-width);
  height: var(--icon-width);
  display: block;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  content: "\f04b";
  font-size: calc(var(--icon-width) * 0.35);
  font-weight: 700;
  color: #fff;
  text-indent: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  z-index: 10;
  -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;
}
.videos .video.is_started:before {
  opacity: 0;
  visibility: hidden;
}
.videos .video video {
  position: relative;
  order: -1;
  z-index: 5;
}
.videos .resource_video_description_wrap {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  display: inline-block;
  margin: 8px 0 0;
  padding: 0;
  background: none;
  opacity: 0.9;
}
.videos .resource_video_description_wrap,
.videos .resource_video_description_wrap .resource_title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.videos .resource_video_description_wrap a,
.videos .resource_video_description_wrap .resource_title a {
  color: var(--text-color-light);
}
@media print {
  .videos .resource_video_description_wrap,
  .videos .resource_video_description_wrap .resource_title {
    font-size: 12px;
    line-height: 15px;
  }
}
.videos .resource_video_description_wrap .resource_video_description,
.videos .resource_video_description_wrap .resource_title {
  display: inline-block;
  margin: 0;
}
.videos .resource_video_description_wrap .resource_title:not(:last-child) {
  font-weight: 650;
  padding-right: 7px;
}
.videos .resource_video_description_wrap .resource_title br,
.videos .resource_video_description_wrap .resource_video_description br {
  display: none;
}

/* @end */
/* !@group slider standard styles */
.slick-slider {
  --icon-width: clamp(35px,5vw,50px);
  --slider-gap: var(--size-20);
  position: relative;
}

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

.slick-slide {
  margin: 0 calc(var(--slider-gap) / 2);
}
.slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.slick-list {
  width: auto;
  margin: 0 calc(-1 * var(--slider-gap) / 2);
  padding: 0 !important;
  overflow: hidden;
}

span.slick-arrow {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: var(--size-30);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  aspect-ratio: 5/8;
  font-size: clamp(40px, 8vw, 80px);
  width: auto;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -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;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
span.slick-arrow i {
  font-weight: 300;
}
span.slick-arrow:hover {
  color: var(--primary-color);
}
span.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
span.slick-arrow.slick-arrow-right {
  left: unset;
  right: var(--size-30);
}

ul.slick-dots {
  --icon-width: clamp(8px,1.3vw,13px);
  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 {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-10) var(--size-20);
}
.documents:not(:first-child) {
  margin-top: var(--section-space-vertical);
}
.documents .document {
  display: inline-block;
}
.documents a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid var(--background-medium);
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}
.documents a:hover, .documents a:focus-visible {
  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 a i {
  margin-right: var(--size-10);
}
.documents .document_tag_wrap {
  flex: 0 0 100%;
}
.documents .document_tag_wrap:not(:first-child) {
  margin-top: var(--size-60);
}

/* @end */
/* !@group music */
.musics:not(:first-child) {
  margin-top: var(--section-space-vertical);
}
.musics .music:not(:first-child) {
  margin-top: var(--size-50);
}
.musics .music h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.musics .music h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.musics .music h3 a:hover {
  color: var(--text-color);
}
.musics .music h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .musics .music h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.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*="google.com/maps"], iframe[src*="www.youtube.com"] {
  aspect-ratio: 16/9;
  height: auto;
}

p:has(> iframe[src*="google.com/maps"]),
.picture_content_wrap:has(iframe[src*="google.com/maps"]),
.picture_content_wrap:has(iframe[src*="www.youtube.com"]) {
  width: 100%;
}

/* @end */
/* @group fancybox */
div.fancybox__toolbar__column a.f-button[title=Download] {
  display: none !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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @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-vertical-medium);
}
.portlets .portlet [class*=_subtitle],
.portlets .portlet .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets .portlet [class*=_subtitle] a,
.portlets .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets .portlet [class*=_subtitle] a:hover,
.portlets .portlet .portlet-title a:hover {
  color: var(--text-color);
}
.portlets .portlet [class*=_subtitle]:not(:last-child),
.portlets .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .portlets .portlet [class*=_subtitle],
  .portlets .portlet .portlet-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.portlets .portlet [class*=_introduction] {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlets .portlet [class*=_introduction] {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets .portlet [class*=_introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlets .portlet a.portlet_content_link:not(.portlet_content_second_link) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.portlets .portlet a.portlet_content_link:not(.portlet_content_second_link):hover, .portlets .portlet a.portlet_content_link:not(.portlet_content_second_link):focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .portlets .portlet a.portlet_content_link:not(.portlet_content_second_link) {
    display: none;
  }
}
.portlets .portlet a.portlet_content_link:not(.portlet_content_second_link):before, .portlets .portlet a.portlet_content_link:not(.portlet_content_second_link):after {
  font-weight: 300;
}
.portlets .portlet a.portlet_content_link:not(.portlet_content_second_link):after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .portlets .portlet a.portlet_content_link.portlet_content_second_link {
    font-size: 13px;
    line-height: 20px;
  }
}
@media print {
  .portlets .portlet a.portlet_content_link.portlet_content_second_link {
    font-size: 12px;
    line-height: 15px;
  }
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link:focus, .portlets .portlet a.portlet_content_link.portlet_content_second_link:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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;
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link:focus:after, .portlets .portlet a.portlet_content_link.portlet_content_second_link:hover:after {
  right: -10px;
}
.portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link):hover, .portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link):focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link) {
    display: none;
  }
}
.portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link):before, .portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link):after {
  font-weight: 300;
}
.portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link):after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .portlets .portlet a.portlet_listing_link.portlet_listing_second_link {
    font-size: 13px;
    line-height: 20px;
  }
}
@media print {
  .portlets .portlet a.portlet_listing_link.portlet_listing_second_link {
    font-size: 12px;
    line-height: 15px;
  }
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link:focus, .portlets .portlet a.portlet_listing_link.portlet_listing_second_link:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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;
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link:focus:after, .portlets .portlet a.portlet_listing_link.portlet_listing_second_link:hover:after {
  right: -10px;
}
.portlets .portlet .portlet_listing_link_wrap,
.portlets .portlet .portlet_content_link_wrap {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-15) var(--size-20);
  margin-top: 3px;
}
.portlets .portlet .portlet_listing_link_wrap a.portlet_listing_link:not(:first-child),
.portlets .portlet .portlet_listing_link_wrap a.portlet_content_link:not(:first-child),
.portlets .portlet .portlet_content_link_wrap a.portlet_listing_link:not(:first-child),
.portlets .portlet .portlet_content_link_wrap a.portlet_content_link:not(:first-child) {
  margin-top: 0;
}

/* @end */
/* !@group all options */
.portlets[class*=all_options]:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.portlets[class*=all_options] .portlet {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.portlets[class*=all_options] .portlet.is_visible {
  top: 0;
  opacity: 1;
}
@media print {
  .portlets[class*=all_options] .portlet {
    top: 0;
    opacity: 1;
  }
}
.portlets[class*=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;
}
.portlets[class*=all_options] .portlet_content {
  --picture-gap: var(--size-80);
}
.portlets[class*=all_options] .portlet_content:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.portlets[class*=all_options] .portlet_content .portlet-content {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
.portlets[class*=all_options] .portlet_content .portlet-content > .cf, .portlets[class*=all_options] .portlet_content .portlet-content.cf {
  display: none;
}
.portlets[class*=all_options] .portlet_content:has(.videos) .portlet-content, .portlets[class*=all_options] .portlet_content:has(.pictures) .portlet-content {
  max-width: none;
}
.portlets[class*=all_options] .portlet_content .videos,
.portlets[class*=all_options] .portlet_content .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
.portlets[class*=all_options] .portlet_content .videos + .pictures {
  display: none;
}
.portlets[class*=all_options] .portlet_content .pictures {
  overflow: visible;
}
.portlets[class*=all_options] .portlet_content .pictures .resource_background {
  overflow: visible;
}
.portlets[class*=all_options] .portlet_content .pictures a.resource_link {
  overflow: hidden;
}
.portlets[class*=all_options] .portlet_content .pictures .picture:not(:first-child) {
  display: none;
}
.portlets[class*=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;
}
.portlets[class*=all_options] .portlet_content .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.portlets[class*=all_options] .portlet_content .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .portlets[class*=all_options] .portlet_content .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.portlets[class*=all_options] .portlet_content .portlet_text_wrap {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.portlets[class*=all_options] .portlet_content .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_content .portlet-title a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .portlets[class*=all_options] .portlet_content .portlet-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.portlets[class*=all_options] .portlet_content .portlet-title:not(:first-child) {
  margin-top: 0;
}
.portlets[class*=all_options] .portlet_content .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
.portlets[class*=all_options] .portlet_content .listing-date a {
  color: var(--text-color-light);
}
@media print {
  .portlets[class*=all_options] .portlet_content .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet_content .portlet_content_introduction {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.portlets[class*=all_options] .portlet_content .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlets[class*=all_options] .portlet_content:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content:not(:has(.portlet_content_description)) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlets[class*=all_options] .portlet_content:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content:not(:has(.portlet_content_description)) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet_content .portlet_content_description {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlets[class*=all_options] .portlet_content .portlet_content_description {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet_content .portlet_content_description:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h3 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .portlet_content .portlet_content_description h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h4 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .portlet_content .portlet_content_description h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h5, .portlets[class*=all_options] .portlet_content .portlet_content_description h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h5 a, .portlets[class*=all_options] .portlet_content .portlet_content_description h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h5 a:hover, .portlets[class*=all_options] .portlet_content .portlet_content_description h6 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content .portlet_content_description h5:not(:last-child), .portlets[class*=all_options] .portlet_content .portlet_content_description h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .portlets[class*=all_options] .portlet_content .portlet_content_description h5, .portlets[class*=all_options] .portlet_content .portlet_content_description h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.portlets[class*=all_options] .portlet_content .documents,
.portlets[class*=all_options] .portlet_content .musics {
  margin-top: 0;
}
.portlets[class*=all_options] .portlet_content .documents:not(:last-child),
.portlets[class*=all_options] .portlet_content .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlets[class*=all_options] .portlet_content .portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.portlets[class*=all_options] .portlet_content .portlet_content_link:hover, .portlets[class*=all_options] .portlet_content .portlet_content_link:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .portlets[class*=all_options] .portlet_content .portlet_content_link {
    display: none;
  }
}
.portlets[class*=all_options] .portlet_content .portlet_content_link:before, .portlets[class*=all_options] .portlet_content .portlet_content_link:after {
  font-weight: 300;
}
.portlets[class*=all_options] .portlet_content .portlet_content_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets[class*=all_options] .portlet_content .portlet_content_link:not(:first-child) {
  margin-top: 3px;
}
.portlets[class*=all_options] .portlet_content[class*=element_link_entire] .portlet-content {
  position: relative;
}
.portlets[class*=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: 1000px) {
  .portlets[class*=all_options] .portlet_content .videos,
  .portlets[class*=all_options] .portlet_content .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .portlets[class*=all_options] .portlet_content {
    --picture-gap: var(--size-40);
  }
  .portlets[class*=all_options] .portlet_content .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  .portlets[class*=all_options] .portlet_content .videos,
  .portlets[class*=all_options] .portlet_content .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  .portlets[class*=all_options] .portlet_content .portlet_text_wrap {
    height: 100%;
  }
}
@media print {
  .portlets[class*=all_options] .portlet_content {
    --picture-gap: var(--size-40);
  }
  .portlets[class*=all_options] .portlet_content:not(:first-child) {
    margin-top: var(--size-60);
  }
  .portlets[class*=all_options] .portlet_content .videos,
  .portlets[class*=all_options] .portlet_content .pictures {
    max-width: 40%;
  }
  .portlets[class*=all_options] .portlet_content .portlet_content_introduction {
    font-size: 16px;
    line-height: 24px;
  }
}
.portlets[class*=all_options] .portlet_content:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.portlets[class*=all_options] .portlet_content .pictures img {
  aspect-ratio: 730/490;
}
.portlets[class*=all_options] .portlet_content.portlet_no_title.portlet_no_subtitle.portlet_empty.portlet_no_content .portlet-content {
  background: none;
}
.portlets[class*=all_options] .portlet_content.with_background {
  padding-top: var(--section-space-vertical-medium);
  padding-bottom: var(--section-space-vertical-medium);
  background: var(--background-medium);
}
.portlets[class*=all_options] .portlet_content.picture_left .videos,
.portlets[class*=all_options] .portlet_content.picture_left .pictures {
  order: 0;
}
.portlets[class*=all_options] .portlet_content.picture_sticky .pictures {
  position: relative;
}
.portlets[class*=all_options] .portlet_content.picture_sticky .pictures .picture {
  position: sticky;
  top: calc(var(--size-20) + var(--header-height));
}
.portlets[class*=all_options] .portlet_content.big_picture {
  --picture-gap: var(--size-50);
  --picture-negative-space: calc(50vw - (var(--siteframe) / 2) - var(--scrollbar-width));
}
.portlets[class*=all_options] .portlet_content.big_picture .portlet-content {
  flex-flow: row;
  align-items: flex-end;
  height: auto;
  overflow: visible;
}
.portlets[class*=all_options] .portlet_content.big_picture .portlet-content > .cf {
  display: none;
}
.portlets[class*=all_options] .portlet_content.big_picture .videos,
.portlets[class*=all_options] .portlet_content.big_picture .pictures {
  flex: 0 0 calc(66% + var(--picture-negative-space));
  max-width: none;
  margin-right: calc(-1 * var(--picture-negative-space));
  align-self: stretch;
}
.portlets[class*=all_options] .portlet_content.big_picture .pictures .picture,
.portlets[class*=all_options] .portlet_content.big_picture .pictures .resource_background,
.portlets[class*=all_options] .portlet_content.big_picture .pictures .resource_link,
.portlets[class*=all_options] .portlet_content.big_picture .pictures img {
  height: 100%;
}
.portlets[class*=all_options] .portlet_content.big_picture.picture_left .videos,
.portlets[class*=all_options] .portlet_content.big_picture.picture_left .pictures {
  margin-right: 0;
  margin-left: calc(-1 * var(--picture-negative-space));
}
@media screen and (max-width: 1240px) {
  .portlets[class*=all_options] .portlet_content.big_picture {
    --picture-negative-space: var(--siteframe-space);
  }
}
@media screen and (max-width: 1000px) {
  .portlets[class*=all_options] .portlet_content.big_picture .videos,
  .portlets[class*=all_options] .portlet_content.big_picture .pictures {
    flex: 0 0 calc(50% + var(--picture-negative-space));
  }
}
@media screen and (max-width: 600px) {
  .portlets[class*=all_options] .portlet_content.big_picture .portlet-content {
    flex-flow: column;
  }
  .portlets[class*=all_options] .portlet_content.big_picture .videos,
  .portlets[class*=all_options] .portlet_content.big_picture .pictures {
    order: 0 !important;
    flex: unset;
    max-width: none;
    width: calc(100% + var(--picture-negative-space));
  }
}
@media print {
  .portlets[class*=all_options] .portlet_content.big_picture {
    --picture-gap: var(--size-40);
    --picture-negative-space: 0px;
  }
  .portlets[class*=all_options] .portlet_content.big_picture .videos,
  .portlets[class*=all_options] .portlet_content.big_picture .pictures {
    flex: 0 0 50%;
  }
}
.portlets[class*=all_options] .portlet_content.big_picture .pictures img {
  aspect-ratio: 910/682;
}
.portlets[class*=all_options] .portlet_content.with_gallery {
  --picture-gap: var(--size-60);
}
.portlets[class*=all_options] .portlet_content.with_gallery .portlet-content {
  flex-flow: column;
}
.portlets[class*=all_options] .portlet_content.with_gallery .portlet_text_wrap {
  max-width: var(--siteframe-very-small);
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures {
  flex: 0 0 100%;
  max-width: none;
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 2;
  order: 2 !important;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .cf {
  display: none;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures:has(span.management_controls) > .picture:first-child:nth-last-child(3) {
  flex: 0 0 100%;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures:has(span.management_controls) > .picture:first-child:nth-last-child(3) img {
  aspect-ratio: 1180/800;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture {
  flex: 0 0 100%;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture img {
  object-fit: cover;
  aspect-ratio: 1180/800;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:first-child:nth-last-child(2) {
  flex: 0 0 100%;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:first-child:nth-last-child(2) img {
  aspect-ratio: 1180/800;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+1) {
  flex: 0 0 calc(58.5% - var(--gap) + var(--gap) / var(--columns));
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+1) img {
  aspect-ratio: 682/587.5;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+2) {
  flex: 0 0 calc(41.5% - var(--gap) + var(--gap) / var(--columns));
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+2) img {
  aspect-ratio: 478/584;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+4) {
  flex: 0 0 calc(38.5% - var(--gap) + var(--gap) / var(--columns));
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+4) img {
  aspect-ratio: 442/470;
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+5) {
  flex: 0 0 calc(61.5% - var(--gap) + var(--gap) / var(--columns));
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture:nth-child(5n+5) img {
  aspect-ratio: 718/473.9;
}
@media screen and (max-width: 500px) {
  .portlets[class*=all_options] .portlet_content.with_gallery .pictures {
    --columns: 1;
  }
  .portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture {
    flex: 0 0 100% !important;
  }
  .portlets[class*=all_options] .portlet_content.with_gallery .pictures > .picture img {
    aspect-ratio: 1180/800 !important;
  }
}
.portlets[class*=all_options] .portlet_content.with_gallery .pictures .picture:not(:first-child) {
  display: block;
}
.portlets[class*=all_options] .portlet_content.with_gallery .videos {
  flex: 0 0 100%;
  max-width: none;
}
@media print {
  .portlets[class*=all_options] .portlet_content.with_gallery .pictures {
    display: none;
  }
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery {
  --picture-gap: var(--size-60);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .portlet-content {
  flex-flow: column;
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .portlet_text_wrap {
  max-width: var(--siteframe-very-small);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures {
  flex: 0 0 100%;
  max-width: none;
  order: 2 !important;
  --gap: var(--size-40);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
  row-gap: var(--size-50);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures > .cf {
  display: none;
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_link {
  pointer-events: none;
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_link:before, .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_link:after {
  display: none;
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures img {
  aspect-ratio: 1/1;
  max-width: clamp(120px, 21.5vw, 215px);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .picture:not(:first-child) {
  display: block;
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  line-height: clamp(26px, 3vw, 30px);
  margin-top: var(--size-20);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description a {
  color: var(--text-color);
}
@media print {
  .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description .resource_title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description .resource_title a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description .resource_title a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description .resource_title:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description .resource_title {
    font-size: 18px;
    line-height: 21px;
  }
}
.portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description .resource_title:not(:last-child) {
  margin-bottom: var(--size-5);
}
@media screen and (max-width: 750px) {
  .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures {
    --columns: 2;
  }
  .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures img {
    aspect-ratio: 1/1;
    max-width: clamp(60px, 17vw, 170px);
  }
}
@media screen and (max-width: 450px) {
  .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures {
    --columns: 1;
  }
}
@media print {
  .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures .resource_description {
    display: block !important;
  }
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery {
  --picture-gap: var(--size-40);
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .portlet-content {
  flex-flow: column;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .portlet_text_wrap {
  max-width: var(--siteframe-very-small);
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures {
  flex: 0 0 100%;
  max-width: none;
  order: 2 !important;
  --gap: var(--size-25);
  --columns: 5;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures > .cf {
  display: none;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(90px, 14vw, 140px);
  padding: var(--size-25) var(--size-40);
  box-sizing: border-box;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture .resource_link {
  pointer-events: none;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture .resource_link:before, .portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture .resource_link:after {
  display: none;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture span {
  box-shadow: none;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture .resource_link:not(.fancybox) {
  pointer-events: all;
  border-radius: 0;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture * {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  background: none;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .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.6;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture:hover img {
  filter: none !important;
  opacity: 1 !important;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures img {
  aspect-ratio: unset;
}
.portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture:not(:first-child) {
  display: block;
}
@media print {
  .portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures {
    --columns: 4;
  }
}
.portlets[class*=all_options] .portlet_content.big_picture_above {
  --picture-gap: var(--size-50);
}
.portlets[class*=all_options] .portlet_content.big_picture_above .portlet-content {
  flex-flow: column;
}
.portlets[class*=all_options] .portlet_content.big_picture_above .videos,
.portlets[class*=all_options] .portlet_content.big_picture_above .pictures {
  flex: unset;
  max-width: 100%;
  order: 0;
}
.portlets[class*=all_options] .portlet_content.big_picture_above .pictures .resource_link {
  pointer-events: none;
}
.portlets[class*=all_options] .portlet_content.big_picture_above .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portlets[class*=all_options] .portlet_content.big_picture_above .pictures .resource_link:before, .portlets[class*=all_options] .portlet_content.big_picture_above .pictures .resource_link:after {
  display: none;
}
.portlets[class*=all_options] .portlet_content.big_picture_above .pictures .picture:not(:first-child) {
  display: block;
  margin-top: var(--size-30);
}
.portlets[class*=all_options] .portlet_content.big_picture_above .pictures img {
  aspect-ratio: unset;
}
.portlets[class*=all_options] .portlet_content.big_picture_above .portlet_text_wrap {
  max-width: var(--siteframe-very-small);
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_center .portlet_text_wrap,
.portlets[class*=all_options] .portlet_content.big_picture_above.text_center .portlet-content {
  margin-left: auto;
  margin-right: auto;
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_center .portlet_content_description {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet-content {
  max-width: none;
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_text_wrap {
  max-width: none;
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_text_wrap > *:not(.portlet_content_description) {
  max-width: var(--siteframe-very-small);
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--size-60);
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_description {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: var(--size-45);
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_description > *:first-child {
  width: 100%;
  columns: 3;
  gap: var(--size-35);
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns.with_background {
  --picture-gap: 0px;
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns.with_background .pictures {
  margin-top: var(--size-20);
  margin-bottom: var(--size-60);
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns.with_background .portlet-title {
  order: -1;
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns.with_background .portlet_text_wrap {
  display: contents;
}
.portlets[class*=all_options] .portlet_content.big_picture_above.text_columns.with_background .portlet_text_wrap > *:not(.portlet_content_description) {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_description > *:first-child {
    columns: 2;
    gap: var(--size-50);
  }
}
@media screen and (max-width: 600px) {
  .portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_introduction:not(:last-child) {
    margin-bottom: var(--paragraph-space);
  }
  .portlets[class*=all_options] .portlet_content.big_picture_above.text_columns .portlet_content_description > *:first-child {
    columns: 1;
    gap: 0;
  }
  .portlets[class*=all_options] .portlet_content.big_picture_above.text_columns.with_background {
    --picture-gap: 0px;
  }
  .portlets[class*=all_options] .portlet_content.big_picture_above.text_columns.with_background .portlet_text_wrap > *:not(.portlet_content_description) {
    margin-left: unset;
    margin-right: unset;
    text-align: left;
  }
}
.portlets[class*=all_options] .portlet_content.cta_banner {
  --picture-gap: 0px;
}
.portlets[class*=all_options] .portlet_content.cta_banner .portlet-content {
  flex-flow: column;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures {
  flex: 0 0 100%;
  max-width: none;
  order: 0;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos:after,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  padding: var(--size-40);
  max-width: calc(var(--siteframe-very-small) + var(--size-40) + var(--size-40));
  z-index: 10;
  overflow: hidden;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap > *,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap > * {
  position: relative;
  z-index: 5;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:before,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: clamp(300px, 59vw, 590px);
  height: clamp(200px, 39.6vw, 396px);
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  margin-left: calc(-1 * var(--size-40) - 7px);
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title a,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title a {
  color: #fff;
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title a:hover,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title a:hover {
  color: #fff;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title {
    font-size: 34px;
    line-height: 34px;
  }
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet_content_introduction,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(28px, 4.5vw, 45px);
  letter-spacing: 0.1px;
  text-transform: unset;
}
@media print {
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet_content_introduction,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--size-35);
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:not(:has(.portlet_content_description)) .portlet_content_introduction:not(:last-child),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--size-20);
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link),
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link) {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):hover, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):focus-visible,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):hover,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link),
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link) {
    display: none;
  }
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):before, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):after,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):before,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):after {
  font-weight: 300;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):hover, .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):focus,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):hover,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link:not(.portlet_content_second_link):focus {
  text-shadow: none;
}
.portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap a.portlet_content_link.portlet_content_second_link,
.portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap a.portlet_content_link.portlet_content_second_link {
  color: #fff;
}
.portlets[class*=all_options] .portlet_content.cta_banner .pictures .resource_link {
  pointer-events: none;
}
.portlets[class*=all_options] .portlet_content.cta_banner .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portlets[class*=all_options] .portlet_content.cta_banner .pictures .resource_link:before, .portlets[class*=all_options] .portlet_content.cta_banner .pictures .resource_link:after {
  display: none;
}
.portlets[class*=all_options] .portlet_content.cta_banner .pictures img {
  aspect-ratio: 1180/586;
  min-height: clamp(400px, 51vw, 510px);
}
@media screen and (max-width: 700px) {
  .portlets[class*=all_options] .portlet_content.cta_banner .videos:after,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures:after {
    display: none;
  }
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    padding: var(--size-40);
    padding-top: var(--size-15);
    max-width: none;
    background: var(--primary-color);
    overflow: visible;
  }
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap:before,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap:before {
    content: "";
    position: absolute;
    top: unset;
    left: 0;
    width: 100%;
    height: clamp(40px, 5vw, 50px);
    display: block;
    background: var(--primary-color);
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 0;
    top: 0;
    bottom: unset;
    -webkit-transform: translate(0, -99%);
    -moz-transform: translate(0, -99%);
    -o-transform: translate(0, -99%);
    transform: translate(0, -99%);
  }
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title {
    font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 4.8vw, 48px);
    line-height: clamp(32px, 5.2vw, 52px);
    letter-spacing: unset;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    margin-left: 0;
  }
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title a,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title a {
    color: #fff;
    text-decoration: none;
  }
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title a:hover,
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title a:hover {
    color: #fff;
  }
  .portlets[class*=all_options] .portlet_content.cta_banner .videos ~ .portlet_text_wrap .portlet-title:not(:last-child),
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures ~ .portlet_text_wrap .portlet-title:not(:last-child) {
    margin-bottom: var(--size-20);
  }
  .portlets[class*=all_options] .portlet_content.cta_banner .pictures img {
    aspect-ratio: 1180/586;
    min-height: 0;
  }
}
.portlets[class*=all_options] .portlet_content.quote {
  --picture-gap: var(--size-70);
}
.portlets[class*=all_options] .portlet_content.quote:not(:first-child) {
  margin-top: var(--section-space-vertical-big);
}
.portlets[class*=all_options] .portlet_content.quote .portlet-content {
  align-items: center;
}
.portlets[class*=all_options] .portlet_content.quote .videos,
.portlets[class*=all_options] .portlet_content.quote .pictures {
  flex: 0 0 clamp(150px, 28vw, 280px);
  max-width: none;
  order: 0;
}
.portlets[class*=all_options] .portlet_content.quote .pictures {
  padding: 0 var(--size-20);
  text-align: center;
}
.portlets[class*=all_options] .portlet_content.quote .pictures .resource_link {
  pointer-events: none;
}
.portlets[class*=all_options] .portlet_content.quote .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portlets[class*=all_options] .portlet_content.quote .pictures .resource_link:before, .portlets[class*=all_options] .portlet_content.quote .pictures .resource_link:after {
  display: none;
}
.portlets[class*=all_options] .portlet_content.quote .pictures img {
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.portlets[class*=all_options] .portlet_content.quote .portlet-title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: var(--text-color);
  margin-top: var(--size-25);
}
.portlets[class*=all_options] .portlet_content.quote .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_content.quote .portlet-title br {
  display: none;
}
.portlets[class*=all_options] .portlet_content.quote .portlet-title:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .portlets[class*=all_options] .portlet_content.quote .portlet-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlets[class*=all_options] .portlet_content.quote .portlet-title:not(:last-child) {
  margin-bottom: 0;
}
.portlets[class*=all_options] .portlet_content.quote .portlet_content_introduction {
  order: -1;
}
.portlets[class*=all_options] .portlet_content.quote .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description)) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.quote:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(28px, 4.5vw, 45px);
  letter-spacing: 0.1px;
  text-transform: unset;
}
@media print {
  .portlets[class*=all_options] .portlet_content.quote .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description)) .portlet_content_introduction, .portlets[class*=all_options] .portlet_content.quote:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
.portlets[class*=all_options] .portlet_content.quote .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description)) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.quote:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--size-35);
}
.portlets[class*=all_options] .portlet_content.quote .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.quote:not(:has(.portlet_content_description)) .portlet_content_introduction:not(:last-child), .portlets[class*=all_options] .portlet_content.quote:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction:not(:last-child) {
  margin-bottom: 0;
}
.portlets[class*=all_options] .portlet_content.quote .portlet_content_description {
  margin-top: var(--size-10);
}
@media screen and (max-width: 1000px) {
  .portlets[class*=all_options] .portlet_content.quote {
    --picture-gap: var(--size-50);
  }
}
@media screen and (max-width: 700px) {
  .portlets[class*=all_options] .portlet_content.quote {
    --picture-gap: var(--size-25);
  }
}
@media screen and (max-width: 600px) {
  .portlets[class*=all_options] .portlet_content.quote {
    --picture-gap: var(--size-40);
  }
  .portlets[class*=all_options] .portlet_content.quote .portlet-content {
    text-align: center;
  }
  .portlets[class*=all_options] .portlet_content.quote .videos,
  .portlets[class*=all_options] .portlet_content.quote .pictures {
    flex: unset;
    max-width: 300px;
    width: 75%;
  }
  .portlets[class*=all_options] .portlet_content.quote .pictures {
    padding: 0;
  }
}
.portlets[class*=all_options] .portlet_content.quote + .portlet:not(:first-child) {
  margin-top: var(--section-space-vertical-big);
}
.portlets[class*=all_options] .portlet_content.with_slider {
  --picture-gap: var(--section-space-vertical-medium);
}
.portlets[class*=all_options] .portlet_content.with_slider .portlet_inner {
  max-width: none;
  padding: 0;
}
.portlets[class*=all_options] .portlet_content.with_slider .portlet-content {
  width: 100%;
  max-width: none;
  flex-flow: column;
}
.portlets[class*=all_options] .portlet_content.with_slider .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;
}
.portlets[class*=all_options] .portlet_content.with_slider .videos,
.portlets[class*=all_options] .portlet_content.with_slider .pictures {
  flex: unset;
  max-width: 100%;
}
.portlets[class*=all_options] .portlet_content.with_slider .pictures {
  order: 2 !important;
}
.portlets[class*=all_options] .portlet_content.with_slider .pictures .resource_link {
  pointer-events: none;
}
.portlets[class*=all_options] .portlet_content.with_slider .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portlets[class*=all_options] .portlet_content.with_slider .pictures .resource_link:before, .portlets[class*=all_options] .portlet_content.with_slider .pictures .resource_link:after {
  display: none;
}
.portlets[class*=all_options] .portlet_content.with_slider .pictures .picture:not(:first-child) {
  display: block;
}
.portlets[class*=all_options] .portlet_content.with_slider .pictures img {
  aspect-ratio: 1180/660;
}
.portlets[class*=all_options] .portlet_content.with_slider .slick-slider {
  --slider-gap: 0px;
}
.portlets[class*=all_options] .portlet_content.with_slider .portlet_content_description:has(iframe) {
  margin-top: var(--size-40);
}
.portlets[class*=all_options] .portlet_content.with_slider.with_background:has(.pictures) {
  padding-bottom: 0;
}
.portlets[class*=all_options] .portlet:not(.portlet_content) {
  --icon-width-arrow: clamp(30px,5vw,50px);
}
.portlets[class*=all_options] .portlet:not(.portlet_content) .slick-slider {
  position: relative;
}
.portlets[class*=all_options] .portlet:not(.portlet_content) .slick-list {
  overflow: visible;
}
.portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow {
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--text-color);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-weight: 400;
  position: absolute;
  top: calc(-1 * (var(--size-80) + var(--icon-width-arrow)));
  right: 0;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width-arrow);
  height: var(--icon-width-arrow);
  padding: 0;
  font-size: clamp(15px, 1.8vw, 18px);
  text-shadow: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow:hover, .portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow:focus-visible {
  color: var(--text-color);
  border: 1px solid var(--background-medium);
  background: var(--background-medium);
}
@media print {
  .portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow {
    display: none;
  }
}
.portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow:before, .portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow:after {
  font-weight: 300;
}
.portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow i {
  font-weight: 300;
}
.portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow.slick-arrow-left {
  right: calc(var(--icon-width-arrow) + var(--size-15));
}
.portlets[class*=all_options] .portlet:not(.portlet_content).slider .portlet-title:nth-last-child(3), .portlets[class*=all_options] .portlet:not(.portlet_content).portlet_shop_article .portlet-title:nth-last-child(3) {
  min-height: var(--icon-width-arrow);
}
.portlets[class*=all_options] .portlet:not(.portlet_content).slider .portlet-title + .portlet-listing-entry-wrap span.slick-arrow, .portlets[class*=all_options] .portlet:not(.portlet_content).slider .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow, .portlets[class*=all_options] .portlet:not(.portlet_content).portlet_shop_article .portlet-title + .portlet-listing-entry-wrap span.slick-arrow, .portlets[class*=all_options] .portlet:not(.portlet_content).portlet_shop_article .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow {
  top: calc(-1 * (var(--size-80) + var(--icon-width-arrow)));
}
.portlets[class*=all_options] .slider {
  overflow: hidden;
}
.portlets[class*=all_options] .slider .portlet_text_wrap > *:not(.portlet-listing-entry-wrap):not([class*=_link]) {
  padding-right: calc(var(--icon-width-arrow) + var(--icon-width-arrow) + var(--size-50));
  box-sizing: border-box;
}
.portlets[class*=all_options] .slider .portlet_text_wrap:has(.portlet_listing_text) .portlet-title,
.portlets[class*=all_options] .slider .portlet_text_wrap:has(.portlet_listing_text) .portlet_listing_introduction {
  padding-right: 0;
}
.portlets[class*=all_options] .slider .portlet_text_wrap:has(.portlet_listing_introduction) .portlet-title {
  padding-right: 0;
}
.portlets[class*=all_options] .slider .portlet-listing-entry-wrap {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.portlets[class*=all_options] .portlet_listing:not(:first-child) {
  margin-top: var(--section-space-vertical-big);
}
.portlets[class*=all_options] .portlet_listing .portlet_listing_introduction,
.portlets[class*=all_options] .portlet_listing .portlet_listing_text {
  max-width: var(--siteframe-small);
  margin-left: auto;
  margin-right: auto;
}
.portlets[class*=all_options] .portlet_listing .portlet_listing_introduction > *,
.portlets[class*=all_options] .portlet_listing .portlet_listing_text > * {
  max-width: var(--siteframe-very-small);
}
.portlets[class*=all_options] .portlet_listing .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_listing .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_listing .portlet-title a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet_listing .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .portlets[class*=all_options] .portlet_listing .portlet-title {
    font-size: 34px;
    line-height: 34px;
  }
}
.portlets[class*=all_options] .portlet_listing .portlet_listing_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(28px, 4.5vw, 45px);
  letter-spacing: 0.1px;
  text-transform: unset;
}
@media print {
  .portlets[class*=all_options] .portlet_listing .portlet_listing_introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
.portlets[class*=all_options] .portlet_listing .portlet_listing_introduction:not(:last-child) {
  margin-bottom: var(--size-35);
}
.portlets[class*=all_options] .portlet_listing .portlet_text_wrap > a.portlet_listing_link {
  margin: var(--size-60) auto 0;
}
.portlets[class*=all_options] .portlet_listing .portlet_listing_link_wrap {
  justify-content: center;
  margin-top: var(--size-60);
}
.portlets[class*=all_options] .portlet-listing-entry-wrap {
  --gap: var(--size-20);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.portlets[class*=all_options] .portlet-listing-entry-wrap > .cf {
  display: none;
}
.portlets[class*=all_options] .portlet-listing-entry-wrap:not(:first-child) {
  margin-top: var(--size-80);
}
.portlets[class*=all_options] .portlet-listing-entry-wrap .portlet-entry-tags .title_tag,
.portlets[class*=all_options] .portlet-listing-entry-wrap .listing_properties .properties .property_text {
  background: var(--background-dark);
}
.portlets[class*=all_options] .portlet-listing-entry {
  --picture-gap: var(--size-80);
  --picture-gap: 0px;
}
.portlets[class*=all_options] .portlet-listing-entry:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.portlets[class*=all_options] .portlet-listing-entry > * {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
.portlets[class*=all_options] .portlet-listing-entry > * > .cf, .portlets[class*=all_options] .portlet-listing-entry > *.cf {
  display: none;
}
.portlets[class*=all_options] .portlet-listing-entry:has(.videos) > *, .portlets[class*=all_options] .portlet-listing-entry:has(.pictures) > * {
  max-width: none;
}
.portlets[class*=all_options] .portlet-listing-entry .videos,
.portlets[class*=all_options] .portlet-listing-entry .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
.portlets[class*=all_options] .portlet-listing-entry .videos + .pictures {
  display: none;
}
.portlets[class*=all_options] .portlet-listing-entry .pictures {
  overflow: visible;
}
.portlets[class*=all_options] .portlet-listing-entry .pictures .resource_background {
  overflow: visible;
}
.portlets[class*=all_options] .portlet-listing-entry .pictures a.resource_link {
  overflow: hidden;
}
.portlets[class*=all_options] .portlet-listing-entry .pictures .picture:not(:first-child) {
  display: none;
}
.portlets[class*=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;
}
.portlets[class*=all_options] .portlet-listing-entry .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.portlets[class*=all_options] .portlet-listing-entry .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-listing-content-container {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.portlets[class*=all_options] .portlet-listing-entry h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet-listing-entry h3 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry h3:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry h3:not(:first-child) {
  margin-top: 0;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-date a {
  color: var(--text-color-light);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-date {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-introduction {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlets[class*=all_options] .portlet-listing-entry:not(:has(.portlet-entry-content > *)):has(.portlet-entry-content:empty) .portlet-entry-introduction, .portlets[class*=all_options] .portlet-listing-entry:not(:has(.portlet-entry-content)) .portlet-entry-introduction, .portlets[class*=all_options] .portlet-listing-entry:has(.portlet-entry-content > [class*=_link]:first-child) .portlet-entry-introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry:not(:has(.portlet-entry-content > *)):has(.portlet-entry-content:empty) .portlet-entry-introduction, .portlets[class*=all_options] .portlet-listing-entry:not(:has(.portlet-entry-content)) .portlet-entry-introduction, .portlets[class*=all_options] .portlet-listing-entry:has(.portlet-entry-content > [class*=_link]:first-child) .portlet-entry-introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h3 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h4 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h5, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h5 a, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h5 a:hover, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h6 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h5:not(:last-child), .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h5, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .documents,
.portlets[class*=all_options] .portlet-listing-entry .musics {
  margin-top: 0;
}
.portlets[class*=all_options] .portlet-listing-entry .documents:not(:last-child),
.portlets[class*=all_options] .portlet-listing-entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:hover, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link {
    display: none;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:before, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:after {
  font-weight: 300;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:not(:first-child) {
  margin-top: 3px;
}
.portlets[class*=all_options] .portlet-listing-entry[class*=element_link_entire] > * {
  position: relative;
}
.portlets[class*=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: 1000px) {
  .portlets[class*=all_options] .portlet-listing-entry .videos,
  .portlets[class*=all_options] .portlet-listing-entry .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .portlets[class*=all_options] .portlet-listing-entry {
    --picture-gap: var(--size-40);
  }
  .portlets[class*=all_options] .portlet-listing-entry > * {
    flex-flow: column;
    height: 100%;
  }
  .portlets[class*=all_options] .portlet-listing-entry .videos,
  .portlets[class*=all_options] .portlet-listing-entry .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  .portlets[class*=all_options] .portlet-listing-entry .portlet-listing-content-container {
    height: 100%;
  }
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry {
    --picture-gap: var(--size-40);
  }
  .portlets[class*=all_options] .portlet-listing-entry:not(:first-child) {
    margin-top: var(--size-60);
  }
  .portlets[class*=all_options] .portlet-listing-entry .videos,
  .portlets[class*=all_options] .portlet-listing-entry .pictures {
    max-width: 40%;
  }
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-introduction {
    font-size: 16px;
    line-height: 24px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry > * {
  flex-flow: column;
  height: 100%;
  overflow: visible;
  background: var(--background-medium);
}
.portlets[class*=all_options] .portlet-listing-entry .videos,
.portlets[class*=all_options] .portlet-listing-entry .pictures {
  flex: unset;
  max-width: 100%;
  order: 0;
}
.portlets[class*=all_options] .portlet-listing-entry .pictures .resource_description {
  display: none;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-listing-content-container {
  height: 100%;
  padding: var(--size-25);
}
.portlets[class*=all_options] .portlet-listing-entry h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet-listing-entry h3 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .portlet-listing-entry h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry h3:not(:first-child) {
  margin-top: 0;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-introduction,
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content {
  line-height: clamp(26px, 2.8vw, 28px);
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  margin-top: auto;
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:focus, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:focus:after, .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:hover:after {
  right: -10px;
}
.portlets[class*=all_options] .portlet-listing-entry .portlet-entry-link:not(:first-child) {
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .portlets[class*=all_options] .portlet-listing-entry {
    --picture-gap: 0px;
  }
}
@media print {
  .portlets[class*=all_options] .portlet-listing-entry {
    --picture-gap: 0px;
  }
  .portlets[class*=all_options] .portlet-listing-entry > * {
    border: 1px solid var(--border) !important;
  }
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-introduction {
    font-size: 14px;
  }
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-introduction,
  .portlets[class*=all_options] .portlet-listing-entry .portlet-entry-content {
    line-height: 22px;
  }
}
.portlets[class*=all_options] .portlet-listing-entry:not(:first-child) {
  margin: 0;
}
.portlets[class*=all_options] .portlet_listing.with_background {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--section-space-vertical-medium);
}
.portlets[class*=all_options] .portlet_listing.with_background:after {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: auto;
  height: 25%;
  display: block;
  background: var(--background-medium);
  right: 0;
  bottom: 0;
  min-height: calc(var(--section-space-vertical-medium) + var(--size-60) + var(--size-50));
  z-index: 0;
}
.portlets[class*=all_options] .portlet_listing.with_background .portlet_inner {
  position: relative;
  z-index: 5;
}
.portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap {
  --negative-space: var(--size-80);
  position: relative;
}
.portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap:before {
  content: "";
  position: absolute;
  top: var(--negative-space);
  left: 50%;
  width: 100vw;
  height: auto;
  display: block;
  background: var(--background-medium);
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}
.portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap .portlet-listing-entry > * {
  background: var(--background-light);
  border: 1px solid var(--background-medium);
}
.portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap .portlet-entry-tags .title_tag,
.portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap .listing_properties .properties .property_text {
  background: var(--background-medium);
}
.portlets[class*=all_options] .portlet_listing.with_background .portlet-title {
  padding-top: clamp(4px, 0.6vw, 6px);
}
.portlets[class*=all_options] .two_in_a_row .portlet-listing-entry-wrap {
  --columns: 2;
  --gap: var(--size-60);
}
.portlets[class*=all_options] .two_in_a_row .slick-slider {
  --slider-gap: var(--size-60);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap {
  --gap: 0px;
  --space-top: var(--size-30);
  --columns: 1;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap {
  display: flex;
  align-items: flex-start;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .portlet-listing-entry-wrap,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .portlet-listing-entry-wrap {
  margin: 0;
  width: 100%;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap {
  position: sticky;
  top: calc(var(--header-height) + var(--size-20));
  flex: 0 0 626px;
  max-width: 50%;
  margin-right: var(--size-80);
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap {
    max-width: calc(50% - var(--size-60));
    margin-right: var(--size-60);
  }
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap {
    max-width: 35%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap {
    position: relative;
    top: 0;
    flex: unset;
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap {
    max-width: 250px;
    margin-right: 30px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .resource_background,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .resource_background {
  overflow: visible;
  transform: translateZ();
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap a.resource_link,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap img,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap img {
  border-radius: var(--border-radius);
  aspect-ratio: 1/1;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .pictures ~ .pictures,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .pictures ~ .pictures {
  position: absolute;
  top: 0;
  width: 100%;
  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;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .pictures.visible,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .pictures.visible {
  opacity: 1 !important;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry {
  --icon-width: clamp(22px,3.2vw,32px);
  border-top: 1px solid var(--text-color);
  cursor: pointer;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:last-child,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:last-child {
  border-bottom: 1px solid var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry.visible_detail .accordeon_title_selector,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry.visible_detail .accordeon_title_selector {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry.visible_detail .accordeon_title_selector:after,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry.visible_detail .accordeon_title_selector:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-15);
  margin: 0;
  padding-top: var(--size-20);
  padding-bottom: var(--size-20);
  -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;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector a, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a a,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector a,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector a:hover, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a a:hover,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector a:hover,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:not(:last-child), .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a:not(:last-child),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:not(:last-child),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
    font-size: 24px;
    line-height: 24px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
  pointer-events: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:after,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 300;
  font-size: var(--icon-width);
  flex: 0 0 var(--icon-width);
  width: var(--icon-width);
  -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;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:not(:last-child),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:not(:last-child) {
  margin-bottom: 0;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:hover, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:hover > a,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:hover,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:hover > a {
  color: var(--primary-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
  display: none;
  padding: 0;
  margin-top: 0;
  padding-top: var(--size-5);
  padding-bottom: var(--size-25);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5 a,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5 a:hover,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5:not(:last-child),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5:not(:first-child),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5:not(:first-child) {
  margin-top: 0;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 a,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 a:hover,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5:not(:last-child),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5:not(:first-child),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5:not(:first-child) {
  margin-top: var(--size-45);
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:after,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
    display: none;
  }
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
    display: block;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:nth-last-child(2),
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry:nth-last-child(2) {
  border-bottom: 1px solid var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .listing_properties,
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .pictures,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .listing_properties,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .pictures {
  display: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-entry-inline,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-entry-inline {
  max-width: none;
  background: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector {
  margin-bottom: 0 !important;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-entry-content,
.portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-entry-content {
  height: auto;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry {
  --icon-width: clamp(22px,3.2vw,32px);
  border-top: 1px solid var(--text-color);
  cursor: pointer;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:last-child {
  border-bottom: 1px solid var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry.visible_detail .accordeon_title_selector {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry.visible_detail .accordeon_title_selector:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-15);
  margin: 0;
  padding-top: var(--size-20);
  padding-bottom: var(--size-20);
  -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;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector a, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector a:hover, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:not(:last-child), .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a {
    font-size: 24px;
    line-height: 24px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a {
  pointer-events: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 300;
  font-size: var(--icon-width);
  flex: 0 0 var(--icon-width);
  width: var(--icon-width);
  -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;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:not(:last-child) {
  margin-bottom: 0;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:hover, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:hover > a {
  color: var(--primary-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container {
  display: none;
  padding: 0;
  margin-top: 0;
  padding-top: var(--size-5);
  padding-bottom: var(--size-25);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container h5:not(:first-child) {
  margin-top: 0;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry:has(h4.accordeon_title_selector) .portlet-listing-content-container h5:not(:first-child) {
  margin-top: var(--size-45);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(26px, 4vw, 40px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector a, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector a:hover, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a a:hover {
  color: var(--text-color);
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:not(:last-child), .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector, .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector > a {
    font-size: 18px;
    line-height: 21px;
  }
}
.portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:not(:last-child) {
  margin-bottom: 0;
}
@media print {
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .accordeon_title_selector:after {
    display: none;
  }
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-content-container {
    display: block;
  }
}

/* @end */
/* @group grid portlet zone */
.grid_portlets_wrap {
  --negative-space: var(--size-80);
  display: none;
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.grid_portlets_wrap.is_visible {
  top: 0;
  opacity: 1;
}
@media print {
  .grid_portlets_wrap {
    top: 0;
    opacity: 1;
  }
}
.grid_portlets_wrap:has(> *) {
  display: block;
}
.grid_portlets_wrap:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.grid_portlets_wrap > .portlet {
  --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;
}
.grid_portlets_wrap > .portlet:not(:last-child) {
  padding-bottom: var(--section-space-vertical);
}
.grid_portlets_wrap > .portlet:not(:last-child).portlet_title_only {
  padding-bottom: var(--size-70);
}
.grid_portlets_wrap > .portlet .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  max-width: var(--siteframe-small);
  text-wrap: balance;
}
.grid_portlets_wrap > .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.grid_portlets_wrap > .portlet .portlet-title a:hover {
  color: var(--text-color);
}
.grid_portlets_wrap > .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .grid_portlets_wrap > .portlet .portlet-title {
    font-size: 34px;
    line-height: 34px;
  }
}
.grid_portlets_wrap > .portlet:has(.portlet-content > .cf:only-child) .portlet-title {
  margin-bottom: 0;
}
.grid_portlets_wrap > .portlet .portlet_content_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(28px, 4.5vw, 45px);
  letter-spacing: 0.1px;
  text-transform: unset;
}
@media print {
  .grid_portlets_wrap > .portlet .portlet_content_introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
.grid_portlets_wrap > .portlet .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--size-35);
}
.grid_portlets_wrap > .portlet .portlet-content {
  max-width: var(--siteframe-medium);
  margin-left: auto;
  margin-right: auto;
}
.grid_portlets_wrap > .portlet .portlet-content > * {
  max-width: var(--siteframe-very-small);
}
.grid_portlets_wrap .portlets_goenner {
  margin-top: var(--negative-space);
  padding-bottom: var(--size-40);
  background: var(--background-medium);
}
.grid_portlets_wrap .portlets_goenner .portlets_inner_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;
  --gap: var(--size-20);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
  position: relative;
  top: calc(-1 * var(--negative-space));
}
.grid_portlets_wrap .portlets_goenner .portlets_inner_wrap > .cf {
  display: none;
}
.grid_portlets_wrap .portlets_goenner .portlet:not(:first-child) {
  margin-top: 0 !important;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
  --picture-gap: var(--size-80);
  --picture-gap: 0px;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content > .cf, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content.cf {
  display: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.videos) .portlet-content, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.pictures) .portlet-content {
  max-width: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos + .pictures {
  display: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
  overflow: visible;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures .resource_background {
  overflow: visible;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures a.resource_link {
  overflow: hidden;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures .picture:not(:first-child) {
  display: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.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;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_text_wrap {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a:hover {
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:first-child) {
  margin-top: 0;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .listing-date a {
  color: var(--text-color-light);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description)) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description)) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
    font-size: 13px;
    line-height: 20px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 a:hover {
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 a:hover {
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5 a, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5 a:hover, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 a:hover {
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5:not(:last-child), .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .documents,
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .musics {
  margin-top: 0;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .documents:not(:last-child),
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:hover, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
    display: none;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:before, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
  font-weight: 300;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:not(:first-child) {
  margin-top: 3px;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content[class*=element_link_entire] .portlet-content {
  position: relative;
}
.grid_portlets_wrap .portlets_goenner .portlet.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: 1000px) {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
    --picture-gap: var(--size-40);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_text_wrap {
    height: 100%;
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
    --picture-gap: var(--size-40);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:first-child) {
    margin-top: var(--size-60);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
    max-width: 40%;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction {
    font-size: 16px;
    line-height: 24px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
  flex-flow: column;
  height: 100%;
  overflow: visible;
  background: var(--background-medium);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
  flex: unset;
  max-width: 100%;
  order: 0;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures .resource_description {
  display: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_text_wrap {
  height: 100%;
  padding: var(--size-25);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a:hover {
  color: var(--text-color);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:first-child) {
  margin-top: 0;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction,
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
  line-height: clamp(26px, 2.8vw, 28px);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  margin-top: auto;
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
    font-size: 13px;
    line-height: 20px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:focus, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:focus:after, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:hover:after {
  right: -10px;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:not(:first-child) {
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
    --picture-gap: 0px;
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
    --picture-gap: 0px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
    border: 1px solid var(--border) !important;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction {
    font-size: 14px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
    line-height: 22px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_inner {
  height: 100%;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
  background: var(--background-light);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.pictures)) .portlet-content {
  border: 1px solid var(--background-medium);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: auto;
  gap: var(--size-20) 10px;
  padding-top: var(--size-10);
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 0 auto;
  font-size: clamp(14px, 1.8vw, 18px) !important;
  font-weight: 400 !important;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction .price {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 6.5vw, 65px);
  line-height: clamp(36px, 6vw, 60px);
  text-transform: uppercase;
  color: var(--text-color);
}
@media screen and (max-width: 1100px) {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction .price {
    font-size: clamp(36px, 5vw, 50px);
    line-height: clamp(36px, 5vw, 50px);
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction .text {
  display: flex;
  gap: 4px;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 2.8vw, 28px);
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction .text {
    font-size: 13px;
    line-height: 20px;
  }
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction .text .line {
  display: block;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .pictures a.resource_link:after {
  display: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .portlet-content {
  height: auto;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .portlet_text_wrap:has(.portlet-title + .portlet_content_description a.portlet_content_link:only-child),
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .portlet_text_wrap:has(.portlet-title:only-child) {
  padding: 0;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .portlet_text_wrap:has(.portlet-title + .portlet_content_description a.portlet_content_link:only-child) .portlet_content_description,
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .portlet_text_wrap:has(.portlet-title:only-child) .portlet_content_description {
  display: none;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .pictures + .portlet_text_wrap .portlet-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0 var(--size-20);
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  pointer-events: none;
  aspect-ratio: 1/1;
}
.grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .pictures + .portlet_text_wrap .portlet-title, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .pictures + .portlet_text_wrap .portlet-title a {
  color: #fff;
}

/* @end */
/* @group popup */
#popup_news {
  --popup-width: clamp(280px,30vw,300px);
  --icon-width: clamp(36px,4vw,40px);
  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: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#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;
}
#popup_news .portlet {
  --picture-gap: var(--size-80);
  --picture-gap: 0px;
}
#popup_news .portlet:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
#popup_news .portlet .portlet-content {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
#popup_news .portlet .portlet-content > .cf, #popup_news .portlet .portlet-content.cf {
  display: none;
}
#popup_news .portlet:has(.videos) .portlet-content, #popup_news .portlet:has(.pictures) .portlet-content {
  max-width: none;
}
#popup_news .portlet .videos,
#popup_news .portlet .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
#popup_news .portlet .videos + .pictures {
  display: none;
}
#popup_news .portlet .pictures {
  overflow: visible;
}
#popup_news .portlet .pictures .resource_background {
  overflow: visible;
}
#popup_news .portlet .pictures a.resource_link {
  overflow: hidden;
}
#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 .portlet_text_wrap {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#popup_news .portlet .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
#popup_news .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
#popup_news .portlet .portlet-title a:hover {
  color: var(--text-color);
}
#popup_news .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  #popup_news .portlet .portlet-title {
    font-size: 28px;
    line-height: 28px;
  }
}
#popup_news .portlet .portlet-title:not(:first-child) {
  margin-top: 0;
}
#popup_news .portlet .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
#popup_news .portlet .listing-date a {
  color: var(--text-color-light);
}
@media print {
  #popup_news .portlet .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
#popup_news .portlet .portlet_content_introduction {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
#popup_news .portlet .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, #popup_news .portlet:not(:has(.portlet_content_description)) .portlet_content_introduction, #popup_news .portlet:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  #popup_news .portlet:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, #popup_news .portlet:not(:has(.portlet_content_description)) .portlet_content_introduction, #popup_news .portlet:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
#popup_news .portlet .portlet_content_description {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  #popup_news .portlet .portlet_content_description {
    font-size: 13px;
    line-height: 20px;
  }
}
#popup_news .portlet .portlet_content_description:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet .portlet_content_description h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_description h3 a {
  color: var(--text-color);
  text-decoration: none;
}
#popup_news .portlet .portlet_content_description h3 a:hover {
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_description h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  #popup_news .portlet .portlet_content_description h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
#popup_news .portlet .portlet_content_description h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_description h4 a {
  color: var(--text-color);
  text-decoration: none;
}
#popup_news .portlet .portlet_content_description h4 a:hover {
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_description h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  #popup_news .portlet .portlet_content_description h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
#popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_description h5 a, #popup_news .portlet .portlet_content_description h6 a {
  color: var(--text-color);
  text-decoration: none;
}
#popup_news .portlet .portlet_content_description h5 a:hover, #popup_news .portlet .portlet_content_description h6 a:hover {
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_description h5:not(:last-child), #popup_news .portlet .portlet_content_description h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  #popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
#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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
#popup_news .portlet .portlet_content_link:hover, #popup_news .portlet .portlet_content_link:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  #popup_news .portlet .portlet_content_link {
    display: none;
  }
}
#popup_news .portlet .portlet_content_link:before, #popup_news .portlet .portlet_content_link:after {
  font-weight: 300;
}
#popup_news .portlet .portlet_content_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
#popup_news .portlet .portlet_content_link:not(:first-child) {
  margin-top: 3px;
}
#popup_news .portlet[class*=element_link_entire] .portlet-content {
  position: relative;
}
#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: 1000px) {
  #popup_news .portlet .videos,
  #popup_news .portlet .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #popup_news .portlet {
    --picture-gap: var(--size-40);
  }
  #popup_news .portlet .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  #popup_news .portlet .videos,
  #popup_news .portlet .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  #popup_news .portlet .portlet_text_wrap {
    height: 100%;
  }
}
@media print {
  #popup_news .portlet {
    --picture-gap: var(--size-40);
  }
  #popup_news .portlet:not(:first-child) {
    margin-top: var(--size-60);
  }
  #popup_news .portlet .videos,
  #popup_news .portlet .pictures {
    max-width: 40%;
  }
  #popup_news .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 24px;
  }
}
#popup_news .portlet .portlet-content {
  flex-flow: column;
  height: 100%;
  overflow: visible;
  background: var(--background-medium);
}
#popup_news .portlet .videos,
#popup_news .portlet .pictures {
  flex: unset;
  max-width: 100%;
  order: 0;
}
#popup_news .portlet .pictures .resource_description {
  display: none;
}
#popup_news .portlet .portlet_text_wrap {
  height: 100%;
  padding: var(--size-25);
}
#popup_news .portlet .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
#popup_news .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
#popup_news .portlet .portlet-title a:hover {
  color: var(--text-color);
}
#popup_news .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  #popup_news .portlet .portlet-title {
    font-size: 24px;
    line-height: 24px;
  }
}
#popup_news .portlet .portlet-title:not(:first-child) {
  margin-top: 0;
}
#popup_news .portlet .portlet_content_introduction,
#popup_news .portlet .portlet_content_description {
  line-height: clamp(26px, 2.8vw, 28px);
}
#popup_news .portlet .portlet_content_description {
  display: flex;
  flex-flow: column;
  height: 100%;
}
#popup_news .portlet .portlet_content_link {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  margin-top: auto;
}
@media print {
  #popup_news .portlet .portlet_content_link {
    font-size: 13px;
    line-height: 20px;
  }
}
#popup_news .portlet .portlet_content_link:focus, #popup_news .portlet .portlet_content_link:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
#popup_news .portlet .portlet_content_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
#popup_news .portlet .portlet_content_link:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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;
}
#popup_news .portlet .portlet_content_link:focus:after, #popup_news .portlet .portlet_content_link:hover:after {
  right: -10px;
}
#popup_news .portlet .portlet_content_link:not(:first-child) {
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  #popup_news .portlet {
    --picture-gap: 0px;
  }
}
@media print {
  #popup_news .portlet {
    --picture-gap: 0px;
  }
  #popup_news .portlet .portlet-content {
    border: 1px solid var(--border) !important;
  }
  #popup_news .portlet .portlet_content_introduction {
    font-size: 14px;
  }
  #popup_news .portlet .portlet_content_introduction,
  #popup_news .portlet .portlet_content_description {
    line-height: 22px;
  }
}
#popup_news .portlet.portlet_no_title.portlet_no_content.portlet_empty {
  padding: var(--size-20);
  color: #fff;
  background: var(--primary-color);
}
#popup_news .portlet .portlet-content {
  color: #fff;
  background: var(--primary-color);
}
#popup_news .portlet .portlet_text_wrap {
  position: relative;
  z-index: 10;
}
#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 .portlet-title, #popup_news .portlet .portlet-title a {
  color: #fff;
}
#popup_news .portlet .portlet-title:hover, #popup_news .portlet .portlet-title a:hover {
  color: #fff;
}
#popup_news .portlet .portlet_content_description {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(23px, 2.4vw, 24px);
}
@media print {
  #popup_news .portlet .portlet_content_description {
    font-size: 13px;
    line-height: 20px;
  }
}
#popup_news .portlet a.portlet_content_link {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
#popup_news .portlet a.portlet_content_link:hover, #popup_news .portlet a.portlet_content_link:focus-visible {
  color: var(--primary-color);
  border: 1px solid #fff;
  background: #fff;
}
@media print {
  #popup_news .portlet a.portlet_content_link {
    display: none;
  }
}
#popup_news .portlet a.portlet_content_link:before, #popup_news .portlet a.portlet_content_link:after {
  font-weight: 300;
}
#popup_news .portlet .pictures {
  position: relative;
  margin-bottom: -55px;
}
#popup_news .portlet .pictures:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: 100%;
  height: 75px;
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  z-index: 10;
}
#popup_news .portlet + #close_popup {
  display: flex;
}
#popup_news #close_popup {
  --icon-width: clamp(30px,4vw,40px);
  position: absolute;
  top: var(--size-10);
  right: var(--size-10);
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: clamp(13px, 1.8vw, 18px);
  background: #fff;
  color: #282828;
  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(--primary-color);
}
.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: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.3vw, 14px);
  line-height: clamp(20px, 2.2vw, 22px);
  letter-spacing: clamp(1px, 0.2vw, 2px);
  text-transform: uppercase;
  color: var(--text-color-primary);
  color: #fff;
  padding: var(--size-15) var(--size-25);
}
#popup_news .information_responsive span a {
  color: var(--text-color-primary);
  text-decoration: none;
}
@media print {
  #popup_news .information_responsive span {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
#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 {
  box-shadow: 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;
  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 #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;
  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 {
  opacity: 0;
  pointer-events: none;
  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 */
/* @group home portlets */
.home_section {
  --picture-triangle-width: clamp(250px,77vw,770px);
  --section-trianlge-gap: var(--size-60);
  --section-triangle-height: calc(100% - var(--section-trianlge-gap));
}
.home_section:not(:first-child) {
  margin-top: clamp(60px, 14vw, 140px);
}
.home_section .portlet_content {
  position: relative;
}
.home_section .portlet_content .portlet_inner {
  position: relative;
  color: #fff;
  z-index: 5;
}
.home_section .portlet_content .pictures {
  --parallax-value: 120px;
  aspect-ratio: 750/980;
  overflow: hidden;
}
.home_section .portlet_content .pictures .resource_link {
  pointer-events: none;
}
.home_section .portlet_content .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.home_section .portlet_content .pictures .resource_link:before, .home_section .portlet_content .pictures .resource_link:after {
  display: none;
}
.home_section .portlet_content .pictures span.management_controls {
  display: none;
}
.home_section .portlet_content .pictures .picture,
.home_section .portlet_content .pictures span.resource_background,
.home_section .portlet_content .pictures a.resource_link,
.home_section .portlet_content .pictures a.resource_link > span {
  display: block;
  height: 100%;
}
.home_section .portlet_content .pictures img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  height: calc(100% + var(--parallax-value));
  object-fit: cover;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.home_section .portlet_content .portlet_text_wrap {
  max-width: 530px;
  width: 100%;
}
.home_section .portlet_content .portlet-title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #fff;
}
.home_section .portlet_content .portlet-title a {
  color: #fff;
  text-decoration: none;
}
.home_section .portlet_content .portlet-title br {
  display: none;
}
.home_section .portlet_content .portlet-title:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .home_section .portlet_content .portlet-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.home_section .portlet_content .portlet-title:not(:last-child) {
  margin-bottom: var(--size-5);
}
.home_section .portlet_content .portlet_content_introduction {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  margin-left: calc(-1 * clamp(2px, 0.4vw, 4px));
  text-wrap: balance;
}
.home_section .portlet_content .portlet_content_introduction a {
  color: #fff;
  text-decoration: none;
}
.home_section .portlet_content .portlet_content_introduction a:hover {
  color: #fff;
}
.home_section .portlet_content .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .home_section .portlet_content .portlet_content_introduction {
    font-size: 34px;
    line-height: 34px;
  }
}
.home_section .portlet_content .portlet_content_description {
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.home_section .portlet_content .portlet_content_link_wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: var(--size-20) var(--size-40);
}
.home_section .portlet_content .portlet_content_link_wrap:not(:first-child) {
  margin-top: var(--size-30);
}
.home_section .portlet_content a.portlet_content_link:not(.portlet_content_second_link) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.home_section .portlet_content a.portlet_content_link:not(.portlet_content_second_link):hover, .home_section .portlet_content a.portlet_content_link:not(.portlet_content_second_link):focus-visible {
  color: #DB0000;
  border: 1px solid #fff;
  background: #fff;
}
@media print {
  .home_section .portlet_content a.portlet_content_link:not(.portlet_content_second_link) {
    display: none;
  }
}
.home_section .portlet_content a.portlet_content_link:not(.portlet_content_second_link):before, .home_section .portlet_content a.portlet_content_link:not(.portlet_content_second_link):after {
  font-weight: 300;
}
.home_section .portlet_content a.portlet_content_link:not(.portlet_content_second_link):after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.home_section .portlet_content a.portlet_content_link.portlet_content_second_link {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .home_section .portlet_content a.portlet_content_link.portlet_content_second_link {
    font-size: 13px;
    line-height: 20px;
  }
}
@media print {
  .home_section .portlet_content a.portlet_content_link.portlet_content_second_link {
    font-size: 12px;
    line-height: 15px;
  }
}
.home_section .portlet_content a.portlet_content_link.portlet_content_second_link:focus, .home_section .portlet_content a.portlet_content_link.portlet_content_second_link:hover {
  color: #fff;
  background: none;
  border: 0;
}
.home_section .portlet_content a.portlet_content_link.portlet_content_second_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.home_section .portlet_content a.portlet_content_link.portlet_content_second_link:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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_section .portlet_content a.portlet_content_link.portlet_content_second_link:focus:after, .home_section .portlet_content a.portlet_content_link.portlet_content_second_link:hover:after {
  right: -10px;
}
.home_section .portlet_content[class*=_home_picture_right] {
  padding-top: var(--size-120);
  overflow: hidden;
}
.home_section .portlet_content[class*=_home_picture_right]:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: auto;
  height: var(--section-triangle-height);
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  top: 0;
  left: var(--picture-triangle-width);
  aspect-ratio: 500/336;
  z-index: 1;
}
.home_section .portlet_content[class*=_home_picture_right]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--picture-triangle-width);
  height: var(--section-triangle-height);
  display: block;
  background: var(--primary-color);
  bottom: 1;
}
.home_section .portlet_content[class*=_home_picture_right] .portlet-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.home_section .portlet_content[class*=_home_picture_right] .portlet-content > .cf {
  display: none;
}
.home_section .portlet_content[class*=_home_picture_right] .pictures {
  flex: 0 0 52.1%;
  order: 2;
}
.home_section .portlet_content[class*=_home_picture_right] .portlet_text_wrap {
  flex: 0 1 auto;
  margin: 0 auto;
  padding: 0 var(--siteframe-space) calc(var(--size-120) + var(--section-trianlge-gap));
}
.home_section .portlet_content[class*=_home_picture_big] {
  margin-bottom: -1px;
}
.home_section .portlet_content[class*=_home_picture_big] .pictures {
  position: relative;
  aspect-ratio: 1440/1010;
}
.home_section .portlet_content[class*=_home_picture_big] .pictures:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: var(--picture-triangle-width);
  height: auto;
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  aspect-ratio: 500/336;
  bottom: -1px;
  z-index: 5;
}
.home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.home_section .portlet_content[class*=_home_picture_big] .portlet_text_wrap {
  max-width: 690px;
  padding-bottom: var(--size-40);
}
.home_section .portlet_content[class*=_home_picture_big] .portlet_content_title_wrap:not(:last-child) {
  margin-bottom: var(--size-30);
}
.home_section .portlet_content[class*=_home_picture_big] .portlet-title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(22px, 3.6vw, 36px);
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.home_section .portlet_content[class*=_home_picture_big] .portlet-title a {
  color: #fff;
  text-decoration: none;
}
.home_section .portlet_content[class*=_home_picture_big] .portlet-title br {
  display: none;
}
.home_section .portlet_content[class*=_home_picture_big] .portlet-title:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .home_section .portlet_content[class*=_home_picture_big] .portlet-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.home_section .portlet_content[class*=_home_picture_big] .portlet-title:not(:last-child) {
  margin-bottom: var(--size-10);
}
@media print {
  .home_section .portlet_content[class*=_home_picture_big] .portlet-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
  font-size: clamp(24px, 14vmin, 140px);
  line-height: clamp(24px, 14vmin, 140px);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  max-width: clamp(500px, 70vw, 700px);
}
.home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction a {
  color: #fff;
  text-decoration: none;
}
.home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction {
    font-size: clamp(24px, 11vmin, 110px);
    line-height: clamp(24px, 11vmin, 110px);
  }
}
@media screen and (max-width: 700px) {
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction {
    font-size: clamp(24px, 14vmin, 140px);
    line-height: clamp(24px, 14vmin, 140px);
  }
}
.home_section .portlet_content[class*=_home_picture_big] .portlet_content_description {
  max-width: clamp(320px, 45vw, 450px);
  padding-left: var(--size-40);
}
.home_section .portlet_shop_article[class*=_home_shop_highlights] {
  position: relative;
  padding-top: clamp(60px, 10vw, 100px);
  padding-bottom: 0;
}
.home_section .portlet_shop_article[class*=_home_shop_highlights]:not(:first-child) {
  margin-top: -1px;
}
.home_section .portlet_shop_article[class*=_home_shop_highlights]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: clamp(200px, 24.5vw, 245px);
  display: block;
  background: var(--primary-color);
  right: 0;
  z-index: 1;
  min-height: 0;
}
.home_section .portlet_shop_article[class*=_home_shop_highlights] .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;
}
.home_section .portlet_shop_article[class*=_home_shop_highlights] .portlet-title, .home_section .portlet_shop_article[class*=_home_shop_highlights] .portlet-title a {
  color: #fff;
}
.home_section .portlet_shop_article[class*=_home_shop_highlights] .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
.home_section .portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow {
  color: #fff;
  border-color: #fff;
}
.home_section .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry-wrap:before {
  display: none;
}
.home_section .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > *:first-child {
  background: var(--background-medium);
  border: 0;
}
.home_section.home_section_1 .portlet[class*=_home_picture_right] {
  --picture-triangle-width: clamp(250px,50vw,500px);
  padding-top: var(--size-100);
  text-align: right;
}
.home_section.home_section_1 .portlet[class*=_home_picture_right]:before, .home_section.home_section_1 .portlet[class*=_home_picture_right]:after {
  height: 100%;
}
.home_section.home_section_1 .portlet[class*=_home_picture_right] .portlet_text_wrap {
  padding-bottom: 0;
}
.home_section.home_section_1 .portlet[class*=_home_picture_right] .portlet-content {
  align-items: center;
}
.home_section.home_section_1 .portlet[class*=_home_picture_right] .portlet_content_link_wrap {
  justify-content: flex-end;
}
.home_section.home_section_1 .portlet[class*=_home_picture_right] .portlet_content_description > a.portlet_content_link {
  margin-left: auto;
}
.home_section.home_section_1 .portlet[class*=_home_picture_right] a.portlet_content_link:not(.portlet_content_second_link) {
  order: 2;
}

/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group login message */
#dodeley-message,
.message {
  --paragraph-space: var(--size-10);
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: var(--size-10);
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  font-weight: 700;
  border-radius: var(--border-radius-small);
  background: var(--signal-color);
  padding: var(--size-20) var(--size-30);
  box-sizing: border-box;
  border: 2px solid var(--signal-color);
}
#dodeley-message a,
.message a {
  color: #fff;
}
@media print {
  #dodeley-message,
  .message {
    font-size: 13px;
    line-height: 20px;
  }
}
#dodeley-message:not(:first-child),
.message:not(:first-child) {
  margin-top: var(--size-60);
}
#dodeley-message:not(:last-child),
.message:not(:last-child) {
  margin-bottom: var(--size-60);
}
#dodeley-message ul li:before,
.message ul li:before {
  color: #fff;
}
#dodeley-message > strong,
.message > strong {
  width: 100%;
}
#dodeley-message .message_important,
.message .message_important {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}
#dodeley-message .message_important a,
.message .message_important a {
  color: #fff;
}
@media print {
  #dodeley-message .message_important,
  .message .message_important {
    font-size: 13px;
    line-height: 20px;
  }
}
#dodeley-message a,
.message a {
  text-decoration: none;
  margin-left: auto;
}
#dodeley-message a:after,
.message a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
#dodeley-message a:hover,
.message a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#dodeley-message a.button, #dodeley-message a[href*="/cart"],
.message a.button,
.message a[href*="/cart"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  color: var(--signal-color);
  background: var(--background-medium);
  border: 1px solid var(--background-medium);
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  font-weight: 700;
  text-decoration: none;
  margin-left: auto;
}
#dodeley-message a.button:hover, #dodeley-message a.button:focus-visible, #dodeley-message a[href*="/cart"]:hover, #dodeley-message a[href*="/cart"]:focus-visible,
.message a.button:hover,
.message a.button:focus-visible,
.message a[href*="/cart"]:hover,
.message a[href*="/cart"]:focus-visible {
  color: var(--signal-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  #dodeley-message a.button, #dodeley-message a[href*="/cart"],
  .message a.button,
  .message a[href*="/cart"] {
    display: none;
  }
}
#dodeley-message i,
.message i {
  margin-right: var(--size-10);
}
#dodeley-message:has(span.tooltip),
.message:has(span.tooltip) {
  display: block;
}
#dodeley-message:has(span.tooltip) span.tooltip,
.message:has(span.tooltip) span.tooltip {
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}

#dodeley-message.dodeley-message-success {
  background: #529C3D;
  border-color: #529C3D;
}

/* @end */
/* @group management misc */
html body.system_page .sharethis_wrap {
  display: none !important;
}

/* @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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--background-light);
  padding: 7px 10px;
  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: 15px;
  }
}
.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;
  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);
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .login_form label {
    font-size: 12px;
    line-height: 15px;
  }
}
.login_form input {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.login_form input::placeholder, .login_form input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.login_form input:focus-visible, .login_form input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.login_form input:focus-visible::placeholder, .login_form input:focus-visible::-moz-placeholder, .login_form input:hover::placeholder, .login_form input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.login_form input[type=submit].button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
.login_form input[type=submit].button:hover, .login_form input[type=submit].button:focus-visible {
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.login_form .p_remember_me_checkbox input[type=checkbox] + *:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.3em;
  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 6 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-20);
  margin-bottom: 0;
}
.login_form .p_register a, .login_form + .portlet_shop_register a, .login_form + .p_lost_password a,
.login_form .p_lost_password a {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
}
@media print {
  .login_form .p_register a, .login_form + .portlet_shop_register a, .login_form + .p_lost_password a,
  .login_form .p_lost_password a {
    font-size: 13px;
    line-height: 20px;
  }
}
.login_form .p_register a:focus, .login_form .p_register a:hover, .login_form + .portlet_shop_register a:focus, .login_form + .portlet_shop_register a:hover, .login_form + .p_lost_password a:focus, .login_form + .p_lost_password a:hover,
.login_form .p_lost_password a:focus,
.login_form .p_lost_password a:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.login_form .p_register a:after, .login_form + .portlet_shop_register a:after, .login_form + .p_lost_password a:after,
.login_form .p_lost_password a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.login_form .p_register a:after, .login_form + .portlet_shop_register a:after, .login_form + .p_lost_password a:after,
.login_form .p_lost_password a:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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;
}
.login_form .p_register a:focus:after, .login_form .p_register a:hover:after, .login_form + .portlet_shop_register a:focus:after, .login_form + .portlet_shop_register a:hover:after, .login_form + .p_lost_password a:focus:after, .login_form + .p_lost_password a:hover:after,
.login_form .p_lost_password a:focus:after,
.login_form .p_lost_password a:hover:after {
  right: -10px;
}
.login_form .p_lost_password + .p_register {
  margin-top: var(--size-10);
}

/* @end */
/* !@group management portlets */
.logged_in div.portlets.portlets_goenner .portlet_zone_label {
  --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;
  position: relative;
  top: calc(-1 * var(--negative-space));
}
.logged_in div.portlets.portlets_goenner .portlet_zone_label:after {
  content: "Zone: 3er Grid";
}
.logged_in div.portlets[class*=all_options] .portlets_inner_wrap:after {
  left: 5px;
  right: 5px;
}
.logged_in div.portlets[class*=all_options] .portlet_zone_label {
  margin-left: 10px;
}
.logged_in div.portlets[class*=all_options] .portlet_zone_label:after {
  content: "Zone: alle Optionen (oben)";
}
.logged_in div.portlets[class*=all_options] .add_portlet_link {
  margin-left: 10px !important;
}
.logged_in div.portlets[class*=all_options] .videos .management_controls,
.logged_in div.portlets[class*=all_options] .pictures .management_controls {
  display: none;
}
.logged_in div.portlets[class*=all_options].portlets_all_options_bottom .portlet_zone_label:after {
  content: "Zone: alle Optionen (unten)";
}
.logged_in .grid_portlets_wrap > .portlet.portlet_no_title {
  padding-bottom: 0;
}
.logged_in .grid_portlets_wrap > .portlet.portlet_no_title .management_controls ~ .portlet-title {
  font-size: 0;
  margin: 0;
}
.logged_in .grid_portlets_wrap > .portlet.portlet_no_title .management_controls ~ .portlet-title:after {
  content: "«3er Grid: Titel hinzufügen»";
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.logged_in .grid_portlets_wrap > .portlet.portlet_no_title .management_controls ~ .portlet-title:after a {
  color: var(--text-color);
  text-decoration: none;
}
.logged_in .grid_portlets_wrap > .portlet.portlet_no_title .management_controls ~ .portlet-title:after a:hover {
  color: var(--text-color);
}
.logged_in .grid_portlets_wrap > .portlet.portlet_no_title .management_controls ~ .portlet-title:after:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .logged_in .grid_portlets_wrap > .portlet.portlet_no_title .management_controls ~ .portlet-title:after {
    font-size: 28px;
    line-height: 28px;
  }
}
.logged_in .grid_portlets_wrap > .portlet.portlet_no_title .management_controls ~ .portlet-content {
  display: none;
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title {
  margin-top: 0;
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-10);
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title a:hover {
  color: var(--text-color);
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title {
    font-size: 20px;
    line-height: 20px;
  }
}
.logged_in .portlet_listing .portlet_inner > .management_controls .portlet_resource_link {
  display: none;
}

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

/* @end */
/* !@group management pagination */
.pagination {
  height: auto;
  --icon-width: clamp(30px,4vw,40px);
  grid-column: 1/span var(--columns);
}
.pagination:not(:first-child) {
  margin-top: var(--section-space-vertical-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: 700;
  text-decoration: none;
  color: var(--text-color-light);
  background: var(--background-medium);
  border-radius: var(--border-radius-button);
}
.pagination .pagination-links a:hover,
.pagination .pagination-numbers a:hover {
  color: var(--text-color);
  background: var(--background-dark);
}
.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;
  color: var(--text-color);
  background: none;
}
.pagination .pagination-links a:after {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-size: clamp(16px, 1.9vw, 19px);
  font-weight: 400;
  text-align: center;
}
.pagination .pagination-links a:hover, .pagination .pagination-links a:focus {
  background: var(--background-medium);
}
.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 */
.page_not_found_introduction {
  display: block;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(28px, 4.5vw, 45px);
  letter-spacing: 0.1px;
  text-transform: unset;
  max-width: var(--siteframe-very-small);
}
@media print {
  .page_not_found_introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
.page_not_found_introduction:not(:last-child) {
  margin-bottom: var(--size-35);
}

ul.sitemap a {
  text-decoration: none;
}
ul.sitemap li.level0 a {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
}
@media print {
  ul.sitemap li.level0 a {
    font-size: 15px;
    line-height: 22px;
  }
}
ul.sitemap li.level0:not(:first-child) {
  margin-top: var(--size-20) !important;
}
ul.sitemap li.level1 {
  margin-left: 0 !important;
}
ul.sitemap li.level2 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  margin-left: var(--size-15) !important;
}
@media print {
  ul.sitemap li.level2 {
    font-size: 13px;
    line-height: 20px;
  }
}
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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group overview & listing */
.content_inner:has(#overview_wrap):not(:first-child),
.content_inner:has(#mixItUp):not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}

#mixItUp.listing:not(:first-child),
#overview_wrap:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
ul.tags + #mixItUp.listing:not(:first-child),
ul.tags + #overview_wrap:not(:first-child) {
  margin-top: var(--section-space-vertical);
}

/* @end */
/* !@group overview */
.overview_items .overview_item {
  --picture-gap: var(--size-80);
}
.overview_items .overview_item:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.overview_items .overview_item > * {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
.overview_items .overview_item > * > .cf, .overview_items .overview_item > *.cf {
  display: none;
}
.overview_items .overview_item:has(.videos) > *, .overview_items .overview_item:has(.pictures) > * {
  max-width: none;
}
.overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
.overview_items .overview_item .videos + .pictures {
  display: none;
}
.overview_items .overview_item .pictures {
  overflow: visible;
}
.overview_items .overview_item .pictures .resource_background {
  overflow: visible;
}
.overview_items .overview_item .pictures a.resource_link {
  overflow: hidden;
}
.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 .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.overview_items .overview_item h2 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.overview_items .overview_item h2 a {
  color: var(--text-color);
  text-decoration: none;
}
.overview_items .overview_item h2 a:hover {
  color: var(--text-color);
}
.overview_items .overview_item h2:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .overview_items .overview_item h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.overview_items .overview_item h2:not(:first-child) {
  margin-top: 0;
}
.overview_items .overview_item .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
.overview_items .overview_item .listing-date a {
  color: var(--text-color-light);
}
@media print {
  .overview_items .overview_item .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
.overview_items .overview_item div[class*=introduction] {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.overview_items .overview_item div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item:not(:has(.text > *)):has(.text:empty) div[class*=introduction], .overview_items .overview_item:not(:has(.text)) div[class*=introduction], .overview_items .overview_item:has(.text > [class*=_link]:first-child) div[class*=introduction] {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .overview_items .overview_item:not(:has(.text > *)):has(.text:empty) div[class*=introduction], .overview_items .overview_item:not(:has(.text)) div[class*=introduction], .overview_items .overview_item:has(.text > [class*=_link]:first-child) div[class*=introduction] {
    font-size: 13px;
    line-height: 20px;
  }
}
.overview_items .overview_item .text {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .overview_items .overview_item .text {
    font-size: 13px;
    line-height: 20px;
  }
}
.overview_items .overview_item .text:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item .text h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.overview_items .overview_item .text h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.overview_items .overview_item .text h3 a:hover {
  color: var(--text-color);
}
.overview_items .overview_item .text h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .overview_items .overview_item .text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.overview_items .overview_item .text h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.overview_items .overview_item .text h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.overview_items .overview_item .text h4 a:hover {
  color: var(--text-color);
}
.overview_items .overview_item .text h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .overview_items .overview_item .text h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
.overview_items .overview_item .text h5, .overview_items .overview_item .text h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.overview_items .overview_item .text h5 a, .overview_items .overview_item .text h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.overview_items .overview_item .text h5 a:hover, .overview_items .overview_item .text h6 a:hover {
  color: var(--text-color);
}
.overview_items .overview_item .text h5:not(:last-child), .overview_items .overview_item .text h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .overview_items .overview_item .text h5, .overview_items .overview_item .text h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.overview_items .overview_item .listing-more-button:hover, .overview_items .overview_item .listing-more-button:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .overview_items .overview_item .listing-more-button {
    display: none;
  }
}
.overview_items .overview_item .listing-more-button:before, .overview_items .overview_item .listing-more-button:after {
  font-weight: 300;
}
.overview_items .overview_item .listing-more-button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.overview_items .overview_item .listing-more-button:not(:first-child) {
  margin-top: 3px;
}
.overview_items .overview_item[class*=element_link_entire] > * {
  position: relative;
}
.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: 1000px) {
  .overview_items .overview_item .videos,
  .overview_items .overview_item .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .overview_items .overview_item {
    --picture-gap: var(--size-40);
  }
  .overview_items .overview_item > * {
    flex-flow: column;
    height: 100%;
  }
  .overview_items .overview_item .videos,
  .overview_items .overview_item .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  .overview_items .overview_item .content {
    height: 100%;
  }
}
@media print {
  .overview_items .overview_item {
    --picture-gap: var(--size-40);
  }
  .overview_items .overview_item:not(:first-child) {
    margin-top: var(--size-60);
  }
  .overview_items .overview_item .videos,
  .overview_items .overview_item .pictures {
    max-width: 40%;
  }
  .overview_items .overview_item div[class*=introduction] {
    font-size: 16px;
    line-height: 24px;
  }
}
.overview_items .overview_item .overview_item_inner {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.overview_items .overview_item .overview_item_inner.is_visible {
  top: 0;
  opacity: 1;
}
@media print {
  .overview_items .overview_item .overview_item_inner {
    top: 0;
    opacity: 1;
  }
}
.overview_items .overview_item:nth-child(even) .pictures,
.overview_items .overview_item:nth-child(even) .videos {
  order: 0;
}

/* @end */
/* !@group listing */
.module-listing .listing_entry {
  --picture-gap: var(--size-80);
}
.module-listing .listing_entry:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.module-listing .listing_entry > * {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
.module-listing .listing_entry > * > .cf, .module-listing .listing_entry > *.cf {
  display: none;
}
.module-listing .listing_entry:has(.videos) > *, .module-listing .listing_entry:has(.pictures) > * {
  max-width: none;
}
.module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
.module-listing .listing_entry .videos + .pictures {
  display: none;
}
.module-listing .listing_entry .pictures {
  overflow: visible;
}
.module-listing .listing_entry .pictures .resource_background {
  overflow: visible;
}
.module-listing .listing_entry .pictures a.resource_link {
  overflow: hidden;
}
.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 .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.module-listing .listing_entry .listing-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.module-listing .listing_entry .listing-title a {
  color: var(--text-color);
  text-decoration: none;
}
.module-listing .listing_entry .listing-title a:hover {
  color: var(--text-color);
}
.module-listing .listing_entry .listing-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .module-listing .listing_entry .listing-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.module-listing .listing_entry .listing-title:not(:first-child) {
  margin-top: 0;
}
.module-listing .listing_entry .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
.module-listing .listing_entry .listing-date a {
  color: var(--text-color-light);
}
@media print {
  .module-listing .listing_entry .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
.module-listing .listing_entry div[class*=introduction] {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.module-listing .listing_entry div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) div[class*=introduction], .module-listing .listing_entry:not(:has(.listing-content-text)) div[class*=introduction], .module-listing .listing_entry:has(.listing-content-text > [class*=_link]:first-child) div[class*=introduction] {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .module-listing .listing_entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) div[class*=introduction], .module-listing .listing_entry:not(:has(.listing-content-text)) div[class*=introduction], .module-listing .listing_entry:has(.listing-content-text > [class*=_link]:first-child) div[class*=introduction] {
    font-size: 13px;
    line-height: 20px;
  }
}
.module-listing .listing_entry .listing-content-text {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .module-listing .listing_entry .listing-content-text {
    font-size: 13px;
    line-height: 20px;
  }
}
.module-listing .listing_entry .listing-content-text:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry .listing-content-text h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.module-listing .listing_entry .listing-content-text h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.module-listing .listing_entry .listing-content-text h3 a:hover {
  color: var(--text-color);
}
.module-listing .listing_entry .listing-content-text h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .module-listing .listing_entry .listing-content-text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.module-listing .listing_entry .listing-content-text h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.module-listing .listing_entry .listing-content-text h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.module-listing .listing_entry .listing-content-text h4 a:hover {
  color: var(--text-color);
}
.module-listing .listing_entry .listing-content-text h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .module-listing .listing_entry .listing-content-text h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
.module-listing .listing_entry .listing-content-text h5, .module-listing .listing_entry .listing-content-text h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.module-listing .listing_entry .listing-content-text h5 a, .module-listing .listing_entry .listing-content-text h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.module-listing .listing_entry .listing-content-text h5 a:hover, .module-listing .listing_entry .listing-content-text h6 a:hover {
  color: var(--text-color);
}
.module-listing .listing_entry .listing-content-text h5:not(:last-child), .module-listing .listing_entry .listing-content-text h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .module-listing .listing_entry .listing-content-text h5, .module-listing .listing_entry .listing-content-text h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.module-listing .listing_entry .listing-more-button:hover, .module-listing .listing_entry .listing-more-button:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .module-listing .listing_entry .listing-more-button {
    display: none;
  }
}
.module-listing .listing_entry .listing-more-button:before, .module-listing .listing_entry .listing-more-button:after {
  font-weight: 300;
}
.module-listing .listing_entry .listing-more-button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.module-listing .listing_entry .listing-more-button:not(:first-child) {
  margin-top: 3px;
}
.module-listing .listing_entry[class*=element_link_entire] > * {
  position: relative;
}
.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: 1000px) {
  .module-listing .listing_entry .videos,
  .module-listing .listing_entry .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .module-listing .listing_entry {
    --picture-gap: var(--size-40);
  }
  .module-listing .listing_entry > * {
    flex-flow: column;
    height: 100%;
  }
  .module-listing .listing_entry .videos,
  .module-listing .listing_entry .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  .module-listing .listing_entry .content {
    height: 100%;
  }
}
@media print {
  .module-listing .listing_entry {
    --picture-gap: var(--size-40);
  }
  .module-listing .listing_entry:not(:first-child) {
    margin-top: var(--size-60);
  }
  .module-listing .listing_entry .videos,
  .module-listing .listing_entry .pictures {
    max-width: 40%;
  }
  .module-listing .listing_entry div[class*=introduction] {
    font-size: 16px;
    line-height: 24px;
  }
}
body:not(.css_2er_grid):not(.css_3er_grid):not(.css_akkordeon) .module-listing .listing_entry .listing-entry-inline {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body:not(.css_2er_grid):not(.css_3er_grid):not(.css_akkordeon) .module-listing .listing_entry .listing-entry-inline.is_visible {
  top: 0;
  opacity: 1;
}
@media print {
  body:not(.css_2er_grid):not(.css_3er_grid):not(.css_akkordeon) .module-listing .listing_entry .listing-entry-inline {
    top: 0;
    opacity: 1;
  }
}
.module-listing .listing_entry:nth-child(even) .pictures,
.module-listing .listing_entry:nth-child(even) .videos {
  order: 0;
}
.module-listing .listing_entry .listing_properties .property_picture {
  display: none;
}
.module-listing > div[id*=listing-tag-]:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.module-listing > div[id*=listing-tag-] .listing-tag-header {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.module-listing > div[id*=listing-tag-] .listing-tag-header a {
  color: var(--text-color);
  text-decoration: none;
}
.module-listing > div[id*=listing-tag-] .listing-tag-header a:hover {
  color: var(--text-color);
}
.module-listing > div[id*=listing-tag-] .listing-tag-header:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .module-listing > div[id*=listing-tag-] .listing-tag-header {
    font-size: 28px;
    line-height: 28px;
  }
}

.listing_properties:not(:last-child) {
  margin-bottom: var(--size-15);
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: clamp(1.2px, 0.18vw, 1.8px);
  text-transform: uppercase;
  color: var(--text-color);
  background: var(--background-medium);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(3px, 0.4vw, 4px) clamp(6px, 0.8vw, 8px);
}
@media print {
  .listing_properties .properties .property_text {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    border: 1px solid var(--text-color);
  }
}
.listing_properties .properties .property_text a {
  text-decoration: none;
  color: inherit;
}

.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: clamp(1.2px, 0.18vw, 1.8px);
  text-transform: uppercase;
  color: var(--text-color);
  background: var(--background-medium);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(3px, 0.4vw, 4px) clamp(6px, 0.8vw, 8px);
}
@media print {
  .portlet-entry-tags .title_tag,
  .listing-tags .title_tag {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    border: 1px solid var(--text-color);
  }
}

.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-detail-date {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color-light);
  text-transform: none;
}
.mod_action_show_entry .listing-detail-date a {
  color: var(--text-color-light);
  text-decoration: none;
}
.mod_action_show_entry .listing-detail-date a:hover {
  color: var(--text-color-light);
}
.mod_action_show_entry .listing-detail-date:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .mod_action_show_entry .listing-detail-date {
    font-size: 20px;
    line-height: 20px;
  }
}
.mod_action_show_entry .listing-detail-date:not(:last-child) {
  margin-bottom: var(--size-25);
}
.mod_action_show_entry .listing_entry_backlink:not(:first-child) {
  margin-top: var(--size-50);
}
.mod_action_show_entry .listing_entry_backlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
.mod_action_show_entry .listing_entry_backlink a:hover, .mod_action_show_entry .listing_entry_backlink a:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-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 6 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}

.listing_property_filter {
  --form-gap: var(--size-20);
  --icon-width: clamp(40px,4.7vw,47px);
  max-width: var(--siteframe-medium);
  margin: auto;
}
.listing_property_filter form {
  --gap: var(--form-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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  display: none;
}
@media print {
  .listing_property_filter form label {
    font-size: 12px;
    line-height: 15px;
  }
}
.listing_property_filter form .p_select2_filter,
.listing_property_filter form .p_select2 {
  margin: 0;
  flex: 1 0 calc(33.3333333333% - var(--form-gap) + var(--form-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(--form-gap));
}
.listing_property_filter form .p_select2_filter select,
.listing_property_filter form .p_select2 select {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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-right: clamp(26px, 3.2vw, 32px);
  -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: 15px;
  }
}
.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-visible,
.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-visible {
  -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::placeholder, .listing_property_filter form .p_select2_filter select::-moz-placeholder,
.listing_property_filter form .p_select2 select::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-visible, .listing_property_filter form .p_select2_filter select:hover,
.listing_property_filter form .p_select2 select:focus-visible,
.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:focus-visible::placeholder, .listing_property_filter form .p_select2_filter select:focus-visible::-moz-placeholder, .listing_property_filter form .p_select2_filter select:hover::placeholder, .listing_property_filter form .p_select2_filter select:hover::-moz-placeholder,
.listing_property_filter form .p_select2 select:focus-visible::placeholder,
.listing_property_filter form .p_select2 select:focus-visible::-moz-placeholder,
.listing_property_filter form .p_select2 select:hover::placeholder,
.listing_property_filter form .p_select2 select:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.listing_property_filter form .p_select2_filter select:hover, .listing_property_filter form .p_select2_filter select:focus-visible,
.listing_property_filter form .p_select2 select:hover,
.listing_property_filter form .p_select2 select:focus-visible {
  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(237, 237, 237,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-visible,
  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-visible {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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(237, 237, 237,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-visible,
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-visible {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.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(--form-gap) + var(--form-gap) / 3);
}
.listing_property_filter form .p_listing_available_date_filter input {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible {
  -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_listing_available_date_filter input::placeholder, .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-visible, .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:focus-visible::placeholder, .listing_property_filter form .p_listing_available_date_filter input:focus-visible::-moz-placeholder, .listing_property_filter form .p_listing_available_date_filter input:hover::placeholder, .listing_property_filter form .p_listing_available_date_filter input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.listing_property_filter form .listing_search_wrap {
  width: calc(100% - var(--icon-width) - var(--form-gap));
  position: relative;
}
.listing_property_filter form .listing_search_wrap input {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible {
  -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 input::placeholder, .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-visible, .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:focus-visible::placeholder, .listing_property_filter form .listing_search_wrap input:focus-visible::-moz-placeholder, .listing_property_filter form .listing_search_wrap input:hover::placeholder, .listing_property_filter form .listing_search_wrap input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.listing_property_filter form .listing_search_buttons {
  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 6 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: "Assistant", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-light);
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 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-visible {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-medium);
}
@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 6 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(--section-space-vertical-medium);
}
#google_map #module_map {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 129/66;
  min-height: 300px;
  overflow: hidden;
}
#google_map #module_map .gm-style .gm-style-iw-c {
  border-radius: var(--border-radius-small);
}
#google_map #module_map .gm-style-iw-chr {
  position: absolute;
  right: 0;
  top: 0;
}
#google_map #module_map .infowindow {
  --paragraph-space: var(--size-10);
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: #333333;
  min-width: 150px;
  padding: var(--size-10);
}
#google_map #module_map .infowindow a {
  color: #333333;
}
@media print {
  #google_map #module_map .infowindow {
    font-size: 13px;
    line-height: 20px;
  }
}
#google_map #module_map .infowindow h2 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: #333333;
  font-weight: 700;
}
#google_map #module_map .infowindow h2 a {
  color: #333333;
}
@media print {
  #google_map #module_map .infowindow h2 {
    font-size: 13px;
    line-height: 20px;
  }
}
#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 .infowindow form {
  font-size: 0;
  line-height: 0;
}
#google_map #module_map .infowindow input {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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;
}
#google_map #module_map .infowindow input a {
  color: var(--input-color);
}
@media print {
  #google_map #module_map .infowindow input {
    font-size: 12px;
    line-height: 15px;
  }
}
#google_map #module_map .infowindow input[data-com-onepassword-filled=light], #google_map #module_map .infowindow input:-webkit-autofill, #google_map #module_map .infowindow input:-webkit-autofill:hover, #google_map #module_map .infowindow input:-webkit-autofill:focus-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
#google_map #module_map .infowindow input::placeholder, #google_map #module_map .infowindow input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
#google_map #module_map .infowindow input:focus-visible, #google_map #module_map .infowindow input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
#google_map #module_map .infowindow input:focus-visible::placeholder, #google_map #module_map .infowindow input:focus-visible::-moz-placeholder, #google_map #module_map .infowindow input:hover::placeholder, #google_map #module_map .infowindow input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
#google_map #module_map .infowindow input.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  width: 100%;
  margin-top: var(--size-10);
}
#google_map #module_map .infowindow input.btn:hover, #google_map #module_map .infowindow input.btn:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  #google_map #module_map .infowindow input.btn {
    display: none;
  }
}
#google_map #module_map button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  opacity: 1;
  color: #bcbcbc;
  -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: #333333;
}
#google_map #module_map button.gm-ui-hover-effect:after {
  font-family: "Font Awesome 6 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 {
  --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_maps_iframe:not(:first-child) {
  margin-top: var(--size-90);
}
#google_maps_iframe iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 300px;
  aspect-ratio: 129/66;
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
span.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: var(--size-40);
}
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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 6 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: 12px;
    line-height: 15px;
  }
}
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 input, span.select2-container.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered .select2-search--inline input, span.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
  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;
  border: none;
  background: var(--background-medium);
  color: var(--text-color);
  margin: -4px 5px -4px 0;
  padding: 4px 6px 4px 10px;
  border-radius: calc(var(--input-border-radius) * 2);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: flex;
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: rgba(var(--background-dark-style-rgb), 0.3);
  font-family: "Font Awesome 6 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;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before a {
  color: rgba(var(--background-dark-style-rgb), 0.3);
}
@media print {
  span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
    font-size: 12px;
    line-height: 15px;
  }
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover:before {
  color: rgba(var(--background-dark-style-rgb), 1);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .property_entry_count {
  display: none;
}
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;
  color: inherit;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after {
  position: absolute;
  right: 0;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 300;
  font-family: "Font Awesome 6 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: 12px;
    line-height: 15px;
  }
}
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-dropdown {
  background: var(--input-background-hover);
  border-color: var(--input-border-hover);
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
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 .select2-results__option {
  display: flex;
  padding: var(--input-padding);
  color: var(--input-color-hover);
}
span.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: var(--input-border-hover);
  color: var(--background-light);
}
span.select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background: var(--background-medium);
  color: var(--input-color-hover);
}
span.select2-container .select2-dropdown .select2-results__option[aria-disabled=true] {
  opacity: 0.5;
}
span.select2-container .select2-dropdown .select2-results__option .property_entry_count:before {
  content: ":";
  padding-right: 5px;
}
span.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 5px;
}
span.select2-container .select2-dropdown .select2-search__field {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
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-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
span.select2-container .select2-dropdown .select2-search__field::placeholder, 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-visible, 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:focus-visible::placeholder, span.select2-container .select2-dropdown .select2-search__field:focus-visible::-moz-placeholder, span.select2-container .select2-dropdown .select2-search__field:hover::placeholder, span.select2-container .select2-dropdown .select2-search__field:hover::-moz-placeholder {
  color: var(--input-color-hover);
}

.no_system_page div.ui-datepicker {
  --icon-width: clamp(24px,3.2vw,32px);
  width: 300px;
  background: var(--input-background-hover);
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius);
  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-medium);
  border: none;
  border-radius: 0;
  padding: 11px 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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-title a {
  color: var(--input-color);
}
@media print {
  .no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.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: var(--background-medium);
  --input-background-hover: var(--background-light);
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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-right: clamp(26px, 3.2vw, 32px);
  -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: 7px 8px;
}
.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: 15px;
  }
}
.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-visible {
  -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::placeholder, .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-visible, .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:focus-visible::placeholder, .no_system_page div.ui-datepicker .ui-widget-header select:focus-visible::-moz-placeholder, .no_system_page div.ui-datepicker .ui-widget-header select:hover::placeholder, .no_system_page div.ui-datepicker .ui-widget-header select:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.no_system_page div.ui-datepicker .ui-widget-header select:hover, .no_system_page div.ui-datepicker .ui-widget-header select:focus-visible {
  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(237, 237, 237,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-visible {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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(237, 237, 237,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-visible {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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: var(--border-radius-very-small);
}
.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 6 Pro";
  content: "\f104";
  font-weight: 400;
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  border: 10px solid transparent;
  margin: 0;
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar a {
  color: var(--input-color);
}
@media print {
  .no_system_page div.ui-datepicker .ui-datepicker-calendar {
    font-size: 12px;
    line-height: 15px;
  }
}
.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: var(--border-radius-very-small);
  -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-hover);
}
.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;
}
#mailform_elements h2 {
  color: var(--text-color);
}
#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: calc(var(--header-height) + var(--size-20));
  flex: 0 0 clamp(280px, 33.5vw, 355px);
  margin-right: clamp(60px, 11vw, 110px);
  top: var(--header-height);
}
@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-30);
  --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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .mailform_element label {
    font-size: 12px;
    line-height: 15px;
  }
}
.mailform_element input {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mailform_element input::placeholder, .mailform_element input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element input:focus-visible, .mailform_element input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mailform_element input:focus-visible::placeholder, .mailform_element input:focus-visible::-moz-placeholder, .mailform_element input:hover::placeholder, .mailform_element input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.mailform_element input.tooltip {
  padding-right: 40px;
}
.mailform_element textarea {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mailform_element textarea::placeholder, .mailform_element textarea::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element textarea:focus-visible, .mailform_element textarea:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mailform_element textarea:focus-visible::placeholder, .mailform_element textarea:focus-visible::-moz-placeholder, .mailform_element textarea:hover::placeholder, .mailform_element textarea:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.mailform_element select {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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-right: clamp(26px, 3.2vw, 32px);
  -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: 15px;
  }
}
.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-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mailform_element select::placeholder, .mailform_element select::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element select:focus-visible, .mailform_element select:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mailform_element select:focus-visible::placeholder, .mailform_element select:focus-visible::-moz-placeholder, .mailform_element select:hover::placeholder, .mailform_element select:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.mailform_element select:hover, .mailform_element select:focus-visible {
  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(237, 237, 237,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-visible {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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(237, 237, 237,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-visible {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.mailform_element .helptext i {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}
.mailform_element .helptext i a {
  color: var(--input-color);
}
@media print {
  .mailform_element .helptext i {
    font-size: 12px;
    line-height: 15px;
  }
}
.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:not(:first-child) {
  margin-top: var(--size-80);
}
.mailform_element.heading3_field h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.mailform_element.heading3_field h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.mailform_element.heading3_field h3 a:hover {
  color: var(--text-color);
}
.mailform_element.heading3_field h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .mailform_element.heading3_field h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.mailform_element.heading3_field + .infotext_field:not(first-child) {
  margin-top: var(--size-25);
}
.mailform_element.infotext_field:not(:last-child) {
  margin-bottom: var(--size-20);
}
.mailform_element.infotext_field ul {
  margin-top: 0;
}
.mailform_element.date_field p:after {
  position: absolute;
  right: var(--input-padding-left-right);
  bottom: calc(var(--input-padding-top-bottom) + 2px);
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 6 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: 15px;
  }
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.mailform_element.radio_field input[type=radio] + *:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.3em;
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.mailform_element.checkbox_field input[type=checkbox] + *:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.3em;
  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 6 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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible {
  -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::placeholder, .mailform_element.file_field input + label::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element.file_field input + label:focus-visible, .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:focus-visible::placeholder, .mailform_element.file_field input + label:focus-visible::-moz-placeholder, .mailform_element.file_field input + label:hover::placeholder, .mailform_element.file_field input + label:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.mailform_element.file_field input + label:before {
  font-family: "Font Awesome 6 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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  text-decoration: none;
}
@media print {
  .mailform_element.signature_field .signature-pad-reset {
    font-size: 12px;
    line-height: 15px;
  }
}
.mailform_element.signature_field .signature-pad-reset:before {
  font-family: "Font Awesome 6 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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
.mailform_submit_button input:hover, .mailform_submit_button input:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mailform_submit_button input {
    display: none;
  }
}

.mod_action_mailform_sent h1 {
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  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: 22px;
  }
}
.captcha_protection .captcha_input_title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  cursor: pointer;
  opacity: 0.6;
}
@media print {
  .captcha_protection #captcha_help_link {
    font-size: 12px;
    line-height: 15px;
  }
}

#dodeley-widget .dodeley_subscribe_privacy {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  line-height: clamp(22px, 2.2vw, 22px);
}
#dodeley-widget .dodeley_subscribe_privacy a {
  color: var(--text-color-light);
}
@media print {
  #dodeley-widget .dodeley_subscribe_privacy {
    font-size: 13px;
    line-height: 20px;
  }
}

/* @end */
/* !@group search */
#search_results:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
#search_results .search_item_wrap {
  --picture-gap: var(--size-80);
}
#search_results .search_item_wrap:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
#search_results .search_item_wrap > * {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
#search_results .search_item_wrap > * > .cf, #search_results .search_item_wrap > *.cf {
  display: none;
}
#search_results .search_item_wrap:has(.videos) > *, #search_results .search_item_wrap:has(.pictures) > * {
  max-width: none;
}
#search_results .search_item_wrap .videos,
#search_results .search_item_wrap .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
#search_results .search_item_wrap .videos + .pictures {
  display: none;
}
#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 {
  overflow: hidden;
}
#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 .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#search_results .search_item_wrap .listing-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
#search_results .search_item_wrap .listing-title a {
  color: var(--text-color);
  text-decoration: none;
}
#search_results .search_item_wrap .listing-title a:hover {
  color: var(--text-color);
}
#search_results .search_item_wrap .listing-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  #search_results .search_item_wrap .listing-title {
    font-size: 28px;
    line-height: 28px;
  }
}
#search_results .search_item_wrap .listing-title:not(:first-child) {
  margin-top: 0;
}
#search_results .search_item_wrap .search_item_date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
#search_results .search_item_wrap .search_item_date a {
  color: var(--text-color-light);
}
@media print {
  #search_results .search_item_wrap .search_item_date {
    font-size: 13px;
    line-height: 20px;
  }
}
#search_results .search_item_wrap .search_item_introduction {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
#search_results .search_item_wrap .search_item_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#search_results .search_item_wrap:not(:has(.search_item_content > *)):has(.search_item_content:empty) .search_item_introduction, #search_results .search_item_wrap:not(:has(.search_item_content)) .search_item_introduction, #search_results .search_item_wrap:has(.search_item_content > [class*=_link]:first-child) .search_item_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  #search_results .search_item_wrap:not(:has(.search_item_content > *)):has(.search_item_content:empty) .search_item_introduction, #search_results .search_item_wrap:not(:has(.search_item_content)) .search_item_introduction, #search_results .search_item_wrap:has(.search_item_content > [class*=_link]:first-child) .search_item_introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
#search_results .search_item_wrap .search_item_content {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  #search_results .search_item_wrap .search_item_content {
    font-size: 13px;
    line-height: 20px;
  }
}
#search_results .search_item_wrap .search_item_content:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#search_results .search_item_wrap .search_item_content h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
#search_results .search_item_wrap .search_item_content h3 a {
  color: var(--text-color);
  text-decoration: none;
}
#search_results .search_item_wrap .search_item_content h3 a:hover {
  color: var(--text-color);
}
#search_results .search_item_wrap .search_item_content h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  #search_results .search_item_wrap .search_item_content h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
#search_results .search_item_wrap .search_item_content h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
#search_results .search_item_wrap .search_item_content h4 a {
  color: var(--text-color);
  text-decoration: none;
}
#search_results .search_item_wrap .search_item_content h4 a:hover {
  color: var(--text-color);
}
#search_results .search_item_wrap .search_item_content h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  #search_results .search_item_wrap .search_item_content h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
#search_results .search_item_wrap .search_item_content h5, #search_results .search_item_wrap .search_item_content h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
#search_results .search_item_wrap .search_item_content h5 a, #search_results .search_item_wrap .search_item_content h6 a {
  color: var(--text-color);
  text-decoration: none;
}
#search_results .search_item_wrap .search_item_content h5 a:hover, #search_results .search_item_wrap .search_item_content h6 a:hover {
  color: var(--text-color);
}
#search_results .search_item_wrap .search_item_content h5:not(:last-child), #search_results .search_item_wrap .search_item_content h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  #search_results .search_item_wrap .search_item_content h5, #search_results .search_item_wrap .search_item_content h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
#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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
#search_results .search_item_wrap .search_item_detail_link:hover, #search_results .search_item_wrap .search_item_detail_link:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  #search_results .search_item_wrap .search_item_detail_link {
    display: none;
  }
}
#search_results .search_item_wrap .search_item_detail_link:before, #search_results .search_item_wrap .search_item_detail_link:after {
  font-weight: 300;
}
#search_results .search_item_wrap .search_item_detail_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
#search_results .search_item_wrap .search_item_detail_link:not(:first-child) {
  margin-top: 3px;
}
#search_results .search_item_wrap[class*=element_link_entire] > * {
  position: relative;
}
#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: 1000px) {
  #search_results .search_item_wrap .videos,
  #search_results .search_item_wrap .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #search_results .search_item_wrap {
    --picture-gap: var(--size-40);
  }
  #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%;
    order: 0 !important;
  }
  #search_results .search_item_wrap .content {
    height: 100%;
  }
}
@media print {
  #search_results .search_item_wrap {
    --picture-gap: var(--size-40);
  }
  #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 {
    max-width: 40%;
  }
  #search_results .search_item_wrap .search_item_introduction {
    font-size: 16px;
    line-height: 24px;
  }
}
#search_results .search_item_wrap .videos,
#search_results .search_item_wrap .pictures {
  flex: 0 0 550px;
  max-width: 47%;
}

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

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

/* @end */
/* @group project downloads */
#module_project_downloads .button_bar_top {
  display: flex;
  gap: var(--size-20);
}
#module_project_downloads .button_bar_top:not(:first-child) {
  margin-top: var(--size-50);
}
.logged_in #module_project_downloads .button_bar_top .button:first-child,
#module_project_downloads .button_bar_top .button[href*=logout] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  order: 2;
  margin-left: auto;
}
.logged_in #module_project_downloads .button_bar_top .button:first-child:hover, .logged_in #module_project_downloads .button_bar_top .button:first-child:focus-visible,
#module_project_downloads .button_bar_top .button[href*=logout]:hover,
#module_project_downloads .button_bar_top .button[href*=logout]:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .logged_in #module_project_downloads .button_bar_top .button:first-child,
  #module_project_downloads .button_bar_top .button[href*=logout] {
    display: none;
  }
}
.logged_in #module_project_downloads .button_bar_top .button:first-child:before, .logged_in #module_project_downloads .button_bar_top .button:first-child:after,
#module_project_downloads .button_bar_top .button[href*=logout]:before,
#module_project_downloads .button_bar_top .button[href*=logout]:after {
  font-weight: 300;
}
.logged_in #module_project_downloads .button_bar_top {
  display: none;
}
#module_project_downloads table th a {
  text-decoration: none;
  display: flex;
  white-space: nowrap;
}
#module_project_downloads table th a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f883";
  margin-left: 8px;
}
#module_project_downloads table th a:after {
  opacity: 0.3;
}
#module_project_downloads table th a.active[data-sort=desc]:after {
  opacity: 1;
  content: "\f884";
}
#module_project_downloads table th a.active[data-sort=asc]:after {
  opacity: 1;
  content: "\f160";
}
#module_project_downloads table td {
  min-width: 50px;
}
#module_project_downloads table td:has(.management_controls) {
  min-width: 84px;
}
#module_project_downloads table td .management_controls {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#module_project_downloads table td.project_downloads_first_column {
  text-align: center;
}
#module_project_downloads table td i {
  font-size: 1.3em;
  vertical-align: middle;
}
#module_project_downloads table td a + p {
  font-size: 0.7em;
  line-height: 1.3em;
  margin-top: 5px;
}
#module_project_downloads:has(form[action*=authenticate]) {
  max-width: var(--siteframe-very-small);
  margin: 0 auto;
}
#module_project_downloads:has(form[action*=authenticate]) label {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  #module_project_downloads:has(form[action*=authenticate]) label {
    font-size: 12px;
    line-height: 15px;
  }
}
#module_project_downloads:has(form[action*=authenticate]) input {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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;
}
#module_project_downloads:has(form[action*=authenticate]) input a {
  color: var(--input-color);
}
@media print {
  #module_project_downloads:has(form[action*=authenticate]) input {
    font-size: 12px;
    line-height: 15px;
  }
}
#module_project_downloads:has(form[action*=authenticate]) input[data-com-onepassword-filled=light], #module_project_downloads:has(form[action*=authenticate]) input:-webkit-autofill, #module_project_downloads:has(form[action*=authenticate]) input:-webkit-autofill:hover, #module_project_downloads:has(form[action*=authenticate]) input:-webkit-autofill:focus-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
#module_project_downloads:has(form[action*=authenticate]) input::placeholder, #module_project_downloads:has(form[action*=authenticate]) input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
#module_project_downloads:has(form[action*=authenticate]) input:focus-visible, #module_project_downloads:has(form[action*=authenticate]) input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
#module_project_downloads:has(form[action*=authenticate]) input:focus-visible::placeholder, #module_project_downloads:has(form[action*=authenticate]) input:focus-visible::-moz-placeholder, #module_project_downloads:has(form[action*=authenticate]) input:hover::placeholder, #module_project_downloads:has(form[action*=authenticate]) input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
#module_project_downloads:has(form[action*=authenticate]) input.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
#module_project_downloads:has(form[action*=authenticate]) input.button:hover, #module_project_downloads:has(form[action*=authenticate]) input.button:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  #module_project_downloads:has(form[action*=authenticate]) input.button {
    display: none;
  }
}

.mod_project_downloads .user_project_edit_form form:not(:first-child) {
  margin-top: var(--paragraph-space);
}
.mod_project_downloads .user_project_edit_form form label {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .mod_project_downloads .user_project_edit_form form label {
    font-size: 12px;
    line-height: 15px;
  }
}
.mod_project_downloads .user_project_edit_form form input {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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;
}
.mod_project_downloads .user_project_edit_form form input a {
  color: var(--input-color);
}
@media print {
  .mod_project_downloads .user_project_edit_form form input {
    font-size: 12px;
    line-height: 15px;
  }
}
.mod_project_downloads .user_project_edit_form form input[data-com-onepassword-filled=light], .mod_project_downloads .user_project_edit_form form input:-webkit-autofill, .mod_project_downloads .user_project_edit_form form input:-webkit-autofill:hover, .mod_project_downloads .user_project_edit_form form input:-webkit-autofill:focus-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mod_project_downloads .user_project_edit_form form input::placeholder, .mod_project_downloads .user_project_edit_form form input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mod_project_downloads .user_project_edit_form form input:focus-visible, .mod_project_downloads .user_project_edit_form form input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mod_project_downloads .user_project_edit_form form input:focus-visible::placeholder, .mod_project_downloads .user_project_edit_form form input:focus-visible::-moz-placeholder, .mod_project_downloads .user_project_edit_form form input:hover::placeholder, .mod_project_downloads .user_project_edit_form form input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.mod_project_downloads .user_project_edit_form form input.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
.mod_project_downloads .user_project_edit_form form input.button:hover, .mod_project_downloads .user_project_edit_form form input.button:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mod_project_downloads .user_project_edit_form form input.button {
    display: none;
  }
}
.mod_project_downloads .user_project_edit_form form input.cancel_button {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.mod_project_downloads .user_project_edit_form form input.cancel_button:hover, .mod_project_downloads .user_project_edit_form form input.cancel_button:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .mod_project_downloads .user_project_edit_form form input.cancel_button {
    display: none;
  }
}
.mod_project_downloads .user_project_edit_form form input.cancel_button:before, .mod_project_downloads .user_project_edit_form form input.cancel_button:after {
  font-weight: 300;
}
.mod_project_downloads .user_project_edit_form form textarea {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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);
}
.mod_project_downloads .user_project_edit_form form textarea a {
  color: var(--input-color);
}
@media print {
  .mod_project_downloads .user_project_edit_form form textarea {
    font-size: 12px;
    line-height: 15px;
  }
}
.mod_project_downloads .user_project_edit_form form textarea[data-com-onepassword-filled=light], .mod_project_downloads .user_project_edit_form form textarea:-webkit-autofill, .mod_project_downloads .user_project_edit_form form textarea:-webkit-autofill:hover, .mod_project_downloads .user_project_edit_form form textarea:-webkit-autofill:focus-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mod_project_downloads .user_project_edit_form form textarea::placeholder, .mod_project_downloads .user_project_edit_form form textarea::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mod_project_downloads .user_project_edit_form form textarea:focus-visible, .mod_project_downloads .user_project_edit_form form textarea:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mod_project_downloads .user_project_edit_form form textarea:focus-visible::placeholder, .mod_project_downloads .user_project_edit_form form textarea:focus-visible::-moz-placeholder, .mod_project_downloads .user_project_edit_form form textarea:hover::placeholder, .mod_project_downloads .user_project_edit_form form textarea:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.mod_project_downloads .user_project_edit_form .button_bar_bottom .button_bar_inner {
  display: flex;
  justify-content: space-between;
}
.mod_project_downloads .user_project_edit_form .button_bar_bottom:not(:first-child) {
  margin-top: var(--paragraph-space);
}
.mod_project_downloads .user_project_edit_form .button_bar_bottom i {
  margin-right: var(--size-5);
}
.mod_project_downloads .user_project_edit_form .button_bar_bottom a.secondary {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.mod_project_downloads .user_project_edit_form .button_bar_bottom a.secondary:hover, .mod_project_downloads .user_project_edit_form .button_bar_bottom a.secondary:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .mod_project_downloads .user_project_edit_form .button_bar_bottom a.secondary {
    display: none;
  }
}
.mod_project_downloads .user_project_edit_form .button_bar_bottom a.secondary:before, .mod_project_downloads .user_project_edit_form .button_bar_bottom a.secondary:after {
  font-weight: 300;
}

/* @end */
/* @group shop warning in cart */
.cart_warning {
  color: #fff;
  margin-top: var(--size-35);
  background: #b50000;
  padding: var(--size-15) var(--size-25);
}

/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group shop category overview  */
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description {
  position: absolute;
  top: unset;
  right: var(--siteframe-space);
  bottom: 0;
  left: calc(-1 * clamp(2px, 0.9vw, 9px));
  display: block;
  margin: 0;
  padding: 0 0 clamp(20px, 6vmin, 60px);
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: none;
  opacity: 1;
  overflow: visible;
  clip: unset;
  z-index: 10;
  hyphens: auto;
  padding-left: 0;
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description a {
  color: #fff;
  text-decoration: none;
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description {
    font-size: clamp(24px, 14vmin, 140px);
    line-height: clamp(24px, 13vmin, 130px);
  }
}
@media screen and (max-width: 1100px) {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description {
    font-size: clamp(24px, 11vmin, 110px);
    line-height: clamp(24px, 11vmin, 110px);
  }
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description * {
  position: relative;
  z-index: 10;
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title a {
  color: #fff;
  text-decoration: none;
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title {
    font-size: clamp(24px, 14vmin, 140px);
    line-height: clamp(24px, 13vmin, 130px);
  }
}
@media screen and (max-width: 1100px) {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title {
    font-size: clamp(24px, 11vmin, 110px);
    line-height: clamp(24px, 11vmin, 110px);
  }
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title ~ .resource_video_description,
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title ~ p {
  display: none;
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description .resource_title br,
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description *:not(.resource_title) br {
  display: inline;
}
.mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: clamp(250px, 50vw, 500px);
  height: clamp(200px, 33.6vw, 336px);
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  left: clamp(2px, 0.9vw, 9px);
}
@media screen and (max-width: 1300px) {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description {
    padding: 0 0 clamp(10px, 3vmin, 30px);
  }
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description:before {
    width: clamp(200px, 40vw, 400px);
    height: clamp(140px, 24vw, 240px);
  }
}
@media screen and (max-width: 1100px) {
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description {
    padding: 0 0 clamp(10px, 2vmin, 20px);
  }
  .mod_shop.no_mod_action div[class*=picture_top].picture_top_small .resource_description:before {
    width: clamp(100px, 28vw, 280px);
    height: clamp(70px, 18vw, 180px);
  }
}
.mod_shop.no_mod_action:has(.picture_top_small):not(:has(.picture_top_wrap)) h1 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.mod_shop.no_mod_action:has(.picture_top_small):not(:has(.picture_top_wrap)) h1 a {
  color: var(--primary-color);
  text-decoration: none;
}
.mod_shop.no_mod_action:has(.picture_top_small):not(:has(.picture_top_wrap)) h1 br {
  display: none;
}
.mod_shop.no_mod_action:has(.picture_top_small):not(:has(.picture_top_wrap)) h1:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .mod_shop.no_mod_action:has(.picture_top_small):not(:has(.picture_top_wrap)) h1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.mod_shop.no_mod_action:has(.picture_top_small):not(:has(.picture_top_wrap)) .content_top .title_wrap {
  max-width: var(--siteframe-medium);
  margin-left: auto;
  margin-right: auto;
}
.mod_shop.no_mod_action:has(.picture_top_small):not(:has(.picture_top_wrap)) .content_top .title_wrap:not(:last-child) {
  margin-bottom: var(--size-30);
}

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

.picture_top_wrap {
  position: relative;
}
.picture_top_wrap .title_wrap {
  position: absolute;
  top: unset;
  right: var(--siteframe-space);
  bottom: 0;
  left: calc(-1 * clamp(2px, 0.9vw, 9px));
  display: block;
  margin: 0;
  padding: 0 0 clamp(20px, 6vmin, 60px);
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: none;
  opacity: 1;
  overflow: visible;
  clip: unset;
  z-index: 10;
  hyphens: auto;
}
.picture_top_wrap .title_wrap a {
  color: #fff;
  text-decoration: none;
}
.picture_top_wrap .title_wrap:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .picture_top_wrap .title_wrap {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .picture_top_wrap .title_wrap {
    font-size: clamp(24px, 14vmin, 140px);
    line-height: clamp(24px, 13vmin, 130px);
  }
}
@media screen and (max-width: 1100px) {
  .picture_top_wrap .title_wrap {
    font-size: clamp(24px, 11vmin, 110px);
    line-height: clamp(24px, 11vmin, 110px);
  }
}
.picture_top_wrap .title_wrap * {
  position: relative;
  z-index: 10;
}
.picture_top_wrap .title_wrap h1 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 18vmin, 180px);
  line-height: clamp(24px, 16vmin, 160px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}
.picture_top_wrap .title_wrap h1 a {
  color: #fff;
  text-decoration: none;
}
.picture_top_wrap .title_wrap h1:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .picture_top_wrap .title_wrap h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .picture_top_wrap .title_wrap h1 {
    font-size: clamp(24px, 14vmin, 140px);
    line-height: clamp(24px, 13vmin, 130px);
  }
}
@media screen and (max-width: 1100px) {
  .picture_top_wrap .title_wrap h1 {
    font-size: clamp(24px, 11vmin, 110px);
    line-height: clamp(24px, 11vmin, 110px);
  }
}
.picture_top_wrap .title_wrap .resource_title ~ .resource_video_description,
.picture_top_wrap .title_wrap .resource_title ~ p {
  display: none;
}
.picture_top_wrap .title_wrap h1 br,
.picture_top_wrap .title_wrap *:not(.resource_title) br {
  display: inline;
}
.picture_top_wrap .title_wrap:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: clamp(250px, 50vw, 500px);
  height: clamp(200px, 33.6vw, 336px);
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  left: clamp(2px, 0.9vw, 9px);
}
@media screen and (max-width: 1300px) {
  .picture_top_wrap .title_wrap {
    padding: 0 0 clamp(10px, 3vmin, 30px);
  }
  .picture_top_wrap .title_wrap:before {
    width: clamp(200px, 40vw, 400px);
    height: clamp(140px, 24vw, 240px);
  }
}
@media screen and (max-width: 1100px) {
  .picture_top_wrap .title_wrap {
    padding: 0 0 clamp(10px, 2vmin, 20px);
  }
  .picture_top_wrap .title_wrap:before {
    width: clamp(100px, 28vw, 280px);
    height: clamp(70px, 18vw, 180px);
  }
}
.picture_top_wrap:has(.shop_category_picture) div[class*=picture_top],
.picture_top_wrap div[class*=picture_top].picture_top_small .resource_description {
  display: none !important;
}

.shop_category_picture {
  --parallax-value: 70px;
}
.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_link img {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.shop_category_picture span.management_controls {
  top: unset;
  right: 50%;
  bottom: var(--size-40);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.shop_category_picture .resource_description {
  padding-left: var(--size-10);
}
.shop_category_picture a.resource_link,
.shop_category_picture span.resource_background {
  display: block;
  position: relative;
  width: 100%;
  min-height: 200px;
  aspect-ratio: 1440/484;
  object-position: center;
  overflow: hidden;
}
.shop_category_picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  height: calc(100% + var(--parallax-value));
  min-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.shop_category_subtitle {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: var(--size-40);
  display: block;
}
.shop_category_subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_category_subtitle a:hover {
  color: var(--text-color);
}
.shop_category_subtitle:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .shop_category_subtitle {
    font-size: 34px;
    line-height: 34px;
  }
}
h1.page_title + .shop_category_subtitle {
  margin-top: calc(-1 * var(--size-40));
}

.shop_category_introduction {
  display: block;
  max-width: var(--siteframe-very-small);
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: clamp(28px, 4.5vw, 45px);
  letter-spacing: 0.1px;
  text-transform: unset;
  margin-left: auto;
  margin-right: auto;
}
@media print {
  .shop_category_introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
.shop_category_introduction:not(:last-child) {
  margin-bottom: var(--size-35);
}

.shop_category_description {
  display: block;
}

#content .content_inner:has(.shop_category_description):not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}

#content .content_inner.shop_products_wrap:first-child {
  margin-top: var(--size-60) !important;
}

#content .content_inner.shop_products_wrap,
#content .content_inner.shop_categories_wrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.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;
}
.category_back_button_wrap:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.category_back_button_wrap .category_back_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  order: 10;
}
.category_back_button_wrap .category_back_button:hover, .category_back_button_wrap .category_back_button:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .category_back_button_wrap .category_back_button {
    display: none;
  }
}
.category_back_button_wrap .category_back_button:before, .category_back_button_wrap .category_back_button:after {
  font-weight: 300;
}
.category_back_button_wrap .category_back_button:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}

.portlet[class*=title_shop_categories] {
  --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;
}
.portlet[class*=title_shop_categories] + .main_shop_wrap {
  margin-top: var(--size-30);
}

.shop_category_overview_container:not(:has(.category_with_articles)) {
  padding-left: 5px;
  padding-right: 5px;
  --gap: 5px;
  --columns: 5;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.shop_category_overview_container:not(:has(.category_with_articles)) > .cf {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) {
  width: 100%;
  margin: 0;
  padding: 0;
  --picture-gap: var(--size-80);
  --picture-gap: 0px;
  --paragraph-space: var(--size-15);
}
.shop_category_overview_container .shop_category:not(.category_with_articles):not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner > .cf, .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):has(.videos) .shop_category_overview_inner, .shop_category_overview_container .shop_category:not(.category_with_articles):has(.pictures) .shop_category_overview_inner {
  max-width: 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 730px;
  max-width: 62%;
  order: 2;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .videos + .pictures {
  display: none;
}
.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 {
  overflow: hidden;
}
.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) .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title a:hover {
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title {
    font-size: 28px;
    line-height: 28px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title:not(:first-child) {
  margin-top: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .listing-date a {
  color: var(--text-color-light);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction] {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.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):not(:has(.category_entry_content > *)):has(.category_entry_content:empty) div[class*=introduction], .shop_category_overview_container .shop_category:not(.category_with_articles):not(:has(.category_entry_content)) div[class*=introduction], .shop_category_overview_container .shop_category:not(.category_with_articles):has(.category_entry_content > [class*=_link]:first-child) div[class*=introduction] {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles):not(:has(.category_entry_content > *)):has(.category_entry_content:empty) div[class*=introduction], .shop_category_overview_container .shop_category:not(.category_with_articles):not(:has(.category_entry_content)) div[class*=introduction], .shop_category_overview_container .shop_category:not(.category_with_articles):has(.category_entry_content > [class*=_link]:first-child) div[class*=introduction] {
    font-size: 13px;
    line-height: 20px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content {
    font-size: 13px;
    line-height: 20px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h3 a:hover {
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h4 a:hover {
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h5, .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h5 a, .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h5 a:hover, .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h6 a:hover {
  color: var(--text-color);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h5:not(:last-child), .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h5, .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.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-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@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:before, .shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:after {
  font-weight: 300;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:not(:first-child) {
  margin-top: 3px;
}
.shop_category_overview_container .shop_category:not(.category_with_articles)[class*=element_link_entire] .shop_category_overview_inner {
  position: relative;
}
.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: 1000px) {
  .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 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) {
    --picture-gap: var(--size-40);
  }
  .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%;
    order: 0 !important;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .content {
    height: 100%;
  }
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) {
    --picture-gap: var(--size-40);
  }
  .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 {
    max-width: 40%;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction] {
    font-size: 16px;
    line-height: 24px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner {
  flex-flow: column;
  height: 100%;
  overflow: visible;
  color: #fff;
  background: var(--primary-color);
}
.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%;
  order: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_link {
  pointer-events: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_link:before, .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_link:after {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_description {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 10;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title {
  position: relative;
  padding-bottom: var(--size-10);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  background: var(--primary-color);
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 0;
  max-height: clamp(100px, 12vw, 120px);
  z-index: -1;
  bottom: -1px;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title:not(:last-child) {
  margin-bottom: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 var(--size-25);
  background: var(--primary-color);
  box-sizing: border-box;
  transition: max-height 0.6s ease-out, padding 0.2s ease-out;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content > *:first-child {
  margin-top: var(--size-5);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content > *:last-child {
  margin-bottom: var(--size-25);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content:not(:last-child) {
  margin-bottom: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .show_all_articles_in_category a {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner:hover .pictures ~ .content .category_entry_content {
  max-height: clamp(150px, 20vw, 200px);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner:hover .pictures ~ .content .category_entry_content:not(:has(> *)) {
  padding-top: 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) .listing-tags {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(30px, 4.2vw, 42px);
  line-height: clamp(32px, 4.6vw, 46px);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title a {
  color: #fff;
  text-decoration: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title a:hover {
  color: #fff;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title {
    font-size: 24px;
    line-height: 24px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_title:not(:first-child) {
  margin-top: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction],
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content {
  line-height: clamp(26px, 2.8vw, 28px);
  color: #fff;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  color: #fff;
  margin-top: auto;
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a {
    font-size: 13px;
    line-height: 20px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:focus, .shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:focus:after, .shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:hover:after {
  right: -10px;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:not(:first-child) {
  margin-top: auto;
}
@media screen and (max-width: 800px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner {
    height: 100%;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: unset;
    left: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title:before {
    max-height: clamp(65px, 10vw, 100px);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content {
    max-height: none;
    padding: var(--size-10) var(--size-25) var(--size-25);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content > *:first-child {
    margin-top: 0;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content > *:last-child {
    margin-bottom: 0;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content:not(:has(> *)) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title:before {
    max-height: clamp(80px, 10vw, 100px);
  }
}
@media screen and (max-width: 600px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) {
    --picture-gap: 0px;
  }
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) {
    --picture-gap: 0px;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner {
    background: none;
    border: 1px solid var(--border) !important;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction] {
    font-size: 14px;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction],
  .shop_category_overview_container .shop_category:not(.category_with_articles) .category_entry_content {
    line-height: 22px;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    padding: var(--size-25);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title {
    text-shadow: none;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .shop_category_title:before {
    display: none;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content {
    max-height: none;
    padding: 0;
    background: none;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content > *:first-child {
    margin-top: 0;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .category_entry_content > *:last-child {
    margin-bottom: 0;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles):not(:first-child) {
  margin-top: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .inner {
  height: 100%;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures a.resource_link {
  pointer-events: all;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_introduction {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category {
  display: none;
}
.shop_category_overview_container:has(.category_with_articles) {
  --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;
}
.shop_category_overview_container .category_with_articles:not(:first-child) {
  margin-top: var(--size-60);
  padding-top: var(--size-60);
  border-top: 1px solid var(--border);
}
.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 .shop_category_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_title a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_title a:hover {
  color: var(--text-color);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_title {
    font-size: 28px;
    line-height: 28px;
  }
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  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;
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle a:hover {
  color: var(--text-color);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.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_introduction,
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_description {
  display: none;
}
.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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.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-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a {
    display: none;
  }
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a:before, .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a:after {
  font-weight: 300;
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.shop_category_overview_container .category_with_articles .articles_in_shop_category {
  margin-top: var(--size-30);
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 4;
}
.shop_category_overview_container .category_with_articles .articles_in_shop_category > .cf {
  display: none;
}
.shop_category_overview_container .category_with_articles .articles_in_shop_category > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.shop_category_overview_container .category_with_articles .articles_in_shop_category > * {
  max-width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.shop_category_overview_container .category_with_articles div.shop_article .inner_content {
  background: none;
}
.shop_category_overview_container .category_with_articles div.shop_article .content {
  padding: var(--size-15) 0 0;
}
.shop_category_overview_container .category_with_articles div.shop_article .pictures + .content .shop_special {
  left: var(--size-10);
}
.shop_category_overview_container .category_with_articles div.shop_article .article_categories {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  .shop_category_overview_container .category_with_articles div.shop_article .article_categories {
    font-size: 12px;
    line-height: 15px;
  }
}
.shop_category_overview_container .category_with_articles div.shop_article .shop_article_information_title, .shop_category_overview_container .category_with_articles div.shop_article .shop_article_information_title a {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  line-height: clamp(20px, 2.4vw, 24px);
}
@media print {
  .shop_category_overview_container .category_with_articles div.shop_article .shop_article_information_title, .shop_category_overview_container .category_with_articles div.shop_article .shop_article_information_title a {
    font-size: 13px;
    line-height: 20px;
  }
}
.shop_category_overview_container .category_with_articles div.shop_article div[class*=introduction] {
  display: none;
}
.shop_category_overview_container .category_with_articles div.shop_article .shop_article_subtitle,
.shop_category_overview_container .category_with_articles div.shop_article .shop_article_subtitle2,
.shop_category_overview_container .category_with_articles div.shop_article .shop_article_properties_wrap,
.shop_category_overview_container .category_with_articles div.shop_article .shop_add_to_cart_form,
.shop_category_overview_container .category_with_articles div.shop_article .shop_show_details span {
  display: none !important;
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list {
  margin-top: unset !important;
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-reduced-price,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price {
  padding-right: 0;
  min-height: 0;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-reduced-price .price_value,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price .price_value {
  margin-bottom: calc(-1 * clamp(0px, 0.3vw, 3px));
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-reduced-price .price_currency,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-reduced-price .price_unit,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price .price_currency,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price .price_unit {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(20px, 2.2vw, 22px);
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-reduced-price.shop-article-not-available,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price.shop-article-not-available {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(20px, 2.2vw, 22px);
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price-reduced,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-price-before-reduction {
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: clamp(19px, 2.8vw, 28px);
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price-reduced .price_value,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-price-before-reduction .price_value {
  padding-bottom: 0;
  order: -1;
}
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price-reduced .price_currency,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price-reduced .price_unit,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-price-before-reduction .price_currency,
.shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-price-before-reduction .price_unit {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: clamp(15px, 1.8vw, 18px);
}
@media screen and (max-width: 800px) {
  .shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-reduced-price .price_value,
  .shop_category_overview_container .category_with_articles div.shop_article .shop-price-list .shop-regular-price .price_value {
    margin-bottom: calc(-1 * clamp(0px, 0.1vw, 1px));
  }
}

/* @end */
/* !@group shop article  */
.shop_products {
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 3;
}
.shop_products > .cf {
  display: none;
}
.shop_products > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.shop_products > * {
  max-width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}

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

.shop_products_wrap .shop_products {
  --columns: 5;
  padding-left: var(--siteframe-space);
  padding-right: var(--siteframe-space);
}

div.shop_article {
  --picture-gap: var(--size-80);
  --picture-gap: 0px;
  margin: 0;
  padding: 0;
  background: none;
}
div.shop_article:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
div.shop_article .inner_content {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
div.shop_article .inner_content > .cf, div.shop_article .inner_content.cf {
  display: none;
}
div.shop_article:has(.videos) .inner_content, div.shop_article:has(.pictures) .inner_content {
  max-width: none;
}
div.shop_article .videos,
div.shop_article .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
div.shop_article .videos + .pictures {
  display: none;
}
div.shop_article .pictures {
  overflow: visible;
}
div.shop_article .pictures .resource_background {
  overflow: visible;
}
div.shop_article .pictures a.resource_link {
  overflow: hidden;
}
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 .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
div.shop_article .shop_article_information_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
div.shop_article .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
div.shop_article .shop_article_information_title a:hover {
  color: var(--text-color);
}
div.shop_article .shop_article_information_title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  div.shop_article .shop_article_information_title {
    font-size: 28px;
    line-height: 28px;
  }
}
div.shop_article .shop_article_information_title:not(:first-child) {
  margin-top: 0;
}
div.shop_article .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
div.shop_article .listing-date a {
  color: var(--text-color-light);
}
@media print {
  div.shop_article .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article div[class*=introduction] {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
div.shop_article div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div.shop_article:not(:has(div.introduction > *)):has(div.introduction:empty) div[class*=introduction], div.shop_article:not(:has(div.introduction)) div[class*=introduction], div.shop_article:has(div.introduction > [class*=_link]:first-child) div[class*=introduction] {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  div.shop_article:not(:has(div.introduction > *)):has(div.introduction:empty) div[class*=introduction], div.shop_article:not(:has(div.introduction)) div[class*=introduction], div.shop_article:has(div.introduction > [class*=_link]:first-child) div[class*=introduction] {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article div.introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  div.shop_article div.introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article div.introduction:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div.shop_article div.introduction h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
div.shop_article div.introduction h3 a {
  color: var(--text-color);
  text-decoration: none;
}
div.shop_article div.introduction h3 a:hover {
  color: var(--text-color);
}
div.shop_article div.introduction h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  div.shop_article div.introduction h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
div.shop_article div.introduction h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
div.shop_article div.introduction h4 a {
  color: var(--text-color);
  text-decoration: none;
}
div.shop_article div.introduction h4 a:hover {
  color: var(--text-color);
}
div.shop_article div.introduction h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  div.shop_article div.introduction h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
div.shop_article div.introduction h5, div.shop_article div.introduction h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
div.shop_article div.introduction h5 a, div.shop_article div.introduction h6 a {
  color: var(--text-color);
  text-decoration: none;
}
div.shop_article div.introduction h5 a:hover, div.shop_article div.introduction h6 a:hover {
  color: var(--text-color);
}
div.shop_article div.introduction h5:not(:last-child), div.shop_article div.introduction h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  div.shop_article div.introduction h5, div.shop_article div.introduction h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
div.shop_article .listing-more-button:hover, div.shop_article .listing-more-button:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  div.shop_article .listing-more-button {
    display: none;
  }
}
div.shop_article .listing-more-button:before, div.shop_article .listing-more-button:after {
  font-weight: 300;
}
div.shop_article .listing-more-button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
div.shop_article .listing-more-button:not(:first-child) {
  margin-top: 3px;
}
div.shop_article[class*=element_link_entire] .inner_content {
  position: relative;
}
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: 1000px) {
  div.shop_article .videos,
  div.shop_article .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  div.shop_article {
    --picture-gap: var(--size-40);
  }
  div.shop_article .inner_content {
    flex-flow: column;
    height: 100%;
  }
  div.shop_article .videos,
  div.shop_article .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  div.shop_article .content {
    height: 100%;
  }
}
@media print {
  div.shop_article {
    --picture-gap: var(--size-40);
  }
  div.shop_article:not(:first-child) {
    margin-top: var(--size-60);
  }
  div.shop_article .videos,
  div.shop_article .pictures {
    max-width: 40%;
  }
  div.shop_article div[class*=introduction] {
    font-size: 16px;
    line-height: 24px;
  }
}
div.shop_article .inner_content {
  flex-flow: column;
  height: 100%;
  overflow: visible;
  background: var(--background-medium);
}
div.shop_article .videos,
div.shop_article .pictures {
  flex: unset;
  max-width: 100%;
  order: 0;
}
div.shop_article .pictures .resource_description {
  display: none;
}
div.shop_article .content {
  height: 100%;
  padding: var(--size-25);
}
div.shop_article .shop_article_information_title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
div.shop_article .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
div.shop_article .shop_article_information_title a:hover {
  color: var(--text-color);
}
div.shop_article .shop_article_information_title:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  div.shop_article .shop_article_information_title {
    font-size: 24px;
    line-height: 24px;
  }
}
div.shop_article .shop_article_information_title:not(:first-child) {
  margin-top: 0;
}
div.shop_article div[class*=introduction],
div.shop_article div.introduction {
  line-height: clamp(26px, 2.8vw, 28px);
}
div.shop_article div.introduction {
  display: flex;
  flex-flow: column;
  height: 100%;
}
div.shop_article .listing-more-button {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  margin-top: auto;
}
@media print {
  div.shop_article .listing-more-button {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article .listing-more-button:focus, div.shop_article .listing-more-button:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
div.shop_article .listing-more-button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
div.shop_article .listing-more-button:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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.shop_article .listing-more-button:focus:after, div.shop_article .listing-more-button:hover:after {
  right: -10px;
}
div.shop_article .listing-more-button:not(:first-child) {
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  div.shop_article {
    --picture-gap: 0px;
  }
}
@media print {
  div.shop_article {
    --picture-gap: 0px;
  }
  div.shop_article .inner_content {
    border: 1px solid var(--border) !important;
  }
  div.shop_article div[class*=introduction] {
    font-size: 14px;
  }
  div.shop_article div[class*=introduction],
  div.shop_article div.introduction {
    line-height: 22px;
  }
}
div.shop_article:not(:first-child) {
  margin: 0;
}
div.shop_article .inner {
  height: 100%;
}
div.shop_article .inner_content {
  height: 100%;
}
div.shop_article .pictures {
  position: relative;
  overflow: hidden;
}
div.shop_article .pictures .shop_special_flag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(22px, 3.2vw, 32px);
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 10px 4px;
}
div.shop_article .pictures .shop_special_flag:before {
  content: "";
  position: absolute;
  top: -51px;
  left: unset;
  width: calc(100% + clamp(115px, 12vw, 120px));
  height: calc(100% + clamp(55px, 6vw, 60px));
  display: block;
  background: #DB0000;
  right: -60px;
  -webkit-transform: rotate(34deg);
  -moz-transform: rotate(34deg);
  -o-transform: rotate(34deg);
  transform: rotate(34deg);
}
div.shop_article .pictures .shop_special_flag span {
  position: relative;
  z-index: 5;
}
div.shop_article .content {
  position: relative;
  height: auto;
  flex: 1 0 auto;
}
div.shop_article .shop_special:not(:last-child) {
  margin-bottom: var(--size-15);
}
div.shop_article .shop_special span {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: clamp(1.2px, 0.18vw, 1.8px);
  text-transform: uppercase;
  color: #fff;
  background: var(--primary-color);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(3px, 0.4vw, 4px) clamp(6px, 0.8vw, 8px);
}
@media print {
  div.shop_article .shop_special span {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    border: 1px solid #fff;
  }
}
div.shop_article .pictures + .content .shop_special {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: var(--size-25);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
div.shop_article .article_categories {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  font-weight: 560;
  --gap: 0 var(--size-5);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  margin-bottom: var(--size-5);
}
div.shop_article .article_categories a {
  color: var(--primary-color);
}
@media print {
  div.shop_article .article_categories {
    font-size: 13px;
    line-height: 20px;
  }
}
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 .shop_article_subtitle2,
div.shop_article .shop_article_subtitle {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 700;
  margin: 0;
}
div.shop_article .shop_article_subtitle2 a,
div.shop_article .shop_article_subtitle a {
  color: var(--text-color);
}
@media print {
  div.shop_article .shop_article_subtitle2,
  div.shop_article .shop_article_subtitle {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article .shop_article_subtitle2 a,
div.shop_article .shop_article_subtitle a {
  text-decoration: none;
}
div.shop_article .shop_show_details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
}
div.shop_article .shop_article_properties_wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
}
div.shop_article .shop_article_properties_wrap:not(:last-child) {
  margin-bottom: var(--size-20);
}
div.shop_article .shop_article_properties_wrap .property_row {
  display: contents;
}
div.shop_article .shop_article_properties_wrap .property_row:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--text-color-light);
  opacity: 0.6;
  display: block;
  margin: 0 var(--size-10);
  border-radius: 100%;
}
div.shop_article .shop_article_properties_wrap .property_row > span {
  display: contents;
  font-size: 0;
  line-height: 0;
}
div.shop_article .shop_article_properties_wrap .property_row > span:first-child {
  display: none;
}
div.shop_article .shop_article_properties_wrap .property_row .property_item {
  display: flex;
  align-items: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(20px, 2.2vw, 22px);
  color: var(--text-color-light);
}
@media print {
  div.shop_article .shop_article_properties_wrap .property_row .property_item {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article .shop_article_properties_wrap .property_row .property_item:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--text-color-light);
  opacity: 0.6;
  display: block;
  margin: 0 var(--size-10);
  border-radius: 100%;
}
div.shop_article .shop-price-list {
  display: flex;
  flex-flow: column;
  pointer-events: none;
  margin-top: auto;
}
div.shop_article .shop-price-list .shop-reduced-price,
div.shop_article .shop-price-list .shop-regular-price {
  display: flex;
  justify-self: flex-end;
  align-items: flex-end;
  flex-flow: wrap;
  order: 2;
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 6.5vw, 65px);
  line-height: clamp(36px, 6vw, 60px);
  text-transform: uppercase;
  color: var(--text-color);
  padding-right: calc(var(--icon-width) + 10px);
  text-align: left;
  min-height: var(--icon-width);
}
@media screen and (max-width: 1100px) {
  div.shop_article .shop-price-list .shop-reduced-price,
  div.shop_article .shop-price-list .shop-regular-price {
    font-size: clamp(36px, 5vw, 50px);
    line-height: clamp(36px, 5vw, 50px);
  }
}
div.shop_article .shop-price-list .shop-reduced-price:not(:last-child),
div.shop_article .shop-price-list .shop-regular-price:not(:last-child) {
  margin-bottom: 0;
}
div.shop_article .shop-price-list .shop-reduced-price .price_currency,
div.shop_article .shop-price-list .shop-reduced-price .price_unit,
div.shop_article .shop-price-list .shop-regular-price .price_currency,
div.shop_article .shop-price-list .shop-regular-price .price_unit {
  order: 2;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  top: 0;
  margin-top: 0;
}
@media print {
  div.shop_article .shop-price-list .shop-reduced-price .price_currency,
  div.shop_article .shop-price-list .shop-reduced-price .price_unit,
  div.shop_article .shop-price-list .shop-regular-price .price_currency,
  div.shop_article .shop-price-list .shop-regular-price .price_unit {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article .shop-price-list .shop-reduced-price .price_currency,
div.shop_article .shop-price-list .shop-regular-price .price_currency {
  padding-left: clamp(5px, 0.7vw, 7px);
  margin-right: 0;
}
div.shop_article .shop-price-list .shop-reduced-price .price_unit,
div.shop_article .shop-price-list .shop-regular-price .price_unit {
  display: flex;
  order: 3;
}
div.shop_article .shop-price-list .shop-reduced-price .price_unit span,
div.shop_article .shop-price-list .shop-regular-price .price_unit span {
  padding: 0 4px 0 0;
}
div.shop_article .shop-price-list .shop-reduced-price.shop-article-not-available,
div.shop_article .shop-price-list .shop-regular-price.shop-article-not-available {
  padding-right: 0;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div.shop_article .shop-price-list .shop-reduced-price.shop-article-not-available,
  div.shop_article .shop-price-list .shop-regular-price.shop-article-not-available {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article .shop-price-list .shop-regular-price-reduced,
div.shop_article .shop-price-list .shop-price-before-reduction {
  display: flex;
  justify-self: flex-end;
  align-items: flex-end;
  flex-flow: wrap;
  --line-width: 1px;
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(21px, 2.8vw, 28px);
  min-height: 0;
  text-align: left;
  max-width: max-content;
  padding: 0;
}
div.shop_article .shop-price-list .shop-regular-price-reduced a,
div.shop_article .shop-price-list .shop-price-before-reduction a {
  color: var(--text-color);
  text-decoration: none;
}
div.shop_article .shop-price-list .shop-regular-price-reduced a:hover,
div.shop_article .shop-price-list .shop-price-before-reduction a:hover {
  color: var(--text-color);
}
div.shop_article .shop-price-list .shop-regular-price-reduced:not(:last-child),
div.shop_article .shop-price-list .shop-price-before-reduction:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  div.shop_article .shop-price-list .shop-regular-price-reduced,
  div.shop_article .shop-price-list .shop-price-before-reduction {
    font-size: 20px;
    line-height: 20px;
  }
}
div.shop_article .shop-price-list .shop-regular-price-reduced .price_value,
div.shop_article .shop-price-list .shop-price-before-reduction .price_value {
  padding-bottom: 4px;
}
div.shop_article .shop-price-list .shop-regular-price-reduced .price_currency,
div.shop_article .shop-price-list .shop-price-before-reduction .price_currency {
  padding-left: clamp(5px, 0.7vw, 7px);
  margin-right: 0;
}
div.shop_article .shop-price-list .shop-regular-price-reduced .price_currency,
div.shop_article .shop-price-list .shop-regular-price-reduced .price_unit,
div.shop_article .shop-price-list .shop-price-before-reduction .price_currency,
div.shop_article .shop-price-list .shop-price-before-reduction .price_unit {
  order: 2;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div.shop_article .shop-price-list .shop-regular-price-reduced .price_currency,
  div.shop_article .shop-price-list .shop-regular-price-reduced .price_unit,
  div.shop_article .shop-price-list .shop-price-before-reduction .price_currency,
  div.shop_article .shop-price-list .shop-price-before-reduction .price_unit {
    font-size: 13px;
    line-height: 20px;
  }
}
div.shop_article .shop-price-list .shop-regular-price-reduced:not(:last-child),
div.shop_article .shop-price-list .shop-price-before-reduction:not(:last-child) {
  margin-bottom: 0;
}
div.shop_article .shop-price-list .price_with_tax {
  display: none;
}
div.shop_article .shop_add_to_cart_form {
  --input-background: var(--background-medium);
  --input-background-hover: var(--background-medium);
  margin-top: 0;
}
div.shop_article .shop_add_to_cart_form .article_set_single,
div.shop_article .shop_add_to_cart_form .shop_add_to_cart span,
div.shop_article .shop_add_to_cart_form .shop_quantity_to_cart {
  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 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--icon-width);
  height: var(--icon-width);
  margin-top: 0;
  margin-left: auto;
  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;
}
div.shop_article#shop-article-514 .shop_add_to_cart_form, div.shop_article#shop-article-515 .shop_add_to_cart_form, div.shop_article#shop-article-516 .shop_add_to_cart_form, div.shop_article#shop-article-517 .shop_add_to_cart_form, div.shop_article#shop-article-485 .shop_add_to_cart_form, div.shop_article#shop-article-486 .shop_add_to_cart_form {
  display: none;
}
div.shop_article#shop-article-514 .shop_show_details span, div.shop_article#shop-article-515 .shop_show_details span, div.shop_article#shop-article-516 .shop_show_details span, div.shop_article#shop-article-517 .shop_show_details span, div.shop_article#shop-article-485 .shop_show_details span, div.shop_article#shop-article-486 .shop_show_details span {
  position: absolute;
  top: unset;
  right: var(--size-25);
  bottom: var(--size-25);
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: 0;
}
div.shop_article#shop-article-514 .shop_show_details span:hover, div.shop_article#shop-article-514 .shop_show_details span:focus-visible, div.shop_article#shop-article-515 .shop_show_details span:hover, div.shop_article#shop-article-515 .shop_show_details span:focus-visible, div.shop_article#shop-article-516 .shop_show_details span:hover, div.shop_article#shop-article-516 .shop_show_details span:focus-visible, div.shop_article#shop-article-517 .shop_show_details span:hover, div.shop_article#shop-article-517 .shop_show_details span:focus-visible, div.shop_article#shop-article-485 .shop_show_details span:hover, div.shop_article#shop-article-485 .shop_show_details span:focus-visible, div.shop_article#shop-article-486 .shop_show_details span:hover, div.shop_article#shop-article-486 .shop_show_details span:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  div.shop_article#shop-article-514 .shop_show_details span, div.shop_article#shop-article-515 .shop_show_details span, div.shop_article#shop-article-516 .shop_show_details span, div.shop_article#shop-article-517 .shop_show_details span, div.shop_article#shop-article-485 .shop_show_details span, div.shop_article#shop-article-486 .shop_show_details span {
    display: none;
  }
}
div.shop_article#shop-article-514 .shop_show_details span:after, div.shop_article#shop-article-515 .shop_show_details span:after, div.shop_article#shop-article-516 .shop_show_details span:after, div.shop_article#shop-article-517 .shop_show_details span:after, div.shop_article#shop-article-485 .shop_show_details span:after, div.shop_article#shop-article-486 .shop_show_details span:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
div.shop_article#shop-article-514 .shop_show_details span:after, div.shop_article#shop-article-515 .shop_show_details span:after, div.shop_article#shop-article-516 .shop_show_details span:after, div.shop_article#shop-article-517 .shop_show_details span:after, div.shop_article#shop-article-485 .shop_show_details span:after, div.shop_article#shop-article-486 .shop_show_details span:after {
  font-size: clamp(16px, 1.8vw, 18px);
  margin: 0;
}
div.shop_article#shop-article-514 .shop-price-list, div.shop_article#shop-article-515 .shop-price-list, div.shop_article#shop-article-516 .shop-price-list, div.shop_article#shop-article-517 .shop-price-list, div.shop_article#shop-article-485 .shop-price-list, div.shop_article#shop-article-486 .shop-price-list {
  margin-top: auto;
}

/* @end */
/* !@group shop price form */
.article_price_footer,
.shop-price-list {
  float: none;
  display: block;
  position: relative;
  text-align: left;
  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: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(32px, 6.4vw, 64px);
  line-height: clamp(38px, 6.4vw, 64px);
  color: var(--text-color);
  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;
}
.article_price_footer .shop-reduced-price a:hover,
.article_price_footer .shop-regular-price a:hover,
.shop-price-list .shop-reduced-price a:hover,
.shop-price-list .shop-regular-price a:hover {
  color: var(--text-color);
}
.article_price_footer .shop-reduced-price:not(:last-child),
.article_price_footer .shop-regular-price:not(:last-child),
.shop-price-list .shop-reduced-price:not(:last-child),
.shop-price-list .shop-regular-price:not(:last-child) {
  margin-bottom: var(--size-40);
}
@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: 34px;
    line-height: 34px;
  }
}
.article_price_footer .shop-reduced-price .price_currency,
.article_price_footer .shop-regular-price .price_currency,
.shop-price-list .shop-reduced-price .price_currency,
.shop-price-list .shop-regular-price .price_currency {
  margin-right: calc(-1 * clamp(4px, 0.8vw, 8px));
}
.article_price_footer .shop-reduced-price .price_unit,
.article_price_footer .shop-regular-price .price_unit,
.shop-price-list .shop-reduced-price .price_unit,
.shop-price-list .shop-regular-price .price_unit {
  position: relative;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  margin-top: -2px;
  top: -2px;
}
@media print {
  .article_price_footer .shop-reduced-price .price_unit,
  .article_price_footer .shop-regular-price .price_unit,
  .shop-price-list .shop-reduced-price .price_unit,
  .shop-price-list .shop-regular-price .price_unit {
    font-size: 15px;
    line-height: 22px;
  }
}
.article_price_footer .shop-reduced-price .price_unit span,
.article_price_footer .shop-regular-price .price_unit span,
.shop-price-list .shop-reduced-price .price_unit span,
.shop-price-list .shop-regular-price .price_unit span {
  padding: 0 4px;
}
.article_price_footer .shop-reduced-price.shop-article-not-available,
.article_price_footer .shop-regular-price.shop-article-not-available,
.shop-price-list .shop-reduced-price.shop-article-not-available,
.shop-price-list .shop-regular-price.shop-article-not-available {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  margin: 0;
}
.article_price_footer .shop-reduced-price.shop-article-not-available a,
.article_price_footer .shop-regular-price.shop-article-not-available a,
.shop-price-list .shop-reduced-price.shop-article-not-available a,
.shop-price-list .shop-regular-price.shop-article-not-available a {
  color: var(--text-color);
  text-decoration: none;
}
.article_price_footer .shop-reduced-price.shop-article-not-available a:hover,
.article_price_footer .shop-regular-price.shop-article-not-available a:hover,
.shop-price-list .shop-reduced-price.shop-article-not-available a:hover,
.shop-price-list .shop-regular-price.shop-article-not-available a:hover {
  color: var(--text-color);
}
.article_price_footer .shop-reduced-price.shop-article-not-available:not(:last-child),
.article_price_footer .shop-regular-price.shop-article-not-available:not(:last-child),
.shop-price-list .shop-reduced-price.shop-article-not-available:not(:last-child),
.shop-price-list .shop-regular-price.shop-article-not-available:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .article_price_footer .shop-reduced-price.shop-article-not-available,
  .article_price_footer .shop-regular-price.shop-article-not-available,
  .shop-price-list .shop-reduced-price.shop-article-not-available,
  .shop-price-list .shop-regular-price.shop-article-not-available {
    font-size: 20px;
    line-height: 20px;
  }
}
.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: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: clamp(23px, 3.6vw, 36px);
  margin-bottom: 0;
  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);
  text-decoration: none;
}
.article_price_footer .shop-regular-price-reduced a:hover,
.article_price_footer .shop-price-before-reduction a:hover,
.shop-price-list .shop-regular-price-reduced a:hover,
.shop-price-list .shop-price-before-reduction a:hover {
  color: var(--text-color);
}
.article_price_footer .shop-regular-price-reduced:not(:last-child),
.article_price_footer .shop-price-before-reduction:not(:last-child),
.shop-price-list .shop-regular-price-reduced:not(:last-child),
.shop-price-list .shop-price-before-reduction:not(:last-child) {
  margin-bottom: var(--size-15);
}
@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: 20px;
  }
}
.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(--text-color);
  z-index: 1;
}
.article_price_footer .shop-regular-price-reduced .price_currency,
.article_price_footer .shop-price-before-reduction .price_currency,
.shop-price-list .shop-regular-price-reduced .price_currency,
.shop-price-list .shop-price-before-reduction .price_currency {
  margin-right: calc(-1 * clamp(2px, 0.6vw, 6px));
}
.article_price_footer .shop-regular-price-reduced .price_unit,
.article_price_footer .shop-price-before-reduction .price_unit,
.shop-price-list .shop-regular-price-reduced .price_unit,
.shop-price-list .shop-price-before-reduction .price_unit {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .article_price_footer .shop-regular-price-reduced .price_unit,
  .article_price_footer .shop-price-before-reduction .price_unit,
  .shop-price-list .shop-regular-price-reduced .price_unit,
  .shop-price-list .shop-price-before-reduction .price_unit {
    font-size: 13px;
    line-height: 20px;
  }
}
.article_price_footer .shop-regular-price-reduced:not(:last-child),
.article_price_footer .shop-price-before-reduction:not(:last-child),
.shop-price-list .shop-regular-price-reduced:not(:last-child),
.shop-price-list .shop-price-before-reduction:not(:last-child) {
  margin-bottom: 0;
}
.article_price_footer .price_with_tax,
.shop-price-list .price_with_tax {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 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: 13px;
    line-height: 20px;
  }
}
.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;
}

.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) 0;
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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-right: clamp(26px, 3.2vw, 32px);
  -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: 15px;
  }
}
.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-visible,
.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-visible {
  -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::placeholder, .shop_add_to_cart_form .article_set_single select::-moz-placeholder,
.shop_add_to_cart_form .p_article_set_select select::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-visible, .shop_add_to_cart_form .article_set_single select:hover,
.shop_add_to_cart_form .p_article_set_select select:focus-visible,
.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:focus-visible::placeholder, .shop_add_to_cart_form .article_set_single select:focus-visible::-moz-placeholder, .shop_add_to_cart_form .article_set_single select:hover::placeholder, .shop_add_to_cart_form .article_set_single select:hover::-moz-placeholder,
.shop_add_to_cart_form .p_article_set_select select:focus-visible::placeholder,
.shop_add_to_cart_form .p_article_set_select select:focus-visible::-moz-placeholder,
.shop_add_to_cart_form .p_article_set_select select:hover::placeholder,
.shop_add_to_cart_form .p_article_set_select select:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.shop_add_to_cart_form .article_set_single select:hover, .shop_add_to_cart_form .article_set_single select:focus-visible,
.shop_add_to_cart_form .p_article_set_select select:hover,
.shop_add_to_cart_form .p_article_set_select select:focus-visible {
  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(237, 237, 237,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-visible,
  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-visible {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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(237, 237, 237,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-visible,
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-visible {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(237, 237, 237,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 span.select2-container,
.shop_add_to_cart_form .p_article_set_select span.select2-container {
  flex: 0 0 65%;
  max-width: 65%;
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin: 0;
  flex: 0 0 35%;
  padding-right: var(--size-15);
  box-sizing: border-box;
}
@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: 15px;
  }
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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;
}
.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: 15px;
  }
}
.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-visible,
.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-visible {
  -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 .quantity_click_counter span::placeholder, .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::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-visible, .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-visible,
.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:focus-visible::placeholder, .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:focus-visible::-moz-placeholder, .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:hover::placeholder, .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:hover::-moz-placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input:focus-visible::placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input:focus-visible::-moz-placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input:hover::placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.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: 180px;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter {
  position: absolute;
  top: auto;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  font-family: "Font Awesome 6 Pro";
  height: auto;
}
@media print {
  .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span i {
    font-size: 12px;
    line-height: 15px;
  }
}
.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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(14px, 2.4vw, 24px) clamp(20px, 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-visible {
  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 6 Pro";
  content: "\f07a";
  margin-right: 8px;
}
.shop_add_to_cart_form a.shop_add_to_cart:before {
  font-weight: 700;
}
.shop_add_to_cart_form#article_footer_shop_add_to_cart_form-514 .shop_add_to_cart:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-515 .shop_add_to_cart:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-516 .shop_add_to_cart:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-517 .shop_add_to_cart:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-486 .shop_add_to_cart:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-485 .shop_add_to_cart:before, .shop_add_to_cart_form#shop_add_to_cart_form-514 .shop_add_to_cart:before, .shop_add_to_cart_form#shop_add_to_cart_form-515 .shop_add_to_cart:before, .shop_add_to_cart_form#shop_add_to_cart_form-516 .shop_add_to_cart:before, .shop_add_to_cart_form#shop_add_to_cart_form-517 .shop_add_to_cart:before, .shop_add_to_cart_form#shop_add_to_cart_form-486 .shop_add_to_cart:before, .shop_add_to_cart_form#shop_add_to_cart_form-485 .shop_add_to_cart:before {
  content: "\f06b";
}
.shop_add_to_cart_form#article_footer_shop_add_to_cart_form-514 .shop_add_to_cart span, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-515 .shop_add_to_cart span, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-516 .shop_add_to_cart span, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-517 .shop_add_to_cart span, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-486 .shop_add_to_cart span, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-485 .shop_add_to_cart span, .shop_add_to_cart_form#shop_add_to_cart_form-514 .shop_add_to_cart span, .shop_add_to_cart_form#shop_add_to_cart_form-515 .shop_add_to_cart span, .shop_add_to_cart_form#shop_add_to_cart_form-516 .shop_add_to_cart span, .shop_add_to_cart_form#shop_add_to_cart_form-517 .shop_add_to_cart span, .shop_add_to_cart_form#shop_add_to_cart_form-486 .shop_add_to_cart span, .shop_add_to_cart_form#shop_add_to_cart_form-485 .shop_add_to_cart span {
  display: flex;
  align-items: center;
  font-size: 0;
}
.shop_add_to_cart_form#article_footer_shop_add_to_cart_form-514 .shop_add_to_cart span:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-515 .shop_add_to_cart span:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-516 .shop_add_to_cart span:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-517 .shop_add_to_cart span:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-486 .shop_add_to_cart span:before, .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-485 .shop_add_to_cart span:before, .shop_add_to_cart_form#shop_add_to_cart_form-514 .shop_add_to_cart span:before, .shop_add_to_cart_form#shop_add_to_cart_form-515 .shop_add_to_cart span:before, .shop_add_to_cart_form#shop_add_to_cart_form-516 .shop_add_to_cart span:before, .shop_add_to_cart_form#shop_add_to_cart_form-517 .shop_add_to_cart span:before, .shop_add_to_cart_form#shop_add_to_cart_form-486 .shop_add_to_cart span:before, .shop_add_to_cart_form#shop_add_to_cart_form-485 .shop_add_to_cart span:before {
  content: "Gutschein kaufen";
  font-size: clamp(15px, 1.6vw, 16px);
}
html[lang=en] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-514 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-515 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-516 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-517 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-486 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-485 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#shop_add_to_cart_form-514 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#shop_add_to_cart_form-515 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#shop_add_to_cart_form-516 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#shop_add_to_cart_form-517 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#shop_add_to_cart_form-486 .shop_add_to_cart span:before, html[lang=en] .shop_add_to_cart_form#shop_add_to_cart_form-485 .shop_add_to_cart span:before {
  content: "Buy voucher";
}
html[lang=fr] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-514 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-515 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-516 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-517 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-486 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#article_footer_shop_add_to_cart_form-485 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#shop_add_to_cart_form-514 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#shop_add_to_cart_form-515 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#shop_add_to_cart_form-516 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#shop_add_to_cart_form-517 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#shop_add_to_cart_form-486 .shop_add_to_cart span:before, html[lang=fr] .shop_add_to_cart_form#shop_add_to_cart_form-485 .shop_add_to_cart span:before {
  content: "Acheter un bon d'achat";
}

.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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  border-color: transparent;
}
.add_to_wishlist_container .article_message:hover, .add_to_wishlist_container .article_message:focus-visible,
.add_to_wishlist_container .success_span:hover,
.add_to_wishlist_container .success_span:focus-visible,
.add_to_wishlist_container a.shop_add_to_wishlist:hover,
.add_to_wishlist_container a.shop_add_to_wishlist:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@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 .article_message:after,
.add_to_wishlist_container .success_span:before,
.add_to_wishlist_container .success_span:after,
.add_to_wishlist_container a.shop_add_to_wishlist:before,
.add_to_wishlist_container a.shop_add_to_wishlist:after {
  font-weight: 300;
}
.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 6 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:first-child {
  max-width: 1540px;
  padding-left: 0;
  padding-right: 0;
}
.mod_action_show_article .article_detail_pictures {
  position: sticky;
  top: calc(var(--header-height) + var(--size-20));
  flex: 0 0 52.1%;
  max-width: none;
  margin-right: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .mod_action_show_article .article_detail_pictures {
    position: relative;
    top: 0;
    flex: unset;
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  .mod_action_show_article .article_detail_pictures {
    max-width: 35%;
  }
}
@media print {
  .mod_action_show_article .article_detail_pictures {
    max-width: 250px;
    margin-right: 30px;
  }
}
.mod_action_show_article .article_detail_pictures .pictures {
  position: relative;
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
}
.mod_action_show_article .article_detail_pictures .pictures .picture {
  border: 1px solid var(--border);
  box-sizing: border-box;
}
.mod_action_show_article .article_detail_pictures .pictures .resource_background {
  overflow: hidden;
  transform: translateZ(0);
}
.mod_action_show_article .article_detail_pictures .pictures .shop_special_flag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(22px, 3.2vw, 32px);
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 10px 4px;
}
.mod_action_show_article .article_detail_pictures .pictures .shop_special_flag:before {
  content: "";
  position: absolute;
  top: -51px;
  left: unset;
  width: calc(100% + clamp(115px, 12vw, 120px));
  height: calc(100% + clamp(55px, 6vw, 60px));
  display: block;
  background: #DB0000;
  right: -60px;
  -webkit-transform: rotate(34deg);
  -moz-transform: rotate(34deg);
  -o-transform: rotate(34deg);
  transform: rotate(34deg);
}
.mod_action_show_article .article_detail_pictures .pictures .shop_special_flag span {
  position: relative;
  z-index: 5;
}
.mod_action_show_article .article_detail_pictures .article_first_picture {
  width: 100%;
  height: auto;
}
.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-15);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 4;
}
.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(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  content: "Mehr Bilder";
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  font-weight: 500;
  -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;
}
.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: 13px;
    line-height: 20px;
  }
}
html[lang=fr] .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) .resource_background:before {
  content: "Plus de photos";
}
html[lang=en] .mod_action_show_article .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 .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) ~ .picture {
  display: none;
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)):hover .resource_background:before {
  color: transparent;
  font-size: 12px;
}
.mod_action_show_article .text_wrap {
  --siteframe-space: var(--size-50);
  max-width: calc(530px + 2 * var(--siteframe-space));
  margin: 0 auto;
  padding: 0 var(--siteframe-space);
  box-sizing: border-box;
}
.mod_action_show_article .text_wrap:not(:first-child) {
  margin-top: var(--size-80);
}
.mod_action_show_article .shop_special_detail {
  display: flex;
}
.mod_action_show_article .shop_special_detail span {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: clamp(1.2px, 0.18vw, 1.8px);
  text-transform: uppercase;
  color: var(--primary-color);
  background: transparent;
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(3px, 0.4vw, 4px) clamp(6px, 0.8vw, 8px);
  border: 1px solid var(--primary-color);
}
@media print {
  .mod_action_show_article .shop_special_detail span {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    border: 1px solid var(--primary-color);
  }
}
.mod_action_show_article .shop_special_detail:not(:last-child) {
  margin-bottom: var(--size-15);
}
.mod_action_show_article .text_wrap h1 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 11vw, 110px);
  line-height: clamp(38px, 10.5vw, 105px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(32px, 6.4vw, 64px);
  line-height: clamp(38px, 6.4vw, 64px);
}
.mod_action_show_article .text_wrap h1 a {
  color: var(--text-color);
  text-decoration: none;
}
.mod_action_show_article .text_wrap h1 a:hover {
  color: var(--text-color);
}
.mod_action_show_article .text_wrap h1:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .mod_action_show_article .text_wrap h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
.mod_action_show_article .text_wrap h1 + .shop_article_properties_table {
  margin-top: calc(-1 * var(--size-20));
}
.mod_action_show_article .text_wrap .shop_article_subtitle {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.mod_action_show_article .text_wrap .shop_article_subtitle a {
  color: var(--primary-color);
  text-decoration: none;
}
.mod_action_show_article .text_wrap .shop_article_subtitle br {
  display: none;
}
.mod_action_show_article .text_wrap .shop_article_subtitle:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .mod_action_show_article .text_wrap .shop_article_subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
.mod_action_show_article .text_wrap .shop_article_subtitle:not(:last-child) {
  margin-bottom: var(--size-10);
}
.mod_action_show_article .text_wrap .shop_article_subtitle2 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.mod_action_show_article .text_wrap .shop_article_subtitle2 a {
  color: var(--text-color);
  text-decoration: none;
}
.mod_action_show_article .text_wrap .shop_article_subtitle2 a:hover {
  color: var(--text-color);
}
.mod_action_show_article .text_wrap .shop_article_subtitle2:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .mod_action_show_article .text_wrap .shop_article_subtitle2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.mod_action_show_article .text_wrap .shop_article_introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .mod_action_show_article .text_wrap .shop_article_introduction {
    font-size: 15px;
    line-height: 22px;
  }
}
.mod_action_show_article .special_coupon_wrap {
  position: relative;
  text-align: center;
}
.mod_action_show_article .special_coupon_wrap a.special_coupon {
  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(14px, 2.4vw, 24px) clamp(20px, 4.5vw, 45px);
  width: 100%;
  margin: 0;
  float: none;
  clear: both;
}
.mod_action_show_article .special_coupon_wrap a.special_coupon:hover, .mod_action_show_article .special_coupon_wrap a.special_coupon:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mod_action_show_article .special_coupon_wrap a.special_coupon {
    display: none;
  }
}
.mod_action_show_article .special_coupon_wrap a.special_coupon:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f533";
  margin-right: 8px;
}
.mod_action_show_article .special_coupon_wrap a.special_coupon:before {
  font-weight: 700;
}
.mod_action_show_article .special_coupon_wrap:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: auto;
  height: 1px;
  display: block;
  background: var(--border);
  right: 0;
  bottom: calc(var(--size-15) + clamp(26px, 3.2vw, 32px) / 2 - 1px);
}
.mod_action_show_article .special_coupon_wrap:after {
  position: relative;
  display: inline-flex;
  content: "oder";
  color: var(--text-color-light);
  padding: var(--size-15) var(--size-15);
  background: var(--background-light);
  z-index: 5;
}
html[lang=en] .mod_action_show_article .special_coupon_wrap:after {
  content: "or";
}
html[lang=fr] .mod_action_show_article .special_coupon_wrap:after {
  content: "ou";
}
.mod_action_show_article .special_coupon_wrap + .shop_add_to_cart_form {
  margin-top: 0;
}
.mod_action_show_article .shop_add_to_cart_form .shop_quantity_to_cart,
.mod_action_show_article .shop_add_to_cart_form .article_set_single {
  display: none;
}
.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 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.mod_action_show_article .shop_article_properties_table .property_row {
  display: contents;
}
.mod_action_show_article .shop_article_properties_table .property_row:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--text-color-light);
  opacity: 0.6;
  display: block;
  margin: 0 var(--size-10);
  border-radius: 100%;
}
.mod_action_show_article .shop_article_properties_table .property_row td {
  display: flex;
  flex-flow: wrap;
  border: none !important;
  padding: 0;
  font-size: 0;
  min-width: 0;
}
.mod_action_show_article .shop_article_properties_table .property_row td .property_item {
  display: flex;
  align-items: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
@media print {
  .mod_action_show_article .shop_article_properties_table .property_row td .property_item {
    font-size: 13px;
    line-height: 20px;
  }
}
.mod_action_show_article .shop_article_properties_table .property_row td .property_item:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--text-color-light);
  opacity: 0.6;
  display: block;
  margin: 0 var(--size-10);
  border-radius: 100%;
}
.mod_action_show_article .shop_article_properties_table .property_row td:first-child {
  display: none;
}
.mod_action_show_article .shop_price_detailsite {
  margin-top: var(--size-60);
}
.mod_action_show_article .shop_price_detailsite .article-on-stock {
  display: none;
}
.mod_action_show_article .shop_price_detailsite .shop-price-detailsite {
  display: flex;
  flex-flow: column;
}
.mod_action_show_article .shop_price_detailsite .shop-price-detailsite > * {
  width: 100%;
}
.mod_action_show_article .shop_price_detailsite .shop-price-detailsite > *.shop-regular-price-reduced, .mod_action_show_article .shop_price_detailsite .shop-price-detailsite > *.shop-price-before-reduction {
  align-self: flex-start;
  width: auto;
}
.mod_action_show_article .shop_price_detailsite .shop-price-detailsite .article-not-on-stock {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  order: 10;
  margin-top: var(--size-20);
}
.mod_action_show_article .shop_price_detailsite .shop-price-detailsite .article-not-on-stock a {
  color: var(--text-color);
  text-decoration: none;
}
.mod_action_show_article .shop_price_detailsite .shop-price-detailsite .article-not-on-stock a:hover {
  color: var(--text-color);
}
.mod_action_show_article .shop_price_detailsite .shop-price-detailsite .article-not-on-stock:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .mod_action_show_article .shop_price_detailsite .shop-price-detailsite .article-not-on-stock {
    font-size: 20px;
    line-height: 20px;
  }
}
.mod_action_show_article .shop_article_description {
  margin-top: var(--size-60);
  padding-top: var(--size-50);
  border-top: 1px solid var(--border);
}
.mod_action_show_article a.back-to-overview {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  margin: 0;
}
@media print {
  .mod_action_show_article a.back-to-overview {
    font-size: 13px;
    line-height: 20px;
  }
}
.mod_action_show_article a.back-to-overview:focus, .mod_action_show_article a.back-to-overview:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.mod_action_show_article a.back-to-overview:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}
.mod_action_show_article a.back-to-overview:before {
  position: relative;
  left: 0;
  font-weight: 300;
  -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;
}
.mod_action_show_article a.back-to-overview:focus:before, .mod_action_show_article a.back-to-overview:hover:before {
  left: -10px;
}
.mod_action_show_article a.back-to-overview:not(:first-child) {
  margin-top: var(--size-60);
}
.mod_action_show_article .shop_accessories_wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--section-space-vertical-medium);
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mod_action_show_article .shop_accessories_wrap.is_visible {
  top: 0;
  opacity: 1;
}
@media print {
  .mod_action_show_article .shop_accessories_wrap {
    top: 0;
    opacity: 1;
  }
}
.mod_action_show_article .shop_accessories_wrap:not(:has(.shop_products)) {
  display: none;
}
.mod_action_show_article .shop_accessories_wrap > *:first-child {
  margin-top: var(--section-space-vertical-medium);
}
.mod_action_show_article .shop_accessories_wrap .shop_accessories_label {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  --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 .shop_accessories_wrap .shop_accessories_label a {
  color: var(--text-color);
  text-decoration: none;
}
.mod_action_show_article .shop_accessories_wrap .shop_accessories_label a:hover {
  color: var(--text-color);
}
.mod_action_show_article .shop_accessories_wrap .shop_accessories_label:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .mod_action_show_article .shop_accessories_wrap .shop_accessories_label {
    font-size: 28px;
    line-height: 28px;
  }
}
.mod_action_show_article .shop_accessories_wrap .shop_products {
  --negative-space: var(--size-80);
  --columns: 4;
  --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;
  position: relative;
  z-index: 5;
  row-gap: var(--size-50);
}
.mod_action_show_article .shop_accessories_wrap .shop_products:not(:first-child) {
  margin-top: var(--size-40);
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .inner_content {
  background: none;
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .content {
  padding: var(--size-15) 0 0;
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .pictures + .content .shop_special {
  left: var(--size-10);
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .article_categories {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  .mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .article_categories {
    font-size: 12px;
    line-height: 15px;
  }
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_information_title, .mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_information_title a {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  line-height: clamp(20px, 2.4vw, 24px);
}
@media print {
  .mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_information_title, .mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_information_title a {
    font-size: 13px;
    line-height: 20px;
  }
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article div[class*=introduction] {
  display: none;
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_subtitle,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_subtitle2,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_properties_wrap,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_add_to_cart_form,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_show_details span {
  display: none !important;
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list {
  margin-top: unset !important;
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-reduced-price,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price {
  padding-right: 0;
  min-height: 0;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-reduced-price .price_value,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price .price_value {
  margin-bottom: calc(-1 * clamp(0px, 0.3vw, 3px));
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-reduced-price .price_currency,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-reduced-price .price_unit,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price .price_currency,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price .price_unit {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(20px, 2.2vw, 22px);
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-reduced-price.shop-article-not-available,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price.shop-article-not-available {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(20px, 2.2vw, 22px);
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price-reduced,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-price-before-reduction {
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: clamp(19px, 2.8vw, 28px);
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price-reduced .price_value,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-price-before-reduction .price_value {
  padding-bottom: 0;
  order: -1;
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price-reduced .price_currency,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price-reduced .price_unit,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-price-before-reduction .price_currency,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-price-before-reduction .price_unit {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: clamp(15px, 1.8vw, 18px);
}
@media screen and (max-width: 800px) {
  .mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-reduced-price .price_value,
  .mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop-price-list .shop-regular-price .price_value {
    margin-bottom: calc(-1 * clamp(0px, 0.1vw, 1px));
  }
}
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_subtitle,
.mod_action_show_article .shop_accessories_wrap .shop_products .shop_article .shop_article_subtitle2 {
  display: none;
}
.mod_action_show_article.navi_open #article_price_footer {
  z-index: 5;
}
.mod_action_show_article #article_price_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 400;
  pointer-events: 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;
}
.mod_action_show_article #article_price_footer:has(.article_price_footer.not_visible) {
  pointer-events: none;
  bottom: -200px;
}
.mod_action_show_article #article_price_footer:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  z-index: -1;
  pointer-events: 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;
}
.mod_action_show_article #article_price_footer.is_open:after {
  opacity: 1;
}
.mod_action_show_article #article_price_footer.is_open .article_price_footer form {
  bottom: 0;
  pointer-events: all;
}
.mod_action_show_article #article_price_footer.is_open .open_shop_cart_mobile {
  color: var(--text-color);
  background: var(--background-dark);
  border: 1px solid var(--background-dark);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(17px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(12px, 3.5vw, 35px);
}
.mod_action_show_article #article_price_footer.is_open .open_shop_cart_mobile:hover, .mod_action_show_article #article_price_footer.is_open .open_shop_cart_mobile:focus-visible {
  color: var(--text-color);
  border: 1px solid var(--background-darker);
  background: var(--background-darker);
}
@media print {
  .mod_action_show_article #article_price_footer.is_open .open_shop_cart_mobile {
    display: none;
  }
}
.mod_action_show_article #article_price_footer.is_open .open_shop_cart_mobile .to_open + i,
.mod_action_show_article #article_price_footer.is_open .open_shop_cart_mobile .to_open {
  display: none;
}
.mod_action_show_article #article_price_footer.is_open .open_shop_cart_mobile .is_open {
  display: block;
}
.mod_action_show_article #article_price_footer:not(:has(.special_coupon_wrap)):not(:has(.p_article_set_select)) .open_shop_cart_mobile {
  opacity: 0;
  visibility: hidden;
}
.mod_action_show_article .article_price_footer_wrap {
  padding: calc(var(--size-15) + 2px) var(--siteframe-space);
  background: var(--background-light);
  border-top: 1px solid var(--border);
  box-sizing: border-box;
  pointer-events: all;
}
.mod_action_show_article .open_shop_cart_mobile {
  display: flex;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(17px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(12px, 3.5vw, 35px);
  position: relative;
  z-index: 1;
}
.mod_action_show_article .open_shop_cart_mobile:hover, .mod_action_show_article .open_shop_cart_mobile:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mod_action_show_article .open_shop_cart_mobile {
    display: none;
  }
}
.mod_action_show_article .open_shop_cart_mobile i {
  margin-left: 8px;
}
.mod_action_show_article .open_shop_cart_mobile i:first-child {
  margin-right: 8px;
}
.mod_action_show_article .open_shop_cart_mobile .is_open {
  display: none;
}
.mod_action_show_article .article_price_footer {
  position: static;
  pointer-events: none;
}
.mod_action_show_article .article_price_footer form {
  display: block;
  max-width: clamp(400px, 45vw, 450px);
  width: calc(100% - 2 * var(--size-20));
  margin: 0 var(--size-20) var(--size-20) auto;
  background: var(--background-light);
  padding: var(--size-20) var(--siteframe-space);
  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;
  box-sizing: border-box;
  bottom: -100vh;
  position: relative;
  pointer-events: none;
}
.mod_action_show_article .article_price_footer form:not(:has(.special_coupon_wrap)):not(:has(.p_article_set_select)) {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: unset;
  display: flex;
  align-items: center;
  height: clamp(63px, 8.2vw, 82px);
  width: auto;
  margin: 0;
  padding: 0 var(--siteframe-space);
  background: none;
  pointer-events: all;
  z-index: 100;
}
.mod_action_show_article .article_price_footer form:not(:has(.special_coupon_wrap)):not(:has(.p_article_set_select)) .shop_add_to_cart_container {
  margin-top: 0;
}
.mod_action_show_article .article_price_footer form:not(:has(.special_coupon_wrap)):not(:has(.p_article_set_select)) .shop_add_to_cart_container .shop_add_to_cart {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(17px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(12px, 3.5vw, 35px);
}
@media screen and (max-width: 500px) {
  .mod_action_show_article .article_price_footer form:not(:has(.special_coupon_wrap)):not(:has(.p_article_set_select)) .shop_add_to_cart_container .shop_add_to_cart span {
    display: none;
  }
  .mod_action_show_article .article_price_footer form:not(:has(.special_coupon_wrap)):not(:has(.p_article_set_select)) .shop_add_to_cart_container .shop_add_to_cart:before {
    margin: 0;
  }
}
.mod_action_show_article .article_price_footer .shop-reduced-price,
.mod_action_show_article .article_price_footer .shop-regular-price {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(24px, 4.8vw, 48px);
  line-height: clamp(28px, 5.2vw, 52px);
  background: var(--background-light);
  padding: 15px var(--siteframe-space);
  z-index: 1;
  width: 100%;
  justify-content: flex-start;
}
.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;
}
.mod_action_show_article .article_price_footer .shop-reduced-price a:hover,
.mod_action_show_article .article_price_footer .shop-regular-price a:hover {
  color: var(--text-color);
}
.mod_action_show_article .article_price_footer .shop-reduced-price:not(:last-child),
.mod_action_show_article .article_price_footer .shop-regular-price:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .mod_action_show_article .article_price_footer .shop-reduced-price,
  .mod_action_show_article .article_price_footer .shop-regular-price {
    font-size: 28px;
    line-height: 28px;
  }
}
.mod_action_show_article .article_price_footer .shop-reduced-price .price_unit,
.mod_action_show_article .article_price_footer .shop-regular-price .price_unit {
  font-size: clamp(14px, 2.4vw, 24px);
  line-height: clamp(24px, 3.4vw, 34px);
}
.mod_action_show_article .article_price_footer .shop-reduced-price:not(:last-child),
.mod_action_show_article .article_price_footer .shop-regular-price:not(:last-child) {
  margin-bottom: 0;
}
.mod_action_show_article .article_price_footer .shop-regular-price-reduced {
  display: none;
}
.mod_action_show_article .article_price_footer .footer_article_sets_text,
.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:not(:first-child) {
  margin-top: 0;
}
.mod_action_show_article .article_price_footer .footer_article_sets_text {
  background: var(--background-medium);
  padding: var(--size-30) 0 0;
  text-align: center;
  color: rgba(var(--background-dark-style-rgb), 0.4);
}
.mod_action_show_article .article_price_footer .footer_article_sets_text.empty {
  display: none;
}
.mod_action_show_article .article_price_footer .footer_article_sets_text > *:last-child {
  padding-bottom: var(--size-15);
}
.mod_action_show_article .article_price_footer .footer_article_sets_text a {
  text-decoration: none;
  color: rgba(var(--background-dark-style-rgb), 1);
}
.mod_action_show_article .article_price_footer .special_coupon_wrap a.special_coupon {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
.mod_action_show_article .article_price_footer .special_coupon_wrap a.special_coupon:hover, .mod_action_show_article .article_price_footer .special_coupon_wrap a.special_coupon:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mod_action_show_article .article_price_footer .special_coupon_wrap a.special_coupon {
    display: none;
  }
}
.mod_action_show_article .article_price_footer .shop_add_to_cart_form a.shop_add_to_cart {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
.mod_action_show_article .article_price_footer .shop_add_to_cart_form a.shop_add_to_cart:hover, .mod_action_show_article .article_price_footer .shop_add_to_cart_form a.shop_add_to_cart:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mod_action_show_article .article_price_footer .shop_add_to_cart_form a.shop_add_to_cart {
    display: none;
  }
}
.mod_action_show_article .article_price_footer .shop_add_to_cart_form a.shop_add_to_cart:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f07a";
  margin-right: 8px;
}
.mod_action_show_article:has(.shop_price_detailsite .article-not-on-stock) #article_price_footer.is_open .article_price_footer form .shop_add_to_cart_container:before {
  content: "Dieser Artikel ist nicht an Lager";
}
html[lang=en] .mod_action_show_article:has(.shop_price_detailsite .article-not-on-stock) #article_price_footer.is_open .article_price_footer form .shop_add_to_cart_container:before {
  content: "Currently not available";
}
html[lang=fr] .mod_action_show_article:has(.shop_price_detailsite .article-not-on-stock) #article_price_footer.is_open .article_price_footer form .shop_add_to_cart_container:before {
  content: "Actuellement non disponible";
}
.mod_action_show_article footer .copyright {
  padding-bottom: 100px;
}

.logged_in .article_price_footer {
  display: none;
}

/* @end */
/* @group: checkout process */
.message + .main_shop_wrap {
  margin-top: 0;
}
.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: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.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;
}
.main_shop_wrap .button_bar_bottom h2 a:hover,
.main_shop_wrap .shop_registration_form > div h2 a:hover,
.main_shop_wrap .shop_div h2 a:hover {
  color: var(--text-color);
}
.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-15);
}
@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: 24px;
    line-height: 24px;
  }
}
.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: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.main_shop_wrap .shop_div h2 ~ .shop_div h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.main_shop_wrap .shop_div h2 ~ .shop_div h3 a:hover {
  color: var(--text-color);
}
.main_shop_wrap .shop_div h2 ~ .shop_div h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .main_shop_wrap .shop_div h2 ~ .shop_div h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.main_shop_wrap #process_order_login > .shop_div > .shop_div {
  display: inline-block;
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  vertical-align: top;
}
.main_shop_wrap #process_order_login .p_login_button .button {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  -webkit-appearance: none;
  width: 100%;
}
.main_shop_wrap #process_order_login .p_login_button .button:hover, .main_shop_wrap #process_order_login .p_login_button .button:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .main_shop_wrap #process_order_login .p_login_button .button {
    display: none;
  }
}
.main_shop_wrap #process_order_login .register_process_wrap .button {
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid var(--background-medium);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-weight: 400;
  width: 100%;
}
.main_shop_wrap #process_order_login .register_process_wrap .button:hover, .main_shop_wrap #process_order_login .register_process_wrap .button:focus-visible {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .main_shop_wrap #process_order_login .register_process_wrap .button {
    display: none;
  }
}
.main_shop_wrap label {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .main_shop_wrap label {
    font-size: 12px;
    line-height: 15px;
  }
}
.main_shop_wrap input[type=password], .main_shop_wrap input[type=text] {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible, .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-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.main_shop_wrap input[type=password]::placeholder, .main_shop_wrap input[type=password]::-moz-placeholder, .main_shop_wrap input[type=text]::placeholder, .main_shop_wrap input[type=text]::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap input[type=password]:focus-visible, .main_shop_wrap input[type=password]:hover, .main_shop_wrap input[type=text]:focus-visible, .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]:focus-visible::placeholder, .main_shop_wrap input[type=password]:focus-visible::-moz-placeholder, .main_shop_wrap input[type=password]:hover::placeholder, .main_shop_wrap input[type=password]:hover::-moz-placeholder, .main_shop_wrap input[type=text]:focus-visible::placeholder, .main_shop_wrap input[type=text]:focus-visible::-moz-placeholder, .main_shop_wrap input[type=text]:hover::placeholder, .main_shop_wrap input[type=text]:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.main_shop_wrap input.button:not(.refresh_button) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.main_shop_wrap input.button:not(.refresh_button):hover, .main_shop_wrap input.button:not(.refresh_button):focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .main_shop_wrap input.button:not(.refresh_button) {
    display: none;
  }
}
.main_shop_wrap input.button:not(.refresh_button):before, .main_shop_wrap input.button:not(.refresh_button):after {
  font-weight: 300;
}
.main_shop_wrap input.refresh_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid var(--background-medium);
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  -webkit-appearance: none;
}
.main_shop_wrap input.refresh_button:hover, .main_shop_wrap input.refresh_button:focus-visible {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .main_shop_wrap input.refresh_button {
    display: none;
  }
}
.main_shop_wrap input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
.main_shop_wrap input[type=submit]:hover, .main_shop_wrap input[type=submit]:focus-visible {
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.main_shop_wrap input[type=checkbox] + *:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.3em;
  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 6 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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.main_shop_wrap input[type=radio] + *:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.3em;
  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 .shop_registration_form input.button {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
.main_shop_wrap .shop_registration_form input.button:hover, .main_shop_wrap .shop_registration_form input.button:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .main_shop_wrap .shop_registration_form input.button {
    display: none;
  }
}
.main_shop_wrap textarea {
  display: block;
  width: 100%;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 15px;
  }
}
.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-visible {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.main_shop_wrap textarea::placeholder, .main_shop_wrap textarea::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap textarea:focus-visible, .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:focus-visible::placeholder, .main_shop_wrap textarea:focus-visible::-moz-placeholder, .main_shop_wrap textarea:hover::placeholder, .main_shop_wrap textarea:hover::-moz-placeholder {
  color: var(--input-color-hover);
}
.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 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  margin: 0;
  float: none;
}
@media print {
  .main_shop_wrap .back-to-overview {
    font-size: 13px;
    line-height: 20px;
  }
}
.main_shop_wrap .back-to-overview:focus, .main_shop_wrap .back-to-overview:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.main_shop_wrap .back-to-overview:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}
.main_shop_wrap .back-to-overview:before {
  position: relative;
  left: 0;
  font-weight: 300;
  -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;
}
.main_shop_wrap .back-to-overview:focus:before, .main_shop_wrap .back-to-overview:hover:before {
  left: -10px;
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .main_shop_wrap table.shop-cart {
    font-size: 13px;
    line-height: 20px;
  }
}
.main_shop_wrap table.shop-cart th, .main_shop_wrap table.shop-cart td {
  font-size: unset !important;
}
.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: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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 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: 13px;
    line-height: 20px;
  }
}
.main_shop_wrap .payment-method {
  margin: var(--size-10) 0 0;
}
.main_shop_wrap .payment-method + .payment_additional_text {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
}
.main_shop_wrap .payment-method + .payment_additional_text a {
  color: var(--text-color);
}
@media print {
  .main_shop_wrap .payment-method + .payment_additional_text {
    font-size: 13px;
    line-height: 20px;
  }
}
.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 6 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.3em;
  line-height: 0;
  margin-right: 8px;
  opacity: 0;
}
.main_shop_wrap .payment-method input[type=radio] + * {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  flex-flow: wrap;
  gap: clamp(6px, 0.8vw, 8px);
}
.main_shop_wrap .payment-method input[type=radio] + * a {
  color: var(--text-color);
}
@media print {
  .main_shop_wrap .payment-method input[type=radio] + * {
    font-size: 13px;
    line-height: 20px;
  }
}
.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 .small_picture_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 2px;
}
.main_shop_wrap .payment-method .small_picture_wrap img {
  width: clamp(30px, 3.5vw, 35px);
}
.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(30px, 3.5vw, 35px);
  height: clamp(15px, 2vw, 20px);
  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-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 700;
}
.main_shop_wrap .distributor_selection_element label span a {
  color: var(--text-color);
}
@media print {
  .main_shop_wrap .distributor_selection_element label span {
    font-size: 13px;
    line-height: 20px;
  }
}
.main_shop_wrap .distributor_selection_element + .distributor_additional_text {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-top: calc(-1 * var(--size-5));
  padding-left: 2.03em;
}
.main_shop_wrap .distributor_selection_element + .distributor_additional_text a {
  color: var(--text-color);
}
@media print {
  .main_shop_wrap .distributor_selection_element + .distributor_additional_text {
    font-size: 13px;
    line-height: 20px;
  }
}
.main_shop_wrap .distributor_selection_element + .distributor_additional_text:not(:last-child) {
  margin-bottom: var(--size-15);
}
.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: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.main_shop_wrap .register_or_guest_process_wrap a.button:hover, .main_shop_wrap .register_or_guest_process_wrap a.button:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .main_shop_wrap .register_or_guest_process_wrap a.button {
    display: none;
  }
}
.main_shop_wrap .register_or_guest_process_wrap a.button:before, .main_shop_wrap .register_or_guest_process_wrap a.button:after {
  font-weight: 300;
}
.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(--input-border);
  border-radius: var(--border-radius);
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .main_shop_wrap fieldset {
    font-size: 13px;
    line-height: 20px;
  }
}
.main_shop_wrap fieldset ~ fieldset {
  margin-top: var(--size-30);
}
.main_shop_wrap fieldset legend {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  padding: 0 var(--size-10);
  margin-left: calc(-1 * var(--size-10));
}
@media print {
  .main_shop_wrap fieldset legend {
    font-size: 13px;
    line-height: 20px;
  }
}
.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: "Assistant", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid var(--background-medium);
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.main_shop_wrap fieldset .edit_address_link a:hover, .main_shop_wrap fieldset .edit_address_link a:focus-visible {
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  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: 12px;
    line-height: 15px;
  }
}
.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 .order_form_userinfo.user_registration_form label[for=comment] {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.main_shop_wrap .order_form_userinfo.user_registration_form label[for=comment] a {
  color: var(--text-color);
  text-decoration: none;
}
.main_shop_wrap .order_form_userinfo.user_registration_form label[for=comment] a:hover {
  color: var(--text-color);
}
.main_shop_wrap .order_form_userinfo.user_registration_form label[for=comment]:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .main_shop_wrap .order_form_userinfo.user_registration_form label[for=comment] {
    font-size: 24px;
    line-height: 24px;
  }
}
.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,
.main_shop_wrap .button_bar_bottom input.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  -webkit-appearance: none;
}
.main_shop_wrap .button_bar_bottom a.button:hover, .main_shop_wrap .button_bar_bottom a.button:focus-visible,
.main_shop_wrap .button_bar_bottom input.button:hover,
.main_shop_wrap .button_bar_bottom input.button:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .main_shop_wrap .button_bar_bottom a.button,
  .main_shop_wrap .button_bar_bottom input.button {
    display: none;
  }
}
.main_shop_wrap .button_bar_bottom a.button.button_back, .main_shop_wrap .button_bar_bottom a.button.continue_shopping_button, .main_shop_wrap .button_bar_bottom a.button.secondary,
.main_shop_wrap .button_bar_bottom input.button.button_back,
.main_shop_wrap .button_bar_bottom input.button.continue_shopping_button,
.main_shop_wrap .button_bar_bottom input.button.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid var(--background-medium);
  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;
  transform: translateZ(0);
  font-weight: 400;
}
.main_shop_wrap .button_bar_bottom a.button.button_back:hover, .main_shop_wrap .button_bar_bottom a.button.button_back:focus-visible, .main_shop_wrap .button_bar_bottom a.button.continue_shopping_button:hover, .main_shop_wrap .button_bar_bottom a.button.continue_shopping_button:focus-visible, .main_shop_wrap .button_bar_bottom a.button.secondary:hover, .main_shop_wrap .button_bar_bottom a.button.secondary:focus-visible,
.main_shop_wrap .button_bar_bottom input.button.button_back:hover,
.main_shop_wrap .button_bar_bottom input.button.button_back:focus-visible,
.main_shop_wrap .button_bar_bottom input.button.continue_shopping_button:hover,
.main_shop_wrap .button_bar_bottom input.button.continue_shopping_button:focus-visible,
.main_shop_wrap .button_bar_bottom input.button.secondary:hover,
.main_shop_wrap .button_bar_bottom input.button.secondary:focus-visible {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .main_shop_wrap .button_bar_bottom a.button.button_back, .main_shop_wrap .button_bar_bottom a.button.continue_shopping_button, .main_shop_wrap .button_bar_bottom a.button.secondary,
  .main_shop_wrap .button_bar_bottom input.button.button_back,
  .main_shop_wrap .button_bar_bottom input.button.continue_shopping_button,
  .main_shop_wrap .button_bar_bottom input.button.secondary {
    display: none;
  }
}
.main_shop_wrap .button_bar_bottom a.button i:first-child,
.main_shop_wrap .button_bar_bottom input.button i:first-child {
  margin-right: clamp(4px, 0.6vw, 6px);
}
.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: 14px;
  margin-right: var(--size-25) !important;
}
.main_shop_wrap .pay_with_paypal {
  margin-top: var(--size-30);
}

.shop_order_steps {
  --icon-width: clamp(36px,4vw,40px);
  display: inline-flex;
  width: 100%;
  margin-bottom: var(--size-70);
}
.shop_order_steps .shop_order_step {
  position: relative;
  flex: 0 0 25%;
  width: 100%;
  padding: var(--size-10);
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.shop_order_steps .shop_order_step a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_order_steps .shop_order_step a:hover {
  color: var(--text-color);
}
.shop_order_steps .shop_order_step:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .shop_order_steps .shop_order_step {
    font-size: 20px;
    line-height: 20px;
  }
}
.shop_order_steps .shop_order_step:before {
  content: "";
  position: absolute;
  top: calc(var(--size-10) + var(--icon-width) / 2);
  left: 50%;
  width: 100%;
  height: 6px;
  display: block;
  background: var(--background-medium);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shop_order_steps .shop_order_step:last-child:before {
  display: none;
}
.shop_order_steps .shop_order_step .order_step_nr {
  position: relative;
  display: block;
  font-size: 0;
  text-align: center;
  line-height: var(--icon-width);
  margin-bottom: var(--size-10);
}
.shop_order_steps .shop_order_step .order_step_nr:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f07a";
  margin-right: 8px;
}
.shop_order_steps .shop_order_step .order_step_nr:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f07a";
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  color: var(--text-color);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
.shop_order_steps .shop_order_step .order_step_nr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--icon-width);
  height: var(--icon-width);
  display: block;
  background: var(--background-medium);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 100%;
}
.shop_order_steps .shop_order_step:nth-child(2) .order_step_nr:before {
  content: "\f007";
}
.shop_order_steps .shop_order_step:nth-child(3) .order_step_nr:before {
  content: "\f46c";
}
.shop_order_steps .shop_order_step:nth-child(4) .order_step_nr:before {
  content: "\f00c";
}
.shop_order_steps .shop_order_step.shop_order_step_type_past .order_step_nr:before, .shop_order_steps .shop_order_step.current .order_step_nr:before {
  color: #fff;
}
.shop_order_steps .shop_order_step.shop_order_step_type_past .order_step_nr:after, .shop_order_steps .shop_order_step.current .order_step_nr:after {
  background: var(--primary-color);
}
.shop_order_steps .shop_order_step.shop_order_step_type_past .order_step_legend, .shop_order_steps .shop_order_step.current .order_step_legend {
  color: var(--primary-color);
}
.shop_order_steps .shop_order_step.shop_order_step_type_past:before {
  background: var(--primary-color);
}

#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(55, 55, 55, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 500;
  box-sizing: border-box;
}
#shop_cross_selling_popup .shop_cart_popup_inner {
  max-width: var(--siteframe-medium);
  border-radius: var(--border-radius);
  overflow: auto;
  background: var(--background-light);
  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(--background-dark);
}
#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(--background-dark);
}
#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: "Assistant", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid var(--background-medium);
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
#shop_cross_selling_popup .shop_cart_popup_bar_bottom a:hover, #shop_cross_selling_popup .shop_cart_popup_bar_bottom a:focus-visible {
  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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  white-space: nowrap;
}
#shop_cross_selling_popup a.goto-cart:hover, #shop_cross_selling_popup a.goto-cart:focus-visible {
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  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: 20px;
  }
}
#shop_cross_selling_popup .shop_cart_article_wrap .shop-regular-price {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  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: 20px;
  }
}
#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 180px;
}
#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;
}
#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: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
  margin: 0;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_content h3 a {
  color: var(--text-color);
  text-decoration: none;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_content h3 a:hover {
  color: var(--text-color);
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_content h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  #shop_cross_selling_popup .shop_cart_article .shop_cart_article_content h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
#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(--background-dark);
  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(--background-dark);
  padding: var(--size-30);
  box-sizing: border-box;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3 a {
  color: var(--text-color);
  text-decoration: none;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3 a:hover {
  color: var(--text-color);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products {
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 4;
}
#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 > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
#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 .inner_content {
  background: none;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .content {
  padding: var(--size-15) 0 0;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .pictures + .content .shop_special {
  left: var(--size-10);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .article_categories {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(17px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .article_categories {
    font-size: 12px;
    line-height: 15px;
  }
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_article_information_title, #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_article_information_title a {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  line-height: clamp(20px, 2.4vw, 24px);
}
@media print {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_article_information_title, #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_article_information_title a {
    font-size: 13px;
    line-height: 20px;
  }
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article div[class*=introduction] {
  display: none;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_article_subtitle,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_article_subtitle2,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_article_properties_wrap,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_add_to_cart_form,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop_show_details span {
  display: none !important;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list {
  margin-top: unset !important;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-reduced-price,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price {
  padding-right: 0;
  min-height: 0;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-reduced-price .price_value,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price .price_value {
  margin-bottom: calc(-1 * clamp(0px, 0.3vw, 3px));
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-reduced-price .price_currency,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-reduced-price .price_unit,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price .price_currency,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price .price_unit {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(20px, 2.2vw, 22px);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-reduced-price.shop-article-not-available,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price.shop-article-not-available {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(20px, 2.2vw, 22px);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price-reduced,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-price-before-reduction {
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: clamp(19px, 2.8vw, 28px);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price-reduced .price_value,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-price-before-reduction .price_value {
  padding-bottom: 0;
  order: -1;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price-reduced .price_currency,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price-reduced .price_unit,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-price-before-reduction .price_currency,
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-price-before-reduction .price_unit {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: clamp(15px, 1.8vw, 18px);
}
@media screen and (max-width: 800px) {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-reduced-price .price_value,
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .shop-price-list .shop-regular-price .price_value {
    margin-bottom: calc(-1 * clamp(0px, 0.1vw, 1px));
  }
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .pictures img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* @end */
/* @group portlet shop filter */
.filter_wrap {
  display: none;
  position: sticky;
  top: var(--header-height);
  padding: var(--size-15) 0 var(--size-25);
  z-index: 100;
}
.filter_wrap:has(.portlet_shop_filter) {
  display: block;
}
.filter_wrap .filter_wrap_inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.filter_wrap .show_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  display: none;
  gap: 10px;
}
.filter_wrap .show_filter:hover, .filter_wrap .show_filter:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .filter_wrap .show_filter {
    display: none;
  }
}
.filter_wrap .close_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-light);
  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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  gap: 8px;
  margin-top: var(--size-25);
  display: none;
}
.filter_wrap .close_filter:hover, .filter_wrap .close_filter:focus-visible {
  color: var(--text-color);
  border: 1px solid var(--background-medium);
  background: var(--background-medium);
}
@media print {
  .filter_wrap .close_filter {
    display: none;
  }
}
.filter_wrap .portlet_shop_filter {
  --input-border: var(--text-color);
  --input-color: var(--text-color);
  width: 100%;
}
.filter_wrap .portlet_shop_filter + .main_shop_wrap {
  margin-top: var(--size-40);
}
.filter_wrap .portlet_shop_filter .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-medium);
}
.filter_wrap .portlet_shop_filter .portlet-content {
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 3;
}
.filter_wrap .portlet_shop_filter .portlet-content > .cf {
  display: none;
}
.filter_wrap .portlet_shop_filter .portlet-content > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.filter_wrap .portlet_shop_filter .portlet-content > * {
  max-width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.filter_wrap .portlet_shop_filter .shop_filter h4 {
  display: none;
}
.filter_wrap .portlet_shop_filter .shop_filter.shop_filter_price_range {
  display: none;
}

@media screen and (max-width: 700px) {
  .filter_wrap {
    margin-top: -1px;
  }
  .filter_wrap:not(.show_filter) .show_filter {
    display: flex;
  }
  .filter_wrap:not(.show_filter) .portlet_shop_filter {
    display: none;
  }
  .filter_wrap.show_filter {
    background: var(--background-light);
  }
  .filter_wrap.show_filter .close_filter {
    display: flex;
  }
  .filter_wrap .portlet_shop_filter {
    padding-top: var(--size-20);
  }
  .filter_wrap .portlet_shop_filter .portlet-content {
    --columns: 1;
  }
}
/* @end */
/* !@group portlets shop */
.portlets[class*=all_options] .portlet_shop_member_panel {
  --paragraph-space: var(--size-15);
}
.portlets[class*=all_options] .portlet_shop_member_panel:first-child {
  margin-top: calc(-1 * var(--section-space-vertical-medium) / 2);
}
.portlets[class*=all_options] .portlet_shop_member_panel .portlet-title {
  display: none !important;
}
.portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p:not(.link_logout) a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p:not(.link_logout) a span {
  display: flex;
  align-items: center;
  gap: var(--size-10);
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p:not(.link_logout) a span {
    font-size: 15px;
    line-height: 22px;
  }
}
.portlets[class*=all_options] .portlet_shop_member_panel .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-medium);
  border-radius: 100%;
}
.portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p:not(.link_logout) a:hover {
  color: var(--primary-color);
}
.portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p.link_logout {
  margin-top: var(--size-40);
}
.portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p.link_logout a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
.portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p.link_logout a:hover, .portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p.link_logout a:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .portlets[class*=all_options] .portlet_shop_member_panel .portlet_shop_member_panel_inner > p.link_logout a {
    display: none;
  }
}
.portlets[class*=all_options] .portlet_shop_member_panel .link_wishlist {
  display: none;
}
.portlets[class*=all_options] .portlet_shop_cart .shop_cart {
  padding: 0;
  background: none;
}
.portlets[class*=all_options] .portlet_shop_cart .shop_cart h3 {
  display: none;
}
.portlets[class*=all_options] .portlet_shop_cart .shop_cart a.goto-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
.portlets[class*=all_options] .portlet_shop_cart .shop_cart a.goto-cart:hover, .portlets[class*=all_options] .portlet_shop_cart .shop_cart a.goto-cart:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .portlets[class*=all_options] .portlet_shop_cart .shop_cart a.goto-cart {
    display: none;
  }
}
.portlets[class*=all_options] .portlet_shop_cart .shop_cart a.goto-cart:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets[class*=all_options] .portlet_shop_cart table .portlet_shop_cart_article_title {
  display: flex;
  gap: var(--size-15);
  min-width: 250px;
}
.portlets[class*=all_options] .portlet_shop_cart table .portlet_shop_cart_article_title .pictures .resource_background {
  border-radius: var(--border-radius-very-small);
  overflow: hidden;
}
.portlets[class*=all_options] .portlet_shop_cart table .portlet_shop_cart_article_title .pictures img {
  display: block;
  padding: 0;
}
.portlets[class*=all_options] .portlet_shop_cart table .portlet_shop_cart_article_title .pictures span {
  box-shadow: none;
}
.portlets[class*=all_options] .portlet_shop_cart table .portlet_shop_cart_article_total_price,
.portlets[class*=all_options] .portlet_shop_cart table .portlet_shop_cart_article_price {
  text-align: right;
}
.portlets[class*=all_options] .portlet_shop_cart table td {
  border-top: 1px solid var(--background-dark) !important;
}
.portlets[class*=all_options] .portlet_shop_cart table tr:last-child td {
  border-top: 2px solid var(--background-dark-style-dark) !important;
}

.portlet_shop_article[class*=_home_shop_highlights],
.portlet_shop_article[class*=_products_highlight],
.portlets[class*=all_options] .portlet_shop_article {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--section-space-vertical-medium);
}
.portlet_shop_article[class*=_home_shop_highlights]:after,
.portlet_shop_article[class*=_products_highlight]:after,
.portlets[class*=all_options] .portlet_shop_article:after {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: auto;
  height: 25%;
  display: block;
  background: var(--background-medium);
  right: 0;
  bottom: 0;
  min-height: calc(var(--section-space-vertical-medium) + var(--size-60) + var(--size-50));
  z-index: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet_inner,
.portlet_shop_article[class*=_products_highlight] .portlet_inner,
.portlets[class*=all_options] .portlet_shop_article .portlet_inner {
  position: relative;
  z-index: 5;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet_shop_article_text,
.portlet_shop_article[class*=_home_shop_highlights] .portlet_shop_article_introduction,
.portlet_shop_article[class*=_home_shop_highlights] .portlet_shop_article_subtitle,
.portlet_shop_article[class*=_home_shop_highlights] .portlet-title,
.portlet_shop_article[class*=_products_highlight] .portlet_shop_article_text,
.portlet_shop_article[class*=_products_highlight] .portlet_shop_article_introduction,
.portlet_shop_article[class*=_products_highlight] .portlet_shop_article_subtitle,
.portlet_shop_article[class*=_products_highlight] .portlet-title,
.portlets[class*=all_options] .portlet_shop_article .portlet_shop_article_text,
.portlets[class*=all_options] .portlet_shop_article .portlet_shop_article_introduction,
.portlets[class*=all_options] .portlet_shop_article .portlet_shop_article_subtitle,
.portlets[class*=all_options] .portlet_shop_article .portlet-title {
  max-width: var(--siteframe-very-small);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet_shop_article_introduction,
.portlet_shop_article[class*=_products_highlight] .portlet_shop_article_introduction,
.portlets[class*=all_options] .portlet_shop_article .portlet_shop_article_introduction {
  font-weight: 560;
  font-size: clamp(18px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.portlet_shop_article[class*=_home_shop_highlights] a.portlet_shop_article_link,
.portlet_shop_article[class*=_products_highlight] a.portlet_shop_article_link,
.portlets[class*=all_options] .portlet_shop_article a.portlet_shop_article_link {
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--size-60);
}
.portlet_shop_article[class*=_home_shop_highlights] a.portlet_shop_article_link:after,
.portlet_shop_article[class*=_products_highlight] a.portlet_shop_article_link:after,
.portlets[class*=all_options] .portlet_shop_article a.portlet_shop_article_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlet_shop_article[class*=_home_shop_highlights] .slick-slider span.slick-arrow,
.portlet_shop_article[class*=_products_highlight] .slick-slider span.slick-arrow,
.portlets[class*=all_options] .portlet_shop_article .slick-slider span.slick-arrow {
  top: calc(-1 * (var(--size-45) + var(--icon-width-arrow)));
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry-wrap,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry-wrap,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry-wrap {
  --negative-space: var(--size-80);
  position: relative;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry-wrap:before,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry-wrap:before,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry-wrap:before {
  content: "";
  position: absolute;
  top: var(--negative-space);
  left: 50%;
  width: 100vw;
  height: auto;
  display: block;
  background: var(--background-medium);
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry-wrap:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry-wrap:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry-wrap:not(:first-child) {
  margin-top: var(--size-40);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry {
  --picture-gap: var(--size-80);
  --picture-gap: 0px;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > *,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry > *,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry > * {
  display: flex;
  gap: var(--picture-gap);
  position: relative;
  max-width: var(--siteframe-very-small);
  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;
  transform: translateZ(0);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > * > .cf, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > *.cf,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry > * > .cf,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry > *.cf,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry > * > .cf,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry > *.cf {
  display: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:has(.videos) > *, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:has(.pictures) > *,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:has(.videos) > *,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:has(.pictures) > *,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) > *,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) > * {
  max-width: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .videos,
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .videos,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
  flex: 0 0 730px;
  max-width: 62%;
  order: 2;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .videos + .pictures,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .videos + .pictures,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .videos + .pictures {
  display: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
  overflow: visible;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures .resource_background,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures .resource_background,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_background {
  overflow: visible;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures a.resource_link,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures a.resource_link,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link {
  overflow: hidden;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures .picture:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures .picture:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .picture:not(:first-child) {
  display: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .icon,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .icon,
.portlets[class*=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;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .icon i,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .icon i,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .icon:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .icon:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .icon,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .icon,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-content-container,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-content-container,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4 a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4 a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4 a:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4 a:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 a:hover {
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
    font-size: 28px;
    line-height: 28px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4:not(:first-child) {
  margin-top: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-date,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-date,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 700;
  margin-bottom: var(--size-5);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-date a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-date a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-date a {
  color: var(--text-color-light);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-date,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-date,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction {
  font-weight: 560;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-introduction:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-introduction:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) .portlet-article-shop-entry-introduction, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:not(:has(.listing-content-text)) .portlet-article-shop-entry-introduction, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:has(.listing-content-text > [class*=_link]:first-child) .portlet-article-shop-entry-introduction,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) .portlet-article-shop-entry-introduction,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:not(:has(.listing-content-text)) .portlet-article-shop-entry-introduction,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:has(.listing-content-text > [class*=_link]:first-child) .portlet-article-shop-entry-introduction,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) .portlet-article-shop-entry-introduction,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:not(:has(.listing-content-text)) .portlet-article-shop-entry-introduction,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:has(.listing-content-text > [class*=_link]:first-child) .portlet-article-shop-entry-introduction {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) .portlet-article-shop-entry-introduction, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:not(:has(.listing-content-text)) .portlet-article-shop-entry-introduction, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:has(.listing-content-text > [class*=_link]:first-child) .portlet-article-shop-entry-introduction,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) .portlet-article-shop-entry-introduction,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:not(:has(.listing-content-text)) .portlet-article-shop-entry-introduction,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:has(.listing-content-text > [class*=_link]:first-child) .portlet-article-shop-entry-introduction,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:not(:has(.listing-content-text > *)):has(.listing-content-text:empty) .portlet-article-shop-entry-introduction,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:not(:has(.listing-content-text)) .portlet-article-shop-entry-introduction,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:has(.listing-content-text > [class*=_link]:first-child) .portlet-article-shop-entry-introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text:not(:empty):not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text:not(:empty):not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h3,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h3,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h3 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h3 a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h3 a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h3 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h3 a:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h3 a:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h3 a:hover {
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h3:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h3:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h3,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h3,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h4,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h4,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h4 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(24px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h4 a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h4 a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h4 a:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h4 a:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h4 a:hover {
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h4:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h4:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h4,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h4,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h5, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h6,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h5,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h6,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h5,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h6 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: unset;
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h5 a, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h6 a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h5 a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h6 a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h5 a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h5 a:hover, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h6 a:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h5 a:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h6 a:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h5 a:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h6 a:hover {
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h5:not(:last-child), .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h6:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h5:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h6:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h5:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h6:not(:last-child) {
  margin-bottom: 5px;
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h5, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text h6,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h5,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text h6,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h5,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .documents,
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .musics,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .documents,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .musics,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .documents,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .musics {
  margin-top: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .documents:not(:last-child),
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .musics:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .documents:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .musics:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .documents:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:hover, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:focus-visible,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:focus-visible,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more {
    display: none;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:before, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:before,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:before,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:after {
  font-weight: 300;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:not(:first-child) {
  margin-top: 3px;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry[class*=element_link_entire] > *,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry[class*=element_link_entire] > *,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry[class*=element_link_entire] > * {
  position: relative;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry[class*=element_link_entire] a[class$=_entry_link],
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry[class*=element_link_entire] a[class$=_entry_link],
.portlets[class*=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: 1000px) {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .videos,
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .videos,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
    flex: 0 0 730px;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry {
    --picture-gap: var(--size-40);
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > *,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry > *,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry > * {
    flex-flow: column;
    height: 100%;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .videos,
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .videos,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
    flex: unset;
    max-width: 100%;
    order: 0 !important;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-content-container,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-content-container,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    height: 100%;
  }
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry {
    --picture-gap: var(--size-40);
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry:not(:first-child),
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry:not(:first-child),
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry:not(:first-child) {
    margin-top: var(--size-60);
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .videos,
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .videos,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
    max-width: 40%;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction {
    font-size: 16px;
    line-height: 24px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > *,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry > *,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry > * {
  flex-flow: column;
  height: 100%;
  overflow: visible;
  background: var(--background-medium);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .videos,
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .videos,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
  flex: unset;
  max-width: 100%;
  order: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures .resource_description,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures .resource_description,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_description {
  display: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-content-container,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-content-container,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
  height: 100%;
  padding: var(--size-25);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: clamp(27px, 4.6vw, 46px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4 a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4 a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 a {
  color: var(--text-color);
  text-decoration: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4 a:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4 a:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 a:hover {
  color: var(--text-color);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4:not(:last-child) {
  margin-bottom: var(--size-15);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h4:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h4:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h4:not(:first-child) {
  margin-top: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text {
  line-height: clamp(26px, 2.8vw, 28px);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  margin-top: auto;
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:focus, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:focus,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:focus,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:hover {
  color: var(--primary-color);
  background: none;
  border: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:after {
  position: relative;
  right: 0;
  font-weight: 300;
  -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;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:focus:after, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:hover:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:focus:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:hover:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:focus:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:hover:after {
  right: -10px;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:not(:first-child) {
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry {
    --picture-gap: 0px;
  }
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry {
    --picture-gap: 0px;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > *,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry > *,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry > * {
    border: 1px solid var(--border) !important;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction {
    font-size: 14px;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .listing-content-text,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .listing-content-text,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text {
    line-height: 22px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry > *:first-child,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry > *:first-child,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry > *:first-child {
  background: var(--background-light);
  border: 1px solid var(--background-medium);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-content-container,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-content-container,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
  position: relative;
  display: flex;
  flex-flow: column;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-special-state:not(:last-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-special-state:not(:last-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-special-state:not(:last-child) {
  margin-bottom: var(--size-15);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-special-state span,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-special-state span,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-special-state span {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: clamp(1.2px, 0.18vw, 1.8px);
  text-transform: uppercase;
  color: #fff;
  background: var(--primary-color);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(3px, 0.4vw, 4px) clamp(6px, 0.8vw, 8px);
  display: inline-block;
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-special-state span,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-special-state span,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-special-state span {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    border: 1px solid #fff;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .pictures + .portlet-shop-article-content-container .portlet-article-shop-entry-special-state,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .pictures + .portlet-shop-article-content-container .portlet-article-shop-entry-special-state,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .pictures + .portlet-shop-article-content-container .portlet-article-shop-entry-special-state {
  position: absolute;
  top: 1px;
  right: unset;
  bottom: unset;
  left: var(--size-25);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-categories,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-categories,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-categories {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  font-weight: 560;
  --gap: 0 var(--size-5);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  margin-bottom: var(--size-5);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-categories a,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-categories a,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-categories a {
  color: var(--primary-color);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-categories,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-categories,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-categories {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-categories > .cf,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-categories > .cf,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-categories > .cf {
  display: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-categories .portlet-article-shop-entry-category,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-categories .portlet-article-shop-entry-category,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-categories .portlet-article-shop-entry-category {
  display: flex;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-categories .portlet-article-shop-entry-category:not(:last-child):after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-categories .portlet-article-shop-entry-category:not(:last-child):after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-categories .portlet-article-shop-entry-category:not(:last-child):after {
  content: ",";
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-entry-subtitle1,
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-entry-subtitle2,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-entry-subtitle1,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-entry-subtitle2,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-entry-subtitle1,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-entry-subtitle2 {
  font-weight: 700;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry h3:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry h3:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry h3:not(:first-child) {
  margin-top: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more span,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more span,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more span {
  position: absolute;
  top: unset;
  right: var(--size-25);
  bottom: var(--size-25);
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more span:hover, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more span:focus-visible,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more span:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more span:focus-visible,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more span:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more span:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more span,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more span,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more span {
    display: none;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more span:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more span:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more span:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-shop-article-more span:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-shop-article-more span:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more span:after {
  font-size: clamp(16px, 1.8vw, 18px);
  margin: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price {
  margin-top: auto;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 6.5vw, 65px);
  line-height: clamp(36px, 6vw, 60px);
  text-transform: uppercase;
  color: var(--text-color);
}
@media screen and (max-width: 1100px) {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value {
    font-size: clamp(36px, 5vw, 50px);
    line-height: clamp(36px, 5vw, 50px);
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit {
  order: 2;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(26px, 3vw, 30px);
  top: 0;
  margin-top: 0;
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit {
    font-size: 13px;
    line-height: 20px;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_currency {
  padding-left: clamp(5px, 0.7vw, 7px);
  margin-right: 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit {
  display: flex;
  order: 3;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit span,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit span,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value .price_unit span {
  padding: 0 4px 0 0;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link:hover, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link:focus-visible,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link:hover,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link:focus-visible,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link:hover,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link:focus-visible {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link {
    display: none;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link:before, .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link:before,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link:before,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link:after {
  font-weight: 300;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link:after,
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link:after,
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry .portlet_shop_article_link:not(:first-child),
.portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry .portlet_shop_article_link:not(:first-child),
.portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet_shop_article_link:not(:first-child) {
  margin-top: var(--size-50);
}

.portlet_shop_article[class*=_home_shop_highlights],
.portlet_shop_article[class*=_products_highlight] {
  --icon-width-arrow: clamp(30px,5vw,50px);
}
.portlet_shop_article[class*=_home_shop_highlights]:not(:first-child),
.portlet_shop_article[class*=_products_highlight]:not(:first-child) {
  margin-top: var(--section-space-vertical-medium);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet_inner,
.portlet_shop_article[class*=_products_highlight] .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;
}
.portlet_shop_article[class*=_home_shop_highlights] [class*=_introduction]:not(:last-child),
.portlet_shop_article[class*=_products_highlight] [class*=_introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.portlet_shop_article[class*=_home_shop_highlights] .slick-slider,
.portlet_shop_article[class*=_products_highlight] .slick-slider {
  position: relative;
}
.portlet_shop_article[class*=_home_shop_highlights] .slick-list,
.portlet_shop_article[class*=_products_highlight] .slick-list {
  overflow: visible;
}
.portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow,
.portlet_shop_article[class*=_products_highlight] span.slick-arrow {
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--text-color);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
  font-weight: 400;
  position: absolute;
  top: calc(-1 * (var(--size-80) + var(--icon-width-arrow)));
  right: 0;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width-arrow);
  height: var(--icon-width-arrow);
  padding: 0;
  font-size: clamp(15px, 1.8vw, 18px);
  text-shadow: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow:hover, .portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow:focus-visible,
.portlet_shop_article[class*=_products_highlight] span.slick-arrow:hover,
.portlet_shop_article[class*=_products_highlight] span.slick-arrow:focus-visible {
  color: var(--text-color);
  border: 1px solid var(--background-medium);
  background: var(--background-medium);
}
@media print {
  .portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow,
  .portlet_shop_article[class*=_products_highlight] span.slick-arrow {
    display: none;
  }
}
.portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow:before, .portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow:after,
.portlet_shop_article[class*=_products_highlight] span.slick-arrow:before,
.portlet_shop_article[class*=_products_highlight] span.slick-arrow:after {
  font-weight: 300;
}
.portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow i,
.portlet_shop_article[class*=_products_highlight] span.slick-arrow i {
  font-weight: 300;
}
.portlet_shop_article[class*=_home_shop_highlights] span.slick-arrow.slick-arrow-left,
.portlet_shop_article[class*=_products_highlight] span.slick-arrow.slick-arrow-left {
  right: calc(var(--icon-width-arrow) + var(--size-15));
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-title:nth-last-child(3),
.portlet_shop_article[class*=_products_highlight] .portlet-title:nth-last-child(3) {
  min-height: var(--icon-width-arrow);
}
.portlet_shop_article[class*=_home_shop_highlights] .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow,
.portlet_shop_article[class*=_products_highlight] .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow {
  top: calc(-1 * (var(--size-45) + var(--icon-width-arrow)));
}

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

/* @end */
/* !@group shop responsive */
@media screen and (max-width: 2000px) {
  .shop_category_overview_container,
  .shop_products_wrap .shop_products {
    --columns: 4;
  }
}
@media screen and (max-width: 1500px) {
  .shop_category_overview_container,
  .shop_products_wrap .shop_products {
    --columns: 3;
  }
}
@media screen and (max-width: 1400px) {
  .mod_action_show_article #content .content_inner:first-child {
    margin-top: 0;
  }
  .mod_action_show_article .article_detail_pictures {
    flex: 0 0 47%;
  }
  .mod_action_show_article .text_wrap:not(:first-child) {
    margin-top: var(--size-20);
  }
}
@media screen and (max-width: 950px) {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products,
  .shop_category_overview_container .category_with_articles .articles_in_shop_category {
    --columns: 3;
  }
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products .shop_article:nth-child(4),
  .shop_category_overview_container .category_with_articles .articles_in_shop_category .shop_article:nth-child(4) {
    display: none;
  }
  .mod_action_show_article .shop_accessories_wrap .shop_products {
    --columns: 3;
  }
  .shop_category_overview_container,
  .shop_products_wrap .shop_products,
  .shop_products {
    --columns: 2;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-shop-article-entry-wrap,
  .portlet_shop_article[class*=_products_highlight] .portlet-shop-article-entry-wrap,
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry-wrap {
    --negative-space: calc(var(--icon-width) + var(--size-80) + 25px);
  }
  .portlet_shop_article[class*=_home_shop_highlights],
  .portlet_shop_article[class*=_products_highlight] {
    --icon-width-arrow: clamp(30px,4.2vw,42px);
  }
  .portlet_shop_article[class*=_home_shop_highlights] .slick-slider .slick-list,
  .portlet_shop_article[class*=_products_highlight] .slick-slider .slick-list {
    overflow: hidden;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .slick-slider span.slick-arrow,
  .portlet_shop_article[class*=_products_highlight] .slick-slider span.slick-arrow {
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
    margin-bottom: var(--size-25);
  }
  .portlet_shop_article[class*=_home_shop_highlights] .slick-slider span.slick-arrow.slick-arrow-right,
  .portlet_shop_article[class*=_products_highlight] .slick-slider span.slick-arrow.slick-arrow-right {
    position: absolute;
    top: 0;
    left: calc(var(--icon-width-arrow) + var(--size-15));
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-title:nth-last-child(2),
  .portlet_shop_article[class*=_products_highlight] .portlet-title:nth-last-child(2) {
    min-height: unset;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-title + .portlet-shop-article-entry-wrap .slick-slider span.slick-arrow,
  .portlet_shop_article[class*=_products_highlight] .portlet-title + .portlet-shop-article-entry-wrap .slick-slider span.slick-arrow {
    top: 0;
  }
  .portlet_shop_article[class*=_home_shop_highlights] .portlet-listing-entry-wrap,
  .portlet_shop_article[class*=_products_highlight] .portlet-listing-entry-wrap {
    --negative-space: calc(var(--icon-width) + var(--size-80) + 25px);
  }
}
@media screen and (max-width: 900px) {
  .mod_action_show_article #content > .content_inner.flex_wrap {
    flex-flow: row;
  }
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .pictures {
    --columns: 3;
  }
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(3):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(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    content: "Mehr Bilder";
    padding: 0 10px;
    text-align: center;
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 1.6vw, 16px);
    line-height: clamp(26px, 2.8vw, 28px);
    letter-spacing: unset;
    text-transform: none;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    -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;
    box-sizing: border-box;
  }
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(3):not(:nth-last-child(2)) .resource_background:before a {
    color: #fff;
  }
  html[lang=fr] .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(3):not(:nth-last-child(2)) .resource_background:before {
    content: "Plus de photos";
  }
  html[lang=en] .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(3):not(:nth-last-child(2)) .resource_background:before {
    content: "More images";
  }
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(3):not(:nth-last-child(2)) ~ .picture {
    display: none;
  }
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(3):not(:nth-last-child(2)):hover .resource_background:before {
    color: transparent;
    font-size: 12px;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap {
    flex-flow: column;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_article {
    display: grid;
    grid-template: "picture description1" "picture description2";
    grid-template-columns: 20% 1fr;
    align-items: flex-start;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_article_content {
    flex-flow: column;
    align-items: flex-start;
    grid-area: description1;
    align-self: flex-end;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_article_picture {
    grid-area: picture;
    max-width: 100%;
  }
  #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_total {
    width: 100%;
    border-left: 0;
    border-top: 1px solid var(--background-dark);
    margin-bottom: var(--size-20);
    padding: var(--size-20) 0 0 0;
    grid-area: description2;
    align-self: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner .pictures ~ .content .category_entry_content {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .main_shop_wrap #process_order_login > .shop_div > .shop_div {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .shop_products_wrap .shop_products {
    row-gap: var(--size-60);
  }
  .shop_products_wrap div.shop_article .inner_content {
    background: none;
  }
  .shop_products_wrap div.shop_article .content {
    padding: var(--size-15) 0 0;
  }
  .shop_products_wrap div.shop_article .pictures + .content .shop_special {
    left: var(--size-10);
  }
  .shop_products_wrap div.shop_article .article_categories {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 1.4vw, 14px);
    line-height: clamp(17px, 1.8vw, 18px);
    letter-spacing: unset;
    text-transform: none;
    font-weight: 500;
  }
  .shop_products_wrap div.shop_article .shop_article_information_title, .shop_products_wrap div.shop_article .shop_article_information_title a {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(26px, 3.2vw, 32px);
    letter-spacing: unset;
    text-transform: none;
    font-weight: 700;
    line-height: clamp(20px, 2.4vw, 24px);
  }
  .shop_products_wrap div.shop_article div[class*=introduction] {
    display: none;
  }
  .shop_products_wrap div.shop_article .shop_article_subtitle,
  .shop_products_wrap div.shop_article .shop_article_subtitle2,
  .shop_products_wrap div.shop_article .shop_article_properties_wrap,
  .shop_products_wrap div.shop_article .shop_add_to_cart_form,
  .shop_products_wrap div.shop_article .shop_show_details span {
    display: none !important;
  }
  .shop_products_wrap div.shop_article .shop-price-list {
    margin-top: unset !important;
  }
  .shop_products_wrap div.shop_article .shop-price-list .shop-reduced-price,
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price {
    padding-right: 0;
    min-height: 0;
    font-size: clamp(25px, 4.2vw, 42px);
    line-height: clamp(27px, 4.6vw, 46px);
  }
  .shop_products_wrap div.shop_article .shop-price-list .shop-reduced-price .price_value,
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price .price_value {
    margin-bottom: calc(-1 * clamp(0px, 0.3vw, 3px));
  }
  .shop_products_wrap div.shop_article .shop-price-list .shop-reduced-price .price_currency,
  .shop_products_wrap div.shop_article .shop-price-list .shop-reduced-price .price_unit,
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price .price_currency,
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price .price_unit {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(20px, 2.2vw, 22px);
  }
  .shop_products_wrap div.shop_article .shop-price-list .shop-reduced-price.shop-article-not-available,
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price.shop-article-not-available {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(20px, 2.2vw, 22px);
  }
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price-reduced,
  .shop_products_wrap div.shop_article .shop-price-list .shop-price-before-reduction {
    font-size: clamp(16px, 2.4vw, 24px);
    line-height: clamp(19px, 2.8vw, 28px);
  }
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price-reduced .price_value,
  .shop_products_wrap div.shop_article .shop-price-list .shop-price-before-reduction .price_value {
    padding-bottom: 0;
    order: -1;
  }
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price-reduced .price_currency,
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price-reduced .price_unit,
  .shop_products_wrap div.shop_article .shop-price-list .shop-price-before-reduction .price_currency,
  .shop_products_wrap div.shop_article .shop-price-list .shop-price-before-reduction .price_unit {
    font-size: clamp(13px, 1.5vw, 15px);
    line-height: clamp(15px, 1.8vw, 18px);
  }
}
@media screen and (max-width: 600px) and (max-width: 800px) {
  .shop_products_wrap div.shop_article .shop-price-list .shop-reduced-price .price_value,
  .shop_products_wrap div.shop_article .shop-price-list .shop-regular-price .price_value {
    margin-bottom: calc(-1 * clamp(0px, 0.1vw, 1px));
  }
}
@media screen and (max-width: 600px) {
  .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content {
    flex-flow: column;
    align-items: flex-start;
    gap: var(--size-10);
  }
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products,
  .shop_category_overview_container .category_with_articles .articles_in_shop_category {
    --columns: 2;
  }
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products .shop_article:nth-child(3),
  .shop_category_overview_container .category_with_articles .articles_in_shop_category .shop_article:nth-child(3) {
    display: none;
  }
  .mod_action_show_article .shop_accessories_wrap .shop_products {
    --columns: 2;
  }
  .mod_action_show_article #content > .content_inner.flex_wrap {
    flex-flow: column;
  }
  .mod_action_show_article .text_wrap {
    --siteframe-space: var(--size-30);
  }
  .mod_action_show_article .text_wrap:not(:first-child) {
    margin-top: var(--section-space-vertical);
  }
  .mod_action_show_article .article_detail_pictures {
    display: flex;
    flex-flow: column;
    gap: var(--size-20);
    flex: unset;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 var(--siteframe-space);
    box-sizing: border-box;
  }
  .mod_action_show_article .article_detail_pictures > * {
    flex: 1;
  }
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails:not(:first-child) {
    margin: 0;
  }
  .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: 500px) {
  body {
    --input-height: 41px;
  }
  .shop_category_overview_container,
  .shop_products {
    --columns: 1;
  }
  .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;
  }
}
@media screen and (max-width: 470px) {
  .article_price_footer .shop_add_to_cart_form .shop_quantity_to_cart {
    display: none;
  }
  #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_category_overview_container .shop_category:not(.category_with_articles) .pictures ~ .content .title_wrap h2 {
    hyphens: auto;
  }
  #shop_cross_selling_popup .popup_message i {
    font-size: 30px;
  }
  #shop_cross_selling_popup .popup_message span {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .shop_category_overview_container .category_with_articles .articles_in_shop_category,
  .mod_action_show_article .shop_accessories_wrap .shop_products,
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products,
  .shop_products_wrap .shop_products {
    --columns: 1;
  }
}
/* @end */
/* @group print */
@media print {
  div.shop_article .pictures .shop_special_flag,
  .mod_action_show_article .article_detail_pictures .pictures .shop_special_flag,
  .portlet_shop_article[class*=_home_shop_highlights],
  .portlet_shop_article[class*=_products_highlight],
  .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;
  }
  .shop_products_wrap .shop_products,
  .shop_category_overview_container,
  .shop_products,
  .articles_in_shop_category {
    --columns: 3;
  }
  div.shop_article .shop-price-list .shop-reduced-price,
  div.shop_article .shop-price-list .shop-regular-price {
    font-size: 26px;
    line-height: 32px;
    min-height: 0;
  }
  div.shop_article .shop-price-list .shop-regular-price-reduced,
  div.shop_article .shop-price-list .shop-price-before-reduction {
    font-size: 18px;
    line-height: 18px;
  }
  .portlets[class*=all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value {
    font-size: 26px;
    line-height: 32px;
    min-height: 0;
  }
  .mod_action_show_article .content_inner.flex_wrap {
    flex-flow: row;
  }
  .mod_action_show_article .text_wrap {
    padding: 0;
  }
  .mod_action_show_article .text_wrap:not(:first-child) {
    margin-top: 0;
  }
  .mod_action_show_article .shop_article_description {
    margin-top: 0;
    border: 0;
    padding-top: 0;
  }
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .pictures {
    --columns: 2;
  }
}
/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
body[data-theme=dark_mode] {
  --primary-color: #DB0000;
  --primary-color-dark: #b50000;
  --primary-color-light: #f8cccc;
  --secondary-color: #DB0000;
  --secondary-color-dark: #c10000;
  --secondary-color-light: #f8cccc;
  --signal-color: #DB0000;
  --signal-color-rgb: 219, 0, 0;
  --color-on-primary-color: #000;
  --color-on-secondary-color: #000;
  --text-color: #fff;
  --text-color-light: rgba(255, 255, 255, 0.5);
  --text-color-primary: #DB0000;
  --text-color-secondary: #fff;
  --icon-color: #DB0000;
  --icon-color-light: #f8cccc;
  --background-darker: #464646;
  --background-dark: #373737;
  --background-medium: #282828;
  --background-light: #191919;
  --background-rgb: 34, 34, 34;
  --border: rgba(255, 255, 255, 0.14);
  --background-dark-style-dark: #fff;
  --background-dark-style-medium: #f1f1f1;
  --background-dark-style-rgb: 237, 237, 237;
  --background-dark-style-medium: #e2e2e2;
  --input-border: var(--text-color-light);
}
body[data-theme=dark_mode]:not(.navi_open):not(.search_open).scroll_header header, body[data-theme=dark_mode]:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header {
  background: rgba(25, 25, 25, 0.7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
body[data-theme=dark_mode] #dark_light_toggle .dark_light_toggle_inner {
  background: rgba(255, 255, 255, 0.2);
}
body[data-theme=dark_mode] .header_right .language_switcher.with_dropdown .language_dropdown {
  background: var(--background-dark);
}
body[data-theme=dark_mode] footer .portlet .pictures .picture img {
  filter: invert(100%);
}
body[data-theme=dark_mode] .portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture img {
  filter: grayscale(1) brightness(1) invert(1);
  opacity: 0.7;
}
body[data-theme=dark_mode] .portlets[class*=all_options] .portlet_content.with_darkmode_graphic .picture, body[data-theme=dark_mode] .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures img {
  filter: grayscale(1) brightness(1) invert(1);
}
body[data-theme=dark_mode].logged_in div.portlets div.portlets_inner_wrap:after {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}
@media (prefers-color-scheme: dark) {
  body[data-theme=dynamic_dark_mode] {
    --primary-color: #DB0000;
    --primary-color-dark: #b50000;
    --primary-color-light: #f8cccc;
    --secondary-color: #DB0000;
    --secondary-color-dark: #c10000;
    --secondary-color-light: #f8cccc;
    --signal-color: #DB0000;
    --signal-color-rgb: 219, 0, 0;
    --color-on-primary-color: #000;
    --color-on-secondary-color: #000;
    --text-color: #fff;
    --text-color-light: rgba(255, 255, 255, 0.5);
    --text-color-primary: #DB0000;
    --text-color-secondary: #fff;
    --icon-color: #DB0000;
    --icon-color-light: #f8cccc;
    --background-darker: #464646;
    --background-dark: #373737;
    --background-medium: #282828;
    --background-light: #191919;
    --background-rgb: 34, 34, 34;
    --border: rgba(255, 255, 255, 0.14);
    --background-dark-style-dark: #fff;
    --background-dark-style-medium: #f1f1f1;
    --background-dark-style-rgb: 237, 237, 237;
    --background-dark-style-medium: #e2e2e2;
    --input-border: var(--text-color-light);
  }
  body[data-theme=dynamic_dark_mode]:not(.navi_open):not(.search_open).scroll_header header, body[data-theme=dynamic_dark_mode]:not(.navi_open):not(.search_open):not(:has(div[class*=picture_top])):not(:has(#siteframe > .videos)).is_scrolled header {
    background: rgba(25, 25, 25, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  body[data-theme=dynamic_dark_mode] #dark_light_toggle .dark_light_toggle_inner {
    background: rgba(255, 255, 255, 0.2);
  }
  body[data-theme=dynamic_dark_mode] .header_right .language_switcher.with_dropdown .language_dropdown {
    background: var(--background-dark);
  }
  body[data-theme=dynamic_dark_mode] footer .portlet .pictures .picture img {
    filter: invert(100%);
  }
  body[data-theme=dynamic_dark_mode] .portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures .picture img {
    filter: grayscale(1) brightness(1) invert(1);
    opacity: 0.7;
  }
  body[data-theme=dynamic_dark_mode] .portlets[class*=all_options] .portlet_content.with_darkmode_graphic .picture, body[data-theme=dynamic_dark_mode] .portlets[class*=all_options] .portlet_content.with_icon_gallery .pictures img {
    filter: grayscale(1) brightness(1) invert(1);
  }
  body[data-theme=dynamic_dark_mode].logged_in div.portlets div.portlets_inner_wrap:after {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
  }
}

/*
|---------------------------------------------------------------
| 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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group social media wall */
.social_wall:not(:first-child) {
  margin-top: var(--size-180);
}
.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;
}
.social_wall .social_wall_title {
  margin-bottom: var(--size-80);
}
.social_wall .social_wall_title .portlet-content {
  display: flex;
  flex-flow: column;
}
.social_wall .social_wall_title .portlet_text_wrap {
  text-align: center;
}
.social_wall .social_wall_title .portlet_text_wrap:not(:first-child) {
  margin-bottom: var(--size-40);
}
.social_wall .social_wall_title .portlet_content_subtitle,
.social_wall .social_wall_title .portlet-title {
  font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(32px, 5.2vw, 52px);
  letter-spacing: unset;
  text-transform: uppercase;
  color: var(--text-color);
}
.social_wall .social_wall_title .portlet_content_subtitle a,
.social_wall .social_wall_title .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.social_wall .social_wall_title .portlet_content_subtitle a:hover,
.social_wall .social_wall_title .portlet-title a:hover {
  color: var(--text-color);
}
.social_wall .social_wall_title .portlet_content_subtitle:not(:last-child),
.social_wall .social_wall_title .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .social_wall .social_wall_title .portlet_content_subtitle,
  .social_wall .social_wall_title .portlet-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.social_wall .social_wall_title .portlet_content_subtitle:not(:last-child),
.social_wall .social_wall_title .portlet-title:not(:last-child) {
  margin-bottom: var(--size-35);
}
.social_wall .social_wall_title [class*=has_subtitle] .portlet-title {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3vw, 30px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin: 0;
}
.social_wall .social_wall_title [class*=has_subtitle] .portlet-title a {
  color: var(--primary-color);
  text-decoration: none;
}
.social_wall .social_wall_title [class*=has_subtitle] .portlet-title br {
  display: none;
}
.social_wall .social_wall_title [class*=has_subtitle] .portlet-title:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .social_wall .social_wall_title [class*=has_subtitle] .portlet-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.social_wall .social_wall_title [class*=has_subtitle] .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
.social_wall .social_wall_title #button_detail_site {
  margin-top: var(--size-50);
  display: flex;
  justify-content: center;
  width: 100%;
}
.social_wall .social_wall_title #button_detail_site a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
.social_wall .social_wall_title #button_detail_site a:hover, .social_wall .social_wall_title #button_detail_site a:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .social_wall .social_wall_title #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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(11px, 1.3vw, 13px) clamp(20px, 3.5vw, 35px);
}
.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-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .social_wall .portlet[class*=social_media_link] .portlet_text_wrap .portlet_content_link {
    display: none;
  }
}
.social_wall .portlet[class*=social_media_link] .portlet_text_wrap .portlet_content_link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}

.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-stacker > ul.j-stack,
.juicer-feed .j-stacker-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.juicer-feed .j-stack {
  --gap: var(--size-40) var(--size-40);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
  display: grid !important;
  padding: 0 !important;
  margin: 0 !important;
}
.juicer-feed .j-stack > .cf {
  display: none;
}
.juicer-feed .j-stack li.feed-item {
  border: none !important;
  box-shadow: none !important;
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-flow: column;
  background: var(--background-medium) !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: 13px;
    line-height: 20px;
  }
}
.juicer-feed .j-stack li.feed-item .j-meta a {
  text-decoration: 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);
  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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 800;
  color: var(--text-color) !important;
  margin-right: auto !important;
}
@media print {
  .juicer-feed .j-stack .j-poster a h3 {
    font-size: 13px;
    line-height: 20px;
  }
}
.juicer-feed .j-stack .j-poster a .j-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  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: 13px;
    line-height: 20px;
  }
}
.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 6 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);
}
.juicer-feed .j-stack .j-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  -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 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  padding: 0 !important;
  box-sizing: border-box;
  height: 100%;
  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: 13px;
    line-height: 20px;
  }
}
.juicer-feed .j-stack .j-text a {
  color: var(--text-color);
  text-decoration: underline;
  text-underline-position: under;
  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 {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  padding: 0 var(--size-25) var(--size-25) var(--size-25) !important;
}
.juicer-feed .j-stack .j-text .j-message a {
  color: var(--text-color);
}
@media print {
  .juicer-feed .j-stack .j-text .j-message {
    font-size: 13px;
    line-height: 20px;
  }
}
.juicer-feed .j-stack .j-text .j-message, .juicer-feed .j-stack .j-text .j-message p {
  color: var(--text-color) !important;
}
.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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(26px, 2.8vw, 28px);
  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: 13px;
    line-height: 20px;
  }
}
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: auto var(--size-25) var(--size-25) var(--size-25);
  padding-top: var(--size-25);
  border-top: 1px solid rgba(var(--background-dark-style-rgb), 0.1);
}
.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(25, 25, 25, 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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 800;
  color: var(--text-color) !important;
  margin-right: auto !important;
}
@media print {
  div.j-overlay .j-poster a h3 {
    font-size: 13px;
    line-height: 20px;
  }
}
div.j-overlay .j-poster a .j-date {
  font-family: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  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: 20px;
  }
}
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: "Assistant", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(26px, 3.2vw, 32px);
  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: 20px;
  }
}
div.j-overlay .j-overlay-content .j-overlay-text a {
  color: var(--text-color);
  text-decoration: underline;
  text-underline-position: under;
  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: "Assistant", 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;
  transform: translateZ(0);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
}
div.j-overlay .j-overlay-content .j-bottom a:hover, div.j-overlay .j-overlay-content .j-bottom a:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@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 6 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 6 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;
  }
}
@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;
  }
}
/*
|---------------------------------------------------------------
| 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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group max-width: 1300px */
@media screen and (max-width: 1300px) {
  .home_section .portlet_content .portlet_content_introduction {
    font-size: clamp(32px, 9.5vw, 95px);
    line-height: clamp(38px, 9.5vw, 95px);
  }
}
/* @end */
/* !@group max-width: 1200px */
@media screen and (max-width: 1200px) {
  header {
    padding: 0 var(--siteframe-space);
  }
  header .header_right {
    gap: var(--size-20);
  }
  header .quick_navigation .quick_navigation_icons {
    gap: var(--size-20);
  }
}
/* @end */
/* !@group max-width: 1100px */
@media screen and (max-width: 1100px) {
  body {
    --header-height: clamp(100px,13vw,130px);
  }
  header .header_right {
    gap: clamp(5px, 1.5vw, 15px);
    margin-top: calc(-1 * var(--size-30));
  }
  header .language_switcher,
  header #dark_light_toggle,
  header .quick_navigation {
    display: none !important;
  }
  header #logo {
    width: clamp(70px, 9vw, 90px);
  }
  .menu_toggle {
    margin-left: var(--size-15);
  }
  .portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures {
    --columns: 4;
  }
  .home_section .portlet_content .portlet_content_introduction {
    font-size: clamp(32px, 8.5vw, 85px);
    line-height: clamp(38px, 8.5vw, 85px);
  }
}
/* @end */
/* !@group max-width: 950px */
@media screen and (max-width: 950px) {
  .portlets[class*=all_options] .portlet-listing-entry-wrap,
  .grid_portlets_wrap .portlets_goenner .portlets_inner_wrap,
  .portlets[class*=all_options] .three_in_a_row .portlet-listing-entry-wrap,
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlets_inner_wrap {
    --columns: 2;
  }
  .portlets[class*=all_options] .two_in_a_row .portlet-listing-entry-wrap {
    --gap: var(--size-20);
  }
  .portlets[class*=all_options] .two_in_a_row .slick-slider {
    --slider-gap: var(--size-20);
  }
  .portlets[class*=all_options] .portlet-listing-entry-wrap:not(:first-child) {
    margin-top: var(--size-60);
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content) {
    --icon-width-arrow: clamp(30px,4.2vw,42px);
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content) .slick-list {
    overflow: hidden;
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow {
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
    margin-bottom: var(--size-25);
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content) span.slick-arrow.slick-arrow-right {
    position: absolute;
    top: 0;
    left: calc(var(--icon-width-arrow) + var(--size-15));
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content).slider .portlet-title:nth-last-child(2), .portlets[class*=all_options] .portlet:not(.portlet_content).portlet_shop_article .portlet-title:nth-last-child(2) {
    min-height: unset;
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content).slider .portlet-title + .portlet-listing-entry-wrap span.slick-arrow, .portlets[class*=all_options] .portlet:not(.portlet_content).slider .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow, .portlets[class*=all_options] .portlet:not(.portlet_content).portlet_shop_article .portlet-title + .portlet-listing-entry-wrap span.slick-arrow, .portlets[class*=all_options] .portlet:not(.portlet_content).portlet_shop_article .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow {
    top: 0;
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content).slider .portlet-listing-entry-wrap, .portlets[class*=all_options] .portlet:not(.portlet_content).portlet_shop_article .portlet-listing-entry-wrap {
    --negative-space: calc(var(--icon-width) + var(--size-80) + 25px);
  }
  .home_section .portlet_shop_article[class*=_home_shop_highlights]:after {
    height: clamp(220px, 35vw, 350px);
  }
}
/* @end */
/* !@group max-width: 900px */
@media screen and (max-width: 900px) {
  .flex_wrap {
    flex-flow: column;
  }
  footer {
    --section-spacing: clamp(30px,5vw,50px);
  }
  footer .footer_inner {
    padding: var(--section-spacing) var(--siteframe-space) var(--size-20);
  }
  footer .footer_section {
    padding: var(--section-spacing) 0;
  }
  footer .footer_section.flex_wrap {
    flex-flow: nowrap;
    gap: var(--size-60);
  }
  footer .footer_section .footer_section_left {
    flex: 0 0 auto;
  }
  footer .footer_section:last-child {
    padding-top: var(--size-20);
  }
  footer .quicklinks_wrap {
    --gap: 0;
    --columns: 1;
    margin-bottom: calc(-1 * var(--size-15));
  }
  footer .quicklinks_wrap .portlet_quicklinks {
    max-width: none;
    width: 100%;
  }
  footer .quicklinks_wrap .portlet_quicklinks:not(:first-child) {
    border-top: 1px solid var(--border);
  }
  footer .quicklinks_wrap .portlet_quicklinks .portlet-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--size-10);
    padding: var(--size-15) 0;
  }
  footer .quicklinks_wrap .portlet_quicklinks .portlet-title:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    content: "\f107"/"";
    margin-left: 8px;
  }
  footer .quicklinks_wrap .portlet_quicklinks .portlet-title:after {
    font-weight: 400;
    -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;
  }
  footer .quicklinks_wrap .portlet_quicklinks .portlet-title:not(:last-child) {
    margin-bottom: 0;
  }
  footer .quicklinks_wrap .portlet_quicklinks .portlet-content {
    display: none;
    margin-top: calc(-1 * var(--size-10));
    margin-bottom: var(--size-15);
  }
  footer .quicklinks_wrap .portlet_quicklinks.visible_detail .portlet-title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer .portlet.portlet_content_seo_title:not(:last-child) {
    margin-bottom: var(--size-15);
  }
  footer .newsletter_form_wrap {
    max-width: 100%;
  }
  footer .newsletter_form_wrap form {
    flex-flow: column;
  }
  footer .newsletter_form_wrap .form_element {
    flex: 0 0 100%;
  }
  footer .newsletter_form_wrap .form_element.submit_wrap {
    flex: 0 0 100%;
  }
  footer .newsletter_form_wrap button.submit_button {
    width: 100%;
  }
  footer .newsletter_form_wrap .privacy_info {
    margin-top: var(--size-15);
  }
  .portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures,
  .portlets[class*=all_options] .logos .portlet-listing-entry-wrap {
    --columns: 3;
  }
  #mailform_elements .mailform_elements_wrap {
    flex-flow: column;
  }
}
/* @end */
/* !@group max-width: 750px */
@media screen and (max-width: 750px) {
  .gallery_small {
    --columns: 2;
  }
}
/* @end */
/* !@group max-width: 700px */
@media screen and (max-width: 700px) {
  .gallery {
    --columns: 2;
  }
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap {
    flex-flow: column;
  }
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap {
    max-width: 100%;
    margin-right: 0;
    top: 0;
    flex: unset;
    position: relative;
    width: 100%;
  }
  .home_section {
    --section-trianlge-gap: 0px;
  }
  .home_section .portlet_content[class*=_home_picture_right] {
    background: var(--primary-color);
  }
  .home_section .portlet_content[class*=_home_picture_right] .portlet_inner {
    padding: 0 0 0 var(--size-60);
  }
  .home_section .portlet_content[class*=_home_picture_right] .portlet-content {
    display: flex;
    flex-flow: column;
    align-items: unset;
    justify-content: unset;
  }
  .home_section .portlet_content[class*=_home_picture_right] .pictures {
    flex: unset;
    width: 100%;
    order: 0;
    aspect-ratio: 1/1;
  }
  .home_section .portlet_content[class*=_home_picture_right] .pictures img {
    aspect-ratio: 1/1;
  }
  .home_section .portlet_content[class*=_home_picture_right] .portlet_text_wrap {
    flex: unset;
    max-width: none;
    margin: 0;
    padding: var(--size-60) var(--siteframe-space) var(--size-80) 0;
    box-sizing: border-box;
  }
  .home_section .portlet_content[class*=_home_picture_big] {
    margin-bottom: -1px;
    --picture-triangle-width: clamp(250px,65vw,650px);
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures {
    aspect-ratio: 1/1.1;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures:before {
    aspect-ratio: 500/220;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap {
    position: static;
    padding: 0;
    overflow: hidden;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap .portlet_content_title_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: unset;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    aspect-ratio: 1/1.1;
    z-index: 10;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap .portlet_content_description {
    position: relative;
    padding: var(--size-30) var(--siteframe-space) var(--size-60);
    z-index: 10;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap .portlet_content_description:before {
    content: "";
    position: absolute;
    top: unset;
    left: 0;
    width: auto;
    height: var(--section-triangle-height);
    display: block;
    background: var(--primary-color);
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 0;
    top: 0;
    left: var(--picture-triangle-width);
    aspect-ratio: 500/220;
    z-index: 1;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap .portlet_content_description:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--picture-triangle-width);
    height: var(--section-triangle-height);
    display: block;
    background: var(--primary-color);
    bottom: 1;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap .portlet_content_description > * {
    position: relative;
    z-index: 10;
  }
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_description {
    max-width: var(--picture-triangle-width);
  }
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction {
    max-width: none;
  }
  .home_section.home_section_1 .portlet[class*=_home_picture_right] {
    text-align: left;
    background: none;
  }
  .home_section.home_section_1 .portlet[class*=_home_picture_right] .portlet_content_link_wrap {
    justify-content: unset;
  }
  .home_section.home_section_1 .portlet[class*=_home_picture_right] a.portlet_content_link:not(.portlet_content_second_link) {
    order: 0;
  }
}
/* @end */
/* !@group max-width: 600px */
@media screen and (max-width: 600px) {
  header [class*=header_button] a.portlet_content_link > span > span, header [class*=header_button] a.portlet_content_link:before {
    display: none;
  }
  .menu_toggle span.label {
    display: none;
  }
  .menu_toggle span.icon {
    margin-left: 0;
  }
  footer .footer_section.flex_wrap {
    flex-flow: column;
    gap: var(--size-40);
  }
  footer .footer_section .footer_section_left {
    flex: 0 0 auto;
  }
  footer ul.copyright {
    justify-content: flex-start;
  }
  footer ul.copyright li:first-child {
    flex: 0 0 100%;
    margin-bottom: -9px;
  }
  .webcam_wrap {
    --columns: 1;
  }
  .webcam_wrap p:has(a[href*="/webcam"]) img {
    aspect-ratio: unset;
  }
  .portlets[class*=all_options] .two_in_a_row .portlet-listing-entry-wrap,
  .portlets[class*=all_options] .portlet-listing-entry-wrap,
  .grid_portlets_wrap .portlets_goenner .portlets_inner_wrap,
  .portlets[class*=all_options] .portlet-listing-entry-wrap,
  .portlets[class*=all_options] .three_in_a_row .portlet-listing-entry-wrap,
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlets_inner_wrap {
    --columns: 1;
  }
  .portlets[class*=all_options] .portlet_content.with_slider {
    --picture-gap: var(--section-space-vertical-medium);
  }
  #popup_news {
    box-shadow: none;
  }
  #popup_news .information_responsive {
    display: flex;
    pointer-events: all;
  }
  #popup_news .portlet {
    opacity: 0;
    visibility: hidden;
    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 #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;
    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 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }
  .mailform_element.zwei,
  .mailform_element.drei {
    flex: 0 0 100%;
  }
  #search_results .search_item_wrap .videos,
  #search_results .search_item_wrap .pictures {
    flex: unset;
    max-width: 100%;
  }
}
/* @end */
/* !@group  max-width: 550px */
@media screen and (max-width: 550px) {
  .portlets[class*=all_options] .portlet_content.with_logo_gallery .pictures {
    --columns: 2;
  }
}
/* @end */
/* !@group  max-width: 500px */
@media screen and (max-width: 500px) {
  footer .copyright ul li:last-child {
    margin-left: 0;
  }
  .gallery_small {
    --columns: 1;
  }
  .listing_property_filter form .p_select2_filter,
  .listing_property_filter form .p_select2 {
    flex: 1 0 100%;
  }
}
/* @end */
/* !@group  max-width: 370px */
@media screen and (max-width: 370px) {
  header .portlet[class*=_header_button] {
    max-width: 75px;
  }
}
/* @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 mixins */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* @group custom mixins */
/* @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: 100px;
    --siteframe-space: 0;
    --siteframe: 100%;
    --siteframe-medium: 100%;
    --siteframe-small: 100%;
    --siteframe-very-small: 100%;
    --section-space-vertical: 60px;
    --section-space-vertical-medium: 90px;
    --section-space-vertical-big: 120px;
  }
  p, h1, h2, h3, h4, h5, h6, a, i,
  ul li:before, ol li:before {
    color: var(--text-color) !important;
    text-align: left;
  }
  .portlets_all_options .background_dark .portlet_inner,
  .portlets_all_options .portlet_content.big_picture.background_dark_inner .portlet_text_wrap,
  .fix_portlet_wrap_home.background_dark {
    background: #fff;
  }
  .sharethis_wrap,
  .home_section .portlet_shop_article[class*=_home_shop_highlights]:not(:first-child),
  .portlet_content_link_wrap,
  a.back-to-overview,
  .special_coupon_wrap,
  .content_inner:has(> .text_wrap > .listing_entry_backlink),
  #siteframe > .videos,
  div[class*=picture_top],
  .menu_wrap,
  .pagination,
  ul.tags,
  .menu-skip-links,
  span.slick-arrow,
  .picture .resource_description,
  .filter_tags_wrap_left,
  .listing_property_filter,
  .gallery_tags_wrap,
  #popup_news,
  .musics, .documents, .videos,
  footer .footer_section:not(:last-child),
  .portlet_quicklinks_quicklinks_footer,
  footer .footer_bottom .footer_inner > .portlet,
  .footer_top.cta_banner,
  .gallery,
  #portlets_info_left,
  .breadcrumb,
  .language_switcher,
  .picture_top,
  header .header_right,
  .copy,
  #privacy_banner {
    display: none !important;
  }
  footer,
  .home_section,
  .shop_article,
  .grid_portlets_wrap,
  .portlet-listing-entry,
  .portlet-shop-article-entry,
  .portlet,
  .listing_entry,
  .overview_item {
    page-break-inside: avoid;
    box-decoration-break: clone;
  }
  header {
    position: relative;
    padding: 0;
  }
  header #logo {
    width: 70px;
  }
  body:has(#siteframe > .videos):not(.scroll_header) header, body:has(div[class*=picture_top]):not(.scroll_header) header {
    --header-button-color: #333333;
    background: none;
  }
  #siteframe {
    padding-top: 0;
  }
  #content .content_inner:first-child {
    margin-top: var(--size-60);
  }
  body:has(#siteframe > .videos) #content .content_inner:first-child, body:has(div[class*=picture_top]) #content .content_inner:first-child {
    margin-top: var(--size-60);
  }
  #content .content_inner.content_top + .content_inner {
    margin-top: var(--size-50);
  }
  .text_center {
    text-align: left;
  }
  footer {
    padding-top: var(--size-80);
    margin-top: unset;
  }
  body:has(.shop_accessories_wrap:nth-last-child(2)):has(.grid_portlets_wrap:last-child):not(:has(.grid_portlets_wrap .portlet)) footer, body.css_kompakt:not(:has(.grid_portlets_wrap .portlet)):has(.content_inner:nth-last-child(2) #mixItUp) footer, body:has(.portlets_all_options_bottom:last-child .portlet.with_background:nth-last-child(2)) footer {
    padding-top: var(--size-80);
  }
  footer .footer_inner {
    padding: 0;
  }
  footer .footer_section {
    padding: 30px 0;
  }
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlets_inner_wrap {
    gap: var(--size-20);
  }
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlets_inner_wrap .portlet .portlet_text_wrap:first-child,
  .portlets_all_options .accordeon_listing_faq .portlet-listing-entry > *,
  .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;
  }
  #mixItUp.listing:not(:first-child),
  #overview_wrap:not(:first-child) {
    margin-top: 0;
  }
  .grid_portlets_wrap {
    --negative-space: 0px;
  }
  .grid_portlets_wrap .portlets_goenner {
    margin-top: 0;
    padding-bottom: 0;
    background: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlets_inner_wrap {
    top: unset;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
    --picture-gap: var(--size-80);
    --picture-gap: 0px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:first-child) {
    margin-top: var(--section-space-vertical-medium);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
    display: flex;
    gap: var(--picture-gap);
    position: relative;
    max-width: var(--siteframe-very-small);
    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;
    transform: translateZ(0);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content > .cf, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content.cf {
    display: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.videos) .portlet-content, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.pictures) .portlet-content {
    max-width: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
    flex: 0 0 730px;
    max-width: 62%;
    order: 2;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos + .pictures {
    display: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
    overflow: visible;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures .resource_background {
    overflow: visible;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures a.resource_link {
    overflow: hidden;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures .picture:not(:first-child) {
    display: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.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;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .icon i {
    font-size: calc(var(--icon-width) / 2.2);
    font-weight: 300;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .icon:not(:last-child) {
    margin-bottom: var(--size-30);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_text_wrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
    font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 4.8vw, 48px);
    line-height: clamp(32px, 5.2vw, 52px);
    letter-spacing: unset;
    text-transform: uppercase;
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a {
    color: var(--text-color);
    text-decoration: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a:hover {
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:last-child) {
    margin-bottom: var(--size-20);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
    font-size: 28px;
    line-height: 28px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:first-child) {
    margin-top: 0;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .listing-date {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 1.6vw, 16px);
    line-height: clamp(26px, 2.8vw, 28px);
    letter-spacing: unset;
    text-transform: none;
    color: var(--text-color-light);
    font-weight: 700;
    margin-bottom: var(--size-5);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .listing-date a {
    color: var(--text-color-light);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .listing-date {
    font-size: 13px;
    line-height: 20px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction {
    font-weight: 560;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(26px, 3vw, 30px);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction:not(:last-child) {
    margin-bottom: var(--paragraph-space);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description)) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(26px, 3.2vw, 32px);
    letter-spacing: unset;
    text-transform: none;
    line-height: clamp(26px, 3vw, 30px);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description > *)):has(.portlet_content_description:empty) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:has(.portlet_content_description)) .portlet_content_introduction, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:has(.portlet_content_description > [class*=_link]:first-child) .portlet_content_introduction {
    font-size: 13px;
    line-height: 20px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(26px, 3.2vw, 32px);
    letter-spacing: unset;
    text-transform: none;
    line-height: clamp(26px, 3vw, 30px);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
    font-size: 13px;
    line-height: 20px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description:not(:empty):not(:last-child) {
    margin-bottom: var(--paragraph-space);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 {
    font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 3.2vw, 32px);
    line-height: clamp(24px, 3.6vw, 36px);
    letter-spacing: unset;
    text-transform: uppercase;
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 a {
    color: var(--text-color);
    text-decoration: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 a:hover {
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3:not(:last-child) {
    margin-bottom: var(--size-15);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: clamp(18px, 2.8vw, 28px);
    line-height: clamp(24px, 3.6vw, 36px);
    letter-spacing: unset;
    text-transform: unset;
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 a {
    color: var(--text-color);
    text-decoration: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 a:hover {
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4:not(:last-child) {
    margin-bottom: var(--size-15);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h4 {
    font-size: 18px;
    line-height: 21px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: clamp(17px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: unset;
    text-transform: unset;
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5 a, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 a {
    color: var(--text-color);
    text-decoration: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5 a:hover, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 a:hover {
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5:not(:last-child), .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h5, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .documents,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .musics {
    margin-top: 0;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .documents:not(:last-child),
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .musics:not(:last-child) {
    margin-bottom: var(--paragraph-space);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Assistant", 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;
    transform: translateZ(0);
    font-weight: 400;
    font-size: clamp(14px, 1.4vw, 14px);
    line-height: clamp(16px, 1.8vw, 18px);
    padding: clamp(7px, 0.9vw, 9px) clamp(11px, 2vw, 20px);
    font-weight: 400;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:hover, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:focus-visible {
    color: var(--primary-color);
    border: 1px solid var(--primary-color-light);
    background: var(--primary-color-light);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
    display: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:before, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
    font-weight: 300;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    content: "\f061"/"";
    margin-left: 8px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:not(:first-child) {
    margin-top: 3px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content[class*=element_link_entire] .portlet-content {
    position: relative;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.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 print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
    --picture-gap: var(--size-40);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content:not(:first-child) {
    margin-top: var(--size-60);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
    max-width: 40%;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction {
    font-size: 16px;
    line-height: 24px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
    flex-flow: column;
    height: 100%;
    overflow: visible;
    background: var(--background-medium);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .videos,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures {
    flex: unset;
    max-width: 100%;
    order: 0;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .pictures .resource_description {
    display: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_text_wrap {
    height: 100%;
    padding: var(--size-25);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
    font-family: "Refrigerator Deluxe", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: clamp(25px, 4.2vw, 42px);
    line-height: clamp(27px, 4.6vw, 46px);
    letter-spacing: unset;
    text-transform: uppercase;
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a {
    color: var(--text-color);
    text-decoration: none;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title a:hover {
    color: var(--text-color);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:last-child) {
    margin-bottom: var(--size-15);
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title {
    font-size: 24px;
    line-height: 24px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-title:not(:first-child) {
    margin-top: 0;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
    line-height: clamp(26px, 2.8vw, 28px);
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
    display: flex;
    flex-flow: column;
    height: 100%;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
    font-family: "Assistant", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(26px, 3.2vw, 32px);
    letter-spacing: unset;
    text-transform: none;
    color: var(--primary-color);
    text-decoration: none;
    padding: 0;
    background: none;
    border: 0;
    margin-top: auto;
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link {
    font-size: 13px;
    line-height: 20px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:focus, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:hover {
    color: var(--primary-color);
    background: none;
    border: 0;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    content: "\f061"/"";
    margin-left: 8px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:after {
    position: relative;
    right: 0;
    font-weight: 300;
    -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;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:focus:after, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:hover:after {
    right: -10px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_link:not(:first-child) {
    margin-top: auto;
  }
}
@media print {
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content {
    --picture-gap: 0px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet-content {
    border: 1px solid var(--border) !important;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction {
    font-size: 14px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_introduction,
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description {
    line-height: 22px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction {
    font-size: 14px !important;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content .portlet_content_description_bottom .portlet_content_introduction .price {
    font-size: 26px;
    line-height: 32px;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .pictures + .portlet_text_wrap .portlet-title {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    justify-content: flex-start;
    margin: 0 0 var(--size-15);
    padding: 0;
    background: none;
    aspect-ratio: unset;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .pictures + .portlet_text_wrap .portlet-title, .grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .pictures + .portlet_text_wrap .portlet-title a {
    color: #333333;
  }
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .portlet_text_wrap:has(.portlet-title + .portlet_content_description a.portlet_content_link:only-child),
  .grid_portlets_wrap .portlets_goenner .portlet.portlet_content.title_over_picture .portlet_text_wrap:has(.portlet-title:only-child) {
    padding: var(--size-25);
  }
  .portlets[class*=all_options] .portlet_content.with_background {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  .portlets[class*=all_options] .portlet_content.cta_banner {
    display: none;
  }
  .portlets[class*=all_options] .portlet_content.with_slider .videos,
  .portlets[class*=all_options] .portlet_content.with_slider .pictures {
    display: none;
  }
  .portlets[class*=all_options] .portlet_content.with_slider.with_background:has(.pictures) {
    padding-bottom: var(--size-50);
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content):not(.two_in_a_row) .slick-track {
    gap: 45px 20px;
  }
  .portlets[class*=all_options] .portlet:not(.portlet_content):not(.two_in_a_row) .slick-track .slick-slide {
    flex: 0 0 calc(33.33% - 15px);
  }
  .portlets[class*=all_options] .portlet_listing .portlet_listing_link_wrap {
    margin-top: var(--size-40);
  }
  .portlets[class*=all_options] .portlet-listing-entry-wrap {
    --gap: var(--size-20);
    --columns: 3;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-gap: var(--gap);
  }
  .portlets[class*=all_options] .portlet-listing-entry-wrap > .cf {
    display: none;
  }
  .portlets[class*=all_options] .portlet-listing-entry-wrap:not(:first-child) {
    margin-top: var(--size-40);
  }
  .portlets[class*=all_options] .portlet-listing-entry-wrap .portlet-entry-tags .title_tag,
  .portlets[class*=all_options] .portlet-listing-entry-wrap .listing_properties .properties .property_text {
    background: none;
  }
  .portlets[class*=all_options] .portlet_listing.with_background {
    padding-bottom: 0;
  }
  .portlets[class*=all_options] .portlet_listing.with_background:after {
    display: none;
  }
  .portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap {
    --negative-space: 0px;
  }
  .portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap:before {
    display: none;
  }
  .portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap .portlet-listing-entry > * {
    border: 1px solid var(--border);
  }
  .portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap .portlet-entry-tags .title_tag,
  .portlets[class*=all_options] .portlet_listing.with_background .portlet-listing-entry-wrap .listing_properties .properties .property_text {
    background: none;
  }
  .portlets[class*=all_options] .portlet_listing.with_background .portlet-title {
    padding-top: 0;
  }
  .portlets[class*=all_options] .accordeon_listing_faq .portlet-listing-entry .portlet-listing-entry-inline,
  .portlets[class*=all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-entry-inline {
    border: 0 !important;
  }
  .home_section .portlet_content:not(:first-child) {
    margin-top: var(--size-120);
  }
  .home_section .portlet_content .pictures {
    display: none;
  }
  .home_section .portlet_content .portlet_text_wrap {
    max-width: none;
  }
  .home_section .portlet_content .portlet_content_introduction:not(:last-child) {
    margin-bottom: var(--size-20);
  }
  .home_section .portlet_content[class*=_home_picture_right] {
    padding-top: 0;
  }
  .home_section .portlet_content[class*=_home_picture_right]:before, .home_section .portlet_content[class*=_home_picture_right]:after {
    display: none;
  }
  .home_section .portlet_content[class*=_home_picture_right] .pictures {
    flex: 0 0 52.1%;
    order: 2;
  }
  .home_section .portlet_content[class*=_home_picture_right] .portlet_text_wrap {
    padding: 0;
  }
  .home_section .portlet_content[class*=_home_picture_big] .pictures ~ .portlet_text_wrap {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }
  .home_section .portlet_content[class*=_home_picture_big] .portlet_text_wrap {
    max-width: none;
    padding-bottom: 0;
  }
  .home_section .portlet_content[class*=_home_picture_big] .portlet-title,
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction {
    text-shadow: none;
  }
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_introduction:not(:last-child) {
    margin-bottom: var(--size-20);
  }
  .home_section .portlet_content[class*=_home_picture_big] .portlet_content_description {
    max-width: none;
    padding-left: 0;
  }
  .home_section .portlet_shop_article[class*=_home_shop_highlights] {
    padding-top: var(--size-50);
  }
  .home_section .portlet_shop_article[class*=_home_shop_highlights]:after {
    display: none;
  }
  .home_section.home_section_1 .portlet[class*=_home_picture_right] {
    text-align: right;
  }
  .slick-list {
    margin: 0 !important;
  }
  .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_4.css.map */
