@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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
html {
  --scrollbar-track-background: #303030;
  --scrollbar-background: #343434;
  --scrollbar-width: 6px;
  --scrollbar-height: 2px;
}

body {
  --management-highlight-color: #E20714;
  --management-highlight-color-rgb: 226, 7, 20;
  --management-panel-width: 0px;
  --size-5: clamp(3px,0.5vw,5px);
  --size-10: clamp(6px,1vw,10px);
  --size-15: clamp(9px,1.5vw,15px);
  --size-20: clamp(15px,2vw,20px);
  --size-25: clamp(17px,2.5vw,25px);
  --size-30: clamp(18px,3vw,30px);
  --size-35: clamp(20px,3.5vw,35px);
  --size-40: clamp(22px,4vw,40px);
  --size-45: clamp(23px,4.5vw,45px);
  --size-50: clamp(26px,5vw,50px);
  --size-60: clamp(28px,6vw,60px);
  --size-70: clamp(32px,7vw,70px);
  --size-80: clamp(35px,8vw,80px);
  --size-90: clamp(35px,9vw,90px);
  --size-100: clamp(40px,10vw,100px);
  --size-110: clamp(40px,11vw,110px);
  --size-120: clamp(40px,12vw,120px);
  --size-130: clamp(45px,13vw,130px);
  --size-140: clamp(45px,14vw,140px);
  --size-150: clamp(50px,15vw,150px);
  --size-160: clamp(50px,16vw,160px);
  --size-170: clamp(50px,17vw,170px);
  --size-180: clamp(55px,18vw,180px);
  --size-190: clamp(55px,19vw,190px);
  --size-200: clamp(60px,20vw,200px);
  --size-250: clamp(70px,25vw,250px);
  --siteframe-big: 2000px;
  --siteframe: 1290px;
  --siteframe-medium: 1145px;
  --siteframe-small: 900px;
  --siteframe-very-small: 760px;
  --siteframe-smallest: 600px;
  --siteframe-space: clamp(25px,3.6vw,36px);
  --siteframe-space-big: clamp(25px,7.2vw,72px);
  --header-height: clamp(70px,10vw,100px);
  --section-space-big: clamp(70px,12.5vw,200px);
  --section-space-medium: clamp(50px,9.37vw,150px);
  --section-space-small: clamp(40px,6.25vw,100px);
  --paragraph-space: var(--size-35);
  --border-radius: 20px;
  --border-radius-small: 8px;
  --border-radius-very-small: 4px;
  --border-radius-button: 100px;
  --badge-size: clamp(100px,19.8vw,198px);
  --icon-width: clamp(38px,4.4vw,44px);
  --box-shadow: 0 2px 12px rgba(var(--background-dark-style-rgb),0.12);
  --standard-entry-max-width: 80%;
  --primary-color: #E20714;
  --primary-color-dark: #b90610;
  --primary-color-light: #f9cdd0;
  --secondary-color: #E20714;
  --secondary-color-dark: #c70612;
  --secondary-color-light: #f9cdd0;
  --signal-color: #E20714;
  --color-on-primary-color: #fff;
  --color-on-secondary-color: #fff;
  --text-color-light: #ffffff;
  --text-color: #6C6C6C;
  --text-color-primary: #ffffff;
  --text-color-secondary: #ffffff;
  --icon-color: #E20714;
  --icon-color-light: #f9cdd0;
  --background-light: #303030;
  --background-medium: #222222;
  --background-dark: #0A0A0A;
  --background-rgb: 34, 34, 34;
  --border-light: #4E4E4E;
  --background-dark-style-dark: #000;
  --background-dark-style-medium: #222222;
  --background-dark-style-light: #343434;
  --background-dark-style-rgb: 34, 34, 34;
  --input-border: var(--border-light);
  --input-border-hover: var(--text-color-light);
  --input-background: var(--background-dark);
  --input-background-hover: var(--background-dark);
  --input-color: var(--text-color);
  --input-color-hover: var(--text-color-light);
  --input-padding-top-bottom: clamp(11px,1.4vw,14px);
  --input-padding-left-right: clamp(12px,1.5vw,15px);
  --input-padding: var(--input-padding-top-bottom) var(--input-padding-left-right);
  --input-border-radius: var(--border-radius-small);
}
@media screen and (max-width: 600px) {
  body {
    --text-color: #909090;
  }
}

header {
  --navigation-space: var(--size-25);
}

.header_right {
  --dropdown-space-top: 22px;
  --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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
@font-face {
  font-family: "Eudoxus Sans";
  src: url("fonts/EudoxusSansGX.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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group accessibility */
.sr-only,
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
}
.sr-only:not(.screenreader-alert):focus-visible,
.screen-reader-text:not(.screenreader-alert):focus-visible {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  width: auto;
  height: auto;
  line-height: normal;
}

.header_right .language_switcher {
  order: -1;
}

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 #E20714 !important;
  outline-offset: 4px !important;
}

a,
button,
input,
select,
textarea,
[tabindex] {
  scroll-margin-top: calc(var(--header-height) + var(--size-20));
}

span.select2-container {
  border-radius: var(--input-border-radius);
}
span.select2-container:focus-within {
  outline: 2px dotted #E20714 !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 #E20714 !important;
  outline-offset: 4px !important;
}
.mailform_element.checkbox_field p:focus-within {
  outline: 2px dotted #E20714 !important;
  outline-offset: 4px !important;
}
.mailform_element.file_field input:focus-visible + label {
  outline: 2px dotted #E20714 !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 #E20714 !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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group basic */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  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-dark);
}
body a {
  color: var(--text-color);
}
@media print {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
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;
}

#content {
  position: relative;
  display: flex;
  flex-flow: column;
  align-content: flex-start;
}
#content > * {
  width: 100%;
}
#content:focus-visible {
  outline: 0 !important;
}
#content > .videos + .app_badge + .content_inner,
#content [class*=picture_top] + .app_badge + .content_inner {
  margin-top: var(--size-80);
}
#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-big);
}
#content .content_inner:first-child {
  margin-top: var(--size-100);
}
#content .content_inner.full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#content .content_inner.big {
  --siteframe-width: var(--siteframe-big);
}
#content .content_inner.small {
  --siteframe-width: var(--siteframe-medium);
}
#content .content_inner.very_small {
  --siteframe-width: var(--siteframe-very-small);
}
#content .content_inner .text_wrap {
  width: 100%;
  max-width: var(--siteframe-very-small);
  margin-left: auto;
  margin-right: auto;
}
#content .content_inner:empty, #content .content_inner.gallery_tags_wrap:not(:has(.picture)) {
  display: none;
}
#content .content_inner.gallery_tags {
  padding-left: 0;
  padding-right: 0;
}

.text_center {
  text-align: center;
}

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

.hidden {
  display: none;
}

/* @end */
/* !@group header */
header {
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 0;
  width: calc(100% - var(--management-panel-width));
  height: var(--header-height);
  background: var(--background-dark);
  z-index: 280;
}
header .header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  --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);
}
header .header_right {
  display: flex;
  align-items: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(22px, 2.4vw, 24px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
header .header_right a {
  color: var(--text-color-light);
  text-decoration: none;
}

#logo {
  width: clamp(200px, 28vw, 280px);
}
#logo a {
  display: block;
}
#logo svg,
#logo img {
  display: block;
  width: 100%;
  height: auto;
}

#cta-header {
  margin-left: var(--navigation-space);
}
#cta-header .hidden {
  display: block;
}
#cta-header .portlet.portlet_no_title .management_controls + .cf + .portlet-title,
#cta-header a.portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
}
#cta-header .portlet.portlet_no_title .management_controls + .cf + .portlet-title:hover, #cta-header .portlet.portlet_no_title .management_controls + .cf + .portlet-title:focus-visible,
#cta-header a.portlet_content_link:hover,
#cta-header a.portlet_content_link:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  #cta-header .portlet.portlet_no_title .management_controls + .cf + .portlet-title,
#cta-header a.portlet_content_link {
    display: none;
  }
}
#cta-header .portlet.portlet_no_title .management_controls + .cf + .portlet-title:before,
#cta-header a.portlet_content_link:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f84b";
  margin-right: 8px;
}
#cta-header .portlet-content > a {
  display: none;
}
#cta-header span.management_controls {
  top: -20px;
  right: -20px;
}
#cta-header span.management_controls .portlet_configure_link {
  display: none;
}

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

/* @end */
/* !@group social media icons */
.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);
  border-radius: 100%;
  color: var(--text-color-light);
  background: rgba(255, 255, 255, 0.13);
  font-size: calc(var(--icon-width) / 2 - 3px);
}
.social_media .icons a:focus-visible, .social_media .icons a:hover {
  color: var(--text-color-light);
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

/* @end */
/* !@group footer */
footer {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin-top: auto;
  padding-top: var(--section-space-big);
  overflow: hidden;
}
@media print {
  footer {
    font-size: 13px;
    line-height: 20px;
  }
}
footer:focus-visible {
  outline: 0 !important;
}
body:has(.portlet_quicklinks[class*=button_bar]) footer {
  padding-top: var(--section-space-small);
}
footer .footer_top {
  padding-top: var(--size-100);
  background: var(--background-medium);
}
footer .footer_inner {
  position: relative;
  display: flex;
  gap: clamp(22px, 6.66vw, 90px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--siteframe-space);
}
footer .logo_signet {
  flex: 0 0 46.3%;
  margin: 0 0 calc(-1 * var(--size-70)) -9.7%;
}
footer .logo_signet svg {
  width: 100%;
  height: auto;
  background: var(--text-color-light);
  box-shadow: inset 2px 2px 2px var(--primary-color);
  border-radius: 100%;
}
footer span.management_controls .portlet_configure_link {
  display: none !important;
}
footer .contact_wrap {
  display: flex;
  flex-flow: column;
}
footer .contact_wrap h3,
footer .contact_wrap .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
footer .contact_wrap h3 a,
footer .contact_wrap .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
footer .contact_wrap h3:not(:last-child),
footer .contact_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  footer .contact_wrap h3,
footer .contact_wrap .portlet-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  footer .contact_wrap h3:not(:last-child),
footer .contact_wrap .portlet-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
footer .contact_wrap h3:not(:last-child),
footer .contact_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-15);
}
footer .contact_wrap a {
  color: var(--text-color-light);
  text-decoration: none;
}
footer .contact_wrap a:hover {
  color: var(--text-color);
}
footer .contact_wrap .portlet_content_seo_title {
  margin-bottom: clamp(10px, 2.96vw, 40px);
}
footer .contact_wrap .portlet_content_seo_title .portlet-title {
  color: var(--text-color);
}
footer .contact_wrap .portlet_content_address {
  color: var(--text-color-light);
  margin-bottom: var(--size-60);
}
footer .contact_wrap .portlet_content_address,
footer .contact_wrap .portlet_content_address .portlet-title {
  font-size: clamp(20px, 4.44vw, 60px);
  line-height: clamp(26px, 5.18vw, 70px);
  text-transform: none;
  letter-spacing: unset;
}
footer .contact_wrap .portlet_content_address .portlet-title {
  font-weight: 700;
}
footer .contact_wrap .portlet_content_address .portlet-title:not(:last-child) {
  margin-bottom: 0;
}
footer .contact_wrap .footer_columns {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--size-40);
}
footer .contact_wrap .footer_columns > * {
  flex: 0 0 auto;
  max-width: 100%;
}
footer .contact_wrap .portlet_content_opening {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
footer .contact_wrap .portlet_content_opening a {
  color: var(--text-color-light);
  text-decoration: none;
}
footer .contact_wrap .portlet_content_opening:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  footer .contact_wrap .portlet_content_opening {
    font-size: 18px;
    line-height: 26px;
  }
}
footer .contact_wrap .portlet_content_opening a:hover {
  color: var(--text-color);
}
footer .contact_wrap .portlet_content_opening:not(:last-child) {
  margin-bottom: 0;
}
footer .contact_wrap .portlet_content_opening ul {
  display: flex;
}
footer .contact_wrap .portlet_content_opening ul li {
  padding: 0;
}
footer .contact_wrap .portlet_content_opening ul li:before {
  display: none;
}
footer .contact_wrap .portlet_content_opening ul li:not(:first-child) {
  margin-top: 0;
}
footer .contact_wrap .portlet_content_opening ul li:not(:last-child):after {
  content: "|";
  font-weight: 400;
  padding: 0 6px;
}
footer .contact_wrap .app_links {
  display: flex;
  gap: var(--size-10);
}
footer .contact_wrap .app_links a {
  display: block;
}
footer .contact_wrap .app_links a svg {
  display: block;
  width: auto;
  height: clamp(30px, 4vw, 40px);
}
footer .contact_wrap ul.copy {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-5) var(--size-30);
  margin-top: auto;
  padding-top: var(--size-50);
  padding-bottom: var(--size-50);
  list-style: none;
  color: rgba(108, 108, 108, 0.5);
}
footer .contact_wrap ul.copy a {
  color: rgba(108, 108, 108, 0.5);
  text-decoration: none;
}
footer .contact_wrap ul.copy a:hover {
  color: #6C6C6C;
}
footer .contact_wrap ul.copy li:nth-last-child(2) {
  margin-right: auto;
}
footer .contact_wrap ul.copy li:last-child {
  margin-left: auto;
  padding-right: 0;
}
footer .contact_wrap ul.copy li:last-child span {
  display: none;
}

/* @end */
/* @group privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(185, 6, 16, 0.95);
  border-radius: var(--border-radius);
  z-index: 1000;
  --icon-width: 86px;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  text-align: left;
  position: relative;
  color: var(--color-on-primary-color);
}
@media print {
  #privacy_banner #privacy_banner_inner {
    font-size: 12px;
    line-height: 18px;
  }
}
#privacy_banner #privacy_icon {
  display: inline-block;
  vertical-align: middle;
  width: var(--icon-width);
  margin-right: -5px;
}
#privacy_banner #privacy_icon i {
  font-size: calc(var(--icon-width) / 1.3);
  line-height: calc(var(--icon-width) / 1.3);
}
#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: clamp(8px, 0.9vw, 9px) clamp(16px, 2vw, 20px);
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  color: var(--color-on-primary-color);
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-button);
  -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;
}
#privacy_banner #privacy_button i {
  margin-right: 6px;
}
#privacy_banner #privacy_button i:before {
  color: inherit;
}
#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: var(--color-on-primary-color);
}
#privacy_banner #privacy_more_information:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: var(--color-on-primary-color);
}
#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 */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group headings, paragraph */
h1 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color);
}
h1 a {
  color: var(--text-color);
  text-decoration: none;
}
h1:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  h1 {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  h1:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
h1:has(+ .login_form) {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 6vw, 60px);
  line-height: clamp(30px, 6.4vw, 64px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
h1:has(+ .login_form) a {
  color: var(--text-color-light);
  text-decoration: none;
}
h1:has(+ .login_form):not(:last-child) {
  margin-bottom: var(--size-50);
}
@media print {
  h1:has(+ .login_form) {
    font-size: 22px;
    line-height: 28px;
  }
  h1:has(+ .login_form):not(:last-child) {
    margin-bottom: var(--size-30);
  }
}

h2 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 6vw, 60px);
  line-height: clamp(30px, 6.4vw, 64px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
h2 a {
  color: var(--text-color-light);
  text-decoration: none;
}
h2:not(:last-child) {
  margin-bottom: var(--size-50);
}
@media print {
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h2:not(:last-child) {
    margin-bottom: var(--size-30);
  }
}
h2:not(:first-child):not(.subtitle) {
  margin-top: clamp(50px, 11vw, 110px);
}
h2.subtitle {
  text-wrap: balance;
}

h3 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3.6vw, 36px);
  line-height: clamp(29px, 4.2vw, 42px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
h3 a {
  color: var(--text-color-light);
  text-decoration: none;
}
h3:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
h3:not(:first-child) {
  margin-top: clamp(50px, 8vw, 80px);
}

h2 + h3:not(:first-child) {
  margin-top: 0;
}

h4 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
h4 a {
  color: var(--text-color-light);
  text-decoration: none;
}
h4:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

h5 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-weight: 400;
}
h5 a {
  color: var(--text-color-light);
  text-decoration: none;
}
h5:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
h6 a {
  color: var(--text-color-light);
  text-decoration: none;
}
h6:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  h6 {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  h6:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}

h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: clamp(40px, 6vw, 60px);
}

div.introduction {
  max-width: var(--siteframe-smallest);
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: clamp(30px, 4.1vw, 41px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
}
div.introduction:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  div.introduction {
    font-size: 18px;
    line-height: 28px;
  }
}

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

strong, b {
  font-weight: inherit;
  color: var(--text-color-light);
}
strong a, b a {
  color: inherit;
  text-decoration: underline;
}
strong a:hover, b a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

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

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

ul li {
  padding-left: 1em;
}
ul li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-size: 0.4em;
  font-weight: 900;
  color: var(--primary-color);
}
ul.level1, ul.level2, ul.copy, ul.tags, ul.select2-results__options, ul.select2-selection__rendered, ul.property_filter_as_tags, ul.sitemap, ul.rwd_navigation, ul.meta-navigation, ul.navigation {
  margin: 0;
}
ul.level1 li, ul.level2 li, ul.copy li, ul.tags li, ul.select2-results__options li, ul.select2-selection__rendered li, ul.property_filter_as_tags li, ul.sitemap li, ul.rwd_navigation li, ul.meta-navigation li, ul.navigation li {
  margin: 0;
  padding: 0;
}
ul.level1 li:before, ul.level2 li:before, ul.copy li:before, ul.tags li:before, ul.select2-results__options li:before, ul.select2-selection__rendered li:before, ul.property_filter_as_tags li:before, ul.sitemap li:before, ul.rwd_navigation li:before, ul.meta-navigation li:before, ul.navigation li:before {
  display: none !important;
}

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

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

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

/* @end */
/* !@group accordeon */
.accordeon_wrap:not(:first-child) {
  margin-top: var(--paragraph-space);
}
.accordeon_wrap:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.accordeon_wrap .accordeon_entry {
  --icon-width: clamp(30px,4.4vw,44px);
  line-height: clamp(24px, 2.8vw, 28px);
  cursor: pointer;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  max-width: none;
}
.accordeon_wrap .accordeon_entry:not(:first-child) {
  margin-top: var(--size-20);
}
.accordeon_wrap .accordeon_entry:hover .accordeon_title_selector:after {
  background: var(--text-color-light);
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title_selector:after {
  background: var(--text-color-light);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: var(--size-25) var(--size-30);
  -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 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector a {
  color: var(--text-color-light);
  text-decoration: none;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector {
    font-size: 18px;
    line-height: 26px;
  }
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:not(:last-child) {
  margin-bottom: 0;
}
.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 7 Pro";
  content: "+";
  font-size: calc(var(--icon-width) / 2);
  flex: 0 0 var(--icon-width);
  margin-left: var(--size-15);
  width: var(--icon-width);
  height: var(--icon-width);
  border-radius: 100%;
  background: var(--icon-color);
  color: var(--background-light);
  -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:has([class*=subtitle]) {
  position: relative;
  flex-flow: wrap;
  padding-right: calc(var(--icon-width) + var(--size-30) + var(--size-10));
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child a {
  color: var(--text-color-light);
  text-decoration: none;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .accordeon_wrap .accordeon_entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child:not(:last-child) {
  margin-bottom: var(--size-5);
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:has([class*=subtitle]):after {
  position: absolute;
  top: 50%;
  right: var(--size-30);
  bottom: unset;
  left: unset;
  margin-top: calc(-1 * var(--icon-width) / 2);
}
.accordeon_wrap .accordeon_entry .accordeon_content {
  display: none;
  padding: 0 var(--size-30) var(--size-30);
  margin-top: 0;
}
.accordeon_wrap .accordeon_entry .accordeon_content h4 {
  font-weight: 400;
}
.accordeon_wrap .accordeon_entry .accordeon_content h5 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
.accordeon_wrap .accordeon_entry .accordeon_content h5 a {
  color: var(--text-color-light);
  text-decoration: none;
}
.accordeon_wrap .accordeon_entry .accordeon_content h5:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_content h5 {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .accordeon_wrap .accordeon_entry .accordeon_content h5:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
.accordeon_wrap .accordeon_entry .accordeon_content > *:last-child {
  margin-bottom: 0;
}
@media print {
  .accordeon_wrap .accordeon_entry {
    background: none;
    border: 1px solid var(--border-light);
  }
  .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 content boxes */
.content_boxes:not(:first-child) {
  margin-top: var(--size-50);
}
.content_boxes:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.content_boxes .content_box:not(:first-child) {
  margin-top: var(--size-20);
}
.content_boxes .content_box .content_box_inner {
  padding: var(--size-40);
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
}
.content_boxes .content_box .content_box_title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
}
.content_boxes .content_box .content_box_title a {
  color: var(--primary-color);
  text-decoration: none;
}
.content_boxes .content_box .content_box_title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .content_boxes .content_box .content_box_title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .content_boxes .content_box .content_box_title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
.content_boxes .content_box .content_box_title:not(:last-child) {
  margin-bottom: var(--size-5);
}
.content_boxes .content_box .content_box_description {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 400;
}
.content_boxes .content_box .content_box_description a {
  color: var(--text-color);
  text-decoration: none;
}
.content_boxes .content_box .content_box_description:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  .content_boxes .content_box .content_box_description {
    font-size: 18px;
    line-height: 26px;
  }
}
.content_boxes .content_box .content_box_description strong a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-position: auto;
  text-underline-offset: 0.2em;
}
.content_boxes .content_box .content_box_description strong a:hover {
  text-decoration: none;
}

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

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

ul.property_filter_as_tags,
ul.tags {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: clamp(7px, 2.5vw, 25px);
}
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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  font-weight: 400;
  pointer-events: all;
  display: block;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: clamp(16px, 2vw, 20px);
  padding: clamp(5px, 1.1vw, 11px) clamp(11px, 3.1vw, 31px);
}
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-light);
  border: 1px solid transparent;
  background: var(--background-light);
}
@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: var(--color-on-primary-color);
}

/* @end */
/* @group location information */
.content_top:has(.location_info_wrap) {
  display: flex;
  gap: var(--size-80);
}
.content_top:has(.location_info_wrap) .content_top_inner {
  width: 100%;
}

.location_info_wrap {
  flex: 0 0 clamp(400px, 50%, 590px);
}
.location_info_wrap .location_map #google_maps_iframe {
  padding: 0;
}
.location_info_wrap .location_map #google_maps_iframe iframe {
  aspect-ratio: 480/680;
  border-radius: var(--border-radius-small);
}
.location_info_wrap .opening_times {
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
.location_info_wrap .opening_times:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  .location_info_wrap .opening_times:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
.location_info_wrap .opening_times .portlet {
  --paragraph-space: var(--size-25);
  --content-padding: clamp(22px,3vw,30px);
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
  --content-padding: clamp(22px,3.125vw,50px);
}
.location_info_wrap .opening_times .portlet:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  .location_info_wrap .opening_times .portlet:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
.location_info_wrap .opening_times .portlet:not(:first-child) {
  margin-top: var(--size-50);
}
.location_info_wrap .opening_times .portlet .portlet-content {
  position: relative;
  display: flex;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  overflow: visible;
  transform: translateZ(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;
}
.location_info_wrap .opening_times .portlet .portlet-content.cf {
  display: none;
}
.location_info_wrap .opening_times .portlet .videos,
.location_info_wrap .opening_times .portlet .pictures {
  flex: 0 0 450px;
  max-width: 43%;
}
.location_info_wrap .opening_times .portlet .videos video {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
.location_info_wrap .opening_times .portlet .videos + .pictures {
  display: none;
}
.location_info_wrap .opening_times .portlet .videos .video,
.location_info_wrap .opening_times .portlet .videos video {
  height: 100%;
}
.location_info_wrap .opening_times .portlet .videos .video:not(:first-child) {
  display: none;
}
.location_info_wrap .opening_times .portlet .pictures {
  overflow: visible;
}
.location_info_wrap .opening_times .portlet .pictures .resource_background {
  overflow: visible;
}
.location_info_wrap .opening_times .portlet .pictures a.resource_link {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  overflow: hidden;
}
.location_info_wrap .opening_times .portlet .pictures img {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
.location_info_wrap .opening_times .portlet .pictures .picture,
.location_info_wrap .opening_times .portlet .pictures .resource_background,
.location_info_wrap .opening_times .portlet .pictures a.resource_link,
.location_info_wrap .opening_times .portlet .pictures img {
  height: 100%;
}
.location_info_wrap .opening_times .portlet .pictures .picture:not(:first-child) {
  display: none;
}
.location_info_wrap .opening_times .portlet .pictures + .videos {
  display: none;
}
.location_info_wrap .opening_times .portlet .icon {
  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(--primary-color);
  color: var(--background-dark);
  -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;
}
.location_info_wrap .opening_times .portlet .icon i {
  font-size: calc(var(--icon-width) / 2);
  font-weight: 700;
}
@media print {
  .location_info_wrap .opening_times .portlet .icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
.location_info_wrap .opening_times .portlet .portlet_text_wrap {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: var(--content-padding);
  box-sizing: border-box;
}
.location_info_wrap .opening_times .portlet .portlet_text_wrap:has(.portlet_content_link) {
  padding-bottom: calc(var(--content-padding) + clamp(38px, 4.4vw, 44px));
}
.location_info_wrap .opening_times .portlet .portlet_content_subtitle,
.location_info_wrap .opening_times .portlet .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  flex: 0 0 100%;
}
.location_info_wrap .opening_times .portlet .portlet_content_subtitle a,
.location_info_wrap .opening_times .portlet .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
.location_info_wrap .opening_times .portlet .portlet_content_subtitle:not(:last-child),
.location_info_wrap .opening_times .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  .location_info_wrap .opening_times .portlet .portlet_content_subtitle,
.location_info_wrap .opening_times .portlet .portlet-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.location_info_wrap .opening_times .portlet .portlet_content_subtitle:not(:last-child),
.location_info_wrap .opening_times .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
.location_info_wrap .opening_times .portlet .portlet_content_subtitle:not(:first-child),
.location_info_wrap .opening_times .portlet .portlet-title:not(:first-child) {
  margin-top: 0;
}
.location_info_wrap .opening_times .portlet .listing-date {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 900;
  margin-bottom: var(--size-10);
}
@media print {
  .location_info_wrap .opening_times .portlet .listing-date {
    font-size: 12px;
    line-height: 18px;
  }
}
.location_info_wrap .opening_times .portlet .portlet_content_introduction {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.location_info_wrap .opening_times .portlet .portlet_content_introduction a {
  color: var(--text-color-light);
}
@media print {
  .location_info_wrap .opening_times .portlet .portlet_content_introduction {
    font-size: 14px;
    line-height: 24px;
  }
}
.location_info_wrap .opening_times .portlet .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.location_info_wrap .opening_times .portlet .portlet_content_introduction ~ .portlet_content_description {
  color: var(--text-color);
}
.location_info_wrap .opening_times .portlet .portlet_content_description {
  flex: 0 0 100%;
  color: var(--text-color-light);
}
.location_info_wrap .opening_times .portlet .portlet_content_description:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.location_info_wrap .opening_times .portlet .portlet_content_description h2, .location_info_wrap .opening_times .portlet .portlet_content_description h3, .location_info_wrap .opening_times .portlet .portlet_content_description h4, .location_info_wrap .opening_times .portlet .portlet_content_description h5, .location_info_wrap .opening_times .portlet .portlet_content_description h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  .location_info_wrap .opening_times .portlet .portlet_content_description h2, .location_info_wrap .opening_times .portlet .portlet_content_description h3, .location_info_wrap .opening_times .portlet .portlet_content_description h4, .location_info_wrap .opening_times .portlet .portlet_content_description h5, .location_info_wrap .opening_times .portlet .portlet_content_description h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
.location_info_wrap .opening_times .portlet .document a {
  border-color: transparent;
  background: var(--background-dark);
}
.location_info_wrap .opening_times .portlet .document a:focus-visible, .location_info_wrap .opening_times .portlet .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
.location_info_wrap .opening_times .portlet .documents,
.location_info_wrap .opening_times .portlet .musics {
  margin-top: 0;
}
.location_info_wrap .opening_times .portlet .documents:not(:last-child),
.location_info_wrap .opening_times .portlet .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.location_info_wrap .opening_times .portlet:has(.portlet_content_link) .portlet_content_introduction:nth-last-child(2):not(:last-child),
.location_info_wrap .opening_times .portlet:has(.portlet_content_link) .portlet_content_description:nth-last-child(2):not(:last-child) {
  margin-bottom: var(--size-40);
}
.location_info_wrap .opening_times .portlet .portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  position: absolute;
  top: unset;
  right: unset;
  bottom: var(--content-padding);
  left: var(--content-padding);
}
.location_info_wrap .opening_times .portlet .portlet_content_link:hover, .location_info_wrap .opening_times .portlet .portlet_content_link:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .location_info_wrap .opening_times .portlet .portlet_content_link {
    display: none;
  }
}
.location_info_wrap .opening_times .portlet .portlet_content_link:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.location_info_wrap .opening_times .portlet .portlet_content_link:not(:first-child) {
  margin-top: auto;
}
.location_info_wrap .opening_times .portlet:has(.icon) .portlet-title {
  margin-top: 0.1em !important;
}
.location_info_wrap .opening_times .portlet:has(.icon) :has(.portlet_content_subtitle) .portlet-title {
  margin-top: 0.3em !important;
}
.location_info_wrap .opening_times .portlet:has(.icon) .portlet-title,
.location_info_wrap .opening_times .portlet:has(.icon) .portlet_content_subtitle {
  flex: 0 0 calc(100% - var(--icon-width) - var(--size-15));
  margin-left: auto !important;
}
.location_info_wrap .opening_times .portlet:has(.icon) .portlet_content_subtitle {
  margin-top: calc(-1 * (10px - clamp(0px, 0.3vw, 3px)));
}
.location_info_wrap .opening_times .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
  display: block;
}
.location_info_wrap .opening_times .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
.location_info_wrap .opening_times .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .location_info_wrap .opening_times .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .location_info_wrap .opening_times .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
.location_info_wrap .opening_times .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-10);
}
.location_info_wrap .opening_times .portlet[class*=element_link_entire] .portlet_text_wrap:has(.portlet_content_link) {
  padding-bottom: var(--content-padding);
}
.location_info_wrap .opening_times .portlet[class*=element_link_entire] .portlet_text_wrap:has(.portlet_content_link) > *:nth-last-child(2) {
  margin-bottom: 0;
}
.location_info_wrap .opening_times .portlet[class*=element_link_entire] .portlet_content_link {
  display: none;
}
.location_info_wrap .opening_times .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: 600px) {
  .location_info_wrap .opening_times .portlet .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  .location_info_wrap .opening_times .portlet .videos,
.location_info_wrap .opening_times .portlet .pictures {
    order: 0 !important;
    flex: unset;
    max-width: 100%;
  }
  .location_info_wrap .opening_times .portlet .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .location_info_wrap .opening_times .portlet .videos .video,
.location_info_wrap .opening_times .portlet .videos video {
    height: auto;
  }
  .location_info_wrap .opening_times .portlet .pictures a.resource_link,
.location_info_wrap .opening_times .portlet .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .location_info_wrap .opening_times .portlet .pictures .picture,
.location_info_wrap .opening_times .portlet .pictures .resource_background,
.location_info_wrap .opening_times .portlet .pictures a.resource_link,
.location_info_wrap .opening_times .portlet .pictures img {
    height: auto;
  }
  .location_info_wrap .opening_times .portlet .portlet_text_wrap {
    height: 100%;
  }
  .location_info_wrap .opening_times .portlet:has(.icon) .portlet-title {
    margin-top: 0.3em !important;
  }
  .location_info_wrap .opening_times .portlet:has(.icon) :has(.portlet_content_subtitle) .portlet-title {
    margin-top: 0.5em !important;
  }
}
@media print {
  .location_info_wrap .opening_times .portlet .portlet-content {
    background: none !important;
    border: 1px solid var(--border-light);
  }
  .location_info_wrap .opening_times .portlet .videos,
.location_info_wrap .opening_times .portlet .pictures {
    flex: 0 0 350px;
  }
  .location_info_wrap .opening_times .portlet .portlet_text_wrap:has(.portlet_content_link) {
    padding-bottom: var(--content-padding);
  }
  .location_info_wrap .opening_times .portlet .portlet_text_wrap:has(.portlet_content_link) .portlet_content_description > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  .location_info_wrap .opening_times .portlet .portlet_content_introduction {
    font-weight: 700;
  }
  .location_info_wrap .opening_times .portlet:has(.icon) .portlet_content_subtitle {
    margin-top: -15px;
  }
}
.location_info_wrap .opening_times .portlet:not(.is_visible) {
  --hidden-top-space: 0px;
  opacity: 1;
}
.location_info_wrap .opening_times .portlet .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3.6vw, 36px);
  line-height: clamp(29px, 4.2vw, 42px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.location_info_wrap .opening_times .portlet .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
.location_info_wrap .opening_times .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .location_info_wrap .opening_times .portlet .portlet-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.location_info_wrap .opening_times .opening_hours_wrap {
  display: block;
  width: 100%;
}
.location_info_wrap .opening_times .opening_hours_wrap .weekdays {
  list-style: none;
}
.location_info_wrap .opening_times .opening_hours_wrap .weekdays li {
  display: flex;
  padding: 0;
}
.location_info_wrap .opening_times .opening_hours_wrap .weekdays li:before {
  display: none;
}
.location_info_wrap .opening_times .opening_hours_wrap .weekdays li .day {
  flex: 0 0 clamp(110px, 15vw, 150px);
}
.location_info_wrap .opening_times .opening_hours_wrap .weekdays li .hours {
  text-wrap: balance;
}
html[lang=en] .location_info_wrap .opening_times .opening_hours_wrap .weekdays li .hours {
  text-transform: lowercase;
}
.location_info_wrap .opening_times .opening_hours_wrap .weekdays li.is_current_day {
  font-weight: 600;
  color: var(--text-color-light);
}
.location_info_wrap .opening_times .opening_hours_wrap .is_closed {
  font-weight: 600;
  color: var(--text-color-light);
}

/* @end */
/* @group velocorner page (fake popup) */
.page_velocorner {
  --header-height: 0px;
}
.page_velocorner .portlet_quicklinks[class*=button_bar],
.page_velocorner .portlets,
.page_velocorner #popup_news,
.page_velocorner footer,
.page_velocorner header {
  display: none !important;
}
.page_velocorner #content.velocorner_content_wrap {
  position: relative;
  --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;
  max-width: calc(var(--siteframe) + 2 * var(--siteframe-space-big));
  padding: var(--siteframe-space) var(--siteframe-space-big);
}
.page_velocorner #content.velocorner_content_wrap .velocorner_content {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.page_velocorner #content.velocorner_content_wrap .content_inner {
  --scrollbar-background: #ddd;
  height: calc(100dvh - 2 * var(--siteframe-space));
  margin: 0;
  padding: var(--size-40);
  max-width: none;
  color: var(--background-dark);
  border-radius: var(--border-radius);
  background: var(--text-color-light);
  overflow: auto;
}
.page_velocorner #content.velocorner_content_wrap h1 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: calc(-1 * var(--siteframe-space) / 2);
}
.page_velocorner #content.velocorner_content_wrap h1 a {
  color: rgba(0, 0, 0, 0.5);
}
@media print {
  .page_velocorner #content.velocorner_content_wrap h1 {
    font-size: 12px;
    line-height: 18px;
  }
}
.page_velocorner #content.velocorner_content_wrap b {
  color: var(--background-dark);
}
.page_velocorner #content.velocorner_content_wrap .backlink {
  position: absolute;
  top: calc(var(--siteframe-space) / 2);
  right: calc(var(--siteframe-space-big) / 2);
  bottom: unset;
  left: unset;
  width: auto;
  z-index: 10;
}
.page_velocorner #content.velocorner_content_wrap .backlink i {
  margin-right: var(--size-10);
}
.page_velocorner #content.velocorner_content_wrap:not(:has(#velocorner_member_bikes_app > div)):not(:has(.rental_iframe_wrap)):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-width);
  height: var(--icon-width);
  display: block;
  background: none;
  margin: calc(-1 * var(--icon-width) / 2) 0 0 calc(-1 * var(--icon-width) / 2);
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
  z-index: 100;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

div.velocorner-filter-cont .category-switches-cont a {
  padding-top: 14px;
}
div.velocorner-filter-cont .category-switches-cont a.active {
  background: rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-small);
}
div.velocorner-filter-cont .category-switches-cont a.active {
  color: var(--primary-color);
}

div.velocorner_member_bikes_app .btn-info,
div.velocorner_member_bikes_app .btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
div.velocorner_member_bikes_app .btn-info:active:focus, div.velocorner_member_bikes_app .btn-info:hover, div.velocorner_member_bikes_app .btn-info:focus,
div.velocorner_member_bikes_app .btn-primary:active:focus,
div.velocorner_member_bikes_app .btn-primary:hover,
div.velocorner_member_bikes_app .btn-primary:focus {
  background: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
}

div.velocorner-filter-cont .category-switches-cont a,
div.velocorner_member_bikes_app {
  color: var(--background-dark);
}

div.velocorner_member_bikes_app .velocorner-custom-select-options li {
  padding: 5px 20px;
}
div.velocorner_member_bikes_app .velocorner-custom-select-options li:before {
  display: none;
}
div.velocorner_member_bikes_app .velocorner-custom-select-options li.active, div.velocorner_member_bikes_app .velocorner-custom-select-options li:hover {
  background: var(--background-light);
}

div.velocorner_member_bikes_app .form-control:focus {
  border-color: var(--primary-color);
}

div.velocorner_member_bikes_app .pagination_js a.active,
div.velocorner_member_bikes_app .pagination_js a:hover {
  background: var(--background-light);
}

div.velocorner-page[page=item-view] [author_info_block] [author_phone_toggle_cont],
div.velocorner-page[page=item-view] [author_info_block] [author_name] {
  color: var(--primary-color);
}

div.velocorner-page[page=item-view] [author_info_block] [author_info] {
  margin-bottom: 15px;
}

div.velocorner-page[page=item-view] .velocorner-collapsible-form {
  background: rgba(0, 0, 0, 0.05);
}

div.velocorner_image_gallery[fullscreen] {
  background: var(--background-dark);
}

div.velocorner_image_gallery close,
div.velocorner_image_gallery zoom {
  color: var(--primary-color);
}

div.velocorner_member_bikes_app .btn-default {
  border-color: var(--background-dark);
  color: var(--background-dark);
}
div.velocorner_member_bikes_app .btn-default:active:focus, div.velocorner_member_bikes_app .btn-default:focus, div.velocorner_member_bikes_app .btn-default:hover {
  background: var(--background-dark);
}

/* @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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group navigation */
#navigation_wrapper {
  display: flex;
  align-items: center;
}

#navigation:focus-visible {
  outline: 0 !important;
}

ul.navigation {
  list-style: none;
  --gap: var(--size-20) var(--navigation-space);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
ul.navigation > .cf {
  display: none;
}
ul.navigation li.level0.current > a,
ul.navigation li.level1.current > a,
ul.navigation li.level2.current > a {
  color: var(--text-color);
}
ul.navigation li.level0 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(22px, 2.4vw, 24px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  position: relative;
}
ul.navigation li.level0 a {
  color: var(--text-color-light);
  text-decoration: none;
}
ul.navigation li.level0 > a {
  position: relative;
}
ul.navigation li.level0 > a:not(:only-child) span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(var(--dropdown-space-top) + 7px);
  display: block;
  background: transparent;
}
ul.navigation li.level0 > a:not(:only-child):after {
  font-family: "Font Awesome 7 Pro";
  content: "\f107";
  content: "\f107"/"";
  margin-left: 8px;
  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;
}
ul.navigation li.level0:focus-visible > a, ul.navigation li.level0:hover > a {
  color: var(--text-color);
}
ul.navigation li.level0:focus-visible > a:not(:only-child):after, ul.navigation li.level0:hover > a:not(:only-child):after {
  content: "\f106"/"";
}
ul.navigation li.level0:focus-visible > a:not(:only-child) span:before, ul.navigation li.level0:hover > a:not(:only-child) span:before {
  width: calc(100% + 300px);
  left: -150px;
}
ul.navigation li.level0:focus-visible ul.level1, ul.navigation li.level0:hover ul.level1 {
  opacity: 1;
  pointer-events: all;
}
ul.navigation li.level0:focus-within ul.level1 {
  opacity: 1;
  pointer-events: all;
}
ul.navigation li.level0.current > a {
  opacity: 1;
}
ul.navigation li.level0#nav-23, ul.navigation li.level0#nav-1 {
  display: none;
}
ul.navigation li.level0#nav-6, ul.navigation li.level0#nav-7 {
  --dot-width: clamp(12px,1.6vw,16px);
  --dot-border: clamp(1.5px,0.35vw,3.5px);
  --dot-color: #FF0000;
}
ul.navigation li.level0#nav-6:not(.is_open):not(.is_closed) a:after, ul.navigation li.level0#nav-7:not(.is_open):not(.is_closed) a:after {
  opacity: 0;
}
ul.navigation li.level0#nav-6 a, ul.navigation li.level0#nav-7 a {
  display: flex;
  align-items: center;
  gap: 8px;
}
ul.navigation li.level0#nav-6 a:after, ul.navigation li.level0#nav-7 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--dot-width);
  height: var(--dot-width);
  display: block;
  background: var(--dot-color);
  position: relative;
  border: var(--dot-border) solid rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.navigation li.level0#nav-6.is_open, ul.navigation li.level0#nav-7.is_open {
  --dot-color: #39FF00;
}
ul.navigation li.level0#nav-6.is_open a:after, ul.navigation li.level0#nav-7.is_open a:after {
  animation: nav-dot-pulse 3s ease-in-out infinite;
}
@keyframes nav-dot-pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
ul.navigation ul.level1 {
  position: absolute;
  top: calc(100% + var(--dropdown-space-top));
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: column;
  gap: var(--size-15);
  background: var(--background-light);
  border-radius: var(--border-radius);
  border: var(--dropdown-border);
  box-shadow: var(--box-shadow);
  list-style: none;
  padding: var(--size-30);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  max-width: calc(var(--siteframe) + var(--size-20));
}
ul.navigation ul.level1 a {
  display: block;
}
ul.navigation ul.level1 > li {
  min-width: 220px;
  box-sizing: border-box;
  opacity: 0.6;
}
ul.navigation ul.level1 > li:hover, ul.navigation ul.level1 > li.current {
  opacity: 1;
}
ul.navigation ul.level1 > li:hover > a, ul.navigation ul.level1 > li.current > a {
  color: var(--text-color-light);
}
ul.navigation ul.level2,
ul.navigation ul.level3 {
  display: none;
}

/* @end */
/* !@group responsive navigation toggle */
.responsive_navigation_toggle {
  --icon-width: 36px;
  --height-span: 4px;
  --height-gap: 8px;
  margin-left: var(--size-30);
  width: var(--icon-width);
  flex: 0 0 var(--icon-width);
  height: var(--icon-width);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  display: none;
  background: none;
  border: none;
}
.responsive_navigation_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(255, 255, 255, 0.15);
  position: fixed;
  right: calc(-1 * var(--siteframe-space));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 0;
  pointer-events: none;
}
.responsive_navigation_toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: var(--height-span);
  background: var(--primary-color);
  border-radius: 3px;
  -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;
}
.responsive_navigation_toggle span:nth-child(1) {
  top: calc(var(--icon-width) / 2 - var(--height-span) / 2 - var(--height-span) - var(--height-gap));
}
.responsive_navigation_toggle span:nth-child(2) {
  top: calc(var(--icon-width) / 2 - var(--height-span) / 2);
}
.responsive_navigation_toggle span:nth-child(3) {
  top: calc(var(--icon-width) / 2 - var(--height-span) / 2 + var(--height-span) + var(--height-gap));
}
.navi_open .responsive_navigation_toggle:after {
  opacity: 1;
  pointer-events: all;
}
.navi_open .responsive_navigation_toggle span:nth-child(1) {
  position: absolute;
  top: calc(50% - var(--height-span) / 2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navi_open .responsive_navigation_toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navi_open .responsive_navigation_toggle span:nth-child(3) {
  position: absolute;
  top: calc(50% - var(--height-span) / 2);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group app badge (header picture / video) */
#content .app_badge {
  position: absolute;
  top: var(--size-30);
  right: calc(var(--size-30) + var(--siteframe-space));
  bottom: unset;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--badge-size);
  height: var(--badge-size);
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  cursor: pointer;
  z-index: 15;
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.3s;
}
#content .app_badge:not(.is_shown) {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.5s;
  animation: none !important;
}
#content .app_badge.is_shown {
  opacity: 1;
  animation: appBadgeBounceIn 0.7s ease-in both;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@keyframes appBadgeBounceIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#content .app_badge:after, #content .app_badge:before {
  content: "";
  position: absolute;
  top: unset;
  left: unset;
  width: 47.1%;
  height: auto;
  display: block;
  background: none;
  position: relative;
  aspect-ratio: 94/73;
  background: url(../img/app_badge_title.svg) center center no-repeat;
  background-size: contain;
}
#content .app_badge:after {
  position: absolute;
  top: 11%;
  right: unset;
  bottom: unset;
  left: 11%;
  width: 78%;
  aspect-ratio: 1/1;
  background-image: url(../img/app_badge_text.svg);
  animation: appBadgeRotate 90s linear 2.6s infinite;
}
@keyframes appBadgeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* @end */
/* !@group global pictures styles */
.picture_content_wrap .picture_content .resource_background {
  overflow: visible;
}

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

/* @end */
/* !@group header picture */
[class*=picture_top] {
  padding: 0 var(--siteframe-space) var(--siteframe-space);
  box-sizing: border-box;
}
[class*=picture_top] .resource_link {
  pointer-events: none;
}
[class*=picture_top] .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[class*=picture_top] .resource_link:before, [class*=picture_top] .resource_link:after {
  display: none;
}
[class*=picture_top] span.management_controls {
  right: calc(7px + var(--siteframe-space)) !important;
}
[class*=picture_top] .picture {
  position: relative;
}
.category_1 [class*=picture_top] .picture:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(50px, 14.75vw, 236px);
  height: auto;
  display: block;
  background: url(../img/signet.svg);
  aspect-ratio: 1/1;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}
[class*=picture_top] .resource_background {
  overflow: visible;
  border-radius: var(--border-radius);
}
[class*=picture_top] > .cf {
  display: none;
}
[class*=picture_top] a.resource_link,
[class*=picture_top] img {
  border-radius: var(--border-radius);
}
[class*=picture_top] img {
  height: calc(100dvh - var(--header-height) - var(--siteframe-space));
  width: 100%;
  object-fit: cover;
}
[class*=picture_top] .resource_description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin: 0;
  padding: clamp(20px, 3.13vw, 50px);
  max-width: none;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: clamp(30px, 4.1vw, 41px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-size: clamp(12px, 2vw, 32px);
  line-height: clamp(18px, 2.56vw, 41px);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
  box-sizing: border-box;
  background: none;
  border-radius: var(--border-radius);
  overflow: hidden;
  z-index: 10;
}
[class*=picture_top] .resource_description:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  [class*=picture_top] .resource_description {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  [class*=picture_top] .resource_description {
    font-weight: 500;
  }
}
[class*=picture_top] .resource_description:not(:last-child) {
  margin-bottom: 0;
}
[class*=picture_top] .resource_description:after, [class*=picture_top] .resource_description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  display: block;
  background: none;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
[class*=picture_top] .resource_description:after {
  right: 0;
  width: auto;
  background: linear-gradient(165deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.35) 100%);
}
[class*=picture_top] .resource_description > * {
  position: relative;
  z-index: 5;
}
[class*=picture_top] .resource_description .resource_title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.5vw, 88px);
  line-height: clamp(38px, 5.75vw, 92px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-size: clamp(22px, 5.5vw, 88px);
  line-height: clamp(26px, 5.75vw, 92px);
  display: block;
  padding: 0 0 0 var(--size-20);
  max-width: clamp(400px, 37.5vw, 600px);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
  box-sizing: border-box;
  align-self: flex-start;
}
[class*=picture_top] .resource_description .resource_title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=picture_top] .resource_description .resource_title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  [class*=picture_top] .resource_description .resource_title {
    font-size: 28px;
    line-height: 34px;
  }
}
[class*=picture_top] .resource_description .resource_title:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  [class*=picture_top] .resource_description .resource_title {
    padding-left: var(--size-10);
  }
}
@media screen and (max-width: 500px) {
  [class*=picture_top] .resource_description .resource_title {
    padding-left: 0;
  }
}
[class*=picture_top] .resource_description .resource_title + * {
  margin-top: auto;
}
[class*=picture_top] .resource_description > p:empty {
  display: none;
}
[class*=picture_top] .resource_description > *:not(.resource_title) {
  max-width: clamp(300px, 33.75vw, 540px);
}
@media screen and (max-width: 500px) {
  [class*=picture_top] .resource_description {
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(15px, 5vw, 50px);
  }
  [class*=picture_top] .resource_description > *:not(.resource_title) {
    max-width: none;
  }
}

/* @end */
/* !@group gallery */
.gallery_tags_wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gallery_tags:not(:first-child) {
  margin-top: var(--section-space-medium);
}
.gallery_tags .videos {
  --siteframe-width: var(--siteframe);
  --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;
}
.gallery_tags .videos .video {
  max-width: 90%;
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
.gallery_tags .videos .video:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  .gallery_tags .videos .video:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
.gallery_tags .videos .video:nth-child(even) {
  margin-left: auto;
}
.gallery_tags .videos video {
  border-radius: var(--border-radius);
}
.gallery_tags .gallery_big:not(:first-child),
.gallery_tags .gallery:not(:first-child) {
  margin-top: var(--section-space-medium);
}

.gallery_big,
.gallery {
  --gap: var(--size-40);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.gallery_big > .cf,
.gallery > .cf {
  display: none;
}
.gallery_big .resource_background,
.gallery .resource_background {
  overflow: visible;
}
.gallery_big a.resource_link,
.gallery a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.gallery_big img,
.gallery img {
  border-radius: var(--border-radius);
}
.gallery_big .picture,
.gallery .picture {
  margin: 0;
}

.gallery_big {
  display: flex;
  flex-flow: wrap;
  gap: 3.7vw 0;
  padding: 5vw var(--siteframe-space-big) 0;
}
.gallery_big .picture {
  position: relative;
  flex: 0 0 45.5%;
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
.gallery_big .picture:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  .gallery_big .picture:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
.gallery_big .picture .resource_background {
  overflow: visible;
}
.gallery_big .picture a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.gallery_big .picture img {
  border-radius: var(--border-radius);
  aspect-ratio: 587/496;
}
.gallery_big .picture:nth-child(4n+1) {
  align-self: flex-end;
  padding-left: 12.5%;
}
.gallery_big .picture:nth-child(4n-2) {
  top: calc(var(--hidden-top-space) - 5vw);
  padding-left: 4.7%;
}
.gallery_big .picture:nth-child(4n) {
  align-self: center;
  top: calc(var(--hidden-top-space) - 0.6vw);
  padding-right: 10.2%;
}
.gallery_big .picture:nth-child(4n-1) {
  padding-right: 7%;
}
.gallery_big .picture:nth-child(4n+2), .gallery_big .picture:nth-child(4n+3) {
  flex: 0 0 37.3%;
}
.gallery_big .picture:nth-child(4n+2) img, .gallery_big .picture:nth-child(4n+3) img {
  aspect-ratio: 481/684;
}
@media screen and (max-width: 900px) {
  .gallery_big {
    padding-left: var(--siteframe-space);
    padding-right: var(--siteframe-space);
  }
}
@media print {
  .gallery_big {
    gap: 3.7vw 0;
    padding: 3vw var(--siteframe-space-big) 0;
  }
  .gallery_big .picture {
    align-self: flex-start !important;
  }
  .gallery_big .picture img {
    aspect-ratio: 587/496 !important;
  }
  .gallery_big .picture:nth-child(4n+1) {
    padding-left: 7.5%;
  }
  .gallery_big .picture:nth-child(4n-2) {
    top: calc(var(--hidden-top-space) - 3vw);
    padding-left: 2.7%;
  }
  .gallery_big .picture:nth-child(4n) {
    padding-right: 5.2%;
  }
  .gallery_big .picture:nth-child(4n-1) {
    padding-right: 3%;
  }
}

/* @end */
/* @group pictures videos left / right */
.content_inner.flex_wrap:has(.pictures_videos_left_right) {
  display: grid;
  align-items: start;
  gap: var(--size-80);
  grid-template-columns: 1fr 1fr;
}
.content_inner.flex_wrap:has(.pictures_videos_left_right) .text_wrap,
.content_inner.flex_wrap:has(.pictures_videos_left_right) .pictures_videos_left_right {
  position: sticky;
  align-self: start;
  height: fit-content;
  top: calc(var(--header-height) + var(--size-20));
}
.content_inner.flex_wrap:has(.pictures_videos_left) {
  grid-template-areas: "picture_left content" "portlet_left portlet_left";
}
.content_inner.flex_wrap:has(.pictures_videos_right) {
  grid-template-areas: "content picture_right" "portlet_left portlet_left";
}

.pictures_videos_left_right {
  width: 100%;
}
.pictures_videos_left_right .videos {
  display: flex;
  flex-flow: column;
  gap: var(--size-60);
}
.pictures_videos_left_right .videos .video {
  margin: 0 !important;
}
.pictures_videos_left_right video {
  border-radius: var(--border-radius);
}
.pictures_videos_left_right .pictures {
  display: flex;
  flex-flow: column;
  gap: var(--size-60);
}
.pictures_videos_left_right .pictures:not(:first-child) {
  margin-top: var(--size-60);
}
.pictures_videos_left_right .pictures .cf {
  display: none;
}
.pictures_videos_left_right .picture .resource_background {
  overflow: visible;
}
.pictures_videos_left_right .picture a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.pictures_videos_left_right .picture img {
  border-radius: var(--border-radius);
}

.pictures_videos_left {
  grid-area: picture_left;
}

.pictures_videos_right {
  grid-area: picture_right;
}

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

#content > .videos {
  padding: 0 var(--siteframe-space) var(--siteframe-space);
  box-sizing: border-box;
}
#content > .videos .resource_link {
  pointer-events: none;
}
#content > .videos .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#content > .videos .resource_link:before, #content > .videos .resource_link:after {
  display: none;
}
#content > .videos span.management_controls {
  right: calc(7px + var(--siteframe-space)) !important;
}
#content > .videos .video {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.category_1 #content > .videos .video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(50px, 14.75vw, 236px);
  height: auto;
  display: block;
  background: url(../img/signet.svg);
  aspect-ratio: 1/1;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}
#content > .videos video {
  height: calc(100dvh - var(--header-height) - var(--siteframe-space));
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}
#content > .videos .resource_video_description_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin: 0;
  padding: clamp(20px, 3.13vw, 50px);
  max-width: none;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: clamp(30px, 4.1vw, 41px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-size: clamp(12px, 2vw, 32px);
  line-height: clamp(18px, 2.56vw, 41px);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
  box-sizing: border-box;
  background: none;
  border-radius: var(--border-radius);
  overflow: hidden;
  z-index: 10;
}
#content > .videos .resource_video_description_wrap:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  #content > .videos .resource_video_description_wrap {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  #content > .videos .resource_video_description_wrap {
    font-weight: 500;
  }
}
#content > .videos .resource_video_description_wrap:not(:last-child) {
  margin-bottom: 0;
}
#content > .videos .resource_video_description_wrap:after, #content > .videos .resource_video_description_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  display: block;
  background: none;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
#content > .videos .resource_video_description_wrap:after {
  right: 0;
  width: auto;
  background: linear-gradient(165deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.35) 100%);
}
#content > .videos .resource_video_description_wrap > * {
  position: relative;
  z-index: 5;
}
#content > .videos .resource_video_description_wrap .resource_title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.5vw, 88px);
  line-height: clamp(38px, 5.75vw, 92px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-size: clamp(22px, 5.5vw, 88px);
  line-height: clamp(26px, 5.75vw, 92px);
  display: block;
  padding: 0 0 0 var(--size-20);
  max-width: clamp(400px, 37.5vw, 600px);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
  box-sizing: border-box;
  align-self: flex-start;
}
#content > .videos .resource_video_description_wrap .resource_title a {
  color: var(--text-color-light);
  text-decoration: none;
}
#content > .videos .resource_video_description_wrap .resource_title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  #content > .videos .resource_video_description_wrap .resource_title {
    font-size: 28px;
    line-height: 34px;
  }
}
#content > .videos .resource_video_description_wrap .resource_title:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #content > .videos .resource_video_description_wrap .resource_title {
    padding-left: var(--size-10);
  }
}
@media screen and (max-width: 500px) {
  #content > .videos .resource_video_description_wrap .resource_title {
    padding-left: 0;
  }
}
#content > .videos .resource_video_description_wrap .resource_title + * {
  margin-top: auto;
}
#content > .videos .resource_video_description_wrap > p:empty {
  display: none;
}
#content > .videos .resource_video_description_wrap > *:not(.resource_title) {
  max-width: clamp(300px, 33.75vw, 540px);
}
@media screen and (max-width: 500px) {
  #content > .videos .resource_video_description_wrap {
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(15px, 5vw, 50px);
  }
  #content > .videos .resource_video_description_wrap > *:not(.resource_title) {
    max-width: none;
  }
}

#content .content_inner .video {
  position: relative;
  --icon-width: clamp(40px,5vw,50px);
}
#content .content_inner .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 7 Pro";
  content: "\f04b";
  font-size: calc(var(--icon-width) * 0.33);
  font-weight: 700;
  color: #ffffff;
  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;
}
#content .content_inner .video.is_started:before {
  opacity: 0;
  visibility: hidden;
}

/* @end */
/* !@group slider standard styles */
.slick-slider {
  --icon-width: clamp(30px,4.4vw,44px);
}

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

.slick-slide {
  margin: 0 clamp(15px, 1.8875vw, 30px);
}
.slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.slick-list {
  width: auto;
  margin: 0 calc(-1 * clamp(15px, 1.8875vw, 30px));
  padding: 0 !important;
  overflow: hidden;
}

span.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  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(--primary-color);
  color: var(--background-dark);
  -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;
  padding: 0;
}
span.slick-arrow:hover, span.slick-arrow:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  span.slick-arrow {
    display: none;
  }
}
span.slick-arrow i {
  font-size: calc(var(--icon-width) / 2);
  font-weight: 700;
}
@media print {
  span.slick-arrow {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
span.slick-arrow:hover, span.slick-arrow:focus {
  color: var(--background-dark);
}
span.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

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:not(:first-child) {
  margin-top: var(--size-90);
}
.documents .document:not(:first-child) {
  margin-top: var(--size-10);
}
.documents a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--text-color-light);
  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: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}
.documents a:hover, .documents a:focus-visible {
  color: var(--text-color-light);
  border: 1px solid var(--background-medium);
  background: var(--background-medium);
}
@media print {
  .documents a {
    display: none;
  }
}
.documents a .description {
  font-weight: 400;
  margin-left: 6px;
}
.documents a i.fa {
  margin-right: 6px;
}
.documents .document_tag_wrap:not(:first-child) {
  margin-top: var(--size-60);
}

.fa-file-docx {
  --fa: "";
  --fa--fa: "";
}

/* @end */
/* !@group music */
.musics:not(:first-child) {
  margin-top: var(--size-90);
}
.musics .music:not(:first-child) {
  margin-top: var(--size-50);
}
.musics .music h3 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.musics .music h3 a {
  color: var(--text-color-light);
  text-decoration: none;
}
.musics .music h3:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  .musics .music h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.musics .music h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
.musics .music audio {
  width: 100%;
  display: block;
}
.musics .music audio:not(:first-child) {
  margin-top: var(--size-20);
}

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

/* @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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group global portlet styles */
.portlet.portlet_no_title.portlet_no_subtitle.portlet_no_content.hidden {
  display: block;
}
.portlets .portlet:not(:first-child) {
  margin-top: var(--section-space-medium);
}
.portlets .portlet .portlet_listing_subtitle,
.portlets .portlet .portlet_content_subtitle,
.portlets .portlet .portlet-title {
  max-width: clamp(600px, 82vw, 820px);
}
.portlets .portlet [class*=_introduction],
.portlets .portlet .portlet_listing_text,
.portlets .portlet .portlet_content_description {
  max-width: clamp(450px, 62vw, 620px);
  margin-left: auto;
  padding-right: 5%;
}
.portlets .portlet .portlet_listing_subtitle,
.portlets .portlet .portlet_content_subtitle,
.portlets .portlet .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 6vw, 60px);
  line-height: clamp(30px, 6.4vw, 64px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.portlets .portlet .portlet_listing_subtitle a,
.portlets .portlet .portlet_content_subtitle a,
.portlets .portlet .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
.portlets .portlet .portlet_listing_subtitle:not(:last-child),
.portlets .portlet .portlet_content_subtitle:not(:last-child),
.portlets .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-50);
}
@media print {
  .portlets .portlet .portlet_listing_subtitle,
.portlets .portlet .portlet_content_subtitle,
.portlets .portlet .portlet-title {
    font-size: 22px;
    line-height: 28px;
  }
  .portlets .portlet .portlet_listing_subtitle:not(:last-child),
.portlets .portlet .portlet_content_subtitle:not(:last-child),
.portlets .portlet .portlet-title:not(:last-child) {
    margin-bottom: var(--size-30);
  }
}
.portlets .portlet:has([class*=portlet_][class*=_subtitle]) .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
.portlets .portlet:has([class*=portlet_][class*=_subtitle]) .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
.portlets .portlet:has([class*=portlet_][class*=_subtitle]) .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .portlets .portlet:has([class*=portlet_][class*=_subtitle]) .portlet-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .portlets .portlet:has([class*=portlet_][class*=_subtitle]) .portlet-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
.portlets .portlet [class*=_introduction] {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: clamp(30px, 4.1vw, 41px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
}
.portlets .portlet [class*=_introduction]:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  .portlets .portlet [class*=_introduction] {
    font-size: 18px;
    line-height: 28px;
  }
}
.portlets .portlet .portlet_content_description > a.portlet_content_link,
.portlets .portlet .portlet_text_wrap > a.portlet_listing_link {
  margin: var(--size-50) 0 0;
}
.portlets .portlet a.portlet_content_link:not(.portlet_content_second_link) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
}
.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: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@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):after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--text-color-light);
  background: transparent;
  border: 1px solid var(--border-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: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  font-weight: 900;
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link:hover, .portlets .portlet a.portlet_content_link.portlet_content_second_link:focus-visible {
  color: var(--text-color-light);
  border: 1px solid var(--background-light);
  background: var(--background-light);
}
@media print {
  .portlets .portlet a.portlet_content_link.portlet_content_second_link {
    display: none;
  }
}
.portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
}
.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: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@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):after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--text-color-light);
  background: transparent;
  border: 1px solid var(--border-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: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  font-weight: 900;
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link:hover, .portlets .portlet a.portlet_listing_link.portlet_listing_second_link:focus-visible {
  color: var(--text-color-light);
  border: 1px solid var(--background-light);
  background: var(--background-light);
}
@media print {
  .portlets .portlet a.portlet_listing_link.portlet_listing_second_link {
    display: none;
  }
}
.portlets .portlet .portlet_listing_link_wrap,
.portlets .portlet .portlet_content_link_wrap {
  display: flex;
  flex-flow: wrap;
  margin-top: var(--size-50);
  gap: var(--size-15) var(--size-20);
}

/* @end */
/* !@group all options */
.portlets_all_options_top:has(.portlet_template_pc_gallery:first-child):not(:first-child) {
  margin-top: calc(-1 * clamp(40px, 13%, 200px));
}
body.logged_in .portlets_all_options_top:has(.portlet_template_pc_gallery:first-child):not(:first-child) {
  margin-top: var(--size-40);
}

[class*=portlets_all_options]:not(:first-child) {
  margin-top: var(--section-space-big);
}
[class*=portlets_all_options] .portlet_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
}
[class*=portlets_all_options] .portlet_content:not(:first-child) {
  margin-top: var(--section-space-big);
}
[class*=portlets_all_options] .portlet_content.portlet_no_title.portlet_no_subtitle.portlet_empty.portlet_no_content .portlet-content {
  background: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard {
  --paragraph-space: var(--size-25);
  --content-padding: clamp(22px,3vw,30px);
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:not(:first-child) {
  margin-top: var(--size-50);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-content {
  position: relative;
  display: flex;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  overflow: visible;
  transform: translateZ(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;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-content.cf {
  display: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures {
  flex: 0 0 450px;
  max-width: 43%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos video {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos + .pictures {
  display: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos .video,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos video {
  height: 100%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos .video:not(:first-child) {
  display: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures {
  overflow: visible;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures .resource_background {
  overflow: visible;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures a.resource_link {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  overflow: hidden;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures img {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures .picture,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures .resource_background,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures a.resource_link,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures img {
  height: 100%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures .picture:not(:first-child) {
  display: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures + .videos {
  display: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .icon {
  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(--primary-color);
  color: var(--background-dark);
  -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;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .icon i {
  font-size: calc(var(--icon-width) / 2);
  font-weight: 700;
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_text_wrap {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: var(--content-padding);
  box-sizing: border-box;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_text_wrap:has(.portlet_content_link) {
  padding-bottom: calc(var(--content-padding) + clamp(38px, 4.4vw, 44px));
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_subtitle,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  flex: 0 0 100%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_subtitle a,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_subtitle:not(:last-child),
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-title:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_subtitle,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-title {
    font-size: 18px;
    line-height: 26px;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_subtitle:not(:last-child),
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_subtitle:not(:first-child),
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-title:not(:first-child) {
  margin-top: 0;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .listing-date {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 900;
  margin-bottom: var(--size-10);
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .listing-date {
    font-size: 12px;
    line-height: 18px;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_introduction {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_introduction a {
  color: var(--text-color-light);
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_introduction {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_introduction ~ .portlet_content_description {
  color: var(--text-color);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description {
  flex: 0 0 100%;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h2, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h3, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h4, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h5, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h2, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h3, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h4, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h5, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .document a {
  border-color: transparent;
  background: var(--background-dark);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .document a:focus-visible, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .documents,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .musics {
  margin-top: 0;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .documents:not(:last-child),
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_link) .portlet_content_introduction:nth-last-child(2):not(:last-child),
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_link) .portlet_content_description:nth-last-child(2):not(:last-child) {
  margin-bottom: var(--size-40);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  position: absolute;
  top: unset;
  right: unset;
  bottom: var(--content-padding);
  left: var(--content-padding);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_link:hover, [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_link:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_link {
    display: none;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_link:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_link:not(:first-child) {
  margin-top: auto;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) .portlet-title {
  margin-top: 0.1em !important;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) :has(.portlet_content_subtitle) .portlet-title {
  margin-top: 0.3em !important;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) .portlet-title,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) .portlet_content_subtitle {
  flex: 0 0 calc(100% - var(--icon-width) - var(--size-15));
  margin-left: auto !important;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) .portlet_content_subtitle {
  margin-top: calc(-1 * (10px - clamp(0px, 0.3vw, 3px)));
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
  display: block;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-10);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard[class*=element_link_entire] .portlet_text_wrap:has(.portlet_content_link) {
  padding-bottom: var(--content-padding);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard[class*=element_link_entire] .portlet_text_wrap:has(.portlet_content_link) > *:nth-last-child(2) {
  margin-bottom: 0;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard[class*=element_link_entire] .portlet_content_link {
  display: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard[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: 600px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures {
    order: 0 !important;
    flex: unset;
    max-width: 100%;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos .video,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos video {
    height: auto;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures a.resource_link,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures .picture,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures .resource_background,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures a.resource_link,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures img {
    height: auto;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_text_wrap {
    height: 100%;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) .portlet-title {
    margin-top: 0.3em !important;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) :has(.portlet_content_subtitle) .portlet-title {
    margin-top: 0.5em !important;
  }
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-content {
    background: none !important;
    border: 1px solid var(--border-light);
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .videos,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .pictures {
    flex: 0 0 350px;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_text_wrap:has(.portlet_content_link) {
    padding-bottom: var(--content-padding);
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_text_wrap:has(.portlet_content_link) .portlet_content_description > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_introduction {
    font-weight: 700;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard:has(.icon) .portlet_content_subtitle {
    margin-top: -15px;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard + .portlet_template_pc_standard:not(:first-child) {
  margin-top: var(--size-70);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-content {
  max-width: var(--standard-entry-max-width);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_subtitle,
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-title {
  max-width: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard [class*=_introduction],
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description {
  max-width: none;
  margin-left: 0;
  padding-right: 0;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet_content_description:has(.portlet_content_link) > *:nth-last-child(2) {
  margin-bottom: var(--size-40);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_standard.picture_right .portlet-content {
  margin-left: auto;
}
[class*=portlets_all_options] .portlet_content.picture_right .pictures {
  order: 2;
}
[class*=portlets_all_options] .portlet_content.picture_right .pictures img,
[class*=portlets_all_options] .portlet_content.picture_right .pictures a.resource_link {
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .portlet_inner {
  --siteframe-width: var(--siteframe-big);
  padding-left: 0;
  padding-right: 0;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures {
  display: flex;
  flex-flow: wrap;
  gap: 3.7vw 0;
  padding: 5vw var(--siteframe-space-big) 0;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture {
  position: relative;
  flex: 0 0 45.5%;
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture .resource_background {
  overflow: visible;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture img {
  border-radius: var(--border-radius);
  aspect-ratio: 587/496;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n+1) {
  align-self: flex-end;
  padding-left: 12.5%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n-2) {
  top: calc(var(--hidden-top-space) - 5vw);
  padding-left: 4.7%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n) {
  align-self: center;
  top: calc(var(--hidden-top-space) - 0.6vw);
  padding-right: 10.2%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n-1) {
  padding-right: 7%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n+2), [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n+3) {
  flex: 0 0 37.3%;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n+2) img, [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n+3) img {
  aspect-ratio: 481/684;
}
@media screen and (max-width: 900px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures {
    padding-left: var(--siteframe-space);
    padding-right: var(--siteframe-space);
  }
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures {
    gap: 3.7vw 0;
    padding: 3vw var(--siteframe-space-big) 0;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture {
    align-self: flex-start !important;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture img {
    aspect-ratio: 587/496 !important;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n+1) {
    padding-left: 7.5%;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n-2) {
    top: calc(var(--hidden-top-space) - 3vw);
    padding-left: 2.7%;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n) {
    padding-right: 5.2%;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures .picture:nth-child(4n-1) {
    padding-right: 3%;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .pictures + .portlet_text_wrap {
  margin-top: var(--section-space-medium);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_gallery .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;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture {
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet_inner {
  position: relative;
  --siteframe-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  min-height: var(--size-100);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures .resource_link {
  pointer-events: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures .resource_link:before, [class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures .resource_link:after {
  display: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures img {
  border-radius: var(--border-radius);
}
@media screen and (max-width: 1680px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures img {
    border-radius: 0;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures + .portlet_text_wrap {
  margin-top: var(--size-80);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .pictures .picture:not(:first-child) {
  margin-top: var(--size-25);
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture:has(.portlet-title) .pictures:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: none;
  right: 0;
  bottom: 0;
  background: linear-gradient(-15deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 10;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet-title {
  position: absolute;
  top: 4.9vw;
  right: unset;
  bottom: unset;
  left: 4.9vw;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.5vw, 88px);
  line-height: clamp(38px, 5.75vw, 92px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-size: clamp(22px, 5.5vw, 88px);
  line-height: clamp(26px, 5.75vw, 92px);
  display: block;
  padding: 0 0 0 var(--size-20);
  max-width: clamp(400px, 37.5vw, 600px);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  max-width: clamp(600px, 96vw, 960px);
  z-index: 15;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet-title {
    font-size: 28px;
    line-height: 34px;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet-title:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet-title {
    padding-left: var(--size-10);
  }
}
@media screen and (max-width: 500px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .portlet-title {
    padding-left: 0;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_big_picture .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;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet_inner {
  --siteframe-width: 630px;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .pictures img {
  border-radius: var(--border-radius);
}
@media screen and (max-width: 680px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .pictures img {
    border-radius: 0;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .pictures .resource_link {
  pointer-events: all;
}
@media screen and (max-width: 680px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .pictures .resource_link {
    pointer-events: none;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet-title {
  position: absolute;
  top: clamp(var(--siteframe-space), 2vw, 2vw);
  right: unset;
  bottom: unset;
  left: clamp(var(--siteframe-space), 2vw, 2vw);
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.5vw, 88px);
  line-height: clamp(38px, 5.75vw, 92px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: clamp(18px, 2.56vw, 41px);
  display: block;
  padding: 0 0 0 var(--size-20);
  max-width: clamp(400px, 37.5vw, 600px);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  max-width: clamp(600px, 96vw, 960px);
  z-index: 15;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
@media print {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet-title {
    font-size: 28px;
    line-height: 34px;
  }
}
[class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet-title:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet-title {
    padding-left: var(--size-10);
  }
}
@media screen and (max-width: 500px) {
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_small_picture .portlet-title {
    padding-left: 0;
  }
}
[class*=portlets_all_options] .portlet.with_signet {
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet.with_signet:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet.with_signet:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet.with_signet .portlet_inner {
  --siteframe-width: var(--siteframe);
}
[class*=portlets_all_options] .portlet.with_signet .portlet_listing_subtitle,
[class*=portlets_all_options] .portlet.with_signet .portlet_content_subtitle,
[class*=portlets_all_options] .portlet.with_signet .portlet-title {
  max-width: none;
}
[class*=portlets_all_options] .portlet.with_signet [class*=_introduction],
[class*=portlets_all_options] .portlet.with_signet .portlet_content_description,
[class*=portlets_all_options] .portlet.with_signet .portlet_listing_text {
  max-width: none;
  margin-left: unset;
  padding-right: unset;
}
[class*=portlets_all_options] .portlet.with_signet .portlet-content {
  display: flex;
  flex-flow: unset;
  align-items: flex-start;
  gap: clamp(35px, 5vw, 80px);
  --signet-width: clamp(50px,46.5vw,744px);
}
[class*=portlets_all_options] .portlet.with_signet .portlet-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--signet-width);
  height: auto;
  display: block;
  background: none;
  flex: 0 0 var(--signet-width);
  position: relative;
  margin-left: calc(-1 * var(--signet-width) * 0.4);
  aspect-ratio: 1/1;
  background: url(../img/signet.svg) no-repeat center center var(--text-color-light);
  background-size: contain;
  border-radius: 100%;
  box-shadow: inset 2px 2px 2px var(--primary-color);
}
[class*=portlets_all_options] .portlet.with_signet .portlet-content > .cf {
  display: none;
}
[class*=portlets_all_options] .portlet.with_signet .portlet_text_wrap {
  padding-top: 12.5%;
}
[class*=portlets_all_options] .portlet:has(.slick-slider) {
  overflow: hidden;
}
[class*=portlets_all_options] .portlet .slick-slider {
  position: relative;
}
[class*=portlets_all_options] .portlet .slick-slider:not(:first-child) {
  margin-top: clamp(55px, 10vw, 100px);
}
[class*=portlets_all_options] .portlet .slick-list {
  overflow: visible !important;
}
[class*=portlets_all_options] .portlet span.slick-arrow {
  position: absolute;
  top: calc(-1 * (var(--size-10) + var(--icon-width)));
  right: 0;
}
[class*=portlets_all_options] .portlet span.slick-arrow.slick-arrow-left {
  right: calc(var(--icon-width) + var(--size-15));
}
[class*=portlets_all_options] .portlet_listing {
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet_listing:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet_listing:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet_listing:not(:first-child) {
  margin-top: var(--section-space-big);
}
[class*=portlets_all_options] .portlet_listing .portlet_inner {
  --siteframe-width: 1600px;
}
[class*=portlets_all_options] .portlet_listing .portlet-content {
  display: flex;
  flex-flow: column;
}
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures {
  width: 72.5%;
  margin-left: auto;
  order: 2;
  margin-top: var(--size-80);
}
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures .resource_link {
  pointer-events: none;
}
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures .resource_link:before, [class*=portlets_all_options] .portlet_listing .portlet-content > .pictures .resource_link:after {
  display: none;
}
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures .picture {
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures .picture:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet_listing .portlet-content > .pictures .picture:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures img {
  border-radius: var(--border-radius);
}
[class*=portlets_all_options] .portlet_listing .portlet_text_wrap {
  width: 100%;
}
[class*=portlets_all_options] .portlet_listing .portlet_listing_text_wrap {
  max-width: var(--siteframe);
  margin-left: auto;
  margin-right: auto;
}
[class*=portlets_all_options] .portlet_listing .portlet_text_wrap > a.portlet_listing_link {
  margin: var(--section-space-small) auto 0;
}
[class*=portlets_all_options] .portlet_listing .portlet_inner > .management_controls .portlet_resource_link {
  display: inline-block !important;
}
[class*=portlets_all_options] .portlet_listing.slider .portlet-listing-entry-wrap {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: clamp(12px, 2.5vw, 25px);
}
[class*=portlets_all_options] .portlet_listing.slider .slick-track {
  align-items: flex-start;
}
[class*=portlets_all_options] .portlet-listing-entry-wrap {
  --gap: 3.5%;
  --columns: 2;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
  row-gap: clamp(25px, 2.5vw, 50px);
}
[class*=portlets_all_options] .portlet-listing-entry-wrap > .cf {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry-wrap:not(:first-child) {
  margin-top: var(--size-100);
}
[class*=portlets_all_options] .portlet-listing-entry {
  --paragraph-space: var(--size-25);
  --content-padding: clamp(22px,3vw,30px);
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet-listing-entry:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet-listing-entry:not(:first-child) {
  margin-top: var(--size-50);
}
[class*=portlets_all_options] .portlet-listing-entry > * {
  position: relative;
  display: flex;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  overflow: visible;
  transform: translateZ(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;
}
[class*=portlets_all_options] .portlet-listing-entry > *.cf {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry .videos,
[class*=portlets_all_options] .portlet-listing-entry .pictures {
  flex: 0 0 450px;
  max-width: 43%;
}
[class*=portlets_all_options] .portlet-listing-entry .videos video {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
[class*=portlets_all_options] .portlet-listing-entry .videos + .pictures {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry .videos .video,
[class*=portlets_all_options] .portlet-listing-entry .videos video {
  height: 100%;
}
[class*=portlets_all_options] .portlet-listing-entry .videos .video:not(:first-child) {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures {
  overflow: visible;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures .resource_background {
  overflow: visible;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  overflow: hidden;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures img {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
[class*=portlets_all_options] .portlet-listing-entry .pictures .picture,
[class*=portlets_all_options] .portlet-listing-entry .pictures .resource_background,
[class*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
[class*=portlets_all_options] .portlet-listing-entry .pictures img {
  height: 100%;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures .picture:not(:first-child) {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures + .videos {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry .icon {
  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(--primary-color);
  color: var(--background-dark);
  -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;
}
[class*=portlets_all_options] .portlet-listing-entry .icon i {
  font-size: calc(var(--icon-width) / 2);
  font-weight: 700;
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: var(--content-padding);
  box-sizing: border-box;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container:has(.portlet-entry-link) {
  padding-bottom: calc(var(--content-padding) + clamp(38px, 4.4vw, 44px));
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle,
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  flex: 0 0 100%;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle a,
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle:not(:last-child),
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle,
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-title {
    font-size: 18px;
    line-height: 26px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle:not(:last-child),
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle:not(:first-child),
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-title:not(:first-child) {
  margin-top: 0;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-date {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 900;
  margin-bottom: var(--size-10);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-date {
    font-size: 12px;
    line-height: 18px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction a {
  color: var(--text-color-light);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction ~ .portlet-entry-content {
  color: var(--text-color);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content {
  flex: 0 0 100%;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h2, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h3, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h4, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h5, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h2, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h3, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h4, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h5, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .document a {
  border-color: transparent;
  background: var(--background-dark);
}
[class*=portlets_all_options] .portlet-listing-entry .document a:focus-visible, [class*=portlets_all_options] .portlet-listing-entry .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
[class*=portlets_all_options] .portlet-listing-entry .documents,
[class*=portlets_all_options] .portlet-listing-entry .musics {
  margin-top: 0;
}
[class*=portlets_all_options] .portlet-listing-entry .documents:not(:last-child),
[class*=portlets_all_options] .portlet-listing-entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-link) .portlet-entry-introduction:nth-last-child(2):not(:last-child),
[class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-link) .portlet-entry-content:nth-last-child(2):not(:last-child) {
  margin-bottom: var(--size-40);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  position: absolute;
  top: unset;
  right: unset;
  bottom: var(--content-padding);
  left: var(--content-padding);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-link:hover, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-link:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-link {
    display: none;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-link:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-link:not(:first-child) {
  margin-top: auto;
}
[class*=portlets_all_options] .portlet-listing-entry:has(.icon) .portlet-entry-title {
  margin-top: 0.1em !important;
}
[class*=portlets_all_options] .portlet-listing-entry:has(.icon) :has(.portlet-entry-subtitle) .portlet-entry-title {
  margin-top: 0.3em !important;
}
[class*=portlets_all_options] .portlet-listing-entry:has(.icon) .portlet-entry-title,
[class*=portlets_all_options] .portlet-listing-entry:has(.icon) .portlet-entry-subtitle {
  flex: 0 0 calc(100% - var(--icon-width) - var(--size-15));
  margin-left: auto !important;
}
[class*=portlets_all_options] .portlet-listing-entry:has(.icon) .portlet-entry-subtitle {
  margin-top: calc(-1 * (10px - clamp(0px, 0.3vw, 3px)));
}
[class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
  display: block;
}
[class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  [class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
[class*=portlets_all_options] .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-10);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-tags,
[class*=portlets_all_options] .portlet-listing-entry .listing_properties {
  flex: 0 0 100%;
  order: -1;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-tags:not(:last-child),
[class*=portlets_all_options] .portlet-listing-entry .listing_properties:not(:last-child) {
  margin-bottom: var(--size-25);
}
[class*=portlets_all_options] .portlet-listing-entry .listing_properties {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-5);
}
[class*=portlets_all_options] .portlet-listing-entry .listing_properties .spacer,
[class*=portlets_all_options] .portlet-listing-entry .listing_properties .parent_property_title {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-tags,
[class*=portlets_all_options] .portlet-listing-entry .properties {
  --gap: 5px;
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-tags > .cf,
[class*=portlets_all_options] .portlet-listing-entry .properties > .cf {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry .properties .property_text {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  display: block;
  padding: clamp(4px, 0.5vw, 5px) clamp(6px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
[class*=portlets_all_options] .portlet-listing-entry .properties .property_text a {
  text-decoration: none;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-tags .title_tag {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  display: block;
  padding: clamp(4px, 0.5vw, 5px) clamp(6px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
[class*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] .portlet-listing-content-container:has(.portlet-entry-link) {
  padding-bottom: var(--content-padding);
}
[class*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] .portlet-listing-content-container:has(.portlet-entry-link) > *:nth-last-child(2) {
  margin-bottom: 0;
}
[class*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] .portlet-entry-link {
  display: none;
}
[class*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 600px) {
  [class*=portlets_all_options] .portlet-listing-entry > * {
    flex-flow: column;
    height: 100%;
  }
  [class*=portlets_all_options] .portlet-listing-entry .videos,
[class*=portlets_all_options] .portlet-listing-entry .pictures {
    order: 0 !important;
    flex: unset;
    max-width: 100%;
  }
  [class*=portlets_all_options] .portlet-listing-entry .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  [class*=portlets_all_options] .portlet-listing-entry .videos .video,
[class*=portlets_all_options] .portlet-listing-entry .videos video {
    height: auto;
  }
  [class*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
[class*=portlets_all_options] .portlet-listing-entry .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  [class*=portlets_all_options] .portlet-listing-entry .pictures .picture,
[class*=portlets_all_options] .portlet-listing-entry .pictures .resource_background,
[class*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
[class*=portlets_all_options] .portlet-listing-entry .pictures img {
    height: auto;
  }
  [class*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
    height: 100%;
  }
  [class*=portlets_all_options] .portlet-listing-entry:has(.icon) .portlet-entry-title {
    margin-top: 0.3em !important;
  }
  [class*=portlets_all_options] .portlet-listing-entry:has(.icon) :has(.portlet-entry-subtitle) .portlet-entry-title {
    margin-top: 0.5em !important;
  }
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry > * {
    background: none !important;
    border: 1px solid var(--border-light);
  }
  [class*=portlets_all_options] .portlet-listing-entry .videos,
[class*=portlets_all_options] .portlet-listing-entry .pictures {
    flex: 0 0 350px;
  }
  [class*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container:has(.portlet-entry-link) {
    padding-bottom: var(--content-padding);
  }
  [class*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container:has(.portlet-entry-link) .portlet-entry-content > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
    font-weight: 700;
  }
  [class*=portlets_all_options] .portlet-listing-entry:has(.icon) .portlet-entry-subtitle {
    margin-top: -15px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry > * {
  flex-flow: column;
  height: 100%;
  overflow: visible;
}
[class*=portlets_all_options] .portlet-listing-entry .videos,
[class*=portlets_all_options] .portlet-listing-entry .pictures {
  flex: unset;
  max-width: 100%;
}
[class*=portlets_all_options] .portlet-listing-entry .videos .video,
[class*=portlets_all_options] .portlet-listing-entry .videos video {
  height: auto;
}
[class*=portlets_all_options] .portlet-listing-entry .videos video {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures .picture,
[class*=portlets_all_options] .portlet-listing-entry .pictures .resource_background,
[class*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
[class*=portlets_all_options] .portlet-listing-entry .pictures img {
  height: auto;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures .resource_background {
  overflow: visible;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  overflow: hidden;
}
[class*=portlets_all_options] .portlet-listing-entry .pictures img {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
  height: 100%;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-title:has(+ .portlet-entry-introduction):not(:last-child) {
  margin-bottom: var(--size-5);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction a {
  color: var(--text-color-light);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
    font-size: 17px;
    line-height: 25px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction ~ .portlet-entry-content {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction ~ .portlet-entry-content a {
  color: var(--text-color);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction ~ .portlet-entry-content {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content a {
  color: var(--text-color-light);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content {
    font-size: 17px;
    line-height: 25px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h2, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h3, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h4, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h5, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  margin: 0;
  font-weight: 700;
}
[class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h2 a, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h3 a, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h4 a, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h5 a, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h6 a {
  color: var(--text-color-light);
}
@media print {
  [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h2, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h3, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h4, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h5, [class*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h6 {
    font-size: 17px;
    line-height: 25px;
  }
}
[class*=portlets_all_options] .portlet-listing-entry:not(:first-child) {
  margin: 0;
}
[class*=portlets_all_options] .two_in_a_row .portlet-listing-entry-wrap {
  padding-bottom: 4.3vw;
}
[class*=portlets_all_options] .two_in_a_row .slick-slide:nth-child(even) .portlet-listing-entry,
[class*=portlets_all_options] .two_in_a_row .portlet-listing-entry:nth-child(even) {
  top: calc(var(--hidden-top-space) + 4.3vw);
}
[class*=portlets_all_options] .three_in_a_row .portlet_inner {
  --siteframe-width: var(--siteframe-big);
}
[class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap {
  padding-bottom: 4.3vw;
  --columns: 3;
}
[class*=portlets_all_options] .three_in_a_row .slick-slide:nth-child(3n-1) .portlet-listing-entry,
[class*=portlets_all_options] .three_in_a_row .portlet-listing-entry:nth-child(3n-1) {
  top: calc(var(--hidden-top-space) + 4.3vw);
}
[class*=portlets_all_options] .three_in_a_row .slick-slide:nth-child(3n) .portlet-listing-entry {
  top: calc(var(--hidden-top-space) + 1.8vw);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet_listing_introduction {
  margin-left: unset;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet_text_wrap > a.portlet_listing_link {
  margin-top: var(--size-70);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry {
  --paragraph-space: var(--size-25);
  --content-padding: clamp(22px,3vw,30px);
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:not(:first-child) {
  margin-top: var(--size-50);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry > * {
  position: relative;
  display: flex;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  overflow: visible;
  transform: translateZ(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;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry > *.cf {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures {
  flex: 0 0 450px;
  max-width: 43%;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos video {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos + .pictures {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos .video,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos video {
  height: 100%;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos .video:not(:first-child) {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures {
  overflow: visible;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures .resource_background {
  overflow: visible;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures a.resource_link {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  overflow: hidden;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures img {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures .picture,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures .resource_background,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures a.resource_link,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures img {
  height: 100%;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures .picture:not(:first-child) {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures + .videos {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .icon {
  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(--primary-color);
  color: var(--background-dark);
  -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;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .icon i {
  font-size: calc(var(--icon-width) / 2);
  font-weight: 700;
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-listing-content-container {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: var(--content-padding);
  box-sizing: border-box;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-listing-content-container:has(.portlet-entry-link) {
  padding-bottom: calc(var(--content-padding) + clamp(38px, 4.4vw, 44px));
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  flex: 0 0 100%;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle a,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle:not(:last-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title {
    font-size: 18px;
    line-height: 26px;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle:not(:last-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle:not(:first-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title:not(:first-child) {
  margin-top: 0;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-date {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 900;
  margin-bottom: var(--size-10);
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-date {
    font-size: 12px;
    line-height: 18px;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction a {
  color: var(--text-color-light);
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction ~ .portlet-entry-content {
  color: var(--text-color);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content {
  flex: 0 0 100%;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h2, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h3, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h4, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h5, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h2, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h3, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h4, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h5, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-content h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .document a {
  border-color: transparent;
  background: var(--background-dark);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .document a:focus-visible, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .documents,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .musics {
  margin-top: 0;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .documents:not(:last-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-link) .portlet-entry-introduction:nth-last-child(2):not(:last-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-link) .portlet-entry-content:nth-last-child(2):not(:last-child) {
  margin-bottom: var(--size-40);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  position: absolute;
  top: unset;
  right: unset;
  bottom: var(--content-padding);
  left: var(--content-padding);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-link:hover, [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-link:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-link {
    display: none;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-link:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-link:not(:first-child) {
  margin-top: auto;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) .portlet-entry-title {
  margin-top: 0.1em !important;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) :has(.portlet-entry-subtitle) .portlet-entry-title {
  margin-top: 0.3em !important;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) .portlet-entry-title,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) .portlet-entry-subtitle {
  flex: 0 0 calc(100% - var(--icon-width) - var(--size-15));
  margin-left: auto !important;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) .portlet-entry-subtitle {
  margin-top: calc(-1 * (10px - clamp(0px, 0.3vw, 3px)));
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
  display: block;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title:not(:last-child) {
  margin-bottom: var(--size-10);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-tags,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .listing_properties {
  flex: 0 0 100%;
  order: -1;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-tags:not(:last-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .listing_properties:not(:last-child) {
  margin-bottom: var(--size-25);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .listing_properties {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-5);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .listing_properties .spacer,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .listing_properties .parent_property_title {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-tags,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .properties {
  --gap: 5px;
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-tags > .cf,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .properties > .cf {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .properties .property_text {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  display: block;
  padding: clamp(4px, 0.5vw, 5px) clamp(6px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .properties .property_text a {
  text-decoration: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-tags .title_tag {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  display: block;
  padding: clamp(4px, 0.5vw, 5px) clamp(6px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry[class*=element_link_entire] .portlet-listing-content-container:has(.portlet-entry-link) {
  padding-bottom: var(--content-padding);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry[class*=element_link_entire] .portlet-listing-content-container:has(.portlet-entry-link) > *:nth-last-child(2) {
  margin-bottom: 0;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry[class*=element_link_entire] .portlet-entry-link {
  display: none;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .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: 600px) {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry > * {
    flex-flow: column;
    height: 100%;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures {
    order: 0 !important;
    flex: unset;
    max-width: 100%;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos .video,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos video {
    height: auto;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures a.resource_link,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures .picture,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures .resource_background,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures a.resource_link,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures img {
    height: auto;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-listing-content-container {
    height: 100%;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) .portlet-entry-title {
    margin-top: 0.3em !important;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) :has(.portlet-entry-subtitle) .portlet-entry-title {
    margin-top: 0.5em !important;
  }
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry > * {
    background: none !important;
    border: 1px solid var(--border-light);
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .videos,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .pictures {
    flex: 0 0 350px;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-listing-content-container:has(.portlet-entry-link) {
    padding-bottom: var(--content-padding);
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-listing-content-container:has(.portlet-entry-link) .portlet-entry-content > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction {
    font-weight: 700;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.icon) .portlet-entry-subtitle {
    margin-top: -15px;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-listing-content-container {
  padding: var(--size-50);
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  flex: 0 0 auto;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(24px, 3vw, 30px);
  text-transform: none;
  letter-spacing: 0;
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title:not(:last-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title:not(:last-child),
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-subtitle:not(:last-child) {
  margin-bottom: 0;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) div.portlet-listing-content-container .portlet-entry-title,
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-title {
  font-weight: 700;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry:has(.portlet-entry-subtitle) .portlet-listing-content-container .portlet-entry-title:after {
  content: ",";
  padding-right: 7px;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  order: -1;
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-entry-introduction {
    font-size: 17px;
    line-height: 25px;
  }
}
@media print {
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry .portlet-listing-content-container {
    padding: var(--size-30);
  }
}
[class*=portlets_all_options] .portlet_template_pl_testimonial.slider .portlet-listing-entry-wrap {
  max-width: var(--siteframe-small);
  margin-left: auto;
  margin-right: auto;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .slick-track {
  align-items: flex-start;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .slick-slide {
  transition: opacity 0.3s ease-out;
}
[class*=portlets_all_options] .portlet_template_pl_testimonial .slick-slide:not(.slick-active) {
  opacity: 0.25;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap {
  --space-top: var(--size-30);
  --columns: 1;
  max-width: var(--siteframe);
  margin-left: auto;
  margin-right: auto;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap {
  display: flex;
  align-items: flex-start;
  max-width: var(--siteframe);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .portlet-listing-entry-wrap {
  margin: 0;
  width: 100%;
}
[class*=portlets_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) {
  [class*=portlets_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 {
  [class*=portlets_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) {
  [class*=portlets_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 {
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap {
    max-width: 250px;
    margin-right: 30px;
  }
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .resource_background {
  overflow: visible;
  transform: translateZ();
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap img {
  border-radius: var(--border-radius);
  aspect-ratio: 1/1;
}
[class*=portlets_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;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap .pictures-wrap .pictures.visible {
  opacity: 1 !important;
}
[class*=portlets_all_options] .accordeon_listing .portlet_text_wrap > a.portlet_listing_link {
  margin-top: var(--size-60);
  margin-right: unset;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap {
  display: flex;
  flex-flow: column;
  gap: 0;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
  --icon-width: clamp(30px,4.4vw,44px);
  line-height: clamp(24px, 2.8vw, 28px);
  cursor: pointer;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  max-width: none;
  --paragraph-space: var(--size-15);
  border: none;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry:not(:first-child) {
  margin-top: var(--size-20);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry:hover .accordeon_title_selector:after {
  background: var(--text-color-light);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry.visible_detail .accordeon_title_selector:after {
  background: var(--text-color-light);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: var(--size-25) var(--size-30);
  -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;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector {
    font-size: 18px;
    line-height: 26px;
  }
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:not(:last-child) {
  margin-bottom: 0;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
  pointer-events: none;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 7 Pro";
  content: "+";
  font-size: calc(var(--icon-width) / 2);
  flex: 0 0 var(--icon-width);
  margin-left: var(--size-15);
  width: var(--icon-width);
  height: var(--icon-width);
  border-radius: 100%;
  background: var(--icon-color);
  color: var(--background-light);
  -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;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]) {
  position: relative;
  flex-flow: wrap;
  padding-right: calc(var(--icon-width) + var(--size-30) + var(--size-10));
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]) > *:first-child:not(:last-child) {
  margin-bottom: var(--size-5);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:has([class*=subtitle]):after {
  position: absolute;
  top: 50%;
  right: var(--size-30);
  bottom: unset;
  left: unset;
  margin-top: calc(-1 * var(--icon-width) / 2);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
  display: none;
  padding: 0 var(--size-30) var(--size-30);
  margin-top: 0;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h4 {
  font-weight: 400;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5 a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5 {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container h5:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container > *:last-child {
  margin-bottom: 0;
}
@media print {
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
    background: none;
    border: 1px solid var(--border-light);
  }
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
    display: none;
  }
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
    display: block;
  }
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry:not(.is_visible) {
  --hidden-top-space: 0px;
  opacity: 1;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .listing-tags,
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .pictures {
  display: none;
}
[class*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-entry-content:not(:last-child) {
  margin-bottom: 0;
}
[class*=portlets_all_options] .logos .portlet_inner {
  --siteframe-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
[class*=portlets_all_options] .logos .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
}
[class*=portlets_all_options] .logos .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
[class*=portlets_all_options] .logos .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  [class*=portlets_all_options] .logos .portlet-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  [class*=portlets_all_options] .logos .portlet-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
[class*=portlets_all_options] .logos .portlet_text_wrap > a.portlet_listing_link {
  margin-top: var(--size-40);
  margin-right: calc(50% - var(--siteframe) / 2);
}
[class*=portlets_all_options] .logos .portlet_listing_text_wrap {
  padding-left: var(--siteframe-space);
  padding-right: var(--siteframe-space);
}
[class*=portlets_all_options] .logos .portlet-listing-entry-wrap {
  --animation-space: 10%;
  --gap: var(--size-30);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 5;
  position: relative;
  justify-content: center;
  width: 114%;
  margin-left: -7%;
  overflow: hidden;
}
[class*=portlets_all_options] .logos .portlet-listing-entry-wrap > .cf {
  display: none;
}
[class*=portlets_all_options] .logos .portlet-listing-entry-wrap > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
[class*=portlets_all_options] .logos .portlet-listing-entry-wrap:after, [class*=portlets_all_options] .logos .portlet-listing-entry-wrap:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 5%;
  width: 8%;
  height: auto;
  display: block;
  background: none;
  bottom: -10px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
[class*=portlets_all_options] .logos .portlet-listing-entry-wrap:after {
  left: unset;
  right: 5%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
}
[class*=portlets_all_options] .logos:has(.portlet-title:only-child) .portlet-listing-entry-wrap:not(:first-child) {
  margin-top: var(--size-40);
}
[class*=portlets_all_options] .logos .portlet-listing-entry {
  position: relative;
  left: var(--animation-space);
}
[class*=portlets_all_options] .logos .portlet-listing-entry:nth-child(n+6) {
  left: calc(-1 * var(--animation-space));
}
[class*=portlets_all_options] .logos .portlet-listing-entry:not(.is_visible) {
  --hidden-top-space: 0px;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures {
  flex: 1;
  max-width: 100%;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 284/140;
  padding: 14% 15%;
  box-sizing: border-box;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture .resource_link {
  pointer-events: none;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture .resource_link:before, [class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture .resource_link:after {
  display: none;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture span {
  box-shadow: none;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture .resource_link:not(.fancybox) {
  pointer-events: all;
  border-radius: 0;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture * {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  background: none;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture img {
  filter: grayscale(1) brightness(2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.4;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture:hover img {
  filter: none !important;
  opacity: 1 !important;
}
[class*=portlets_all_options] .logos .portlet-listing-entry .portlet-listing-content-container {
  display: none;
}
[class*=portlets_all_options] .logos .portlet-listing-entry.portlet-listing-entry-class-logo_dark .pictures .picture img {
  filter: grayscale(1) brightness(2) invert(1);
}
[class*=portlets_all_options] .logos .portlet-listing-entry.portlet-listing-entry-class-logo_dark .pictures .picture:hover img {
  filter: grayscale(1) invert(1) !important;
}

/* @end */
/* @group popup */
#popup_news {
  --popup-width: clamp(300px,38vw,380px);
  --icon-width: clamp(29px,4.8vw,48px);
  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;
}
#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;
  pointer-events: none;
}
#popup_news .portlet {
  --paragraph-space: var(--size-25);
  --content-padding: clamp(22px,3vw,30px);
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
}
#popup_news .portlet:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  #popup_news .portlet:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
#popup_news .portlet:not(:first-child) {
  margin-top: var(--size-50);
}
#popup_news .portlet .portlet-content {
  position: relative;
  display: flex;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  overflow: visible;
  transform: translateZ(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;
}
#popup_news .portlet .portlet-content.cf {
  display: none;
}
#popup_news .portlet .videos,
#popup_news .portlet .pictures {
  flex: 0 0 450px;
  max-width: 43%;
}
#popup_news .portlet .videos video {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
#popup_news .portlet .videos + .pictures {
  display: none;
}
#popup_news .portlet .videos .video,
#popup_news .portlet .videos video {
  height: 100%;
}
#popup_news .portlet .videos .video:not(:first-child) {
  display: none;
}
#popup_news .portlet .pictures {
  overflow: visible;
}
#popup_news .portlet .pictures .resource_background {
  overflow: visible;
}
#popup_news .portlet .pictures a.resource_link {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  overflow: hidden;
}
#popup_news .portlet .pictures img {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
#popup_news .portlet .pictures .picture,
#popup_news .portlet .pictures .resource_background,
#popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
  height: 100%;
}
#popup_news .portlet .pictures .picture:not(:first-child) {
  display: none;
}
#popup_news .portlet .pictures + .videos {
  display: none;
}
#popup_news .portlet .icon {
  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(--primary-color);
  color: var(--background-dark);
  -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);
  font-weight: 700;
}
@media print {
  #popup_news .portlet .icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
#popup_news .portlet .portlet_text_wrap {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: var(--content-padding);
  box-sizing: border-box;
}
#popup_news .portlet .portlet_text_wrap:has(.portlet_content_link) {
  padding-bottom: calc(var(--content-padding) + clamp(38px, 4.4vw, 44px));
}
#popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  flex: 0 0 100%;
}
#popup_news .portlet .portlet_content_subtitle a,
#popup_news .portlet .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
#popup_news .portlet .portlet_content_subtitle:not(:last-child),
#popup_news .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  #popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title {
    font-size: 18px;
    line-height: 26px;
  }
}
#popup_news .portlet .portlet_content_subtitle:not(:last-child),
#popup_news .portlet .portlet-title:not(:last-child) {
  margin-bottom: var(--size-40);
}
#popup_news .portlet .portlet_content_subtitle:not(:first-child),
#popup_news .portlet .portlet-title:not(:first-child) {
  margin-top: 0;
}
#popup_news .portlet .listing-date {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 900;
  margin-bottom: var(--size-10);
}
@media print {
  #popup_news .portlet .listing-date {
    font-size: 12px;
    line-height: 18px;
  }
}
#popup_news .portlet .portlet_content_introduction {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
#popup_news .portlet .portlet_content_introduction a {
  color: var(--text-color-light);
}
@media print {
  #popup_news .portlet .portlet_content_introduction {
    font-size: 14px;
    line-height: 24px;
  }
}
#popup_news .portlet .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet .portlet_content_introduction ~ .portlet_content_description {
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_description {
  flex: 0 0 100%;
  color: var(--text-color-light);
}
#popup_news .portlet .portlet_content_description:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet .portlet_content_description h2, #popup_news .portlet .portlet_content_description h3, #popup_news .portlet .portlet_content_description h4, #popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  #popup_news .portlet .portlet_content_description h2, #popup_news .portlet .portlet_content_description h3, #popup_news .portlet .portlet_content_description h4, #popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
#popup_news .portlet .document a {
  border-color: transparent;
  background: var(--background-dark);
}
#popup_news .portlet .document a:focus-visible, #popup_news .portlet .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
#popup_news .portlet .documents,
#popup_news .portlet .musics {
  margin-top: 0;
}
#popup_news .portlet .documents:not(:last-child),
#popup_news .portlet .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet:has(.portlet_content_link) .portlet_content_introduction:nth-last-child(2):not(:last-child),
#popup_news .portlet:has(.portlet_content_link) .portlet_content_description:nth-last-child(2):not(:last-child) {
  margin-bottom: var(--size-40);
}
#popup_news .portlet .portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  position: absolute;
  top: unset;
  right: unset;
  bottom: var(--content-padding);
  left: var(--content-padding);
}
#popup_news .portlet .portlet_content_link:hover, #popup_news .portlet .portlet_content_link:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  #popup_news .portlet .portlet_content_link {
    display: none;
  }
}
#popup_news .portlet .portlet_content_link:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
#popup_news .portlet .portlet_content_link:not(:first-child) {
  margin-top: auto;
}
#popup_news .portlet:has(.icon) .portlet-title {
  margin-top: 0.1em !important;
}
#popup_news .portlet:has(.icon) :has(.portlet_content_subtitle) .portlet-title {
  margin-top: 0.3em !important;
}
#popup_news .portlet:has(.icon) .portlet-title,
#popup_news .portlet:has(.icon) .portlet_content_subtitle {
  flex: 0 0 calc(100% - var(--icon-width) - var(--size-15));
  margin-left: auto !important;
}
#popup_news .portlet:has(.icon) .portlet_content_subtitle {
  margin-top: calc(-1 * (10px - clamp(0px, 0.3vw, 3px)));
}
#popup_news .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
  display: block;
}
#popup_news .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
#popup_news .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  #popup_news .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  #popup_news .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
#popup_news .portlet:has(.portlet_content_subtitle) div.portlet_text_wrap .portlet-title:not(:last-child) {
  margin-bottom: var(--size-10);
}
#popup_news .portlet[class*=element_link_entire] .portlet_text_wrap:has(.portlet_content_link) {
  padding-bottom: var(--content-padding);
}
#popup_news .portlet[class*=element_link_entire] .portlet_text_wrap:has(.portlet_content_link) > *:nth-last-child(2) {
  margin-bottom: 0;
}
#popup_news .portlet[class*=element_link_entire] .portlet_content_link {
  display: none;
}
#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: 600px) {
  #popup_news .portlet .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  #popup_news .portlet .videos,
#popup_news .portlet .pictures {
    order: 0 !important;
    flex: unset;
    max-width: 100%;
  }
  #popup_news .portlet .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  #popup_news .portlet .videos .video,
#popup_news .portlet .videos video {
    height: auto;
  }
  #popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  #popup_news .portlet .pictures .picture,
#popup_news .portlet .pictures .resource_background,
#popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
    height: auto;
  }
  #popup_news .portlet .portlet_text_wrap {
    height: 100%;
  }
  #popup_news .portlet:has(.icon) .portlet-title {
    margin-top: 0.3em !important;
  }
  #popup_news .portlet:has(.icon) :has(.portlet_content_subtitle) .portlet-title {
    margin-top: 0.5em !important;
  }
}
@media print {
  #popup_news .portlet .portlet-content {
    background: none !important;
    border: 1px solid var(--border-light);
  }
  #popup_news .portlet .videos,
#popup_news .portlet .pictures {
    flex: 0 0 350px;
  }
  #popup_news .portlet .portlet_text_wrap:has(.portlet_content_link) {
    padding-bottom: var(--content-padding);
  }
  #popup_news .portlet .portlet_text_wrap:has(.portlet_content_link) .portlet_content_description > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  #popup_news .portlet .portlet_content_introduction {
    font-weight: 700;
  }
  #popup_news .portlet:has(.icon) .portlet_content_subtitle {
    margin-top: -15px;
  }
}
#popup_news .portlet .portlet-content {
  flex-flow: column;
  height: 100%;
  overflow: visible;
}
#popup_news .portlet .videos,
#popup_news .portlet .pictures {
  flex: unset;
  max-width: 100%;
}
#popup_news .portlet .videos .video,
#popup_news .portlet .videos video {
  height: auto;
}
#popup_news .portlet .videos video {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}
#popup_news .portlet .pictures .picture,
#popup_news .portlet .pictures .resource_background,
#popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
  height: auto;
}
#popup_news .portlet .pictures .resource_background {
  overflow: visible;
}
#popup_news .portlet .pictures a.resource_link {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  overflow: hidden;
}
#popup_news .portlet .pictures img {
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}
#popup_news .portlet .portlet_text_wrap {
  height: 100%;
}
#popup_news .portlet .portlet-title:has(+ .portlet_content_introduction):not(:last-child) {
  margin-bottom: var(--size-5);
}
#popup_news .portlet .portlet_content_introduction {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
#popup_news .portlet .portlet_content_introduction a {
  color: var(--text-color-light);
}
@media print {
  #popup_news .portlet .portlet_content_introduction {
    font-size: 17px;
    line-height: 25px;
  }
}
#popup_news .portlet .portlet_content_introduction ~ .portlet_content_description {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
}
#popup_news .portlet .portlet_content_introduction ~ .portlet_content_description a {
  color: var(--text-color);
}
@media print {
  #popup_news .portlet .portlet_content_introduction ~ .portlet_content_description {
    font-size: 14px;
    line-height: 24px;
  }
}
#popup_news .portlet .portlet_content_description {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
#popup_news .portlet .portlet_content_description a {
  color: var(--text-color-light);
}
@media print {
  #popup_news .portlet .portlet_content_description {
    font-size: 17px;
    line-height: 25px;
  }
}
#popup_news .portlet .portlet_content_description h2, #popup_news .portlet .portlet_content_description h3, #popup_news .portlet .portlet_content_description h4, #popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  margin: 0;
  font-weight: 700;
}
#popup_news .portlet .portlet_content_description h2 a, #popup_news .portlet .portlet_content_description h3 a, #popup_news .portlet .portlet_content_description h4 a, #popup_news .portlet .portlet_content_description h5 a, #popup_news .portlet .portlet_content_description h6 a {
  color: var(--text-color-light);
}
@media print {
  #popup_news .portlet .portlet_content_description h2, #popup_news .portlet .portlet_content_description h3, #popup_news .portlet .portlet_content_description h4, #popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
    font-size: 17px;
    line-height: 25px;
  }
}
#popup_news .portlet:not(.is_visible) {
  --hidden-top-space: 0px;
  opacity: 1;
}
#popup_news .portlet.portlet_no_title.portlet_no_content.portlet_empty {
  padding: var(--size-20);
  background: var(--background-light);
  border-radius: var(--border-radius);
}
#popup_news .portlet .portlet-content {
  background: var(--background-light);
}
#popup_news .portlet .portlet_text_wrap {
  overflow: hidden;
}
#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_content_description {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
#popup_news .portlet .portlet_content_description a {
  color: var(--text-color-light);
}
@media print {
  #popup_news .portlet .portlet_content_description {
    font-size: 14px;
    line-height: 24px;
  }
}
#popup_news .portlet + #close_popup {
  display: flex;
}
#popup_news #close_popup {
  position: absolute;
  top: var(--size-15);
  right: var(--size-15);
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: calc(var(--icon-width) / 2);
  background: var(--text-color-light);
  color: var(--background-medium);
  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(--color-on-primary-color);
  background: 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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--color-on-primary-color);
  padding: var(--size-15) var(--size-25);
}
#popup_news .information_responsive span a {
  color: var(--color-on-primary-color);
  text-decoration: none;
}
#popup_news .information_responsive span:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  #popup_news .information_responsive span {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  #popup_news .information_responsive span:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
#popup_news .information_responsive span:not(:last-child) {
  margin-bottom: 0;
}
#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: var(--color-on-primary-color);
  line-height: 100%;
}
#popup_news .information_responsive:nth-child(2) {
  display: none;
}

body.portlet_news_rwd #popup_news .information_responsive {
  display: flex;
  pointer-events: all;
}
.portlet_hidden body.portlet_news_rwd #popup_news .information_responsive {
  pointer-events: none;
}
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;
  position: absolute;
  pointer-events: none;
}

@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 portlet quicklinks: button bar */
.portlet_quicklinks[class*=button_bar] {
  position: sticky;
  bottom: clamp(10px, 2vw, 20px);
  z-index: 100;
  margin-top: var(--section-space-big);
}
.portlet_quicklinks[class*=button_bar] .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_quicklinks[class*=button_bar] .portlet-content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: clamp(7px, 2vw, 20px);
}
.portlet_quicklinks[class*=button_bar] a.quicklink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.6vw, 16px) clamp(20px, 3.5vw, 35px);
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: clamp(15px, 2vw, 20px);
  padding: clamp(6px, 1.6vw, 16px) clamp(13px, 3.5vw, 35px);
}
.portlet_quicklinks[class*=button_bar] a.quicklink:hover, .portlet_quicklinks[class*=button_bar] a.quicklink:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .portlet_quicklinks[class*=button_bar] a.quicklink {
    display: none;
  }
}
.portlet_quicklinks[class*=button_bar] a.quicklink i {
  margin-right: var(--size-10);
  font-weight: 400;
}
body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) .portlet-title {
  display: none;
}
body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) .portlet-content > a[href*=configure_portlet] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--text-color-light);
  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: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
}
body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) .portlet-content > a[href*=configure_portlet]:hover, body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) .portlet-content > a[href*=configure_portlet]:focus-visible {
  color: var(--text-color-light);
  border: 1px solid var(--background-medium);
  background: var(--background-medium);
}
@media print {
  body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) .portlet-content > a[href*=configure_portlet] {
    display: none;
  }
}
body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) .portlet-content > a[href*=configure_portlet] span {
  font-size: 0;
  line-height: 0;
}
body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) .portlet-content > a[href*=configure_portlet] span:before {
  content: "Button hinzufügen";
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
}
body.logged_in .portlet_quicklinks[class*=button_bar]:has(.portlet-content > a[href*=configure_portlet]) span.management_controls {
  top: -20px;
  right: calc(50% - 120px);
}

/* @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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group management */
html body.system_page .portlet_quicklinks[class*=button_bar] {
  display: none !important;
}

.logged_in div.portlets div.portlets_inner_wrap:after {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
}
.logged_in div.portlets div.portlets_inner_wrap div[id*=add_portlet_] {
  --hidden-top-space: 0;
  opacity: 1 !important;
}

div#management strong {
  font-weight: 700;
  color: inherit;
}

/* @end */
/* !@group login message */
.message {
  --paragraph-space: var(--size-10);
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: var(--size-10);
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: #303030;
  font-weight: 700;
  border-radius: var(--border-radius);
  background: var(--signal-color);
  padding: var(--size-20) var(--size-30);
  box-sizing: border-box;
  border: 2px solid var(--signal-color);
}
.message a {
  color: #303030;
}
@media print {
  .message {
    font-size: 13px;
    line-height: 20px;
  }
}
.message:not(:first-child) {
  margin-top: var(--size-60);
}
.message:not(:last-child) {
  margin-bottom: var(--size-60);
}
.message ul li:before {
  color: #303030;
}
.message > strong {
  width: 100%;
}
.message .message_important {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: #303030;
  font-weight: 700;
}
.message .message_important a {
  color: #303030;
}
@media print {
  .message .message_important {
    font-size: 14px;
    line-height: 24px;
  }
}
.message a {
  text-decoration: none;
  margin-left: auto;
}
.message a:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.message a:hover {
  color: rgba(48, 48, 48, 0.6);
}
.message a.button, .message a[href*="/cart"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--signal-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: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  font-weight: 700;
  text-decoration: none;
  margin-left: auto;
}
.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-medium);
  background: var(--background-medium);
}
@media print {
  .message a.button, .message a[href*="/cart"] {
    display: none;
  }
}
.message i {
  margin-right: var(--size-10);
}
.message:has(span.tooltip) {
  display: block;
}
.message:has(span.tooltip) span.tooltip {
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}

/* @end */
/* @group scrollbar */
*::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-height);
}

*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-background);
  border-radius: 8px;
}

*::-webkit-scrollbar-track {
  background: none;
}

*::-webkit-scrollbar-corner {
  background: var(--scrollbar-track-background);
}

html:has(body.browser_firefox) {
  --scrollbar-track-background: rgba(0,0,0,0);
  scrollbar-color: var(--scrollbar-background) var(--scrollbar-track-background);
  scrollbar-width: thin;
}
html:has(body.browser_firefox) * {
  scrollbar-color: var(--scrollbar-background) var(--scrollbar-track-background);
  scrollbar-width: thin;
}

*::-ms-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-height);
}

*::-ms-scrollbar-thumb {
  background: var(--scrollbar-background);
  border-radius: 8px;
}

*::-ms-scrollbar-track {
  background: none;
}

*::-ms-scrollbar-corner {
  background: var(--scrollbar-track-background);
}

/* @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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
.no_system_page div.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow {
  background: var(--background-dark-style-dark);
}

.tooltipster-base:not(.tooltipster-management) {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
  --arrow-size: 16px;
}
.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow {
  border: none;
  width: var(--arrow-size);
  height: calc(var(--arrow-size) / 2);
  position: absolute;
  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 */
.my_settings_form,
.login_form {
  --space-helptext-icon: 28px;
}
.my_settings_form > p:first-child,
.login_form > p:first-child {
  margin-bottom: var(--paragraph-space);
}
.my_settings_form form,
.login_form form {
  max-width: var(--siteframe-very-small);
}
.my_settings_form form[action="?action=lost_password"] .p_lost_password:last-child,
.login_form form[action="?action=lost_password"] .p_lost_password:last-child {
  margin-top: var(--size-20);
}
.my_settings_form form[action="?action=lost_password"] .p_lost_password:last-child label,
.login_form form[action="?action=lost_password"] .p_lost_password:last-child label {
  display: none;
}
.my_settings_form label,
.login_form label {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: clamp(1.8px, 2vw, 2px);
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
@media print {
  .my_settings_form label,
.login_form label {
    font-size: 12px;
    line-height: 18px;
  }
}
.my_settings_form input,
.login_form input {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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;
}
.my_settings_form input a,
.login_form input a {
  color: var(--input-color);
}
@media print {
  .my_settings_form input,
.login_form input {
    font-size: 12px;
    line-height: 18px;
  }
}
.my_settings_form input:focus-visible, .my_settings_form input:hover,
.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);
}
.my_settings_form input:focus-visible::placeholder, .my_settings_form input:focus-visible::-moz-placeholder, .my_settings_form input:hover::placeholder, .my_settings_form input:hover::-moz-placeholder,
.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);
}
.my_settings_form input[data-com-onepassword-filled=light], .my_settings_form input:-webkit-autofill, .my_settings_form input:-webkit-autofill:hover, .my_settings_form input:-webkit-autofill:focus-visible,
.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;
}
.my_settings_form input::placeholder, .my_settings_form input::-moz-placeholder,
.login_form input::placeholder,
.login_form input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.my_settings_form input[type=submit].button,
.login_form input[type=submit].button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
}
.my_settings_form input[type=submit].button:hover, .my_settings_form input[type=submit].button:focus-visible,
.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 {
  .my_settings_form input[type=submit].button,
.login_form input[type=submit].button {
    display: none;
  }
}
.my_settings_form .p_remember_me_checkbox label.label_remember_me_checkbox,
.login_form .p_remember_me_checkbox label.label_remember_me_checkbox {
  margin: 0;
  padding: 0;
}
.my_settings_form .p_remember_me_checkbox label.prefix_checkbox,
.login_form .p_remember_me_checkbox label.prefix_checkbox {
  display: none;
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox],
.login_form .p_remember_me_checkbox input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox] + *,
.login_form .p_remember_me_checkbox input[type=checkbox] + * {
  display: flex;
  align-items: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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;
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox] + * a,
.login_form .p_remember_me_checkbox input[type=checkbox] + * a {
  color: var(--input-color);
}
@media print {
  .my_settings_form .p_remember_me_checkbox input[type=checkbox] + *,
.login_form .p_remember_me_checkbox input[type=checkbox] + * {
    font-size: 12px;
    line-height: 18px;
  }
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox] + *:before,
.login_form .p_remember_me_checkbox input[type=checkbox] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox]:hover:not(:checked) + *, .my_settings_form .p_remember_me_checkbox input[type=checkbox]:hover:not(:checked) + * a,
.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);
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox]:checked + *:before,
.login_form .p_remember_me_checkbox input[type=checkbox]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox] + label:before,
.login_form .p_remember_me_checkbox input[type=checkbox] + label:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f0c8";
}
.my_settings_form .p_remember_me_checkbox input[type=checkbox]:checked + label:before,
.login_form .p_remember_me_checkbox input[type=checkbox]:checked + label:before {
  content: "\f14a";
}
.my_settings_form .p_login_button label,
.login_form .p_login_button label {
  display: none;
}
.my_settings_form .p_empty,
.login_form .p_empty {
  display: none;
}
.my_settings_form .p_register, .my_settings_form + .portlet_shop_register, .my_settings_form + .p_lost_password,
.my_settings_form .p_lost_password,
.login_form .p_register,
.login_form + .portlet_shop_register,
.login_form + .p_lost_password,
.login_form .p_lost_password {
  margin-top: var(--size-40);
  margin-bottom: 0;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .my_settings_form .p_register, .my_settings_form + .portlet_shop_register, .my_settings_form + .p_lost_password,
.my_settings_form .p_lost_password,
.login_form .p_register,
.login_form + .portlet_shop_register,
.login_form + .p_lost_password,
.login_form .p_lost_password {
    font-size: 12px;
    line-height: 18px;
  }
}
.my_settings_form .p_lost_password + .p_register,
.login_form .p_lost_password + .p_register {
  margin-top: var(--size-10);
}
.my_settings_form p:has(.helptext) select,
.my_settings_form p:has(.helptext) select + span.select2-container,
.my_settings_form p:has(.helptext) input,
.login_form p:has(.helptext) select,
.login_form p:has(.helptext) select + span.select2-container,
.login_form p:has(.helptext) input {
  max-width: calc(100% - var(--space-helptext-icon));
  margin-right: 4px;
  display: inline-block;
}
.my_settings_form p[class*=error],
.login_form p[class*=error] {
  --input-border: #E20714;
}
.my_settings_form p[class*=error] label,
.login_form p[class*=error] label {
  color: #E20714;
}
.my_settings_form p[class*=register_password_field],
.login_form p[class*=register_password_field] {
  position: relative;
}
.my_settings_form p[class*=register_password_field] .p_wrap,
.login_form p[class*=register_password_field] .p_wrap {
  display: inline-block;
  border-radius: var(--input-border-radius);
  overflow: hidden;
}
.my_settings_form p[class*=register_password_field] .p_wrap input,
.login_form p[class*=register_password_field] .p_wrap input {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.my_settings_form p[class*=register_password_field] .p_wrap:has(.tooltip),
.login_form p[class*=register_password_field] .p_wrap:has(.tooltip) {
  max-width: calc(100% - var(--space-helptext-icon));
  width: 100%;
  margin-right: 4px;
  display: inline-block;
}
.my_settings_form p[class*=register_password_field] .p_wrap .indicator_wrap,
.login_form p[class*=register_password_field] .p_wrap .indicator_wrap {
  height: 3px;
  top: auto !important;
  bottom: 1px;
  left: 5px;
  right: 5px;
  display: flex;
  gap: 3px;
}
.my_settings_form p[class*=register_password_field] .p_wrap .indicator_wrap .security,
.login_form p[class*=register_password_field] .p_wrap .indicator_wrap .security {
  border-radius: 5px;
  border: 0;
  width: 100%;
  height: 3px;
}
.my_settings_form p[class*=register_password_field] .p_wrap .indicator_wrap .security[style="background: rgb(243, 108, 96);"],
.login_form p[class*=register_password_field] .p_wrap .indicator_wrap .security[style="background: rgb(243, 108, 96);"] {
  background: #FF0000 !important;
}
.my_settings_form p[class*=register_password_field] .p_wrap .indicator_wrap .security[style="background: rgb(255, 213, 79);"],
.login_form p[class*=register_password_field] .p_wrap .indicator_wrap .security[style="background: rgb(255, 213, 79);"] {
  background: #ffe100 !important;
}
.my_settings_form p[class*=register_password_field] .p_wrap .indicator_wrap .security[style="background: rgb(174, 213, 129);"],
.login_form p[class*=register_password_field] .p_wrap .indicator_wrap .security[style="background: rgb(174, 213, 129);"] {
  background: #39FF00 !important;
}
.my_settings_form p[class*=register_password_field] .p_wrap .generator,
.login_form p[class*=register_password_field] .p_wrap .generator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(16px, 1.8vw, 18px);
  height: clamp(16px, 1.8vw, 18px);
  font-size: 0;
  top: auto;
  background: var(--input-border);
  bottom: calc(var(--input-padding-top-bottom) + clamp(4px, 0.5vw, 5px));
  right: var(--input-padding-left-right);
}
.my_settings_form p[class*=register_password_field] .p_wrap .generator:after,
.login_form p[class*=register_password_field] .p_wrap .generator:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f084";
  font-size: 10px;
  font-weight: 900;
}
.my_settings_form p[class*=register_password_field] .p_wrap .generator:hover,
.login_form p[class*=register_password_field] .p_wrap .generator:hover {
  background: var(--input-border-hover);
}
.my_settings_form p[class*=register_password_field]:has(.p_wrap) .helptext,
.login_form p[class*=register_password_field]:has(.p_wrap) .helptext {
  display: inline-block;
  vertical-align: calc(var(--input-padding-top-bottom) + clamp(6px, 0.7vw, 7px));
}
.my_settings_form p[class*=register_password_field]:has(.tooltip) .p_wrap:after, .my_settings_form p[class*=register_password_field]:has(.tooltip):after,
.login_form p[class*=register_password_field]:has(.tooltip) .p_wrap:after,
.login_form p[class*=register_password_field]:has(.tooltip):after {
  right: calc(var(--input-padding-left-right) + 26px) !important;
}
.my_settings_form p[class*=register_password_field].register_password_field2:after,
.my_settings_form p[class*=register_password_field] .p_wrap:after,
.login_form p[class*=register_password_field].register_password_field2:after,
.login_form p[class*=register_password_field] .p_wrap:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f058";
  color: #39FF00;
  position: absolute;
  right: var(--input-padding-left-right);
  bottom: calc(var(--input-padding-top-bottom) - 1px);
  font-weight: 900;
  opacity: 0;
}
.my_settings_form p[class*=register_password_field].register_password_field2.password_not_valid:after,
.my_settings_form p[class*=register_password_field] > .password_not_valid:after,
.login_form p[class*=register_password_field].register_password_field2.password_not_valid:after,
.login_form p[class*=register_password_field] > .password_not_valid:after {
  content: "\f057";
  color: #FF0000;
}
.my_settings_form p[class*=register_password_field]:has(input:focus).register_password_field2:after, .my_settings_form p[class*=register_password_field]:has(input:focus) > .p_wrap:after,
.login_form p[class*=register_password_field]:has(input:focus).register_password_field2:after,
.login_form p[class*=register_password_field]:has(input:focus) > .p_wrap:after {
  opacity: 1;
}

/* @end */
/* !@group management portlets */
.logged_in div.portlets[class*=portlets_all_options] .portlets_inner_wrap:after {
  left: 5px;
  right: 5px;
}
.logged_in div.portlets[class*=portlets_all_options] .portlet_zone_label {
  margin-left: 10px;
}
.logged_in div.portlets[class*=portlets_all_options] .portlet_zone_label:after {
  content: "Zone: Freier Inhalt & Einträge Importieren";
}
.logged_in div.portlets[class*=portlets_all_options] .add_portlet_link {
  margin-left: 10px !important;
}
.logged_in div.portlets[class*=portlets_all_options] .videos .management_controls,
.logged_in div.portlets[class*=portlets_all_options] .pictures .management_controls {
  display: none;
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title {
  margin-top: 0;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  margin-bottom: var(--size-10);
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title a {
  color: var(--text-color-light);
  text-decoration: none;
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  .logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.logged_in .portlet_listing .portlet_inner > .management_controls .portlet_resource_link {
  display: none;
}

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

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

/* @end */
/* !@group sitemap */
ul.sitemap a {
  text-decoration: none;
}
ul.sitemap li.level0 a {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
}
@media print {
  ul.sitemap li.level0 a {
    font-size: 17px;
    line-height: 25px;
  }
}
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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin-left: var(--size-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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group overview & listing */
#mixItUp.listing:not(:first-child),
#overview_wrap:not(:first-child) {
  margin-top: var(--section-space-small);
}
.flex_wrap #mixItUp.listing,
.flex_wrap #overview_wrap {
  margin-top: 0;
}

/* @end */
/* !@group overview */
.overview_items .overview_item {
  --paragraph-space: var(--size-25);
  --content-padding: clamp(22px,3vw,30px);
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
  max-width: var(--standard-entry-max-width);
}
.overview_items .overview_item:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  .overview_items .overview_item:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
.overview_items .overview_item:not(:first-child) {
  margin-top: var(--size-50);
}
.overview_items .overview_item > * {
  position: relative;
  display: flex;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  overflow: visible;
  transform: translateZ(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;
}
.overview_items .overview_item > *.cf {
  display: none;
}
.overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
  flex: 0 0 450px;
  max-width: 43%;
}
.overview_items .overview_item .videos video {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
.overview_items .overview_item .videos + .pictures {
  display: none;
}
.overview_items .overview_item .videos .video,
.overview_items .overview_item .videos video {
  height: 100%;
}
.overview_items .overview_item .videos .video:not(:first-child) {
  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 {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  overflow: hidden;
}
.overview_items .overview_item .pictures img {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
.overview_items .overview_item .pictures .picture,
.overview_items .overview_item .pictures .resource_background,
.overview_items .overview_item .pictures a.resource_link,
.overview_items .overview_item .pictures img {
  height: 100%;
}
.overview_items .overview_item .pictures .picture:not(:first-child) {
  display: none;
}
.overview_items .overview_item .pictures + .videos {
  display: none;
}
.overview_items .overview_item .icon {
  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(--primary-color);
  color: var(--background-dark);
  -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);
  font-weight: 700;
}
@media print {
  .overview_items .overview_item .icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
.overview_items .overview_item .content {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: var(--content-padding);
  box-sizing: border-box;
}
.overview_items .overview_item .content:has(.listing-more-button) {
  padding-bottom: calc(var(--content-padding) + clamp(38px, 4.4vw, 44px));
}
.overview_items .overview_item .subtitle,
.overview_items .overview_item h2 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  flex: 0 0 100%;
}
.overview_items .overview_item .subtitle a,
.overview_items .overview_item h2 a {
  color: var(--text-color-light);
  text-decoration: none;
}
.overview_items .overview_item .subtitle:not(:last-child),
.overview_items .overview_item h2:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  .overview_items .overview_item .subtitle,
.overview_items .overview_item h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.overview_items .overview_item .subtitle:not(:last-child),
.overview_items .overview_item h2:not(:last-child) {
  margin-bottom: var(--size-40);
}
.overview_items .overview_item .subtitle:not(:first-child),
.overview_items .overview_item h2:not(:first-child) {
  margin-top: 0;
}
.overview_items .overview_item .listing-date {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 900;
  margin-bottom: var(--size-10);
}
@media print {
  .overview_items .overview_item .listing-date {
    font-size: 12px;
    line-height: 18px;
  }
}
.overview_items .overview_item div[class*=introduction] {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.overview_items .overview_item div[class*=introduction] a {
  color: var(--text-color-light);
}
@media print {
  .overview_items .overview_item div[class*=introduction] {
    font-size: 14px;
    line-height: 24px;
  }
}
.overview_items .overview_item div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item div[class*=introduction] ~ .text {
  color: var(--text-color);
}
.overview_items .overview_item .text {
  flex: 0 0 100%;
  color: var(--text-color-light);
}
.overview_items .overview_item .text:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item .text h2, .overview_items .overview_item .text h3, .overview_items .overview_item .text h4, .overview_items .overview_item .text h5, .overview_items .overview_item .text h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  .overview_items .overview_item .text h2, .overview_items .overview_item .text h3, .overview_items .overview_item .text h4, .overview_items .overview_item .text h5, .overview_items .overview_item .text h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
.overview_items .overview_item .document a {
  border-color: transparent;
  background: var(--background-dark);
}
.overview_items .overview_item .document a:focus-visible, .overview_items .overview_item .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
.overview_items .overview_item .documents,
.overview_items .overview_item .musics {
  margin-top: 0;
}
.overview_items .overview_item .documents:not(:last-child),
.overview_items .overview_item .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item:has(.listing-more-button) div[class*=introduction]:nth-last-child(2):not(:last-child),
.overview_items .overview_item:has(.listing-more-button) .text:nth-last-child(2):not(:last-child) {
  margin-bottom: var(--size-40);
}
.overview_items .overview_item .listing-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  position: absolute;
  top: unset;
  right: unset;
  bottom: var(--content-padding);
  left: var(--content-padding);
}
.overview_items .overview_item .listing-more-button:hover, .overview_items .overview_item .listing-more-button:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .overview_items .overview_item .listing-more-button {
    display: none;
  }
}
.overview_items .overview_item .listing-more-button:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.overview_items .overview_item .listing-more-button:not(:first-child) {
  margin-top: auto;
}
.overview_items .overview_item:has(.icon) h2 {
  margin-top: 0.1em !important;
}
.overview_items .overview_item:has(.icon) :has(.subtitle) h2 {
  margin-top: 0.3em !important;
}
.overview_items .overview_item:has(.icon) h2,
.overview_items .overview_item:has(.icon) .subtitle {
  flex: 0 0 calc(100% - var(--icon-width) - var(--size-15));
  margin-left: auto !important;
}
.overview_items .overview_item:has(.icon) .subtitle {
  margin-top: calc(-1 * (10px - clamp(0px, 0.3vw, 3px)));
}
.overview_items .overview_item:has(.subtitle) div.content h2 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
  display: block;
}
.overview_items .overview_item:has(.subtitle) div.content h2 a {
  color: var(--text-color-light);
  text-decoration: none;
}
.overview_items .overview_item:has(.subtitle) div.content h2:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .overview_items .overview_item:has(.subtitle) div.content h2 {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .overview_items .overview_item:has(.subtitle) div.content h2:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
.overview_items .overview_item:has(.subtitle) div.content h2:not(:last-child) {
  margin-bottom: var(--size-10);
}
.overview_items .overview_item[class*=element_link_entire] .content:has(.listing-more-button) {
  padding-bottom: var(--content-padding);
}
.overview_items .overview_item[class*=element_link_entire] .content:has(.listing-more-button) > *:nth-last-child(2) {
  margin-bottom: 0;
}
.overview_items .overview_item[class*=element_link_entire] .listing-more-button {
  display: none;
}
.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: 600px) {
  .overview_items .overview_item > * {
    flex-flow: column;
    height: 100%;
  }
  .overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
    order: 0 !important;
    flex: unset;
    max-width: 100%;
  }
  .overview_items .overview_item .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .overview_items .overview_item .videos .video,
.overview_items .overview_item .videos video {
    height: auto;
  }
  .overview_items .overview_item .pictures a.resource_link,
.overview_items .overview_item .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .overview_items .overview_item .pictures .picture,
.overview_items .overview_item .pictures .resource_background,
.overview_items .overview_item .pictures a.resource_link,
.overview_items .overview_item .pictures img {
    height: auto;
  }
  .overview_items .overview_item .content {
    height: 100%;
  }
  .overview_items .overview_item:has(.icon) h2 {
    margin-top: 0.3em !important;
  }
  .overview_items .overview_item:has(.icon) :has(.subtitle) h2 {
    margin-top: 0.5em !important;
  }
}
@media print {
  .overview_items .overview_item > * {
    background: none !important;
    border: 1px solid var(--border-light);
  }
  .overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
    flex: 0 0 350px;
  }
  .overview_items .overview_item .content:has(.listing-more-button) {
    padding-bottom: var(--content-padding);
  }
  .overview_items .overview_item .content:has(.listing-more-button) .text > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  .overview_items .overview_item div[class*=introduction] {
    font-weight: 700;
  }
  .overview_items .overview_item:has(.icon) .subtitle {
    margin-top: -15px;
  }
}
.overview_items .overview_item:nth-child(even) {
  margin-left: auto;
}
.overview_items .overview_item:nth-child(even) .pictures img,
.overview_items .overview_item:nth-child(even) .videos video {
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
}
.overview_items .overview_item:nth-child(even) .videos,
.overview_items .overview_item:nth-child(even) .pictures {
  order: 2;
}

/* @end */
/* !@group listing */
.module-listing .listing_entry {
  --paragraph-space: var(--size-25);
  --content-padding: clamp(22px,3vw,30px);
  --hidden-top-space: 0px;
  position: relative;
  top: var(--hidden-top-space);
  transition: opacity 0.4s ease-out, top 0.5s ease-out;
  max-width: var(--standard-entry-max-width);
}
.module-listing .listing_entry:not(.is_visible) {
  --hidden-top-space: 50px;
  opacity: 0;
}
@media print {
  .module-listing .listing_entry:not(.is_visible) {
    --hidden-top-space: 0px;
    opacity: 1;
  }
}
.module-listing .listing_entry:not(:first-child) {
  margin-top: var(--size-50);
}
.module-listing .listing_entry > * {
  position: relative;
  display: flex;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
  overflow: visible;
  transform: translateZ(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;
}
.module-listing .listing_entry > *.cf {
  display: none;
}
.module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
  flex: 0 0 450px;
  max-width: 43%;
}
.module-listing .listing_entry .videos video {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
.module-listing .listing_entry .videos + .pictures {
  display: none;
}
.module-listing .listing_entry .videos .video,
.module-listing .listing_entry .videos video {
  height: 100%;
}
.module-listing .listing_entry .videos .video:not(:first-child) {
  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 {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  overflow: hidden;
}
.module-listing .listing_entry .pictures img {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
.module-listing .listing_entry .pictures .picture,
.module-listing .listing_entry .pictures .resource_background,
.module-listing .listing_entry .pictures a.resource_link,
.module-listing .listing_entry .pictures img {
  height: 100%;
}
.module-listing .listing_entry .pictures .picture:not(:first-child) {
  display: none;
}
.module-listing .listing_entry .pictures + .videos {
  display: none;
}
.module-listing .listing_entry .icon {
  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(--primary-color);
  color: var(--background-dark);
  -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);
  font-weight: 700;
}
@media print {
  .module-listing .listing_entry .icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
.module-listing .listing_entry .content {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: var(--content-padding);
  box-sizing: border-box;
}
.module-listing .listing_entry .content:has(.listing-more-button) {
  padding-bottom: calc(var(--content-padding) + clamp(38px, 4.4vw, 44px));
}
.module-listing .listing_entry .subtitle,
.module-listing .listing_entry h2 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(23px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
  flex: 0 0 100%;
}
.module-listing .listing_entry .subtitle a,
.module-listing .listing_entry h2 a {
  color: var(--text-color-light);
  text-decoration: none;
}
.module-listing .listing_entry .subtitle:not(:last-child),
.module-listing .listing_entry h2:not(:last-child) {
  margin-bottom: var(--size-25);
}
@media print {
  .module-listing .listing_entry .subtitle,
.module-listing .listing_entry h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.module-listing .listing_entry .subtitle:not(:last-child),
.module-listing .listing_entry h2:not(:last-child) {
  margin-bottom: var(--size-40);
}
.module-listing .listing_entry .subtitle:not(:first-child),
.module-listing .listing_entry h2:not(:first-child) {
  margin-top: 0;
}
.module-listing .listing_entry .listing-date {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 900;
  margin-bottom: var(--size-10);
}
@media print {
  .module-listing .listing_entry .listing-date {
    font-size: 12px;
    line-height: 18px;
  }
}
.module-listing .listing_entry div[class*=introduction] {
  flex: 0 0 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.module-listing .listing_entry div[class*=introduction] a {
  color: var(--text-color-light);
}
@media print {
  .module-listing .listing_entry div[class*=introduction] {
    font-size: 14px;
    line-height: 24px;
  }
}
.module-listing .listing_entry div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry div[class*=introduction] ~ .listing-content-text {
  color: var(--text-color);
}
.module-listing .listing_entry .listing-content-text {
  flex: 0 0 100%;
  color: var(--text-color-light);
}
.module-listing .listing_entry .listing-content-text:not(:empty):not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry .listing-content-text h2, .module-listing .listing_entry .listing-content-text h3, .module-listing .listing_entry .listing-content-text h4, .module-listing .listing_entry .listing-content-text h5, .module-listing .listing_entry .listing-content-text h6 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  .module-listing .listing_entry .listing-content-text h2, .module-listing .listing_entry .listing-content-text h3, .module-listing .listing_entry .listing-content-text h4, .module-listing .listing_entry .listing-content-text h5, .module-listing .listing_entry .listing-content-text h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
.module-listing .listing_entry .document a {
  border-color: transparent;
  background: var(--background-dark);
}
.module-listing .listing_entry .document a:focus-visible, .module-listing .listing_entry .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
.module-listing .listing_entry .documents,
.module-listing .listing_entry .musics {
  margin-top: 0;
}
.module-listing .listing_entry .documents:not(:last-child),
.module-listing .listing_entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry:has(.listing-more-button) div[class*=introduction]:nth-last-child(2):not(:last-child),
.module-listing .listing_entry:has(.listing-more-button) .listing-content-text:nth-last-child(2):not(:last-child) {
  margin-bottom: var(--size-40);
}
.module-listing .listing_entry .listing-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  position: absolute;
  top: unset;
  right: unset;
  bottom: var(--content-padding);
  left: var(--content-padding);
}
.module-listing .listing_entry .listing-more-button:hover, .module-listing .listing_entry .listing-more-button:focus-visible {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .module-listing .listing_entry .listing-more-button {
    display: none;
  }
}
.module-listing .listing_entry .listing-more-button:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.module-listing .listing_entry .listing-more-button:not(:first-child) {
  margin-top: auto;
}
.module-listing .listing_entry:has(.icon) h2 {
  margin-top: 0.1em !important;
}
.module-listing .listing_entry:has(.icon) :has(.subtitle) h2 {
  margin-top: 0.3em !important;
}
.module-listing .listing_entry:has(.icon) h2,
.module-listing .listing_entry:has(.icon) .subtitle {
  flex: 0 0 calc(100% - var(--icon-width) - var(--size-15));
  margin-left: auto !important;
}
.module-listing .listing_entry:has(.icon) .subtitle {
  margin-top: calc(-1 * (10px - clamp(0px, 0.3vw, 3px)));
}
.module-listing .listing_entry:has(.subtitle) div.content h2 {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: clamp(18px, 2.6vw, 26px);
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  text-transform: uppercase;
  color: var(--text-color-light);
  display: block;
}
.module-listing .listing_entry:has(.subtitle) div.content h2 a {
  color: var(--text-color-light);
  text-decoration: none;
}
.module-listing .listing_entry:has(.subtitle) div.content h2:not(:last-child) {
  margin-bottom: var(--size-20);
}
@media print {
  .module-listing .listing_entry:has(.subtitle) div.content h2 {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .module-listing .listing_entry:has(.subtitle) div.content h2:not(:last-child) {
    margin-bottom: var(--size-5);
  }
}
.module-listing .listing_entry:has(.subtitle) div.content h2:not(:last-child) {
  margin-bottom: var(--size-10);
}
.module-listing .listing_entry .listing-tags,
.module-listing .listing_entry .listing_properties {
  flex: 0 0 100%;
  order: -1;
}
.module-listing .listing_entry .listing-tags:not(:last-child),
.module-listing .listing_entry .listing_properties:not(:last-child) {
  margin-bottom: var(--size-25);
}
.module-listing .listing_entry .listing_properties {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-5);
}
.module-listing .listing_entry .listing_properties .spacer,
.module-listing .listing_entry .listing_properties .parent_property_title {
  display: none;
}
.module-listing .listing_entry .listing-tags,
.module-listing .listing_entry .properties {
  --gap: 5px;
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.module-listing .listing_entry .listing-tags > .cf,
.module-listing .listing_entry .properties > .cf {
  display: none;
}
.module-listing .listing_entry .properties .property_text {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  display: block;
  padding: clamp(4px, 0.5vw, 5px) clamp(6px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.module-listing .listing_entry .properties .property_text a {
  text-decoration: none;
}
.module-listing .listing_entry .listing-tags .title_tag {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  display: block;
  padding: clamp(4px, 0.5vw, 5px) clamp(6px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.module-listing .listing_entry[class*=element_link_entire] .content:has(.listing-more-button) {
  padding-bottom: var(--content-padding);
}
.module-listing .listing_entry[class*=element_link_entire] .content:has(.listing-more-button) > *:nth-last-child(2) {
  margin-bottom: 0;
}
.module-listing .listing_entry[class*=element_link_entire] .listing-more-button {
  display: none;
}
.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: 600px) {
  .module-listing .listing_entry > * {
    flex-flow: column;
    height: 100%;
  }
  .module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
    order: 0 !important;
    flex: unset;
    max-width: 100%;
  }
  .module-listing .listing_entry .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .module-listing .listing_entry .videos .video,
.module-listing .listing_entry .videos video {
    height: auto;
  }
  .module-listing .listing_entry .pictures a.resource_link,
.module-listing .listing_entry .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .module-listing .listing_entry .pictures .picture,
.module-listing .listing_entry .pictures .resource_background,
.module-listing .listing_entry .pictures a.resource_link,
.module-listing .listing_entry .pictures img {
    height: auto;
  }
  .module-listing .listing_entry .content {
    height: 100%;
  }
  .module-listing .listing_entry:has(.icon) h2 {
    margin-top: 0.3em !important;
  }
  .module-listing .listing_entry:has(.icon) :has(.subtitle) h2 {
    margin-top: 0.5em !important;
  }
}
@media print {
  .module-listing .listing_entry > * {
    background: none !important;
    border: 1px solid var(--border-light);
  }
  .module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
    flex: 0 0 350px;
  }
  .module-listing .listing_entry .content:has(.listing-more-button) {
    padding-bottom: var(--content-padding);
  }
  .module-listing .listing_entry .content:has(.listing-more-button) .listing-content-text > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  .module-listing .listing_entry div[class*=introduction] {
    font-weight: 700;
  }
  .module-listing .listing_entry:has(.icon) .subtitle {
    margin-top: -15px;
  }
}
.module-listing .listing_entry:nth-child(even) {
  margin-left: auto;
}
.module-listing .listing_entry:nth-child(even) .pictures a.resource_link,
.module-listing .listing_entry:nth-child(even) .pictures img,
.module-listing .listing_entry:nth-child(even) .videos video {
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
}
.module-listing .listing_entry:nth-child(even) .videos,
.module-listing .listing_entry:nth-child(even) .pictures {
  order: 2;
}
.module-listing > div[id*=listing-tag-]:not(:first-child) {
  margin-top: var(--section-space-small);
}

[class*=listing-custom-field][class*=ambassador_] {
  display: inline-block;
  margin: 0 var(--size-10) var(--size-10) 0;
}
[class*=listing-custom-field][class*=ambassador_] [class*=custom-field-title] {
  display: none;
}
[class*=listing-custom-field][class*=ambassador_] a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  border-radius: 100%;
  color: var(--text-color-light);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.13);
  font-size: 0;
}
[class*=listing-custom-field][class*=ambassador_] a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\e60e";
  margin-right: 8px;
}
[class*=listing-custom-field][class*=ambassador_] a:before {
  font-size: calc(var(--icon-width) / 2 - 3px);
  margin: 0;
  font-weight: 300;
}
[class*=listing-custom-field][class*=ambassador_] a span {
  display: none;
}
[class*=listing-custom-field][class*=ambassador_] a:focus-visible, [class*=listing-custom-field][class*=ambassador_] a:hover {
  color: var(--text-color-light);
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
[class*=listing-custom-field][class*=ambassador_].ambassador_instagram a:before {
  content: "\f16d";
  font-family: "Font Awesome 7 Brands";
}
[class*=listing-custom-field][class*=ambassador_].ambassador_facebook a:before {
  content: "\f39e";
  font-family: "Font Awesome 7 Brands";
}
[class*=listing-custom-field][class*=ambassador_].ambassador_youtube a:before {
  content: "\f167";
  font-family: "Font Awesome 7 Brands";
}

.mod_action_show_entry .listing_detail_icon {
  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(--primary-color);
  color: var(--background-dark);
  -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);
  font-weight: 700;
}
@media print {
  .mod_action_show_entry .listing_detail_icon {
    background: #eee !important;
    border: 1p solid var(--border-light);
  }
}
.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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--text-color-light);
  background: transparent;
  border: 1px solid var(--border-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: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  font-weight: 900;
}
.mod_action_show_entry .listing_entry_backlink a:hover, .mod_action_show_entry .listing_entry_backlink a:focus-visible {
  color: var(--text-color-light);
  border: 1px solid var(--background-light);
  background: var(--background-light);
}
@media print {
  .mod_action_show_entry .listing_entry_backlink a {
    display: none;
  }
}
.mod_action_show_entry .listing_entry_backlink a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}

.listing_property_filter {
  --icon-width: clamp(41.5px,5vw,50px);
  max-width: var(--siteframe-small);
  margin: auto;
}
.listing_property_filter form {
  --gap: var(--size-30) var(--size-40);
  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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: clamp(1.8px, 2vw, 2px);
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
@media print {
  .listing_property_filter form label {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .p_select2_filter,
.listing_property_filter form .p_select2 {
  margin: 0;
  flex: 1 0 calc(33.3333333333% - var(--size-40) + var(--size-40) / 3);
  max-width: 100%;
}
.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(--size-40));
}
.listing_property_filter form .p_select2_filter select,
.listing_property_filter form .p_select2 select {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(255,255,255,0.3)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
  overflow: hidden;
}
.listing_property_filter form .p_select2_filter select a,
.listing_property_filter form .p_select2 select a {
  color: var(--input-color);
}
@media print {
  .listing_property_filter form .p_select2_filter select,
.listing_property_filter form .p_select2 select {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .p_select2_filter select: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[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: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(255,255,255,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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
.listing_property_filter form .p_select2_filter select option:not(:first-child),
.listing_property_filter form .p_select2 select option:not(:first-child) {
  display: none;
}
.listing_property_filter form .p_listing_available_date_filter {
  margin: 0;
  flex: 1 0 calc(33.3333333333% - var(--size-40) + var(--size-40) / 3);
}
.listing_property_filter form .p_listing_available_date_filter input {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.listing_property_filter form .p_listing_available_date_filter input a {
  color: var(--input-color);
}
@media print {
  .listing_property_filter form .p_listing_available_date_filter input {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .p_listing_available_date_filter input: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 .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 .listing_search_wrap {
  width: calc(100% - var(--icon-width) - var(--size-40));
  order: -2;
  position: relative;
}
.listing_property_filter form .listing_search_wrap input {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.listing_property_filter form .listing_search_wrap input a {
  color: var(--input-color);
}
@media print {
  .listing_property_filter form .listing_search_wrap input {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .listing_search_wrap input: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_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_buttons {
  order: -1;
  flex: 0 0 calc(var(--icon-width));
  align-self: flex-end;
  position: relative;
}
.listing_property_filter form .listing_search_buttons:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: var(--input-padding);
  font-family: "Font Awesome 7 Pro";
  content: "\f002";
  content: "\f002"/"";
  line-height: clamp(16px, 1.8vw, 18px);
  color: #fff;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_property_filter form .listing_search_buttons input {
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--icon-width);
  height: var(--icon-width);
  border-radius: var(--border-radius-small);
  background: none;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.listing_property_filter form .listing_search_buttons:hover:before {
  background: var(--primary-color-dark);
  border: 1px solid var(--primary-color-dark);
}
.listing_property_filter form .listing_reset_filter_wrap {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
}
.listing_property_filter form .listing_reset_filter_wrap .listing_reset_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-dark);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
  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-light);
  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 7 Pro";
  content: "\f2ed";
  margin-left: 8px;
}

/* @end */
/* !@group google maps */
#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(--section-space-medium);
}
#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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 7 Pro";
  content: "\f107";
  content: "\f107"/"";
}
span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after a {
  color: var(--input-color);
}
@media print {
  span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-size: 12px;
    line-height: 18px;
  }
}
span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container.select2-container--default:hover .select2-selection, span.select2-container.select2-container--default.select2-container--open .select2-selection, span.select2-container.select2-container--default.select2-container--focus .select2-selection {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
}
span.select2-container.select2-container--default:hover .select2-selection .select2-selection__arrow:after,
span.select2-container.select2-container--default:hover .select2-selection .select2-selection__rendered, span.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow:after,
span.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__rendered, span.select2-container.select2-container--default.select2-container--focus .select2-selection .select2-selection__arrow:after,
span.select2-container.select2-container--default.select2-container--focus .select2-selection .select2-selection__rendered {
  color: var(--input-color-hover);
}
span.select2-container.select2-container--default:hover .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after, span.select2-container.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after, span.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after {
  color: var(--input-color-hover);
}
span.select2-container.select2-container--default:hover .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::placeholder, span.select2-container.select2-container--default:hover .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::-moz-placeholder, span.select2-container.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::placeholder, span.select2-container.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::-moz-placeholder, span.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::placeholder, span.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::-moz-placeholder {
  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-light);
  color: var(--text-color-light);
  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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Font Awesome 7 Pro";
  content: "\f057";
  font-weight: 900;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before a {
  color: rgba(255, 255, 255, 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: 18px;
  }
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover:before {
  color: rgb(255, 255, 255);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  width: 100%;
  min-width: 30px;
  padding-right: 12px;
  box-sizing: border-box;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
  width: 100% !important;
  color: var(--input-color);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::-moz-placeholder {
  opacity: 1;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after {
  position: absolute;
  right: 0;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 7 Pro";
  content: "\f107";
  content: "\f107"/"";
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after a {
  color: var(--input-color);
}
@media print {
  span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after {
    font-size: 12px;
    line-height: 18px;
  }
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  width: 10px;
  height: 2px;
  background: var(--background-dark);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background: var(--background-dark-style-medium);
  border-radius: 2px;
  height: 1px;
}
body.browser_firefox span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  scrollbar-width: none;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field {
  margin: 0;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field::placeholder, span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container .listing_property_title:not(:last-child) {
  margin-right: 3px;
}
span.select2-container .property_entry_count {
  font-size: 0.85em;
  opacity: 0.7;
}
span.select2-container .property_entry_count:before {
  content: "(";
}
span.select2-container .property_entry_count:after {
  content: ")";
}
span.select2-container .select2-dropdown {
  background: var(--input-background-hover);
  border-color: var(--input-border-hover);
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
span.select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px;
}
span.select2-container .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
}
span.select2-container .select2-dropdown .select2-results__option {
  padding: var(--input-padding);
}
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);
}
span.select2-container .select2-dropdown .select2-results__option[aria-disabled=true] {
  opacity: 0.5;
}
span.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 5px;
}
span.select2-container .select2-dropdown .select2-search__field {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  padding: 8px;
  border-radius: 2px;
}
span.select2-container .select2-dropdown .select2-search__field a {
  color: var(--input-color);
}
@media print {
  span.select2-container .select2-dropdown .select2-search__field {
    font-size: 12px;
    line-height: 18px;
  }
}
span.select2-container .select2-dropdown .select2-search__field: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);
}
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;
}

.no_system_page div.ui-datepicker {
  width: 300px;
  background: var(--background-medium);
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius-small);
  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-light);
  border: none;
  border-radius: 0;
  padding: 10px var(--input-padding-left-right);
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-title {
  display: flex;
  justify-content: center;
  gap: var(--size-10);
  width: 100%;
  margin: 0 calc(var(--icon-width) + 10px);
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-title > span {
  font-weight: 700;
  padding: 9px 0;
}
.no_system_page div.ui-datepicker .ui-widget-header select {
  --input-background: rgba(255,255,255,0.05);
  --input-background-hover: rgba(255,255,255,0.1);
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(255,255,255,0.3)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
  max-width: calc(50% - 5px);
  border: none;
  font-weight: 700;
  margin: 0;
  padding: 9px var(--input-padding-left-right);
}
.no_system_page div.ui-datepicker .ui-widget-header select a {
  color: var(--input-color);
}
@media print {
  .no_system_page div.ui-datepicker .ui-widget-header select {
    font-size: 12px;
    line-height: 18px;
  }
}
.no_system_page div.ui-datepicker .ui-widget-header select: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[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: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(255,255,255,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(--text-color);
  border-radius: 100%;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next:hover, .no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  color: var(--text-color-light);
  background: var(--background-light);
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next:before,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f104";
  font-weight: 700;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next span,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev span {
  display: none;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 10px;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 10px;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next:before {
  content: "\f105";
  content: "\f105"/"";
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar th {
  padding: 9px;
  text-transform: uppercase;
  color: var(--input-color-hover);
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td {
  padding: 1px;
  min-width: 0;
  border: none;
  background: var(--background-medium);
}
.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(--background-medium);
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
  background: var(--background-light);
  color: var(--input-color);
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td a:hover, .no_system_page div.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: var(--primary-color);
  color: var(--color-on-primary-color);
}

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

/* @end */
/* !@group mailform */
#mailform_elements {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: calc(-1 * var(--size-30));
}
#mailform_elements .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);
}
@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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: clamp(1.8px, 2vw, 2px);
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
@media print {
  .mailform_element label {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element input {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.mailform_element input a {
  color: var(--input-color);
}
@media print {
  .mailform_element input {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element input: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[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.tooltip {
  padding-right: 40px;
}
.mailform_element textarea {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  height: 150px;
  height: clamp(120px, 15vw, 150px);
}
.mailform_element textarea a {
  color: var(--input-color);
}
@media print {
  .mailform_element textarea {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element textarea: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 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 select {
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(255,255,255,0.3)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
.mailform_element select a {
  color: var(--input-color);
}
@media print {
  .mailform_element select {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element select: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[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: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(255,255,255,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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
.mailform_element .helptext i {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-weight: 900;
  font-family: "Font Awesome 7 Pro";
}
.mailform_element .helptext i a {
  color: var(--input-color);
}
@media print {
  .mailform_element .helptext i {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element .helptext i:hover {
  color: var(--input-color-hover);
}
.mailform_element.mailform_error {
  --input-border: var(--signal-color);
  --input-color: var(--signal-color);
}
.mailform_element.mailform_error label {
  color: var(--signal-color);
}
.mailform_element.heading2_field h2 {
  margin-bottom: var(--size-20);
}
.mailform_element.heading3_field:not(:first-child) {
  margin-top: var(--size-80);
}
.mailform_element.infotext_field:not(:last-child) {
  margin-bottom: var(--size-20);
}
.mailform_element.date_field p:after {
  position: absolute;
  right: var(--input-padding-left-right);
  bottom: calc(var(--input-padding-top-bottom) + 2px);
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 7 Pro";
  content: "\f133";
}
.mailform_element.date_field p:after a {
  color: var(--input-color);
}
@media print {
  .mailform_element.date_field p:after {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element.date_field p:hover:after, .mailform_element.date_field p:focus-within:after {
  color: var(--input-color-hover);
}
.mailform_element.radio_field input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.mailform_element.radio_field input[type=radio] + * {
  display: flex;
  align-items: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
.mailform_element.radio_field input[type=radio] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.mailform_element.radio_field input[type=radio]:hover:not(:checked) + *, .mailform_element.radio_field input[type=radio]:hover:not(:checked) + * a {
  color: var(--input-color-hover);
}
.mailform_element.radio_field input[type=radio]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.mailform_element.radio_field .wrap_radio_buttons > label {
  margin-bottom: var(--size-15);
}
.mailform_element.radio_field .multiple_radio_inputs {
  --gap: var(--size-15) var(--size-25);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.mailform_element.radio_field .multiple_radio_inputs > .cf {
  display: none;
}
.mailform_element.radio_field .helptext {
  bottom: 0;
  right: 0;
}
.mailform_element.checkbox_field input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.mailform_element.checkbox_field input[type=checkbox] + * {
  display: flex;
  align-items: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  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: 18px;
  }
}
.mailform_element.checkbox_field input[type=checkbox] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.mailform_element.checkbox_field input[type=checkbox]:hover:not(:checked) + *, .mailform_element.checkbox_field input[type=checkbox]:hover:not(:checked) + * a {
  color: var(--input-color-hover);
}
.mailform_element.checkbox_field input[type=checkbox]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.mailform_element.checkbox_field input[type=checkbox] + label:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f0c8";
}
.mailform_element.checkbox_field input[type=checkbox]:checked + label:before {
  content: "\f14a";
}
.mailform_element.checkbox_field .helptext {
  bottom: 0;
  right: 0;
}
.mailform_element.time_field p, .mailform_element.datetime_field p {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 0;
}
.mailform_element.time_field span.separator, .mailform_element.datetime_field span.separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--space-between);
}
.mailform_element.time_field select,
.mailform_element.time_field span.select2-container {
  flex: 0 0 calc(50% - var(--space-between) / 2);
}
.mailform_element.datetime_field input {
  flex: 0 0 calc(50% - var(--space-between) / 2);
  margin-right: auto;
}
.mailform_element.datetime_field select,
.mailform_element.datetime_field span.select2-container {
  flex: 0 0 calc(25% - var(--space-between) / 1.33);
}
.mailform_element.file_field input {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  z-index: -1;
}
.mailform_element.file_field input + label {
  display: flex;
  display: block;
  width: 100%;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
}
.mailform_element.file_field input + label a {
  color: var(--input-color);
}
@media print {
  .mailform_element.file_field input + label {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element.file_field input + label: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[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:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f574";
  margin-right: 8px;
}
.mailform_element.signature_field .signature-pad-wrapper canvas {
  border: 1px solid rgba(var(--background-dark-style-rgb), 0.25);
  border-radius: var(--input-border-radius);
}
.mailform_element.signature_field .signature-pad-reset {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  text-decoration: none;
}
@media print {
  .mailform_element.signature_field .signature-pad-reset {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element.signature_field .signature-pad-reset:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f00d";
  margin-right: 8px;
}
.mailform_element.signature_field .helptext {
  right: calc(100% - 330px);
  bottom: 22px;
}

.mailform_submit_button {
  margin-left: auto;
  margin-top: var(--size-50);
}
.mailform_submit_button label {
  display: none;
}
.mailform_submit_button input {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(9px, 1.1vw, 11px) clamp(18px, 3.1vw, 31px);
}
.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: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: clamp(28px, 3.2vw, 32px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  margin-bottom: var(--size-20);
}
@media print {
  .captcha_protection .captcha_title {
    font-size: 17px;
    line-height: 25px;
  }
}
.captcha_protection .captcha_input_title {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: clamp(1.8px, 2vw, 2px);
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
@media print {
  .captcha_protection .captcha_input_title {
    font-size: 12px;
    line-height: 18px;
  }
}
.captcha_protection .captcha_input_title ~ .captcha_input_title {
  display: none;
}
.captcha_protection a {
  max-width: 80%;
  margin-right: var(--size-15);
}
.captcha_protection a img {
  display: block;
  border-radius: var(--input-border-radius);
  width: 300px;
  max-width: 100%;
}
.captcha_protection a + a {
  background: rgba(var(--background-dark-style-rgb), 0.15);
  border-radius: var(--input-border-radius);
  padding: var(--size-10) var(--size-10);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
}
.captcha_protection a + a:hover {
  color: var(--text-color);
  background: rgba(var(--background-dark-style-rgb), 0.3);
}
.captcha_protection p {
  margin-top: var(--size-20);
  width: 100%;
  --input-background: transparent;
  --input-background-hover: transparent;
}
.captcha_protection #captcha_help_link {
  font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: unset;
  text-transform: none;
  cursor: pointer;
  opacity: 0.6;
}
@media print {
  .captcha_protection #captcha_help_link {
    font-size: 12px;
    line-height: 18px;
  }
}

/* @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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group orientation */
@media (orientation: portrait) {
  [class*=picture_top] img,
#content > .videos video {
    height: auto;
    aspect-ratio: 1/1;
  }
}
/* @end */
/* !@group max-width: 1600px */
@media screen and (max-width: 1600px) {
  [class*=portlets_all_options] .portlet.with_signet .portlet_text_wrap {
    padding-top: 8.4%;
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet-content {
    --signet-width: clamp(50px,37.5vw,600px);
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet-content:before {
    margin-left: calc(-1 * var(--signet-width) * 0.3);
  }
}
/* @end */
/* !@group max-width: 1360px */
@media screen and (max-width: 1360px) {
  [class*=portlets_all_options] .logos .portlet_text_wrap > a.portlet_listing_link {
    margin-right: var(--siteframe-space);
  }
}
/* @end */
/* !@group max-width: 1300px */
@media screen and (max-width: 1300px) {
  header {
    --navigation-space: 22px;
  }
  #cta-header a.portlet_content_link {
    padding: clamp(9px, 1.1vw, 11px) clamp(15px, 1.9vw, 19px);
  }
  #logo {
    width: clamp(180px, 22vw, 220px);
  }
  header .header_right .language_switcher.with_dropdown {
    margin-right: var(--size-30);
  }
}
/* @end */
/* !@group max-width: 1250px */
@media screen and (max-width: 1250px) {
  footer .contact_wrap .footer_columns > .social_media {
    order: 3;
    flex-basis: 100%;
  }
  .content_top:has(.location_info_wrap) {
    gap: var(--size-50);
  }
  .location_info_wrap {
    flex: 0 0 clamp(300px, 50%, 410px);
  }
}
/* @end */
/* !@group max-width: 1150px */
@media screen and (max-width: 1150px) {
  /* @group responsive navigation */
  .responsive_navigation_toggle {
    display: block;
  }
  header .header_top {
    display: none !important;
  }
  #navigation_wrapper {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: fixed;
    height: 100%;
    width: calc(100% - 100px - var(--management-panel-width));
    max-width: clamp(400px, 50vw, 500px);
    z-index: 300;
    background: var(--background-dark);
    top: 0;
    left: -100%;
    border-right: 1px solid var(--border-dark);
    -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;
    overflow-x: hidden;
    padding: 10% 5% var(--size-30);
    box-sizing: border-box;
    min-height: 100%;
  }
  .navi_open #navigation_wrapper {
    left: var(--management-panel-width);
  }
  #navigation {
    display: flex;
    flex-flow: column;
    gap: var(--size-20);
    width: 100%;
    padding-bottom: var(--size-25);
  }
  #navigation ul.navigation {
    flex-flow: column;
    gap: 0;
  }
  #navigation a {
    text-decoration: none;
  }
  #navigation a:hover {
    color: var(--primary-color);
    opacity: 1;
  }
  #navigation .current > a {
    opacity: 1 !important;
    color: var(--primary-color) !important;
  }
  #navigation li.level0 {
    padding: 0 var(--size-10);
  }
  #navigation li.level0:hover > a, #navigation li.level0:focus-visible > a, #navigation li.level0:focus-within > a {
    opacity: 1;
  }
  #navigation li.level0 > a {
    display: flex;
    justify-content: center;
    gap: var(--size-10);
    font-weight: 700;
    font-size: clamp(20px, 2.6vw, 26px);
    line-height: clamp(26px, 3.2vw, 32px);
    padding-top: var(--size-15);
    padding-bottom: var(--size-15);
  }
  #navigation li.level0 > a:not(:only-child):after {
    font-family: "Font Awesome 7 Pro";
    content: "\f107";
    content: "\f107"/"";
    -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;
  }
  #navigation li.level0.current > a:not(:only-child):after, #navigation li.level0.active > a:not(:only-child):after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #navigation li.level0.current ul.level1, #navigation li.level0.active ul.level1 {
    display: block;
  }
  #navigation li.level0#nav-6, #navigation li.level0#nav-7 {
    --dot-width: clamp(17px,2.1vw,21px);
    --dot-border: clamp(3.5px,0.45vw,4.5px);
  }
  #navigation li.level0#nav-6 a:after, #navigation li.level0#nav-7 a:after {
    margin-left: var(--size-10);
  }
  #navigation ul.level1 {
    display: none;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
    text-align: center;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    list-style: none;
    padding: 0 0 var(--size-20);
  }
  #navigation li.level1 {
    min-width: 100%;
  }
  #navigation li.level1 > a {
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(22px, 2.4vw, 24px);
  }
  #navigation li.level1:not(:first-child) {
    margin-top: clamp(5px, 0.8vw, 8px);
  }
  #navigation li.level1:not(:last-child) ul.level2 {
    margin-bottom: var(--size-20);
  }
  #navigation ul.level2,
#navigation ul.level4,
#navigation ul.level3 {
    display: none;
  }
  header .header_right .language_switcher {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    gap: var(--size-10);
    order: 2;
    background: var(--background-light);
    border-radius: var(--border-radius-small);
    margin: auto 0 0;
    padding: var(--size-10);
    font-family: "Eudoxus Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(22px, 2.6vw, 26px);
    letter-spacing: unset;
    text-transform: none;
    text-transform: uppercase;
    width: 100%;
  }
  header .header_right .language_switcher .current {
    font-weight: 700;
  }
  header .header_right .language_switcher.with_dropdown {
    display: flex;
    align-items: baseline;
  }
  header .header_right .language_switcher.with_dropdown .current_language {
    flex: 1;
  }
  header .header_right .language_switcher.with_dropdown .current_language > a {
    color: var(--text-color-light);
  }
  header .header_right .language_switcher.with_dropdown .current_language > a:after, header .header_right .language_switcher.with_dropdown .current_language > a:before {
    display: none;
  }
  header .header_right .language_switcher.with_dropdown .language_dropdown {
    position: relative;
    width: auto;
    flex: 1;
    display: contents;
    flex-flow: wrap;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    top: auto;
    left: auto;
    box-shadow: none;
  }
  header .header_right .language_switcher.with_dropdown .language_dropdown a {
    margin: 0 !important;
    flex: 1;
    color: var(--text-color);
    font-weight: 400;
  }
  header .header_right .language_switcher.with_dropdown .language_dropdown a:hover {
    color: var(--text-color-light);
  }
  header a.single_navigation_link {
    font-weight: 700;
    font-size: clamp(20px, 2.6vw, 26px);
    line-height: clamp(26px, 3.2vw, 32px);
    padding: var(--size-20) var(--size-10);
    width: 100%;
    background: none !important;
    color: var(--text-color) !important;
    box-sizing: border-box;
  }
  header a.single_navigation_link:hover, header a.single_navigation_link:focus-visible {
    color: var(--primary-color) !important;
  }
  header a.single_navigation_link:not(:first-child) {
    border-top: 1px solid rgba(var(--background-dark-style-rgb), 0.1);
  }
  /* @end */
  body {
    --standard-entry-max-width: 90%;
  }
}
/* @end */
/* !@group max-width: 1100px */
@media screen and (max-width: 1100px) {
  footer .contact_wrap {
    padding-bottom: clamp(70px, 12vw, 120px);
  }
  footer .contact_wrap ul.copy {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 var(--siteframe-space) var(--size-30);
  }
  .portlets_all_options_top:has(.portlet_template_pc_gallery:first-child):not(:first-child) {
    margin-top: var(--section-space-small);
  }
  .location_info_wrap .location_map {
    order: -1;
  }
  .location_info_wrap .location_map #google_maps_iframe iframe {
    aspect-ratio: 400/300;
  }
}
/* @end */
/* @group max-width: 1000px */
@media screen and (max-width: 1000px) {
  .content_top:has(.location_info_wrap) {
    flex-flow: column;
    gap: var(--size-90);
  }
  .location_info_wrap {
    flex: unset;
  }
  [class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap {
    --columns: 2;
  }
  [class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap .slick-slide:nth-child(3n-1) .portlet-listing-entry,
[class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(3n-1) {
    top: var(--hidden-top-space);
  }
  [class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap .slick-slide:nth-child(3n) .portlet-listing-entry {
    top: var(--hidden-top-space);
  }
  [class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap .slick-slide:nth-child(2n) .portlet-listing-entry,
[class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(2n) {
    top: calc(var(--hidden-top-space) + 4.3vw);
  }
  [class*=portlets_all_options] .logos .portlet-listing-entry-wrap {
    --columns: 4;
  }
  [class*=portlets_all_options] .logos .portlet-listing-entry:nth-child(n+5) {
    left: calc(-1 * var(--animation-space));
  }
  [class*=portlets_all_options] .logos .portlet-listing-entry:nth-child(8) ~ .portlet-listing-entry {
    display: none;
  }
}
/* @end */
/* !@group max-width: 900px */
@media screen and (max-width: 900px) {
  #content > .videos + .app_badge + .content_inner,
#content [class*=picture_top] + .app_badge + .content_inner {
    margin-top: var(--size-50);
  }
  #content .content_inner {
    margin-top: var(--section-space-medium);
  }
}
/* @end */
/* !@group max-width: 900px */
@media screen and (max-width: 900px) {
  .flex_wrap {
    flex-flow: column;
  }
  .content_inner.flex_wrap:has(.pictures_videos_left_right) .text_wrap,
.content_inner.flex_wrap:has(.pictures_videos_left_right) .pictures_videos_left_right {
    grid-column: 1/-1;
    position: relative;
    top: 0;
  }
  .pictures_videos_left_right .videos:not(:has(.video:only-child)) {
    --gap: var(--size-40);
    display: flex;
    flex-flow: wrap;
    gap: var(--gap);
    --columns: 2;
  }
  .pictures_videos_left_right .videos:not(:has(.video:only-child)) > .cf {
    display: none;
  }
  .pictures_videos_left_right .videos:not(:has(.video:only-child)) > * {
    flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  }
  .pictures_videos_left_right .pictures:not(:has(.picture:first-child:nth-last-child(2))) {
    --gap: var(--size-40);
    display: flex;
    flex-flow: wrap;
    gap: var(--gap);
    --columns: 2;
  }
  .pictures_videos_left_right .pictures:not(:has(.picture:first-child:nth-last-child(2))) > .cf {
    display: none;
  }
  .pictures_videos_left_right .pictures:not(:has(.picture:first-child:nth-last-child(2))) > * {
    flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  }
  #mailform_elements .mailform_elements_wrap {
    flex-flow: column;
  }
}
/* @end */
/* !@group max-width: 800px */
/* @end */
/* !@group max-width: 700px */
/* @end */
/* !@group max-width: 700px */
@media screen and (max-width: 700px) {
  body {
    --standard-entry-max-width: 95%;
  }
  #mixItUp.gallery_tags .videos,
.gallery {
    --columns: 2;
  }
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap.with_picture_wrap {
    flex-flow: column;
  }
  [class*=portlets_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%;
  }
  [class*=portlets_all_options] .logos .portlet-listing-entry-wrap {
    --columns: 3;
  }
  [class*=portlets_all_options] .logos .portlet-listing-entry:nth-child(n+4) {
    left: calc(-1 * var(--animation-space));
  }
  [class*=portlets_all_options] .logos .portlet-listing-entry:nth-child(6) ~ .portlet-listing-entry {
    display: none;
  }
}
/* @end */
/* !@group max-width: 600px */
@media screen and (max-width: 600px) {
  #navigation_wrapper {
    width: calc(100% - 80px - var(--management-panel-width));
  }
  .listing_property_filter form .p_select2_filter,
.listing_property_filter form .p_select2 {
    flex: 1 0 calc(50% - var(--size-40) + var(--size-40) / 3);
  }
  .page_velocorner #content.velocorner_content_wrap h1 {
    margin-top: var(--size-20);
  }
  #popup_news .information_responsive {
    display: flex;
    pointer-events: all;
  }
  .portlet_hidden #popup_news .information_responsive {
    pointer-events: none;
  }
  #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;
    position: absolute;
    pointer-events: none;
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet_text_wrap {
    padding-top: 3%;
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet-content {
    gap: 0;
    --signet-width: clamp(40px,15vw,150px);
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet-content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--siteframe-space);
    margin-left: 0;
  }
  [class*=portlets_all_options] .portlet.with_signet:not(:has([class*=_subtitle])) .portlet-title {
    min-height: clamp(20px, 10vw, 100px);
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet-title,
[class*=portlets_all_options] .portlet.with_signet [class*=_subtitle] {
    padding-left: calc(var(--signet-width) + var(--size-25));
  }
  [class*=portlets_all_options] .portlet-listing-entry-wrap {
    --columns: 1;
  }
  [class*=portlets_all_options] .two_in_a_row .portlet-listing-entry-wrap {
    padding-bottom: 0;
  }
  [class*=portlets_all_options] .two_in_a_row .slick-slide:nth-child(2n) .portlet-listing-entry,
[class*=portlets_all_options] .two_in_a_row .portlet-listing-entry:nth-child(2n) {
    top: var(--hidden-top-space);
  }
  [class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap {
    --columns: 1;
    padding-bottom: 0;
  }
  [class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap .slick-slide:nth-child(2n) .portlet-listing-entry,
[class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(2n) {
    top: var(--hidden-top-space);
  }
  .mailform_element.zwei,
.mailform_element.drei {
    flex: 0 0 100%;
  }
}
/* @end */
/* !@group  max-width: 550px */
@media screen and (max-width: 550px) {
  .gallery .resource_description {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: var(--size-15);
    padding: 0;
    background: none;
  }
  .gallery .resource_description, .gallery .resource_description h2 {
    color: rgba(255, 255, 255, 0.5);
  }
  [class*=portlets_all_options] .portlet_content.picture_right .pictures {
    order: 0;
  }
  [class*=portlets_all_options] .portlet_content.picture_right .pictures img,
[class*=portlets_all_options] .portlet_content.picture_right .pictures a.resource_link {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
}
/* @end */
/* !@group  max-width: 500px */
@media screen and (max-width: 500px) {
  #cta-header {
    margin-left: 0;
  }
  #cta-header a.portlet_content_link {
    font-size: clamp(13px, 1.6vw, 16px);
    padding: clamp(7px, 1.1vw, 11px) clamp(12px, 2.1vw, 21px);
  }
  #cta-header a.portlet_content_link .mobile_hidden {
    display: none;
  }
  #content .app_badge {
    display: none;
  }
  footer .footer_inner {
    gap: var(--size-40);
  }
  footer .logo_signet {
    flex: 0 0 16%;
    margin: 0;
  }
  footer .contact_wrap {
    padding-bottom: 85px;
  }
  footer .contact_wrap ul.copy li:last-child {
    margin-left: unset;
  }
  footer .contact_wrap ul.copy li:nth-last-child(2) {
    margin-right: unset;
  }
  .listing_property_filter form .p_select2_filter,
.listing_property_filter form .p_select2 {
    flex: 1 0 100%;
  }
  #privacy_banner {
    border-radius: 0;
  }
  [class*=portlets_all_options] .logos .portlet-listing-entry .pictures .picture {
    padding: 11% 13%;
  }
}
/* @end */
/* !@group  max-width: 360px */
@media screen and (max-width: 360px) {
  .portlet_quicklinks[class*=button_bar] a.quicklink .icon {
    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)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
@media print {
  @page {
    margin: 1.5cm 1.5cm 1.5cm 2cm;
  }
  body {
    background: #fff !important;
    --text-color-light: #000 !important;
    --text-color: #000 !important;
    --background-light: #fff !important;
    --background-dark-style-dark: #000 !important;
    --background-medium: #fff !important;
    --header-height: 40px;
    --section-space-big: 60px;
    --section-space-medium: 50px;
    --section-space-small: 40px;
    --siteframe-space: 0px;
    --siteframe-space-big: 0px;
    --siteframe: 100%;
    --siteframe-medium: 100%;
    --siteframe-small: 100%;
    --siteframe-very-small: 100%;
    --border-light: #ddd;
    --icon-width: 36px;
  }
  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_top:has(.portlet_template_pc_gallery:first-child:nth-last-child(2)),
[class*=portlets_all_options] .portlet_listing .portlet-content > .pictures,
.portlet.logos,
.portlet.portlet_template_pc_big_picture,
.portlet.portlet_template_pc_gallery,
.gallery_tags_wrap,
.gallery_big,
footer,
#content .app_badge,
.portlet_quicklinks[class*=button_bar],
.pagination,
ul.tags,
span.slick-arrow,
.picture .resource_description,
.listing_property_filter,
#popup_news,
.musics, .documents, .videos,
.portlet_quicklinks_quicklinks_footer,
footer .footer_bottom .footer_inner > .portlet,
.gallery,
.picture_top,
header .header_right,
.copy,
#privacy_banner {
    display: none !important;
  }
  .listing_entry,
.overview_item,
.portlet-listing-entry,
.portlet_listing_text_wrap,
.accordeon_entry,
.content_box {
    page-break-inside: avoid;
    box-decoration-break: clone;
  }
  header {
    position: relative;
    background: none;
  }
  #logo {
    width: 200px;
  }
  #logo g#Group * {
    fill: #000;
  }
  .page {
    min-height: 0;
  }
  #siteframe {
    padding-top: 0;
  }
  .text_center {
    text-align: left;
  }
  h2:not(:first-child):not(.subtitle) {
    margin-top: var(--size-80);
  }
  strong, b {
    font-weight: 600;
    color: inherit;
  }
  strong a, b a {
    color: inherit;
  }
  strong a:hover, b a:hover {
    color: var(--primary-color);
  }
  .content_boxes .content_box .content_box_inner {
    padding: var(--size-30);
    background: none;
    border: 1px solid var(--border-light);
    box-sizing: border-box;
  }
  [class*=portlets_all_options] .accordeon_listing .portlet-listing-entry > * {
    padding: 0 !important;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard .portlet-content,
.module-listing .listing_entry,
.overview_items .overview_item {
    max-width: none;
  }
  .portlets_all_options_top:has(.portlet_template_pc_gallery:first-child):not(:first-child) {
    margin-top: var(--section-space-big);
  }
  [class*=portlets_all_options] .portlet.logos:first-child + .portlet,
[class*=portlets_all_options] .portlet.portlet_template_pc_big_picture:first-child + .portlet,
[class*=portlets_all_options] .portlet.portlet_template_pc_gallery:first-child + .portlet {
    margin-top: 0;
  }
  [class*=portlets_all_options] .portlet_content.portlet_template_pc_standard + .portlet_template_pc_standard:not(:first-child) {
    margin-top: var(--size-50);
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet-content {
    gap: var(--size-60);
    --signet-width: 120px;
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet-content:before {
    margin-left: 0;
  }
  [class*=portlets_all_options] .portlet.with_signet .portlet_text_wrap {
    padding-top: 20px;
  }
  [class*=portlets_all_options] .portlet .slick-slider:not(:first-child),
[class*=portlets_all_options] .portlet-listing-entry-wrap:not(:first-child) {
    margin-top: var(--size-70);
  }
  [class*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap {
    --columns: 2;
  }
  [class*=portlets_all_options] .three_in_a_row .slick-slide:nth-child(3n-1) .portlet-listing-entry,
[class*=portlets_all_options] .three_in_a_row .portlet-listing-entry:nth-child(3n-1) {
    top: 0;
  }
  [class*=portlets_all_options] .three_in_a_row .slick-slide:nth-child(3n) .portlet-listing-entry {
    top: 0;
  }
  [class*=portlets_all_options] .three_in_a_row .slick-slide:nth-child(even) .portlet-listing-entry,
[class*=portlets_all_options] .three_in_a_row .portlet-listing-entry:nth-child(even) {
    top: calc(var(--hidden-top-space) + 4.3vw);
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .portlet-listing-entry-wrap {
    --columns: 1;
  }
  [class*=portlets_all_options] .portlet_template_pl_testimonial .slick-track .slick-slide {
    flex: 0 0 100%;
  }
  .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;
  }
  #mixItUp.listing:not(:first-child),
#overview_wrap:not(:first-child) {
    margin-top: 0;
  }
  .location_info_wrap {
    margin-top: var(--size-40);
    flex-flow: column;
    gap: 50px;
  }
  .location_info_wrap .location_info {
    flex: 0 0 100% !important;
    width: 100%;
    padding-left: 0 !important;
  }
  .location_info_wrap .location_map #google_maps_iframe iframe {
    aspect-ratio: 16/9;
  }
}

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