@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
html {
  --scrollbar-track-background: #ffffff;
  --scrollbar-background: rgba(0,0,0,0.3);
  --scrollbar-width: 6px;
  --scrollbar-height: 2px;
}

body {
  --management-highlight-color: #00C0E7;
  --management-highlight-color-rgb: 18, 185, 230;
  --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-55: clamp(27px,5.5vw, 55px);
  --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);
  --headerHeight: 108px;
  --siteframe: 1090px;
  --siteframeWithPadding: 1130px;
  --withHeaderLeft: 310px;
  --paragraph-space: var(--size-25);
  --border-radius: 6px;
  --border-radius-button: 5px;
}

/*
|---------------------------------------------------------------
| 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 font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

/* @end */
/* @group picture styles */
.resource_subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
}

.resource_background {
  display: block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input#remember_me {
  width: auto;
}

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

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

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

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee");
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div.captcha_protection span.captcha_title {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: -14px -15px 8px;
  padding: 8px 15px;
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee");
  border-radius: 7px 7px 0 0;
  color: #333;
}

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

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

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

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

div.captcha_protection span#captcha_help_text {
  position: absolute;
  top: 10px;
  right: -195px;
  width: 180px;
  background: #f0f0f0;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  padding: 5px 8px;
  background: #eee;
  background: linear-gradient(to bottom, #f0f0f0, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#eee");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

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

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

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

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group basic */
body {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  body {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}

body > nav {
  display: none;
}

#siteframe {
  padding-top: var(--headerHeight);
  overflow: hidden;
  background: #ffffff;
}

.overlay_navi_open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  background: rgba(243, 243, 249, 0.65);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.navi_open .overlay_navi_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.page,
#footer {
  transition: all 0.3s ease-out;
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.navi_open .page,
.navi_open #footer {
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}

#content .content_inner_wrap {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
}
#content h2.subtitle {
  margin-bottom: var(--size-60);
}
#content .content_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: var(--size-120) var(--size-40);
  box-sizing: unset;
  max-width: 1090px;
}
@media print {
  #content .content_inner {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#content .content_inner .content_left {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#content .content_inner .content_left #page_title {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  margin-bottom: var(--size-60);
}
#content .content_inner .content_left #page_title a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #content .content_inner .content_left #page_title {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#content .content_inner .content_left #page_title:has(~ .introduction) {
  font: 500 16px/28px "Inter";
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  line-height: 28px;
}
#content .content_inner .content_left #page_title:has(~ .introduction) a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #content .content_inner .content_left #page_title:has(~ .introduction) {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#content .content_inner .content_left h2 {
  margin: 0 0 15px 0;
}
#content .content_inner .content_left h2 > *:not(:first-child) {
  margin-top: 35px;
}
#content .content_inner .content_left h3 {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: clamp(26px, 4vw, 40px);
  margin-bottom: 3px;
}
#content .content_inner .content_left h3 a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #content .content_inner .content_left h3 {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#content .content_inner .content_left p {
  margin-bottom: var(--size-20);
}
#content .content_inner .content_left p a {
  color: #00C0E7;
}
#content .content_inner .content_left .introduction {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
}
#content .content_inner .content_left .introduction a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #content .content_inner .content_left .introduction {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#content .content_inner .content_left .accordeon_wrap .accordeon_entry .accordeon_title_selector::after {
  background-color: #ffffff;
}
#content .content_inner.flex_content {
  display: flex;
}
#content .content_inner.full_width {
  max-width: 100%;
  background: #fff !important;
  padding: 0;
}
#content .content_inner .text_wrap {
  max-width: 700px;
}

/* @end */
/* @group header */
#header {
  position: fixed;
  top: 0;
  left: var(--management-panel-width);
  z-index: 80;
  width: calc(100% - var(--management-panel-width));
  background: #404d56;
  color: #fff;
}
#header .back_to_overview {
  display: none;
  margin-left: auto;
}
body.mod_action_show_entry #header #navigation,
body.mod_action_show_entry #header .single_link_right, body:not(.category_20) #header #navigation,
body:not(.category_20) #header .single_link_right {
  display: none !important;
}
body.mod_action_show_entry #header .back_to_overview, body:not(.category_20) #header .back_to_overview {
  display: block;
}
body.mod_action_show_entry #header.header_left #navigation_wrap .navigation_inner, body:not(.category_20) #header.header_left #navigation_wrap .navigation_inner {
  padding-left: var(--size-20);
  padding-right: var(--size-20);
}
body.mod_action_show_entry #header.header_left .back_to_overview, body:not(.category_20) #header.header_left .back_to_overview {
  margin-left: 0;
  margin-top: 0;
}
#header.header_left {
  height: 100%;
  width: var(--withHeaderLeft);
  overflow: auto;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
}
#header.header_left .header_inner {
  flex-direction: column;
}
#header.header_left + .page #siteframe {
  padding-top: 0;
}
#header.header_left + .page + #footer, #header.header_left + .page {
  width: calc(100% - var(--withHeaderLeft));
  margin-left: var(--withHeaderLeft);
}
#header.is_scrolled {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
#header .header_inner {
  padding: 17px 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .portlet {
  display: none;
}

#logo {
  float: left;
  flex: 0 0 170px;
  width: 270px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 5px auto 0;
}
#logo a {
  text-decoration: none;
}
#logo svg,
#logo img {
  width: 100%;
  height: auto;
  display: block;
}
#logo .title {
  font-family: "Inter";
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}
#logo span {
  font-family: "Inter";
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  display: block;
}

#logo_print {
  display: none;
}

/* @end */
/* @group footer */
#footer {
  background: #f3f3f9;
  color: #fff;
}
#footer .footer_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: var(--size-60) var(--size-40) var(--size-20);
}
@media print {
  #footer .footer_inner {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#footer .footer_inner .footer_bottom_inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
}
#footer .footer_inner .portlet span.management_controls {
  top: -50px;
}
#footer .footer_inner .portlet .portlet-resource-link {
  display: none;
}
#footer .footer_inner .call_to_action {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--size-25);
  padding-bottom: var(--size-40);
  position: relative;
}
#footer .footer_inner .call_to_action .call_to_action_inner {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
}
#footer .footer_inner .call_to_action .portlet {
  margin-top: var(--size-20);
}
#footer .footer_inner .call_to_action .portlet:first-child {
  padding-right: var(--size-20);
}
#footer .footer_inner .call_to_action .portlet .portlet-content a {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #ffffff;
  background: rgb(0, 107.2207792208, 129);
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #footer .footer_inner .call_to_action .portlet .portlet-content a {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#footer .footer_inner .call_to_action .portlet .portlet-content a:focus, #footer .footer_inner .call_to_action .portlet .portlet-content a:hover {
  background: rgb(0, 64.8311688312, 78);
}
@media print {
  #footer .footer_inner .call_to_action .portlet .portlet-content a {
    display: none;
  }
}
#footer .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons p {
  margin-bottom: 0px;
}
#footer .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons .portlet-content a {
  display: flex;
  align-items: center;
}
#footer .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons .portlet-content a:before {
  content: "\f095";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  font-weight: 900;
  margin-right: var(--size-10);
  position: relative;
  display: inline-block;
}
#footer .footer_inner .call_to_action .portlet-content {
  color: #000000;
}
#footer .footer_inner .call_to_action .portlet-content .portlet_content_description {
  display: flex;
}
#footer .footer_inner .call_to_action .portlet-content .portlet_content_description p {
  margin-right: 50px;
  color: #45484a;
}
#footer .footer_inner .call_to_action .portlet-content .portlet_content_description p:nth-child(2n) {
  margin-right: 100px;
}
#footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  color: #000000;
  pointer-events: none;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
}
#footer .footer_inner .call_to_action h3 a, #footer .footer_inner .call_to_action h3 a a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#footer .footer_inner .call_to_action .portlet_content_introduction {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
#footer .footer_inner .call_to_action .portlet_content_introduction a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #footer .footer_inner .call_to_action .portlet_content_introduction {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#footer .footer_inner .footer_bottom .portlet,
#footer .footer_inner .meta_navi_footer {
  float: right;
}
#footer .footer_inner .footer_bottom .portlet,
#footer .footer_inner .meta_navi_footer {
  margin: 0 !important;
  display: flex;
  flex-flow: wrap;
  position: absolute;
}
#footer .footer_inner .footer_bottom .portlet ul,
#footer .footer_inner .meta_navi_footer ul {
  margin: 0 !important;
  display: flex;
  flex-flow: wrap;
}
#footer .footer_inner .footer_bottom .portlet li,
#footer .footer_inner .meta_navi_footer li {
  list-style: none;
  position: relative;
  float: left;
  padding: 0;
}
#footer .footer_inner .footer_bottom .portlet li:not(:last-child),
#footer .footer_inner .meta_navi_footer li:not(:last-child) {
  padding-right: 30px;
}
#footer .footer_inner .footer_bottom .portlet li:after,
#footer .footer_inner .meta_navi_footer li:after {
  content: "|";
  position: absolute;
  right: 13px;
  z-index: 1;
  color: #000000;
  font-weight: 400;
}
#footer .footer_inner .footer_bottom .portlet li:before,
#footer .footer_inner .meta_navi_footer li:before {
  display: none;
}
#footer .footer_inner .footer_bottom .portlet li:last-child:after,
#footer .footer_inner .meta_navi_footer li:last-child:after {
  display: none;
}
#footer .footer_inner .footer_bottom .portlet li a,
#footer .footer_inner .meta_navi_footer li a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.3s ease-out;
}
#footer .footer_inner .footer_bottom .portlet li a:hover,
#footer .footer_inner .meta_navi_footer li a:hover {
  color: rgb(0, 107.2207792208, 129);
}
#footer .footer_inner .footer_bottom .portlet {
  float: left;
}
#footer .footer_inner .copy {
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font: 400 clamp(13px, 1.4vw, 14px)/clamp(22px, 2.4vw, 24px);
  text-align: left;
  color: rgba(69, 72, 74, 0.25);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media print {
  #footer .footer_inner .copy {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}
#footer .footer_inner .copy ul {
  display: inline-block;
}
#footer .footer_inner .copy ul li {
  list-style: none;
  padding-left: var(--size-20);
  position: relative;
  float: right;
}
#footer .footer_inner .copy ul li:first-child {
  padding-left: 0;
}
#footer .footer_inner .copy ul li:first-child:before {
  display: none;
}
#footer .footer_inner .copy a {
  text-decoration: none;
  color: rgba(69, 72, 74, 0.25);
}
#footer .footer_inner .copy a span {
  display: none;
}
#footer .footer_inner .copy a:hover {
  color: rgba(69, 72, 74, 0.6);
}

#header.header_left + .page + #footer + #privacy_banner_wrap #privacy_banner {
  left: auto;
  right: 20px;
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group mainnavigation */
#navigation_wrap {
  width: 100%;
  position: relative;
  margin-left: var(--size-90);
}
#navigation_wrap .navigation_inner {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
#navigation_wrap .single_link_right {
  margin-left: 25px;
}
#navigation_wrap .back_to_overview a,
#navigation_wrap .single_navigation_link {
  font: 400 17px/28px "Inter";
  letter-spacing: 0.6px;
  color: #45484a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: clamp(20px, 3.3vw, 33px);
  font-weight: 500;
  color: #ffffff;
  position: relative;
  display: block;
  transition: all 0.3s ease-out;
  background: transparent;
  padding: var(--size-10) var(--size-20);
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  border: 1.5px solid #ffffff;
  border-radius: 6px;
  padding: clamp(10px, 2vw, 13px) clamp(20px, 5vw, 27px);
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1200px) {
  #navigation_wrap .back_to_overview a,
  #navigation_wrap .single_navigation_link {
    font-size: 16px;
    letter-spacing: 0.25px;
  }
}
@media print {
  #navigation_wrap .back_to_overview a,
  #navigation_wrap .single_navigation_link {
    font: 400 13px/20px "Inter";
    color: #000;
  }
}
#navigation_wrap .back_to_overview a.current, #navigation_wrap .back_to_overview a:hover,
#navigation_wrap .single_navigation_link.current,
#navigation_wrap .single_navigation_link:hover {
  color: #00C0E7;
  background: #ffffff;
}
#navigation_wrap .back_to_overview a i,
#navigation_wrap .single_navigation_link i {
  margin-right: 6px;
}

#navigation {
  text-align: left;
}
#navigation > ul > li {
  padding: 0;
}
#navigation > ul > li:not(:first-child) {
  padding: 0 15px;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
}
#navigation .navigation {
  display: inline-block;
}
#navigation li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
#navigation li.level0, #navigation li.level1, #navigation li.level3, #navigation li.level2 {
  display: none;
}
#navigation li,
#navigation li a {
  font: 400 17px/28px "Inter";
  letter-spacing: 0.6px;
  color: #45484a;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #navigation li,
  #navigation li a {
    font-size: 16px;
    letter-spacing: 0.25px;
  }
}
@media print {
  #navigation li,
  #navigation li a {
    font: 400 13px/20px "Inter";
    color: #000;
  }
}
#navigation li:after,
#navigation li a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 0;
  height: 1px;
  display: block;
  background: #ffffff;
  bottom: 0;
  transition: all 0.15s ease-out;
}
#navigation li.current, #navigation li:hover,
#navigation li a.current,
#navigation li a:hover {
  color: #00C0E7;
}
#navigation li.current:after,
#navigation li a.current:after {
  transition-delay: 0.15s;
}
#navigation li a:after,
#navigation li a a:after {
  display: none;
}
#navigation li.current > a {
  color: #ffffff;
}

/* @end */
/* @group mainnavigation left */
#header.header_left .header_inner {
  padding: 0;
  background: #00C0E7;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}
#header.header_left .header_inner #logo {
  padding: var(--size-40) var(--size-40);
  float: none;
  margin: 0;
  flex: auto;
  width: 200px;
}
#header.header_left .header_inner #navigation_wrap {
  margin-left: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  height: 100%;
}
#header.header_left .header_inner #navigation_wrap .navigation_inner {
  flex-flow: column;
  box-sizing: border-box;
}
#header.header_left .header_inner #navigation_wrap .single_link_right a {
  font: 400 20px/32px "Inter";
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 9px var(--size-20) 7px;
  margin-top: var(--size-10);
  color: #00C0E7;
}
@media print {
  #header.header_left .header_inner #navigation_wrap .single_link_right a {
    font: 400 13px/20px "Inter";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #header.header_left .header_inner #navigation_wrap .single_link_right a {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
}
#header.header_left .header_inner #navigation {
  text-align: center;
  display: block;
  width: 100%;
}
#header.header_left .header_inner #navigation .navigation {
  margin-top: 0;
  display: flex;
  flex-flow: column;
}
#header.header_left .header_inner #navigation .navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 !important;
  box-sizing: border-box;
  padding: 11px 0 10px;
}
#header.header_left .header_inner #navigation .navigation li:first-child {
  margin-top: 20px !important;
}
#header.header_left .header_inner #navigation .navigation li,
#header.header_left .header_inner #navigation .navigation li a {
  font: 400 20px/32px "Inter";
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  color: #000000;
  text-transform: none;
  text-align: left;
  padding: 20px 40px;
  font-weight: 300;
  line-height: 24px;
}
@media print {
  #header.header_left .header_inner #navigation .navigation li,
  #header.header_left .header_inner #navigation .navigation li a {
    font: 400 13px/20px "Inter";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #header.header_left .header_inner #navigation .navigation li,
  #header.header_left .header_inner #navigation .navigation li a {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
}
#header.header_left .header_inner #navigation .navigation li:hover,
#header.header_left .header_inner #navigation .navigation li a:hover {
  color: #ffffff;
}
#header.header_left .header_inner #navigation .navigation li:after,
#header.header_left .header_inner #navigation .navigation li a:after {
  display: none;
}
#header.header_left .header_inner #navigation .navigation li.current, #header.header_left .header_inner #navigation .navigation li.current a {
  font-weight: 300;
  color: #00C0E7;
}
#header.header_left .header_inner #portlet_left_navigation {
  --paragraph-space: var(--size-15);
  margin-top: auto;
  border-top: 2px solid rgb(0, 86.025974026, 103.5);
  border-bottom: none;
  background: rgb(0, 107.2207792208, 129);
  color: #fff;
  padding: var(--size-30);
  width: 100%;
  box-sizing: border-box;
}
#header.header_left .header_inner #portlet_left_navigation .portlet-resource-link,
#header.header_left .header_inner #portlet_left_navigation .portlet-content > a, #header.header_left .header_inner #portlet_left_navigation:empty {
  display: none;
}
#header.header_left .header_inner #portlet_left_navigation .portlet {
  display: block;
}
#header.header_left .header_inner #portlet_left_navigation .portlet_content_subtitle {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #fff;
  margin-top: 0;
  font-weight: 700;
}
@media print {
  #header.header_left .header_inner #portlet_left_navigation .portlet_content_subtitle {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#header.header_left .header_inner #portlet_left_navigation .portlet_content_subtitle:not(:last-child) {
  margin-bottom: var(--size-10);
}
#header.header_left .header_inner #portlet_left_navigation .portlet_content_description a {
  color: #fff;
  text-decoration: none;
}
#header.header_left .header_inner #portlet_left_navigation .portlet_content_description a:hover {
  text-decoration: underline;
}
#header.header_left .header_inner #portlet_left_navigation a.portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #00C0E7;
  background: #fff;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
  margin-top: var(--size-25);
}
@media print {
  #header.header_left .header_inner #portlet_left_navigation a.portlet_content_link {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#header.header_left .header_inner #portlet_left_navigation a.portlet_content_link:focus, #header.header_left .header_inner #portlet_left_navigation a.portlet_content_link:hover {
  background: rgb(229.5, 229.5, 229.5);
}
@media print {
  #header.header_left .header_inner #portlet_left_navigation a.portlet_content_link {
    display: none;
  }
}

/* @end */
/* @group responsive navigation */
.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 36px;
  flex: 0 0 36px;
  height: 26px;
  margin-top: 0;
  transition: all 0.3s ease-out;
  position: relative;
  background: none;
  border: 0;
  outline: 0;
}
.responsive_navigation_toggle span {
  background: #fff;
  display: block;
  height: 3px;
  border-radius: var(--border-radius);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 11px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 22px;
}

.navi_open .responsive_navigation_toggle span {
  top: 40.5%;
  transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
}
.navi_open .responsive_navigation_toggle span:first-child {
  opacity: 0;
}
.navi_open .responsive_navigation_toggle span:nth-child(2) {
  transform: rotate(-45deg);
}
.navi_open .responsive_navigation_toggle span:nth-child(3) {
  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)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1 {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
}
h1 a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  h1 {
    font: 700 19px/25px "Inter";
    color: #000;
  }
}

.text_wrap:has(> h2.subtitle) h1,
.content_inner:has(> h2.subtitle) h1,
.content_inner > .content:has(> h2.subtitle) h1,
.content_left:has(h2.subtitle) h1 {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
}
.text_wrap:has(> h2.subtitle) h1 a,
.content_inner:has(> h2.subtitle) h1 a,
.content_inner > .content:has(> h2.subtitle) h1 a,
.content_left:has(h2.subtitle) h1 a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  .text_wrap:has(> h2.subtitle) h1,
  .content_inner:has(> h2.subtitle) h1,
  .content_inner > .content:has(> h2.subtitle) h1,
  .content_left:has(h2.subtitle) h1 {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}

.portlet_listing_introduction,
.portlet_content_introduction,
div.introduction {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  margin-bottom: var(--size-25);
}
@media print {
  .portlet_listing_introduction,
  .portlet_content_introduction,
  div.introduction {
    font: 400 14px/24px "Inter";
    color: #000;
  }
}

h2 {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
}
h2 a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  h2 {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
h2.subtitle {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  color: #00C0E7;
}
h2.subtitle a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  h2.subtitle {
    font: 700 19px/25px "Inter";
    color: #000;
  }
}
h2.subtitle:last-child {
  margin-bottom: 0;
}
* + h2 {
  margin-top: var(--size-50);
}

h3 {
  font: 700 clamp(20px, 3.2vw, 32px)/clamp(26px, 4vw, 40px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-20) 0;
  color: #222222;
  letter-spacing: -1px;
}
h3 a {
  color: #222222;
  text-decoration: none;
}
@media print {
  h3 {
    font: 700 18px/25px "Inter";
  }
}
* + h3 {
  margin-top: var(--size-40);
}
h4 + h3, h2 + h3 {
  margin-top: calc(-1 * var(--size-10));
}

h4 {
  font: 300 clamp(25px, 3.2vw, 32px)/clamp(26px, 3.4vw, 34px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-15) 0;
  color: #222222;
}
h4 a {
  color: #222222;
  text-decoration: none;
}
@media print {
  h4 {
    font: 700 15px/22px "Inter";
  }
}
* + h4 {
  margin-top: var(--size-40);
}
h4 + h4, h2 + h4 {
  margin-top: calc(-1 * var(--size-10));
}

h6, h6 a,
h5, h5 a {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #222222;
  font-weight: 700;
  margin-bottom: var(--size-10);
}
@media print {
  h6, h6 a,
  h5, h5 a {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
h6 a, h6 a a,
h5 a, h5 a a {
  color: #222222;
  text-decoration: none;
}
* + h6, * + h6 a,
* + h5, * + h5 a {
  margin-top: var(--size-35);
}

strong {
  font-weight: 700;
}

p:last-child {
  margin-bottom: 0;
}

/* @end */
/* @group link */
a {
  outline: none;
  color: #45484a;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #00C0E7;
  transition: all 0.15s ease-out;
}
a:hover {
  color: #00C0E7;
}
@media print {
  a {
    color: #000;
    text-decoration-color: #000;
  }
}
a.button {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
}
@media print {
  a.button {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
a.button:focus, a.button:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  a.button {
    display: none;
  }
}
a.button:hover {
  color: #fff;
}

.show_more a {
  font: 400 15px/28px "Inter";
  letter-spacing: 0.5px;
  color: rgba(34, 34, 34, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.show_more a:hover {
  color: #45484a;
}
@media print {
  .show_more a {
    display: none;
  }
}

.content_button {
  margin: 0 0 var(--size-20);
}
.content_button a {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #00C0E7;
  background: #fff;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
  text-transform: uppercase;
}
@media print {
  .content_button a {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.content_button a:focus, .content_button a:hover {
  background: rgb(229.5, 229.5, 229.5);
}
@media print {
  .content_button a {
    display: none;
  }
}
.content_button a:hover {
  background-color: #00C0E7;
}

/* @end */
/* @group list */
.portlet ol,
.content_inner ol {
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.portlet ol:not(:last-child),
.content_inner ol:not(:last-child) {
  margin-bottom: var(--size-20);
}
.portlet ol > li,
.content_inner ol > li {
  margin: 0;
  margin-top: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}
.portlet ol > li:before,
.content_inner ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  color: #00C0E7;
}

.portlet_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
.content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) {
  margin: 0 0 var(--paragraph-space);
}
.portlet_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
.content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child {
  margin-bottom: 0;
}
.portlet_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
.content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li {
  position: relative;
  font-size: 16px;
}

.content_inner .management ul li:before {
  display: none;
}

/* @end */
/* @group accordeon */
.accordeon_wrap:not(:first-child) {
  margin-top: var(--size-40);
}
.accordeon_wrap:not(:last-child) {
  margin-bottom: var(--size-40);
}
.accordeon_wrap .accordeon_entry {
  --icon-width: clamp(32px,4.8vw,48px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  cursor: pointer;
  background: none !important;
  overflow: visible;
}
@media print {
  .accordeon_wrap .accordeon_entry {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.accordeon_wrap .accordeon_entry:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordeon_wrap .accordeon_entry:hover {
  border-top: 1px solid #00C0E7;
}
.accordeon_wrap .accordeon_entry:hover .accordeon_title_selector {
  color: #00C0E7;
}
.accordeon_wrap .accordeon_entry:hover .accordeon_title_selector > a {
  color: #00C0E7;
}
.accordeon_wrap .accordeon_entry:hover .accordeon_title_selector:after {
  color: #00C0E7;
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title_selector:after {
  content: "\f068" !important;
  color: #dbdbdf;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector {
  font: 300 clamp(25px, 3.2vw, 32px)/clamp(26px, 3.4vw, 34px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-15) 0;
  color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-15);
  margin: 0;
  padding-top: var(--size-20);
  padding-bottom: var(--size-20);
  width: 100%;
  transition: all 0.2s ease-out;
  color: #45484a;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector a {
  color: #222222;
  text-decoration: none;
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector {
    font: 700 15px/22px "Inter";
  }
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:after {
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: end;
  content: "+";
  font-size: calc(var(--icon-width) / 2);
  flex: 0 0 var(--icon-width);
  width: var(--icon-width);
  border-radius: 100%;
  color: #45484a;
  background: #f3f3f9;
  transition: all 0.2s ease-out;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:focus-visible {
  outline: 2px dotted #00C0E7 !important;
}
.accordeon_wrap .accordeon_entry .accordeon_content {
  display: none;
  padding: 0;
  margin-top: 0;
  padding-bottom: var(--size-30);
  color: #45484a;
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector:after {
    display: none;
  }
  .accordeon_wrap .accordeon_entry .accordeon_content {
    display: block;
  }
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 500;
  letter-spacing: 0;
  color: #00C0E7;
  padding: 10px 0;
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector::after {
  font-size: 19px;
  color: #dbdbdf;
}
.accordeon_wrap .accordeon_entry .accordeon_content p {
  font: 400 16px/33px "Inter";
  color: #45484a;
  letter-spacing: 0;
}
.accordeon_wrap .accordeon_entry .accordeon_content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) {
  list-style: none;
  margin: 0 0 var(--paragraph-space);
}
.accordeon_wrap .accordeon_entry .accordeon_content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child {
  margin-bottom: 0;
  margin-left: 20px;
}
.accordeon_wrap .accordeon_entry .accordeon_content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li {
  position: relative;
  font-size: 16px;
  padding-left: 29px;
}
.accordeon_wrap .accordeon_entry .accordeon_content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before {
  content: "\f00c";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
}
.accordeon_wrap .accordeon_entry .accordeon_content > *:last-child {
  margin-bottom: 0 !important;
}

/* @end */
/* @group content table */
.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap_container {
  overflow: hidden;
  padding: 0;
}
.table_wrap_container:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}

.content table {
  border: none;
  border-spacing: 0;
}

table th {
  color: #45484a;
  font-weight: 700;
  border-bottom: 2px solid #45484a;
  text-align: left;
  padding: var(--size-15) var(--size-15) var(--size-15) 0;
}

table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: var(--size-15) var(--size-15) var(--size-15) 0;
}

.property_table table {
  width: 100%;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
}
@media print {
  .property_table table {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.property_table table thead tr th {
  padding: 0 var(--size-10) calc(var(--size-10) - 2px) var(--size-10);
  text-align: left;
}
.property_table table thead tr th:first-of-type {
  font-size: 0;
  width: 17px;
}
.property_table table tbody tr {
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
}
.property_table table tbody tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.property_table table tbody tr td {
  position: relative;
  cursor: pointer;
  padding: calc(var(--size-10) + 3px) var(--size-10) calc(var(--size-10) + 2px);
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.property_table table tbody tr td.reserved, .property_table table tbody tr td.not_reserved {
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.property_table table tbody tr td.reserved:before, .property_table table tbody tr td.not_reserved:before {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
}
@media print {
  .property_table table tbody tr td.reserved:before, .property_table table tbody tr td.not_reserved:before {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.property_table table tbody tr td.not_reserved:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #00C0E7;
  font-weight: 900;
}
.property_table table tbody tr td.reserved:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: rgba(0, 0, 0, 0.1);
  font-weight: 900;
}
.property_table table tbody tr a.full_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.property_table table tbody tr.current, .property_table table tbody tr:hover {
  position: relative;
  cursor: pointer;
}
.property_table table tbody tr.current td:after, .property_table table tbody tr:hover td:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 192, 231, 0.08);
}
.property_table table tbody tr.reserved a, .property_table table tbody tr.reserved {
  color: rgba(69, 72, 74, 0.4);
}
.property_table table tbody tr.reserved {
  background: rgba(0, 0, 0, 0);
}
.property_table table tbody tr.reserved.current td:after, .property_table table tbody tr.reserved:hover td:after {
  background: rgba(0, 0, 0, 0.05);
}

/* @end */
/* @group div container */
.informations_box {
  width: 100%;
  background: #f3f3f9 !important;
  border-radius: var(--border-radius);
  transform: translateZ(0);
  overflow: hidden;
  padding: var(--size-55) var(--size-40) !important;
  box-sizing: border-box;
}
.informations_box p {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  line-height: clamp(20px, 2.8vw, 28px);
}
.informations_box p a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  .informations_box p {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
.informations_box h3 {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #222222;
  font-weight: 700;
  margin-bottom: var(--size-10);
}
@media print {
  .informations_box h3 {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.informations_box h3 a {
  color: #222222;
  text-decoration: none;
}
.informations_box + .informations_box {
  margin-top: var(--size-30);
}

.text_with_icons {
  display: flex;
  flex-flow: column;
  gap: var(--size-20);
  background: none !important;
  padding: 0 !important;
}
.text_with_icons .icon_wrap {
  display: flex;
  align-items: baseline;
}
.text_with_icons .icon_wrap .icon {
  color: #00C0E7;
  width: 20px;
  text-align: center;
  margin-right: var(--size-10);
  margin-bottom: 0;
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
img.lazyloaded {
  width: 100%;
  height: auto;
}

/* @group picture right */
.pictures.picture_right {
  flex: 0 0 440px;
  max-width: 40%;
  margin-left: var(--size-80);
}
.pictures.picture_right .picture {
  width: 100%;
  float: none;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.pictures.picture_right .picture:not(:first-child) {
  margin-top: var(--size-30);
}
.pictures.picture_right .picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* @end */
/* @group picture big */
.pictures.big_picture:not(:first-child) {
  margin-top: var(--size-50);
}
.pictures.big_picture:not(:last-child) {
  margin-bottom: var(--size-50);
}

/* @end */
/* @group gallery */
.pictures.gallery {
  --gapBetween: var(--size-25);
  --gapTop: var(--size-25);
  --widthElements: 33.33%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
  margin-top: var(--size-25);
}
.pictures.gallery > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
.pictures.gallery > .cf {
  display: none;
}

/* @end */
/* @group slider */
.slick-track {
  display: flex;
}

.slick-slider {
  --icon-width: clamp(30px,5vw,50px);
  position: relative;
}
.slick-slider .slick-arrow {
  font-size: var(--icon-width);
  line-height: var(--icon-width);
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: calc(-1 * var(--icon-width) / 1.5);
  left: calc((100% - var(--siteframe)) / 2);
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
.slick-slider .slick-arrow:hover {
  color: #00C0E7;
}
.slick-slider .slick-arrow:nth-child(3) {
  left: auto;
  right: calc((100% - var(--siteframe)) / 2);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slick-slider a.fancybox {
  pointer-events: none;
}

#slider {
  width: 100%;
  position: relative;
}
#slider span.management_controls {
  position: absolute;
  top: 20px;
  right: 50%;
  bottom: unset;
  left: unset;
  transform: translate(-50%, 0);
}
#slider .pictures,
#slider .slick-slider {
  width: 100%;
  height: calc(100vh - var(--headerHeight));
  overflow: hidden;
}
#slider .pictures > .slick-list,
#slider .pictures > .slick-list *,
#slider .pictures > .picture,
#slider .pictures > .picture *,
#slider .pictures img,
#slider .slick-slider > .slick-list,
#slider .slick-slider > .slick-list *,
#slider .slick-slider > .picture,
#slider .slick-slider > .picture *,
#slider .slick-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider #scroll_down_wrap {
  display: none;
}
#slider #scroll_down_wrap #scroll_down i {
  float: right;
  font-size: 36px;
  line-height: 55px;
  color: #fff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  pointer-events: all;
}
#slider #scroll_down_wrap #scroll_down i:hover {
  color: #00C0E7;
}
#slider .content_inner_wrap:first-child .content_inner {
  padding-top: var(--size-100) !important;
  padding-bottom: 0 !important;
}
#slider .content_inner_wrap:not(:first-child) {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#slider .content_inner_wrap:not(:first-child):before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 303px;
  display: block;
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  background: rgba(255, 255, 255, 0); /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); /* Standard syntax */
}
#slider .content_inner_wrap:not(:first-child) .content_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: var(--size-70) var(--size-40);
}
#slider .content_inner_wrap:not(:first-child) #scroll_down_wrap {
  display: block;
}
#slider .content_inner_wrap:not(:first-child) h1,
#slider .content_inner_wrap:not(:first-child) h2.subtitle {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  border-bottom: none;
}
#slider .content_inner_wrap:not(:first-child) h1 {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  color: #ffffff;
  text-transform: none;
  margin: 0 0 var(--size-25) 0;
}
#slider .content_inner_wrap:not(:first-child) h1 a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #slider .content_inner_wrap:not(:first-child) h1 {
    font: 700 19px/25px "Inter";
    color: #000;
  }
}
#slider .content_inner_wrap:not(:first-child) .subtitle {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  margin-top: 20px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
#slider .content_inner_wrap:not(:first-child) .subtitle a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #slider .content_inner_wrap:not(:first-child) .subtitle {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}

.header_left + .page #slider .pictures,
.header_left + .page #slider .slick-slider {
  height: 100vh;
}

/* @end */
/* @group documents */
.documents {
  margin: 0 0 var(--size-30);
  padding: 5px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: var(--size-15) 12px 0 0;
}
.documents .document a {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
}
@media print {
  .documents .document a {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.documents .document a:focus, .documents .document a:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  .documents .document a {
    display: none;
  }
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group standard configuration portlet */
.portlet {
  margin: 0;
  padding: 0;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet a.portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
  margin-top: var(--size-20);
  margin-right: 20px !important;
}
@media print {
  .portlet a.portlet_content_link {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.portlet a.portlet_content_link:focus, .portlet a.portlet_content_link:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  .portlet a.portlet_content_link {
    display: none;
  }
}
.portlet a.portlet_content_link span {
  color: #00C0E7;
  font-weight: 500;
  text-transform: uppercase;
}

a.add_portlet_link {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
  display: inline-block;
  margin: var(--size-20);
}
@media print {
  a.add_portlet_link {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
a.add_portlet_link:focus, a.add_portlet_link:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  a.add_portlet_link {
    display: none;
  }
}

.add_portlet_link + .portlet_content {
  padding: 20px;
}
.add_portlet_link + .portlet_content span.select2-container {
  width: 100% !important;
}

/* @end */
/* @group portlets one page */
#portlets_one_page .portlet #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-title {
  font: 700 clamp(20px, 3.2vw, 32px)/clamp(26px, 4vw, 40px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-20) 0;
  color: #222222;
  letter-spacing: -1px;
  color: #00C0E7;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 10px;
}
#portlets_one_page .portlet #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-title a {
  color: #222222;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-title {
    font: 700 18px/25px "Inter";
  }
}
#portlets_one_page .portlet #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-subtitle {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  border-bottom: none;
}
#portlets_one_page .portlet #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-subtitle a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-subtitle {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet:nth-child(2n+1) {
  background: #f3f3f9;
}
#portlets_one_page .portlet:nth-child(2n+1) .informations_box {
  background: #ffffff !important;
  border-radius: 6px;
}
#portlets_one_page .portlet:nth-child(2n+1) .informations_box ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) {
  list-style: none;
}
#portlets_one_page .portlet:nth-child(2n+1) .informations_box ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child {
  margin-bottom: 0;
}
#portlets_one_page .portlet:nth-child(2n+1) .informations_box ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li {
  position: relative;
  font-size: 16px;
  padding-left: 29px;
}
#portlets_one_page .portlet:nth-child(2n+1) .informations_box ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before {
  content: "\f00c";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
}
#portlets_one_page .portlet:nth-child(2n+1).map .portlet-content {
  background: #ffffff;
}
#portlets_one_page .portlet:nth-child(2n+1).portlet_listing .portlet-listing-entry {
  background: #ffffff;
}
#portlets_one_page .portlet:nth-child(2n+1).portlet_listing.slider .slick-arrow {
  background: rgba(255, 255, 255, 0.6);
}
#portlets_one_page .portlet:nth-child(2n+1).portlet_listing.slider .slick-arrow:hover {
  background: #ffffff;
}
#portlets_one_page .portlet:nth-child(2n+1).portlet_listing.dont_crop_picture .portlet-listing-entry {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet:nth-child(2n+1).portlet_listing.dont_crop_picture .portlet-listing-entry .pictures {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#portlets_one_page .portlet:nth-child(2n+1).portlet_listing.dont_crop_picture.slider.two_elements .portlet-listing-entry .pictures {
  border-bottom: 2px solid #f3f3f9;
  border-right: 0;
}
#portlets_one_page .portlet .portlet_text_wrap {
  display: flex;
  flex-flow: column;
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: var(--size-120) var(--size-40);
}
@media print {
  #portlets_one_page .portlet .portlet_text_wrap {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#portlets_one_page .portlet .portlet_text_wrap:empty {
  padding: 0;
}
#portlets_one_page .portlet .portlet_text_wrap .portlet-title {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  text-transform: none;
}
#portlets_one_page .portlet .portlet_text_wrap .portlet-title a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet .portlet_text_wrap .portlet-title {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet .portlet_text_wrap .portlet-title:has(~ .portlet_listing_introduction) {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  line-height: 28px;
}
#portlets_one_page .portlet .portlet_text_wrap .portlet-title:has(~ .portlet_listing_introduction) a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet .portlet_text_wrap .portlet-title:has(~ .portlet_listing_introduction) {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet .portlet-title,
#portlets_one_page .portlet .portlet_listing_subtitle,
#portlets_one_page .portlet .portlet_content_subtitle {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  text-transform: none;
  margin-bottom: var(--size-60);
}
#portlets_one_page .portlet .portlet-title a,
#portlets_one_page .portlet .portlet_listing_subtitle a,
#portlets_one_page .portlet .portlet_content_subtitle a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet .portlet-title,
  #portlets_one_page .portlet .portlet_listing_subtitle,
  #portlets_one_page .portlet .portlet_content_subtitle {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet .portlet-title {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  text-transform: none;
}
#portlets_one_page .portlet .portlet-title a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet .portlet-title {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet .portlet_content_introduction {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
}
#portlets_one_page .portlet .portlet_content_introduction a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet .portlet_content_introduction {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet:has([class*=portlet_content_introduction]) .portlet-title, #portlets_one_page .portlet:has([class*=_subtitle]) .portlet-title {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
}
#portlets_one_page .portlet:has([class*=portlet_content_introduction]) .portlet-title a, #portlets_one_page .portlet:has([class*=_subtitle]) .portlet-title a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet:has([class*=portlet_content_introduction]) .portlet-title, #portlets_one_page .portlet:has([class*=_subtitle]) .portlet-title {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet .portlet_content_description.with_informations_box {
  display: flex;
  justify-content: space-between;
}
#portlets_one_page .portlet .portlet_content_description .informations_box_wrap {
  flex: 0 0 454px;
  max-width: 36%;
  margin-left: var(--size-40);
  max-width: 454px;
}
#portlets_one_page .portlet .portlet_content_description .informations_box_wrap p {
  padding: 0 0 var(--size-25) 0;
}
#portlets_one_page .portlet .pictures .picture:not(:first-child) {
  margin-top: var(--size-30);
}
#portlets_one_page .portlet .pictures .picture .resource_link {
  transition: all 0.3s ease-out;
}
#portlets_one_page .portlet .pictures .picture .resource_link:hover {
  opacity: 0.7;
}
#portlets_one_page .portlet .pictures .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
#portlets_one_page .portlet .pictures .management_controls {
  display: none;
}
#portlets_one_page .portlet .portlet-content > .pictures {
  position: relative;
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_subtitle {
  display: none;
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 540px;
  clip: unset;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 30px;
  left: var(--size-70);
  color: #ffffff;
  padding-left: 0;
  padding-top: var(--size-50);
  padding-bottom: var(--size-60);
  display: flex;
  flex-flow: column;
  z-index: 2;
  box-sizing: border-box;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description .resource_title {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  display: block;
  border-bottom: none;
  color: #ffffff;
  margin-bottom: 0;
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description .resource_title a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description .resource_title {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  color: #ffffff;
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 {
    font: 700 19px/25px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #00C0E7;
  background: #ffffff;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a:focus, #portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a:hover {
  background: rgb(229.5, 229.5, 229.5);
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a {
    display: none;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description p:last-child {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  color: #ffffff;
  max-width: 540px;
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description p:last-child {
    font: 400 14px/24px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description .resource_subtitle {
  display: none;
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description span {
  box-shadow: none;
}
#portlets_one_page .portlet .portlet_listing_second_link,
#portlets_one_page .portlet .portlet_content_second_link {
  display: none;
}
#portlets_one_page .portlet:not(.picture_next_to_text):not(.impressions) .portlet-content > .pictures a.resource_link {
  pointer-events: all;
}
#portlets_one_page .portlet.picture_top_small .portlet-content {
  position: relative;
}
#portlets_one_page .portlet.picture_top_small .portlet-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  z-index: 2;
}
#portlets_one_page .portlet.picture_top_small .pictures a.resource_link {
  pointer-events: none !important;
}
#portlets_one_page .portlet.picture_top_small .pictures a.resource_link .picture {
  pointer-events: none;
}
#portlets_one_page .portlet.picture_top_small .pictures a.resource_link .picture img {
  pointer-events: none;
}
#portlets_one_page .portlet.picture_top_small img {
  max-height: 600px;
  height: 100% !important;
  pointer-events: none;
}
#portlets_one_page .portlet.picture_next_to_text .portlet-content {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  padding: var(--size-120) var(--size-40);
}
@media print {
  #portlets_one_page .portlet.picture_next_to_text .portlet-content {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#portlets_one_page .portlet.picture_next_to_text .portlet_text_wrap {
  padding: 0;
}
#portlets_one_page .portlet.picture_next_to_text .portlet-content > .pictures {
  margin-top: 0;
}
#portlets_one_page .portlet.picture_next_to_text .pictures {
  flex: 0 0 444px;
  max-width: 41%;
}
#portlets_one_page .portlet.picture_next_to_text .pictures .resource_background {
  border-radius: var(--border-radius);
  transform: translateZ(0);
  overflow: hidden;
}
#portlets_one_page .portlet.picture_next_to_text.picture_right .pictures {
  order: 2;
  margin-left: var(--size-120);
}
#portlets_one_page .portlet.picture_next_to_text.picture_right .pictures img {
  max-height: 500px;
  height: 100%;
}
#portlets_one_page .portlet.picture_next_to_text.picture_left .pictures {
  order: 0;
  margin-right: var(--size-120);
}
#portlets_one_page .portlet.impressions .portlet-content {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-120) var(--size-40);
}
@media print {
  #portlets_one_page .portlet.impressions .portlet-content {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#portlets_one_page .portlet.impressions .portlet-content > .pictures {
  margin-top: 0;
}
#portlets_one_page .portlet.impressions .portlet_text_wrap {
  margin: 0;
  padding: 0 !important;
}
#portlets_one_page .portlet.impressions .show_more {
  order: 2;
  margin-top: var(--size-50);
}
#portlets_one_page .portlet.impressions .pictures {
  order: 2;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: var(--size-50);
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 0;
}
#portlets_one_page .portlet.impressions .pictures .resource_background {
  border-radius: var(--border-radius);
  transform: translateZ(0);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#portlets_one_page .portlet.impressions .pictures > .cf {
  display: none;
}
#portlets_one_page .portlet.impressions .pictures .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: var(--border-radius);
  transform: translateZ(0);
}
#portlets_one_page .portlet.impressions .pictures .picture:not(:first-child) {
  margin-top: 0;
}
#portlets_one_page .portlet.impressions .pictures .picture:nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
#portlets_one_page .portlet.impressions .pictures .picture:nth-child(2) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
#portlets_one_page .portlet.impressions .pictures .picture.picture_3 ~ .picture {
  display: none;
}
#portlets_one_page .portlet.impressions .pictures .management_controls {
  display: block;
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap {
  display: flex;
  align-items: flex-start;
  max-width: 1130px;
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .portlet-listing-entry-wrap {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media print {
  #portlets_one_page .portlet.accordeon_listing.with_picture_wrap .portlet-listing-entry-wrap {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap {
  flex: 0 0 626px;
  max-width: 50%;
  margin-right: var(--size-80);
}
@media screen and (max-width: 1200px) {
  #portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap {
    max-width: calc(50% - var(--size-60));
    margin-right: var(--size-60);
  }
}
@media print {
  #portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap {
    max-width: 35%;
    margin-right: 30px;
  }
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap .resource_background {
  overflow: visible;
  transform: translateZ();
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap a.resource_link {
  border-radius: var(--border-radius);
  transform: translateZ(0);
  overflow: hidden;
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap img {
  border-radius: var(--border-radius);
  transform: translateZ(0);
  aspect-ratio: 1/1;
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap .pictures ~ .pictures {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap .pictures.visible {
  opacity: 1 !important;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry {
  --icon-width: clamp(32px,4.8vw,48px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  cursor: pointer;
  background: none !important;
  overflow: visible;
}
@media print {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover {
  border-top: 1px solid #00C0E7;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover .accordeon_title_selector {
  color: #00C0E7;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover .accordeon_title_selector > a {
  color: #00C0E7;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover .accordeon_title_selector:after {
  color: #00C0E7;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry.visible_detail .accordeon_title_selector:after {
  content: "\f068" !important;
  color: #dbdbdf;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector {
  font: 300 clamp(25px, 3.2vw, 32px)/clamp(26px, 3.4vw, 34px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-15) 0;
  color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-15);
  margin: 0;
  padding-top: var(--size-20);
  padding-bottom: var(--size-20);
  width: 100%;
  transition: all 0.2s ease-out;
  color: #45484a;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector a {
  color: #222222;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector {
    font: 700 15px/22px "Inter";
  }
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: end;
  content: "+";
  font-size: calc(var(--icon-width) / 2);
  flex: 0 0 var(--icon-width);
  width: var(--icon-width);
  border-radius: 100%;
  color: #45484a;
  background: #f3f3f9;
  transition: all 0.2s ease-out;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector:focus-visible {
  outline: 2px dotted #00C0E7 !important;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_content {
  display: none;
  padding: 0;
  margin-top: 0;
  padding-bottom: var(--size-30);
  color: #45484a;
}
@media print {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
    display: none;
  }
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_content {
    display: block;
  }
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:not(:first-child) {
  margin-top: 0;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry > .cf,
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .portlet-listing-entry-inline > .cf {
  display: none;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .portlet-listing-entry-inline {
  flex-direction: column;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .listing_properties,
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .pictures {
  display: none;
}
#portlets_one_page .portlet.signal_color {
  background: #00C0E7;
  color: #ffffff;
  margin: 40px;
  width: calc(100% - 80px);
  border-radius: 6px;
}
#portlets_one_page .portlet.signal_color .portlet_content_subtitle {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  color: #000000 !important;
}
#portlets_one_page .portlet.signal_color .portlet_content_subtitle a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet.signal_color .portlet_content_subtitle {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet.signal_color .portlet_content_subtitle:before {
  display: none;
}
#portlets_one_page .portlet.signal_color .portlet-title,
#portlets_one_page .portlet.signal_color .portlet-title a,
#portlets_one_page .portlet.signal_color .portlet_content_introduction,
#portlets_one_page .portlet.signal_color .portlet_content_subtitle {
  color: #ffffff;
}
#portlets_one_page .portlet.signal_color .portlet-title {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media print {
  #portlets_one_page .portlet.signal_color .portlet-title {
    font: 400 14px/24px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet.signal_color .portlet_content_subtitle {
  margin: 0;
  padding: 0;
}
#portlets_one_page .portlet.signal_color .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #0096b4;
  background: #ffffff;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #portlets_one_page .portlet.signal_color .portlet_content_link {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet.signal_color .portlet_content_link:focus, #portlets_one_page .portlet.signal_color .portlet_content_link:hover {
  background: rgb(229.5, 229.5, 229.5);
}
@media print {
  #portlets_one_page .portlet.signal_color .portlet_content_link {
    display: none;
  }
}
#portlets_one_page .portlet.signal_color .portlet_content_link:not(:first-child) {
  margin-top: var(--size-20);
}
#portlets_one_page .portlet.signal_color .portlet_content_link:hover {
  color: #00C0E7;
  background: #ffffff;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet.signal_color .portlet_text_wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0;
  padding: 100px 80px;
  max-width: 100%;
}
#portlets_one_page .portlet.signal_color .portlet_text_wrap .portlet_content_description {
  text-align: right;
}
#portlets_one_page .portlet.signal_color .portlet_text_wrap > :nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
#portlets_one_page .portlet.signal_color .portlet_text_wrap > :nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
#portlets_one_page .portlet.signal_color .portlet_text_wrap > :nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
#portlets_one_page .portlet.map .portlet_inner {
  padding: var(--size-120) var(--size-40);
}
#portlets_one_page .portlet.map .portlet-content {
  max-width: var(--siteframe);
  margin: auto;
  background: #f3f3f9;
  border: 1px solid #f3f3f9;
  border-radius: var(--border-radius);
  transform: translateZ(0);
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
#portlets_one_page .portlet.map .portlet-content iframe {
  width: 100%;
}
#portlets_one_page .portlet.map .picture_content_wrap {
  max-width: 60%;
  flex: 0 0 650px;
  width: 650px;
  margin: 0;
}
#portlets_one_page .portlet.map .picture_content_wrap * {
  height: 100%;
  width: 100%;
}
#portlets_one_page .portlet.map .picture_content_wrap iframe {
  max-width: 100% !important;
  height: 100% !important;
}
#portlets_one_page .portlet.map .portlet_text_wrap {
  padding: 45px 40px 55px 60px;
  width: 100%;
  max-width: 340px;
  margin: 0;
}
#portlets_one_page .portlet.map .portlet_text_wrap h2.portlet-title {
  border-bottom: none;
  letter-spacing: 1.25px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_subtitle {
  font: 700 clamp(20px, 3.2vw, 32px)/clamp(26px, 4vw, 40px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-20) 0;
  color: #222222;
  letter-spacing: -1px;
  font-weight: 300;
  color: #00C0E7;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_subtitle a {
  color: #222222;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_subtitle {
    font: 700 18px/25px "Inter";
  }
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
}
@media print {
  #portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction p {
  display: none !important;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction ul {
  list-style: none;
  margin-left: 0;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction ul li {
  padding-left: 30px;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction ul li:nth-child(1)::before {
  content: "\f3c5";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction ul li:nth-child(2)::before {
  content: "\f1ad";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction ul li:nth-child(3)::before {
  content: "\f1fa";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction ul li:nth-child(4)::before {
  content: "\f095";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_introduction ul li:nth-child(5)::before {
  content: "\f4d7";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_description {
  display: flex;
  flex-direction: row;
}
#portlets_one_page .portlet.map .portlet_text_wrap .portlet_content_description .text_with_icons {
  padding: var(--size-45) var(--size-40) var(--size-55) var(--size-60);
}
#portlets_one_page .portlet.member .portlet-content {
  display: flex;
  flex-direction: column-reverse;
}
#portlets_one_page .portlet.member .portlet-content .portlet_text_wrap {
  margin: 0;
  padding: 0;
  flex-flow: unset;
}
#portlets_one_page .portlet.member .portlet_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 120px 40px;
}
#portlets_one_page .portlet.member .portlet_inner .resource_background {
  display: block;
  width: auto;
  height: 100%;
}
#portlets_one_page .portlet.member .pictures a.resource_link {
  display: block;
  width: auto;
  height: 100%;
}
#portlets_one_page .portlet.member .pictures .picture {
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  width: 25%;
  height: 130px;
  position: relative;
  margin-top: 0;
}
#portlets_one_page .portlet.member .pictures .picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#portlets_one_page .portlet.property_table {
  position: relative;
}
#portlets_one_page .portlet.property_table .portlet-content {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap;
  padding-top: var(--size-80);
  padding-bottom: var(--size-80);
}
#portlets_one_page .portlet.property_table .portlet-content > .portlet_content_subtitle,
#portlets_one_page .portlet.property_table .portlet-content > .portlet-title {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
}
#portlets_one_page .portlet.property_table .pictures {
  position: relative;
  position: sticky;
  top: var(--size-100);
  max-width: 470px;
  flex: 0 0 calc(45% - var(--size-50));
  pointer-events: none;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
#portlets_one_page .portlet.property_table .pictures .picture:not(:first-child) {
  position: absolute;
  top: 0;
  margin: 0;
}
#portlets_one_page .portlet.property_table .pictures .resource_background {
  border-radius: 0;
  box-shadow: none;
}
#portlets_one_page .portlet.property_table .pictures .picture {
  position: relative;
}
#portlets_one_page .portlet.property_table .pictures .picture.visible {
  z-index: 1;
}
#portlets_one_page .portlet.property_table .portlet_text_wrap {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
}
#portlets_one_page .portlet.property_table .table_wrap_container:not(:last-child) {
  margin-bottom: 0;
}
#portlets_one_page .portlet.property_table .hide_last_td th:last-child,
#portlets_one_page .portlet.property_table .hide_last_td td:last-child {
  display: none;
}
#portlets_one_page .portlet.property_table td {
  position: relative;
}
#portlets_one_page .portlet.property_table td .full_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#portlets_one_page .portlet.property_table .has_link td:nth-last-child(2) p {
  margin-bottom: 0;
  opacity: 1;
}
#portlets_one_page .portlet.property_table .has_link td:nth-last-child(2) a:not(.full_link) {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#portlets_one_page .portlet.property_table .has_link:hover td:nth-last-child(2) p {
  opacity: 0;
}
#portlets_one_page .portlet.property_table .has_link:hover td:nth-last-child(2) a:not(.full_link) {
  opacity: 1;
}
#portlets_one_page .portlet.portlet_listing {
  padding: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet_text_wrap {
  padding: var(--size-120) var(--size-40);
  align-items: center;
  text-align: center;
}
#portlets_one_page .portlet.portlet_listing .portlet-entry-tags {
  order: 10;
}
#portlets_one_page .portlet.portlet_listing .portlet_listing_text + .portlet-listing-entry-wrap {
  margin-top: var(--size-60);
}
#portlets_one_page .portlet.portlet_listing .portlet_listing_subtitle + .portlet-listing-entry-wrap,
#portlets_one_page .portlet.portlet_listing .portlet-title + .portlet-listing-entry-wrap,
#portlets_one_page .portlet.portlet_listing .portlet_listing_introduction + .portlet-listing-entry-wrap {
  margin-top: var(--size-10);
}
#portlets_one_page .portlet.portlet_listing .portlet_listing_link {
  align-self: center;
  margin-top: var(--size-60);
}
#portlets_one_page .portlet.portlet_listing.slider {
  overflow: hidden;
}
#portlets_one_page .portlet.portlet_listing.slider .portlet_text_wrap > *:not(.portlet-listing-entry-wrap) {
  margin-right: var(--size-140);
}
#portlets_one_page .portlet.portlet_listing.slider .portlet-listing-entry {
  margin: 0;
}
#portlets_one_page .portlet.portlet_listing.slider .slick-slider {
  position: relative;
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow {
  position: absolute;
  top: calc(-1 * clamp(45px, 7vw, 70px));
  bottom: auto;
  margin-top: 0;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: calc(var(--icon-width) / 2.7);
  color: #45484a;
  text-align: center;
  background: #f3f3f9;
  border-radius: 100%;
  text-shadow: none;
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow:before {
  font-weight: 400;
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow.slick-disabled {
  opacity: 1;
  color: rgba(69, 72, 74, 0.4);
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow:hover {
  background: #404d56;
  color: #222222;
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow:first-child {
  left: auto;
  right: calc(var(--icon-width) + 10px);
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow:nth-child(3) {
  right: 0;
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements.dont_crop_picture .portlet-listing-entry .pictures img {
  -o-object-fit: contain;
     object-fit: contain;
  height: var(--size-160);
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .slick-list {
  margin: 0 calc(-1 * var(--size-20));
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry {
  margin: 0 var(--size-20);
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry .portlet-listing-entry-inline {
  flex-flow: column;
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry .pictures {
  flex: 0 0 100%;
  max-width: 100%;
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: 0;
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry .pictures img {
  height: var(--size-250);
}
#portlets_one_page .portlet.portlet_listing.slider.one_element .slick-list {
  overflow: hidden;
}
#portlets_one_page .portlet.portlet_listing.slider.one_element .slick-track {
  align-items: flex-start;
}
#portlets_one_page .portlet.portlet_listing.slider.one_element .pictures {
  border-radius: var(--border-radius);
  transform: translateZ(0);
  overflow: hidden;
}
#portlets_one_page .portlet.portlet_listing.slider.one_element .portlet-listing-entry {
  background: none !important;
}
#portlets_one_page .portlet.portlet_listing.slider.one_element .portlet-listing-content-container {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline {
  display: flex;
  flex-direction: row-reverse;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container {
  width: 100%;
  background-color: #f3f3f9;
  position: relative;
  z-index: 1;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container::after {
  content: "";
  display: block;
  background-color: #f3f3f9;
  width: 120px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -120px;
  z-index: -1;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container p {
  font-size: 16px;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-pictures {
  height: 330px !important;
  max-width: 360px;
  position: relative;
  z-index: 2;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-pictures .resource {
  padding: 40px 0px;
  box-sizing: border-box;
  position: absolute;
  width: 360px;
  top: 0;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-pictures .resource .picture {
  -o-object-fit: contain;
     object-fit: contain;
}
#portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-pictures .resource .picture img {
  max-height: 250px;
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-pictures {
  height: unset !important;
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .resource_container img {
  min-height: 330px;
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-title:has(~ .portlet-entry-introduction) {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  line-height: 28px;
  border-bottom: none;
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-title:has(~ .portlet-entry-introduction) a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-title:has(~ .portlet-entry-introduction) {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-introduction {
  margin-bottom: 0;
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-introduction p {
  font: 300 clamp(26px, 4.8vw, 48px)/clamp(32px, 5.5vw, 55px) "Inter";
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 var(--size-35) 0;
  color: #00C0E7;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: clamp(26px, 4vw, 40px);
  text-transform: none;
  margin-bottom: 25px;
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-introduction p a {
  color: #00C0E7;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-introduction p {
    font: 700 17px/23px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container p a.button {
  background-color: #00C0E7;
  color: #ffffff;
  font-weight: 500;
  padding: 13px 27px;
}
#portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container p a.button:hover {
  background-color: #0096b4;
  color: #ffffff;
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group listing and portlet-listing standard */
#portlets_one_page #listing-7 .portlet-entry-title, #portlets_one_page #listing-7 .portlet-entry-title a,
#portlets_one_page #listing-7 h2, #portlets_one_page #listing-7 h2 a,
#mixItUp #listing-7 .portlet-entry-title,
#mixItUp #listing-7 .portlet-entry-title a,
#mixItUp #listing-7 h2,
#mixItUp #listing-7 h2 a {
  font: 700 clamp(20px, 3.2vw, 32px)/clamp(26px, 4vw, 40px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-20) 0;
  color: #222222;
  letter-spacing: -1px;
  margin-bottom: var(--size-20);
  border-bottom: none;
  padding: 0;
  font-weight: 300;
  color: #00C0E7;
  text-transform: none;
}
#portlets_one_page #listing-7 .portlet-entry-title a, #portlets_one_page #listing-7 .portlet-entry-title a a,
#portlets_one_page #listing-7 h2 a, #portlets_one_page #listing-7 h2 a a,
#mixItUp #listing-7 .portlet-entry-title a,
#mixItUp #listing-7 .portlet-entry-title a a,
#mixItUp #listing-7 h2 a,
#mixItUp #listing-7 h2 a a {
  color: #222222;
  text-decoration: none;
}
@media print {
  #portlets_one_page #listing-7 .portlet-entry-title, #portlets_one_page #listing-7 .portlet-entry-title a,
  #portlets_one_page #listing-7 h2, #portlets_one_page #listing-7 h2 a,
  #mixItUp #listing-7 .portlet-entry-title,
  #mixItUp #listing-7 .portlet-entry-title a,
  #mixItUp #listing-7 h2,
  #mixItUp #listing-7 h2 a {
    font: 700 18px/25px "Inter";
  }
}
#portlets_one_page #listing-7 .portlet-entry-title + .portlet-entry-link, #portlets_one_page #listing-7 .portlet-entry-title + .listing-more-button, #portlets_one_page #listing-7 .portlet-entry-title a + .portlet-entry-link, #portlets_one_page #listing-7 .portlet-entry-title a + .listing-more-button,
#portlets_one_page #listing-7 h2 + .portlet-entry-link,
#portlets_one_page #listing-7 h2 + .listing-more-button, #portlets_one_page #listing-7 h2 a + .portlet-entry-link, #portlets_one_page #listing-7 h2 a + .listing-more-button,
#mixItUp #listing-7 .portlet-entry-title + .portlet-entry-link,
#mixItUp #listing-7 .portlet-entry-title + .listing-more-button,
#mixItUp #listing-7 .portlet-entry-title a + .portlet-entry-link,
#mixItUp #listing-7 .portlet-entry-title a + .listing-more-button,
#mixItUp #listing-7 h2 + .portlet-entry-link,
#mixItUp #listing-7 h2 + .listing-more-button,
#mixItUp #listing-7 h2 a + .portlet-entry-link,
#mixItUp #listing-7 h2 a + .listing-more-button {
  margin-top: auto;
}
#portlets_one_page #listing-7 .portlet-entry-subtitle,
#portlets_one_page #listing-7 .subtitle,
#mixItUp #listing-7 .portlet-entry-subtitle,
#mixItUp #listing-7 .subtitle {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  font-weight: 500;
  margin-bottom: var(--size-40);
  color: #000000;
  border-bottom: none;
  padding: 0;
}
#portlets_one_page #listing-7 .portlet-entry-subtitle a,
#portlets_one_page #listing-7 .subtitle a,
#mixItUp #listing-7 .portlet-entry-subtitle a,
#mixItUp #listing-7 .subtitle a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page #listing-7 .portlet-entry-subtitle,
  #portlets_one_page #listing-7 .subtitle,
  #mixItUp #listing-7 .portlet-entry-subtitle,
  #mixItUp #listing-7 .subtitle {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page #listing-7 .portlet-entry-subtitle:empty,
#portlets_one_page #listing-7 .subtitle:empty,
#mixItUp #listing-7 .portlet-entry-subtitle:empty,
#mixItUp #listing-7 .subtitle:empty {
  display: none;
}
#portlets_one_page #listing-7 .pictures,
#mixItUp #listing-7 .pictures {
  flex: 0 0 360px;
  height: 260px;
  padding: 40px 0;
  box-sizing: border-box;
}
#portlets_one_page #listing-7 .pictures *,
#mixItUp #listing-7 .pictures * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#portlets_one_page #listing-7 .pictures .resource_subtitle,
#mixItUp #listing-7 .pictures .resource_subtitle {
  -o-object-fit: none;
     object-fit: none;
  bottom: 0;
  height: auto;
  box-shadow: none;
  color: #fff;
  padding: var(--size-25) var(--size-15) 5px;
  box-sizing: border-box;
  font-size: 12px;
  background: rgba(0, 0, 0, 0); /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); /* Standard syntax */
}
#portlets_one_page #listing-7 .listing-content-text h4,
#mixItUp #listing-7 .listing-content-text h4 {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #00C0E7;
}
@media print {
  #portlets_one_page #listing-7 .listing-content-text h4,
  #mixItUp #listing-7 .listing-content-text h4 {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page #listing-7 .listing-content-text ::after,
#mixItUp #listing-7 .listing-content-text ::after {
  background-color: #f3f3f9;
}
#portlets_one_page .portlet-listing-entry,
#portlets_one_page .listing_entry,
#mixItUp .portlet-listing-entry,
#mixItUp .listing_entry {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius);
  transform: translateZ(0);
}
#portlets_one_page .portlet-listing-entry:not(:first-child),
#portlets_one_page .listing_entry:not(:first-child),
#mixItUp .portlet-listing-entry:not(:first-child),
#mixItUp .listing_entry:not(:first-child) {
  margin-top: var(--size-40);
}
#portlets_one_page .portlet-listing-entry .listing-entry-inline,
#portlets_one_page .portlet-listing-entry .portlet-listing-entry-inline,
#portlets_one_page .listing_entry .listing-entry-inline,
#portlets_one_page .listing_entry .portlet-listing-entry-inline,
#mixItUp .portlet-listing-entry .listing-entry-inline,
#mixItUp .portlet-listing-entry .portlet-listing-entry-inline,
#mixItUp .listing_entry .listing-entry-inline,
#mixItUp .listing_entry .portlet-listing-entry-inline {
  display: flex;
  flex-direction: row-reverse;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container,
#portlets_one_page .portlet-listing-entry .content,
#portlets_one_page .listing_entry .portlet-listing-content-container,
#portlets_one_page .listing_entry .content,
#mixItUp .portlet-listing-entry .portlet-listing-content-container,
#mixItUp .portlet-listing-entry .content,
#mixItUp .listing_entry .portlet-listing-content-container,
#mixItUp .listing_entry .content {
  padding: var(--size-30) var(--size-40);
  text-align: left;
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: #f3f3f9;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container::after,
#portlets_one_page .portlet-listing-entry .content::after,
#portlets_one_page .listing_entry .portlet-listing-content-container::after,
#portlets_one_page .listing_entry .content::after,
#mixItUp .portlet-listing-entry .portlet-listing-content-container::after,
#mixItUp .portlet-listing-entry .content::after,
#mixItUp .listing_entry .portlet-listing-content-container::after,
#mixItUp .listing_entry .content::after {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  background-color: #f3f3f9;
  position: absolute;
  bottom: 0;
  right: 270px;
  z-index: -1;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
#portlets_one_page .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
#mixItUp .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls),
#mixItUp .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) {
  list-style: none;
  margin: 0 0 var(--paragraph-space);
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
#portlets_one_page .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
#mixItUp .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child,
#mixItUp .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child {
  margin-bottom: 0;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
#portlets_one_page .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
#mixItUp .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li,
#mixItUp .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li {
  position: relative;
  font-size: 16px;
  padding-left: 29px;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
#portlets_one_page .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
#mixItUp .portlet-listing-entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
#mixItUp .listing_entry .content .portlet-entry-content ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before {
  content: "\f00c";
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4em;
  line-height: 0.4em;
  font-weight: 400;
  text-transform: none;
  color: #00C0E7;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content,
#portlets_one_page .portlet-listing-entry .content .listing-content-text,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text,
#portlets_one_page .listing_entry .content .portlet-entry-content,
#portlets_one_page .listing_entry .content .listing-content-text,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
#mixItUp .portlet-listing-entry .content .portlet-entry-content,
#mixItUp .portlet-listing-entry .content .listing-content-text,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text,
#mixItUp .listing_entry .content .portlet-entry-content,
#mixItUp .listing_entry .content .listing-content-text {
  height: 100%;
  display: flex;
  flex-flow: column;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text > h4:last-child,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content > h4:last-child,
#portlets_one_page .portlet-listing-entry .content .listing-content-text > h4:last-child,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text > h4:last-child,
#portlets_one_page .listing_entry .content .portlet-entry-content > h4:last-child,
#portlets_one_page .listing_entry .content .listing-content-text > h4:last-child,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text > h4:last-child,
#mixItUp .portlet-listing-entry .content .portlet-entry-content > h4:last-child,
#mixItUp .portlet-listing-entry .content .listing-content-text > h4:last-child,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text > h4:last-child,
#mixItUp .listing_entry .content .portlet-entry-content > h4:last-child,
#mixItUp .listing_entry .content .listing-content-text > h4:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button.white,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button.white,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button.white,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button.white,
#portlets_one_page .listing_entry .content .listing-content-text a.button.white,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button.white,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button.white,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button.white,
#mixItUp .listing_entry .content .portlet-entry-content a.button.white,
#mixItUp .listing_entry .content .listing-content-text a.button.white {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #00C0E7;
  background: #ffffff;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button.white,
  #portlets_one_page .portlet-listing-entry .content .listing-content-text a.button.white,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button.white,
  #portlets_one_page .listing_entry .content .portlet-entry-content a.button.white,
  #portlets_one_page .listing_entry .content .listing-content-text a.button.white,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white,
  #mixItUp .portlet-listing-entry .content .portlet-entry-content a.button.white,
  #mixItUp .portlet-listing-entry .content .listing-content-text a.button.white,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button.white,
  #mixItUp .listing_entry .content .portlet-entry-content a.button.white,
  #mixItUp .listing_entry .content .listing-content-text a.button.white {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white:focus, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white:focus,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button.white:focus,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button.white:hover,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button.white:focus,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button.white:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white:focus,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button.white:focus,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button.white:focus,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button.white:hover,
#portlets_one_page .listing_entry .content .listing-content-text a.button.white:focus,
#portlets_one_page .listing_entry .content .listing-content-text a.button.white:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white:focus,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white:focus,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button.white:focus,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button.white:hover,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button.white:focus,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button.white:hover,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white:focus,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button.white:focus,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#mixItUp .listing_entry .content .portlet-entry-content a.button.white:focus,
#mixItUp .listing_entry .content .portlet-entry-content a.button.white:hover,
#mixItUp .listing_entry .content .listing-content-text a.button.white:focus,
#mixItUp .listing_entry .content .listing-content-text a.button.white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button.white,
  #portlets_one_page .portlet-listing-entry .content .listing-content-text a.button.white,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button.white,
  #portlets_one_page .listing_entry .content .portlet-entry-content a.button.white,
  #portlets_one_page .listing_entry .content .listing-content-text a.button.white,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white,
  #mixItUp .portlet-listing-entry .content .portlet-entry-content a.button.white,
  #mixItUp .portlet-listing-entry .content .listing-content-text a.button.white,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white,
  #mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button.white,
  #mixItUp .listing_entry .content .portlet-entry-content a.button.white,
  #mixItUp .listing_entry .content .listing-content-text a.button.white {
    display: none;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button.white:hover,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button.white:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button.white:hover,
#portlets_one_page .listing_entry .content .listing-content-text a.button.white:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button.white:hover,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button.white:hover,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button.white:hover,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button.white:hover,
#mixItUp .listing_entry .content .portlet-entry-content a.button.white:hover,
#mixItUp .listing_entry .content .listing-content-text a.button.white:hover {
  color: #ffffff;
  background-color: #00C0E7;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button,
#portlets_one_page .listing_entry .content .listing-content-text a.button,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button,
#mixItUp .listing_entry .content .portlet-entry-content a.button,
#mixItUp .listing_entry .content .listing-content-text a.button {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #ffffff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
  text-transform: uppercase;
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button,
  #portlets_one_page .portlet-listing-entry .content .listing-content-text a.button,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button,
  #portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button,
  #portlets_one_page .listing_entry .content .portlet-entry-content a.button,
  #portlets_one_page .listing_entry .content .listing-content-text a.button,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button,
  #mixItUp .portlet-listing-entry .content .portlet-entry-content a.button,
  #mixItUp .portlet-listing-entry .content .listing-content-text a.button,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button,
  #mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button,
  #mixItUp .listing_entry .content .portlet-entry-content a.button,
  #mixItUp .listing_entry .content .listing-content-text a.button {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button:focus, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button:focus,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button:hover,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button:focus,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button:hover,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button:focus,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button:focus,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button:focus,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button:hover,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button:focus,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button:hover,
#portlets_one_page .listing_entry .content .listing-content-text a.button:focus,
#portlets_one_page .listing_entry .content .listing-content-text a.button:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button:focus,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button:focus,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button:hover,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button:focus,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button:hover,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button:focus,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button:hover,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button:focus,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button:focus,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button:hover,
#mixItUp .listing_entry .content .portlet-entry-content a.button:focus,
#mixItUp .listing_entry .content .portlet-entry-content a.button:hover,
#mixItUp .listing_entry .content .listing-content-text a.button:focus,
#mixItUp .listing_entry .content .listing-content-text a.button:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button,
  #portlets_one_page .portlet-listing-entry .content .listing-content-text a.button,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button,
  #portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button,
  #portlets_one_page .listing_entry .content .portlet-entry-content a.button,
  #portlets_one_page .listing_entry .content .listing-content-text a.button,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button,
  #mixItUp .portlet-listing-entry .content .portlet-entry-content a.button,
  #mixItUp .portlet-listing-entry .content .listing-content-text a.button,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button,
  #mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button,
  #mixItUp .listing_entry .content .portlet-entry-content a.button,
  #mixItUp .listing_entry .content .listing-content-text a.button {
    display: none;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button:hover,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-content a.button:hover,
#portlets_one_page .portlet-listing-entry .content .listing-content-text a.button:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text a.button:hover,
#portlets_one_page .listing_entry .content .portlet-entry-content a.button:hover,
#portlets_one_page .listing_entry .content .listing-content-text a.button:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text a.button:hover,
#mixItUp .portlet-listing-entry .content .portlet-entry-content a.button:hover,
#mixItUp .portlet-listing-entry .content .listing-content-text a.button:hover,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-content a.button:hover,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text a.button:hover,
#mixItUp .listing_entry .content .portlet-entry-content a.button:hover,
#mixItUp .listing_entry .content .listing-content-text a.button:hover {
  background-color: #00C0E7;
  color: #ffffff;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 a,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title a,
#portlets_one_page .portlet-listing-entry .content h2,
#portlets_one_page .portlet-listing-entry .content h2 a,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title a,
#portlets_one_page .listing_entry .portlet-listing-content-container h2,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 a,
#portlets_one_page .listing_entry .content .portlet-entry-title,
#portlets_one_page .listing_entry .content .portlet-entry-title a,
#portlets_one_page .listing_entry .content h2,
#portlets_one_page .listing_entry .content h2 a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 a,
#mixItUp .portlet-listing-entry .content .portlet-entry-title,
#mixItUp .portlet-listing-entry .content .portlet-entry-title a,
#mixItUp .portlet-listing-entry .content h2,
#mixItUp .portlet-listing-entry .content h2 a,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title a,
#mixItUp .listing_entry .portlet-listing-content-container h2,
#mixItUp .listing_entry .portlet-listing-content-container h2 a,
#mixItUp .listing_entry .content .portlet-entry-title,
#mixItUp .listing_entry .content .portlet-entry-title a,
#mixItUp .listing_entry .content h2,
#mixItUp .listing_entry .content h2 a {
  font: 500 clamp(14px, 1.6vw, 16px)/clamp(20px, 2.2vw, 22px) "Inter";
  letter-spacing: clamp(0.8px, 1vw, 1.25px);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 var(--size-25) 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 var(--size-10) 0;
  border-bottom: 3px dotted #00C0E7;
  margin-bottom: var(--size-20);
  border-bottom: none;
  padding: 0;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a a,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 a, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 a a,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title a,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title a a,
#portlets_one_page .portlet-listing-entry .content h2 a,
#portlets_one_page .portlet-listing-entry .content h2 a a,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title a,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title a a,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 a,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 a a,
#portlets_one_page .listing_entry .content .portlet-entry-title a,
#portlets_one_page .listing_entry .content .portlet-entry-title a a,
#portlets_one_page .listing_entry .content h2 a,
#portlets_one_page .listing_entry .content h2 a a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 a a,
#mixItUp .portlet-listing-entry .content .portlet-entry-title a,
#mixItUp .portlet-listing-entry .content .portlet-entry-title a a,
#mixItUp .portlet-listing-entry .content h2 a,
#mixItUp .portlet-listing-entry .content h2 a a,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title a,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title a a,
#mixItUp .listing_entry .portlet-listing-content-container h2 a,
#mixItUp .listing_entry .portlet-listing-content-container h2 a a,
#mixItUp .listing_entry .content .portlet-entry-title a,
#mixItUp .listing_entry .content .portlet-entry-title a a,
#mixItUp .listing_entry .content h2 a,
#mixItUp .listing_entry .content h2 a a {
  color: rgb(0, 107.2207792208, 129);
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 a,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-title,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-title a,
  #portlets_one_page .portlet-listing-entry .content h2,
  #portlets_one_page .portlet-listing-entry .content h2 a,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title a,
  #portlets_one_page .listing_entry .portlet-listing-content-container h2,
  #portlets_one_page .listing_entry .portlet-listing-content-container h2 a,
  #portlets_one_page .listing_entry .content .portlet-entry-title,
  #portlets_one_page .listing_entry .content .portlet-entry-title a,
  #portlets_one_page .listing_entry .content h2,
  #portlets_one_page .listing_entry .content h2 a,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container h2,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container h2 a,
  #mixItUp .portlet-listing-entry .content .portlet-entry-title,
  #mixItUp .portlet-listing-entry .content .portlet-entry-title a,
  #mixItUp .portlet-listing-entry .content h2,
  #mixItUp .portlet-listing-entry .content h2 a,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title a,
  #mixItUp .listing_entry .portlet-listing-content-container h2,
  #mixItUp .listing_entry .portlet-listing-content-container h2 a,
  #mixItUp .listing_entry .content .portlet-entry-title,
  #mixItUp .listing_entry .content .portlet-entry-title a,
  #mixItUp .listing_entry .content h2,
  #mixItUp .listing_entry .content h2 a {
    font: 400 12px/23px "Inter";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-link, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title + .listing-more-button, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a + .portlet-entry-link, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a + .listing-more-button,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 + .listing-more-button, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 a + .portlet-entry-link, #portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 a + .listing-more-button,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title + .listing-more-button,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title a + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title a + .listing-more-button,
#portlets_one_page .portlet-listing-entry .content h2 + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .content h2 + .listing-more-button,
#portlets_one_page .portlet-listing-entry .content h2 a + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .content h2 a + .listing-more-button,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-link,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title + .listing-more-button,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title a + .portlet-entry-link,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title a + .listing-more-button,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 + .portlet-entry-link,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 + .listing-more-button,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 a + .portlet-entry-link,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 a + .listing-more-button,
#portlets_one_page .listing_entry .content .portlet-entry-title + .portlet-entry-link,
#portlets_one_page .listing_entry .content .portlet-entry-title + .listing-more-button,
#portlets_one_page .listing_entry .content .portlet-entry-title a + .portlet-entry-link,
#portlets_one_page .listing_entry .content .portlet-entry-title a + .listing-more-button,
#portlets_one_page .listing_entry .content h2 + .portlet-entry-link,
#portlets_one_page .listing_entry .content h2 + .listing-more-button,
#portlets_one_page .listing_entry .content h2 a + .portlet-entry-link,
#portlets_one_page .listing_entry .content h2 a + .listing-more-button,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-link,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title + .listing-more-button,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a + .portlet-entry-link,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title a + .listing-more-button,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 + .portlet-entry-link,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 + .listing-more-button,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 a + .portlet-entry-link,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 a + .listing-more-button,
#mixItUp .portlet-listing-entry .content .portlet-entry-title + .portlet-entry-link,
#mixItUp .portlet-listing-entry .content .portlet-entry-title + .listing-more-button,
#mixItUp .portlet-listing-entry .content .portlet-entry-title a + .portlet-entry-link,
#mixItUp .portlet-listing-entry .content .portlet-entry-title a + .listing-more-button,
#mixItUp .portlet-listing-entry .content h2 + .portlet-entry-link,
#mixItUp .portlet-listing-entry .content h2 + .listing-more-button,
#mixItUp .portlet-listing-entry .content h2 a + .portlet-entry-link,
#mixItUp .portlet-listing-entry .content h2 a + .listing-more-button,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-link,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title + .listing-more-button,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title a + .portlet-entry-link,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title a + .listing-more-button,
#mixItUp .listing_entry .portlet-listing-content-container h2 + .portlet-entry-link,
#mixItUp .listing_entry .portlet-listing-content-container h2 + .listing-more-button,
#mixItUp .listing_entry .portlet-listing-content-container h2 a + .portlet-entry-link,
#mixItUp .listing_entry .portlet-listing-content-container h2 a + .listing-more-button,
#mixItUp .listing_entry .content .portlet-entry-title + .portlet-entry-link,
#mixItUp .listing_entry .content .portlet-entry-title + .listing-more-button,
#mixItUp .listing_entry .content .portlet-entry-title a + .portlet-entry-link,
#mixItUp .listing_entry .content .portlet-entry-title a + .listing-more-button,
#mixItUp .listing_entry .content h2 + .portlet-entry-link,
#mixItUp .listing_entry .content h2 + .listing-more-button,
#mixItUp .listing_entry .content h2 a + .portlet-entry-link,
#mixItUp .listing_entry .content h2 a + .listing-more-button {
  margin-top: auto;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .subtitle,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-subtitle,
#portlets_one_page .portlet-listing-entry .content .subtitle,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
#portlets_one_page .listing_entry .portlet-listing-content-container .subtitle,
#portlets_one_page .listing_entry .content .portlet-entry-subtitle,
#portlets_one_page .listing_entry .content .subtitle,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .subtitle,
#mixItUp .portlet-listing-entry .content .portlet-entry-subtitle,
#mixItUp .portlet-listing-entry .content .subtitle,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
#mixItUp .listing_entry .portlet-listing-content-container .subtitle,
#mixItUp .listing_entry .content .portlet-entry-subtitle,
#mixItUp .listing_entry .content .subtitle {
  font: 700 clamp(20px, 3.2vw, 32px)/clamp(26px, 4vw, 40px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-20) 0;
  color: #222222;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: var(--size-25);
  color: #00C0E7;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle a,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .subtitle a,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-subtitle a,
#portlets_one_page .portlet-listing-entry .content .subtitle a,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-subtitle a,
#portlets_one_page .listing_entry .portlet-listing-content-container .subtitle a,
#portlets_one_page .listing_entry .content .portlet-entry-subtitle a,
#portlets_one_page .listing_entry .content .subtitle a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle a,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .subtitle a,
#mixItUp .portlet-listing-entry .content .portlet-entry-subtitle a,
#mixItUp .portlet-listing-entry .content .subtitle a,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-subtitle a,
#mixItUp .listing_entry .portlet-listing-content-container .subtitle a,
#mixItUp .listing_entry .content .portlet-entry-subtitle a,
#mixItUp .listing_entry .content .subtitle a {
  color: #222222;
  text-decoration: none;
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .subtitle,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-subtitle,
  #portlets_one_page .portlet-listing-entry .content .subtitle,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #portlets_one_page .listing_entry .portlet-listing-content-container .subtitle,
  #portlets_one_page .listing_entry .content .portlet-entry-subtitle,
  #portlets_one_page .listing_entry .content .subtitle,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .subtitle,
  #mixItUp .portlet-listing-entry .content .portlet-entry-subtitle,
  #mixItUp .portlet-listing-entry .content .subtitle,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #mixItUp .listing_entry .portlet-listing-content-container .subtitle,
  #mixItUp .listing_entry .content .portlet-entry-subtitle,
  #mixItUp .listing_entry .content .subtitle {
    font: 700 18px/25px "Inter";
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle:empty,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .subtitle:empty,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-subtitle:empty,
#portlets_one_page .portlet-listing-entry .content .subtitle:empty,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-subtitle:empty,
#portlets_one_page .listing_entry .portlet-listing-content-container .subtitle:empty,
#portlets_one_page .listing_entry .content .portlet-entry-subtitle:empty,
#portlets_one_page .listing_entry .content .subtitle:empty,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle:empty,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .subtitle:empty,
#mixItUp .portlet-listing-entry .content .portlet-entry-subtitle:empty,
#mixItUp .portlet-listing-entry .content .subtitle:empty,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-subtitle:empty,
#mixItUp .listing_entry .portlet-listing-content-container .subtitle:empty,
#mixItUp .listing_entry .content .portlet-entry-subtitle:empty,
#mixItUp .listing_entry .content .subtitle:empty {
  display: none;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container h2 + .subtitle,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-subtitle,
#portlets_one_page .portlet-listing-entry .content h2 + .subtitle,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-title + .portlet-entry-subtitle,
#portlets_one_page .listing_entry .portlet-listing-content-container h2 + .subtitle,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-subtitle,
#portlets_one_page .listing_entry .content h2 + .subtitle,
#portlets_one_page .listing_entry .content .portlet-entry-title + .portlet-entry-subtitle,
#mixItUp .portlet-listing-entry .portlet-listing-content-container h2 + .subtitle,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-subtitle,
#mixItUp .portlet-listing-entry .content h2 + .subtitle,
#mixItUp .portlet-listing-entry .content .portlet-entry-title + .portlet-entry-subtitle,
#mixItUp .listing_entry .portlet-listing-content-container h2 + .subtitle,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-title + .portlet-entry-subtitle,
#mixItUp .listing_entry .content h2 + .subtitle,
#mixItUp .listing_entry .content .portlet-entry-title + .portlet-entry-subtitle {
  margin-top: calc(0 * var(--size-15));
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text h4,
#portlets_one_page .portlet-listing-entry .content .listing-content-text h4,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text h4,
#portlets_one_page .listing_entry .content .listing-content-text h4,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text h4,
#mixItUp .portlet-listing-entry .content .listing-content-text h4,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text h4,
#mixItUp .listing_entry .content .listing-content-text h4 {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #00C0E7;
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text h4,
  #portlets_one_page .portlet-listing-entry .content .listing-content-text h4,
  #portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text h4,
  #portlets_one_page .listing_entry .content .listing-content-text h4,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text h4,
  #mixItUp .portlet-listing-entry .content .listing-content-text h4,
  #mixItUp .listing_entry .portlet-listing-content-container .listing-content-text h4,
  #mixItUp .listing_entry .content .listing-content-text h4 {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-content-text ::after,
#portlets_one_page .portlet-listing-entry .content .listing-content-text ::after,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-content-text ::after,
#portlets_one_page .listing_entry .content .listing-content-text ::after,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-content-text ::after,
#mixItUp .portlet-listing-entry .content .listing-content-text ::after,
#mixItUp .listing_entry .portlet-listing-content-container .listing-content-text ::after,
#mixItUp .listing_entry .content .listing-content-text ::after {
  background-color: #ffffff;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-introduction,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
#portlets_one_page .listing_entry .content .portlet-entry-introduction,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
#mixItUp .portlet-listing-entry .content .portlet-entry-introduction,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
#mixItUp .listing_entry .content .portlet-entry-introduction {
  margin-bottom: var(--size-40);
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1.25px;
  font-weight: 500;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-date,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-date,
#portlets_one_page .portlet-listing-entry .content .listing-date,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-date,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-date,
#portlets_one_page .listing_entry .content .portlet-entry-date,
#portlets_one_page .listing_entry .content .listing-date,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-date,
#mixItUp .portlet-listing-entry .content .portlet-entry-date,
#mixItUp .portlet-listing-entry .content .listing-date,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-date,
#mixItUp .listing_entry .portlet-listing-content-container .listing-date,
#mixItUp .listing_entry .content .portlet-entry-date,
#mixItUp .listing_entry .content .listing-date {
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 700;
  margin-bottom: var(--size-25);
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-date,
  #portlets_one_page .portlet-listing-entry .content .listing-date,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .listing_entry .portlet-listing-content-container .listing-date,
  #portlets_one_page .listing_entry .content .portlet-entry-date,
  #portlets_one_page .listing_entry .content .listing-date,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #mixItUp .portlet-listing-entry .content .portlet-entry-date,
  #mixItUp .portlet-listing-entry .content .listing-date,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .listing_entry .portlet-listing-content-container .listing-date,
  #mixItUp .listing_entry .content .portlet-entry-date,
  #mixItUp .listing_entry .content .listing-date {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date:before,
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-date:before,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-date:before,
#portlets_one_page .portlet-listing-entry .content .listing-date:before,
#portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-date:before,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing-date:before,
#portlets_one_page .listing_entry .content .portlet-entry-date:before,
#portlets_one_page .listing_entry .content .listing-date:before,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date:before,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-date:before,
#mixItUp .portlet-listing-entry .content .portlet-entry-date:before,
#mixItUp .portlet-listing-entry .content .listing-date:before,
#mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-date:before,
#mixItUp .listing_entry .portlet-listing-content-container .listing-date:before,
#mixItUp .listing_entry .content .portlet-entry-date:before,
#mixItUp .listing_entry .content .listing-date:before {
  width: 35px;
  height: 2px;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .documents,
#portlets_one_page .portlet-listing-entry .content .documents,
#portlets_one_page .listing_entry .portlet-listing-content-container .documents,
#portlets_one_page .listing_entry .content .documents,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .documents,
#mixItUp .portlet-listing-entry .content .documents,
#mixItUp .listing_entry .portlet-listing-content-container .documents,
#mixItUp .listing_entry .content .documents {
  margin-bottom: 0;
  padding-top: var(--size-15);
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container p,
#portlets_one_page .portlet-listing-entry .content p,
#portlets_one_page .listing_entry .portlet-listing-content-container p,
#portlets_one_page .listing_entry .content p,
#mixItUp .portlet-listing-entry .portlet-listing-content-container p,
#mixItUp .portlet-listing-entry .content p,
#mixItUp .listing_entry .portlet-listing-content-container p,
#mixItUp .listing_entry .content p {
  margin-bottom: var(--size-15);
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container p:last-child,
#portlets_one_page .portlet-listing-entry .content p:last-child,
#portlets_one_page .listing_entry .portlet-listing-content-container p:last-child,
#portlets_one_page .listing_entry .content p:last-child,
#mixItUp .portlet-listing-entry .portlet-listing-content-container p:last-child,
#mixItUp .portlet-listing-entry .content p:last-child,
#mixItUp .listing_entry .portlet-listing-content-container p:last-child,
#mixItUp .listing_entry .content p:last-child {
  margin-bottom: 0;
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing_properties,
#portlets_one_page .portlet-listing-entry .content .listing_properties,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing_properties,
#portlets_one_page .listing_entry .content .listing_properties,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing_properties,
#mixItUp .portlet-listing-entry .content .listing_properties,
#mixItUp .listing_entry .portlet-listing-content-container .listing_properties,
#mixItUp .listing_entry .content .listing_properties {
  margin-top: var(--size-20);
}
#portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing_properties .parent_property_title,
#portlets_one_page .portlet-listing-entry .content .listing_properties .parent_property_title,
#portlets_one_page .listing_entry .portlet-listing-content-container .listing_properties .parent_property_title,
#portlets_one_page .listing_entry .content .listing_properties .parent_property_title,
#mixItUp .portlet-listing-entry .portlet-listing-content-container .listing_properties .parent_property_title,
#mixItUp .portlet-listing-entry .content .listing_properties .parent_property_title,
#mixItUp .listing_entry .portlet-listing-content-container .listing_properties .parent_property_title,
#mixItUp .listing_entry .content .listing_properties .parent_property_title {
  font-weight: 700;
}
#portlets_one_page .portlet-listing-entry .pictures,
#portlets_one_page .listing_entry .pictures,
#mixItUp .portlet-listing-entry .pictures,
#mixItUp .listing_entry .pictures {
  flex: 1 0 360px;
  min-height: 330px;
  padding: 40px 0 40px 15px;
}
#portlets_one_page .portlet-listing-entry .pictures *,
#portlets_one_page .listing_entry .pictures *,
#mixItUp .portlet-listing-entry .pictures *,
#mixItUp .listing_entry .pictures * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#portlets_one_page .portlet-listing-entry .pictures .resource_subtitle,
#portlets_one_page .listing_entry .pictures .resource_subtitle,
#mixItUp .portlet-listing-entry .pictures .resource_subtitle,
#mixItUp .listing_entry .pictures .resource_subtitle {
  -o-object-fit: none;
     object-fit: none;
  bottom: 0;
  height: auto;
  box-shadow: none;
  color: #fff;
  padding: var(--size-25) var(--size-15) 5px;
  box-sizing: border-box;
  font-size: 12px;
  background: rgba(0, 0, 0, 0); /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); /* Standard syntax */
}
#portlets_one_page .portlet-listing-entry .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .listing-more-button,
#portlets_one_page .listing_entry .portlet-entry-link,
#portlets_one_page .listing_entry .listing-more-button,
#mixItUp .portlet-listing-entry .portlet-entry-link,
#mixItUp .portlet-listing-entry .listing-more-button,
#mixItUp .listing_entry .portlet-entry-link,
#mixItUp .listing_entry .listing-more-button {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  padding: clamp(9px, 1.4vw, 14px) clamp(12px, 2.5vw, 25px);
  margin-top: var(--size-25);
  align-self: flex-start;
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-entry-link,
  #portlets_one_page .portlet-listing-entry .listing-more-button,
  #portlets_one_page .listing_entry .portlet-entry-link,
  #portlets_one_page .listing_entry .listing-more-button,
  #mixItUp .portlet-listing-entry .portlet-entry-link,
  #mixItUp .portlet-listing-entry .listing-more-button,
  #mixItUp .listing_entry .portlet-entry-link,
  #mixItUp .listing_entry .listing-more-button {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
#portlets_one_page .portlet-listing-entry .portlet-entry-link:focus, #portlets_one_page .portlet-listing-entry .portlet-entry-link:hover,
#portlets_one_page .portlet-listing-entry .listing-more-button:focus,
#portlets_one_page .portlet-listing-entry .listing-more-button:hover,
#portlets_one_page .listing_entry .portlet-entry-link:focus,
#portlets_one_page .listing_entry .portlet-entry-link:hover,
#portlets_one_page .listing_entry .listing-more-button:focus,
#portlets_one_page .listing_entry .listing-more-button:hover,
#mixItUp .portlet-listing-entry .portlet-entry-link:focus,
#mixItUp .portlet-listing-entry .portlet-entry-link:hover,
#mixItUp .portlet-listing-entry .listing-more-button:focus,
#mixItUp .portlet-listing-entry .listing-more-button:hover,
#mixItUp .listing_entry .portlet-entry-link:focus,
#mixItUp .listing_entry .portlet-entry-link:hover,
#mixItUp .listing_entry .listing-more-button:focus,
#mixItUp .listing_entry .listing-more-button:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  #portlets_one_page .portlet-listing-entry .portlet-entry-link,
  #portlets_one_page .portlet-listing-entry .listing-more-button,
  #portlets_one_page .listing_entry .portlet-entry-link,
  #portlets_one_page .listing_entry .listing-more-button,
  #mixItUp .portlet-listing-entry .portlet-entry-link,
  #mixItUp .portlet-listing-entry .listing-more-button,
  #mixItUp .listing_entry .portlet-entry-link,
  #mixItUp .listing_entry .listing-more-button {
    display: none;
  }
}
#portlets_one_page .listing_entry_hidden,
#mixItUp .listing_entry_hidden {
  display: none;
}

.listing_tags {
  padding: 3px var(--size-15);
  background: #8d8dc6;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  margin: var(--size-20) var(--size-10) 0 0;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.listing_tags.tag_1 {
  background: #EDA804;
}
.listing_tags.tag_2 {
  background: #529C3D;
}

.dont_crop_picture.portlet_listing .portlet-listing-entry .pictures,
.dont_crop_picture.portlet_listing .listing_entry .pictures,
.dont_crop_picture #mixItUp .portlet-listing-entry .pictures,
.dont_crop_picture #mixItUp .listing_entry .pictures,
.css_bild_nicht_zuschneiden.portlet_listing .portlet-listing-entry .pictures,
.css_bild_nicht_zuschneiden.portlet_listing .listing_entry .pictures,
.css_bild_nicht_zuschneiden #mixItUp .portlet-listing-entry .pictures,
.css_bild_nicht_zuschneiden #mixItUp .listing_entry .pictures {
  border: 2px solid #f3f3f9;
  padding: var(--size-20);
  background: #ffffff;
  border-radius: var(--border-radius);
  transform: translateZ(0);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dont_crop_picture.portlet_listing .portlet-listing-entry .pictures span,
.dont_crop_picture.portlet_listing .listing_entry .pictures span,
.dont_crop_picture #mixItUp .portlet-listing-entry .pictures span,
.dont_crop_picture #mixItUp .listing_entry .pictures span,
.css_bild_nicht_zuschneiden.portlet_listing .portlet-listing-entry .pictures span,
.css_bild_nicht_zuschneiden.portlet_listing .listing_entry .pictures span,
.css_bild_nicht_zuschneiden #mixItUp .portlet-listing-entry .pictures span,
.css_bild_nicht_zuschneiden #mixItUp .listing_entry .pictures span {
  box-shadow: none;
}
.dont_crop_picture.portlet_listing .portlet-listing-entry .pictures img,
.dont_crop_picture.portlet_listing .listing_entry .pictures img,
.dont_crop_picture #mixItUp .portlet-listing-entry .pictures img,
.dont_crop_picture #mixItUp .listing_entry .pictures img,
.css_bild_nicht_zuschneiden.portlet_listing .portlet-listing-entry .pictures img,
.css_bild_nicht_zuschneiden.portlet_listing .listing_entry .pictures img,
.css_bild_nicht_zuschneiden #mixItUp .portlet-listing-entry .pictures img,
.css_bild_nicht_zuschneiden #mixItUp .listing_entry .pictures img {
  -o-object-fit: contain;
     object-fit: contain;
}

#mixItUp:not(:first-child) {
  margin-top: var(--size-60);
}
#mixItUp #listing_entry_content p:nth-last-child(2) {
  margin-bottom: 0;
}

/* @end */
/* @group filter */
.listing_property_filter {
  text-align: left;
}
.listing_property_filter form {
  margin-top: 40px;
  overflow: auto;
}
.listing_property_filter form p.p_select2 {
  width: calc(33.3% - 26.6666666667px);
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
.listing_property_filter form p.p_select2:nth-child(3n) {
  margin-right: 0px;
}
.listing_property_filter form p.p_select2 label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.listing_property_filter form p.p_select2:nth-child(3n) {
  margin-right: 0;
}
.listing_property_filter form p.p_select2 span.select2-container {
  width: 100% !important;
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
}
@media print {
  .listing_property_filter form p.p_select2 span.select2-container {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple {
  font-size: 15px;
  line-height: 0px;
  color: black;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 10px 10px;
  height: 52px;
  border-radius: 0px;
  overflow: auto;
  overflow-x: hidden;
  cursor: pointer;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 49px;
  height: 50px;
  background: #f3f3f9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid white;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple:after {
  content: "\f107";
  position: absolute;
  top: 0px;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: #000000;
  line-height: #000000;
  font-weight: 400;
  text-transform: none;
  color: 24px;
  right: 0px;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 52px;
  transition: all 0.2s ease-out;
  font-weight: 300;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 48px;
  width: 100%;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 13px;
  background: white;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  padding: 8px 12px;
  line-height: 12px;
  margin-top: 0px;
  position: relative;
  max-width: calc(100% - 40px);
  overflow: hidden;
  padding-right: 30px;
  border-radius: 3px;
  position: relative;
  color: rgb(127.5, 127.5, 127.5);
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: black;
  position: absolute;
  right: -2px;
  top: 0px;
  background: white;
  height: 100%;
  width: 8px;
  padding: 0px 11px;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
  content: "\f00d";
  position: absolute;
  top: 0px;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: #000000;
  line-height: #000000;
  font-weight: 400;
  text-transform: none;
  color: 15px;
  background: white;
  font-weight: 300;
  padding-top: 9px;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
  padding: 5px 3px;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
  margin: 0;
  cursor: pointer;
  line-height: 15px;
  font-family: "Inter";
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--focus .select2-selection--multiple {
  cursor: pointer !important;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--focus .select2-selection--multiple .select2-search input {
  cursor: text !important;
}
.listing_property_filter form p.p_select2 span.select2-container.select2-container--open .select2-selection--multiple:after {
  transform: rotate(-180deg);
}
.listing_property_filter form .listing_search_wrap {
  width: calc(66.6% - 13.3333333333px);
  float: left;
  position: relative;
}
.listing_property_filter form .listing_search_wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: unset;
  width: 49px;
  height: 49px;
  display: block;
  background: rgba(0, 0, 0, 0.15);
  right: 0px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.listing_property_filter form .listing_search_wrap input {
  color: black;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 11.5px 13px;
  box-sizing: border-box;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-size: 15px;
  line-height: 27px;
}
@media print {
  .listing_property_filter form .listing_search_wrap input {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.listing_property_filter form .listing_search_wrap .listing_search_buttons {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 52px;
  height: 52px;
  text-align: center;
  transition: all 0.2s ease-out;
  background: #00C0E7;
}
.listing_property_filter form .listing_search_wrap .listing_search_buttons .input_button_wrapper {
  padding: 0;
}
.listing_property_filter form .listing_search_wrap .listing_search_buttons .input_button_wrapper > div {
  display: none;
}
.listing_property_filter form .listing_search_wrap .listing_search_buttons:before {
  line-height: 50px;
  transition: all 0.2s ease-out;
  content: "\f002";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: white;
  line-height: white;
  font-weight: 400;
  text-transform: none;
  color: 18px;
  font-weight: 700;
  position: relative;
  color: white;
}
.listing_property_filter form .listing_search_wrap .listing_search_buttons input {
  top: 0;
  position: absolute;
  right: 0px;
  text-indent: -1000px;
  padding: 13px 13px;
  background: none;
  border: 0px;
  cursor: pointer;
}
.listing_property_filter form .listing_search_wrap .listing_search_buttons:hover:before {
  transform: scale(0.8);
}
.listing_property_filter form .listing_reset_filter {
  clear: both;
  position: relative;
  display: block;
  text-align: right;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
.listing_property_filter form .listing_reset_filter:before {
  content: "\f2ed";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: #00C0E7;
  line-height: #00C0E7;
  font-weight: 400;
  text-transform: none;
  color: 18px;
  position: relative;
  float: left;
  margin-right: 14px;
  transition: all 0.2s ease-out;
}
.listing_property_filter form .listing_reset_filter:hover:before {
  color: #000000;
}

/* @end */
/* @group tags */
ul.tags {
  display: block;
  margin-top: var(--size-25);
}
ul.tags li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #45484a;
  background: #f3f3f9;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-right: var(--size-15);
  margin-top: var(--size-15);
}
@media print {
  ul.tags li {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
ul.tags li:focus, ul.tags li:hover {
  background: #d1d1e8;
}
@media print {
  ul.tags li {
    display: none;
  }
}
ul.tags li button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
}
ul.tags li:hover, ul.tags li:focus {
  color: #45484a;
  background: #404d56;
}
ul.tags li.active {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-right: var(--size-15);
}
@media print {
  ul.tags li.active {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
ul.tags li.active:focus, ul.tags li.active:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  ul.tags li.active {
    display: none;
  }
}

/* @end */
/* @group mailform */
.mod_mailform {
  overflow-x: hidden;
}
.mod_mailform .mailform_element.heading2_field:not(:first-child) {
  margin-top: var(--size-50);
}
.mod_mailform .introduction + form,
.mod_mailform #mailform_content + form {
  margin-top: var(--size-70);
}

#mailform_elements {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: calc(-1 * var(--size-30));
}

.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_submit_button,
.mailform_element {
  text-align: left;
}

label {
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
}
@media print {
  label {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}

.mailform_element:not(.checkbox_field):not(.radio_field) label,
#mailform_submit_button label,
.login_form p:not(.p_remember_me_checkbox) label {
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  text-transform: uppercase;
  letter-spacing: clamp(1.8px, 2vw, 2px);
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
@media print {
  .mailform_element:not(.checkbox_field):not(.radio_field) label,
  #mailform_submit_button label,
  .login_form p:not(.p_remember_me_checkbox) label {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}

#mailform_submit_button label {
  display: none;
}

.mailform_element.file_field input + label,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 100%;
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #45484a;
  padding: clamp(7px, 1.1vw, 11px) var(--size-15);
  outline: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  transition: all 0.3s ease-out;
}
@media print {
  .mailform_element.file_field input + label,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}
.mailform_element.file_field input + label:hover, .mailform_element.file_field input + label:focus,
.add_portlet select:hover,
.add_portlet select:focus,
.mailform_element input:hover,
.mailform_element input:focus,
.mailform_element textarea:hover,
.mailform_element textarea:focus,
.login_form input:hover,
.login_form input:focus {
  border-color: #45484a;
  color: #45484a;
}
.mailform_element.file_field input + label:hover[type=submit], .mailform_element.file_field input + label:focus[type=submit],
.add_portlet select:hover[type=submit],
.add_portlet select:focus[type=submit],
.mailform_element input:hover[type=submit],
.mailform_element input:focus[type=submit],
.mailform_element textarea:hover[type=submit],
.mailform_element textarea:focus[type=submit],
.login_form input:hover[type=submit],
.login_form input:focus[type=submit] {
  color: #ffffff;
}
.mailform_element.file_field input + label:-webkit-autofill,
.add_portlet select:-webkit-autofill,
.mailform_element input:-webkit-autofill,
.mailform_element textarea:-webkit-autofill,
.login_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.module-content h2 {
  font: 300 clamp(25px, 3.2vw, 32px)/clamp(26px, 3.4vw, 34px) "Inter";
  padding: 0;
  margin: 0 0 var(--size-15) 0;
  color: #222222;
}
.module-content h2 a {
  color: #222222;
  text-decoration: none;
}
@media print {
  .module-content h2 {
    font: 700 15px/22px "Inter";
  }
}

.add_portlet select {
  width: 100%;
  height: 45px;
}

.mailform_element textarea,
.mailform_element.email_field input,
.mailform_element.input_field input {
  -webkit-appearance: none;
}

.mailform_element textarea {
  height: 150px;
  display: block;
}

#mailform_submit_button {
  margin-top: var(--size-30);
  margin-left: auto;
}

.p_login_button label {
  display: none !important;
}

.mailform-submit,
.login_form .button {
  display: inline-block;
  margin: 0;
  padding: clamp(13px, 1.8vw, 18px) clamp(20px, 3vw, 30px);
  width: auto;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #00C0E7;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 0;
}
@media print {
  .mailform-submit,
  .login_form .button {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.mailform-submit:focus, .mailform-submit:hover,
.login_form .button:focus,
.login_form .button:hover {
  background: rgb(0, 149.6103896104, 180);
}
@media print {
  .mailform-submit,
  .login_form .button {
    display: none;
  }
}
.mailform-submit:hover,
.login_form .button:hover {
  color: #fff;
}

span.required {
  color: #E5575F !important;
  padding: 0 0 0 2px;
}

.mailform_error input {
  border: 1px solid #E5575F;
}
.mailform_error label {
  color: #E5575F;
}

.p_remember_me_checkbox .checkbox_wrap,
.mailform_element.checkbox_field {
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap p,
.mailform_element.checkbox_field p {
  width: 100%;
  float: right;
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap input,
.mailform_element.checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox,
.mailform_element.checkbox_field label.checkbox {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after, .p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
.mailform_element.checkbox_field label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:before {
  content: "\f0c8";
  position: absolute;
  top: 3px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  font-weight: 300;
  pointer-events: none;
  background: none;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #00C0E7;
  background: none;
  z-index: 4;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  color: #00C0E7;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:after,
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.p_remember_me_checkbox .checkbox_wrap {
  margin-left: 0;
}
.p_remember_me_checkbox .checkbox_wrap input {
  width: 20px !important;
}
.p_remember_me_checkbox .checkbox_wrap label:first-child {
  display: none;
}

.mailform_element.radio_field {
  position: relative;
}
.mailform_element.radio_field .wrap_radio_buttons > label {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
.mailform_element.radio_field .multiple_radio_inputs {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 3px;
  display: flex;
  flex-flow: wrap;
}
.mailform_element.radio_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.mailform_element.radio_field .radio_item {
  display: inline-block;
  position: relative;
}
.mailform_element.radio_field label.radio {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  margin-right: 30px;
  text-align: left;
}
.mailform_element.radio_field label.radio:after, .mailform_element.radio_field label.radio:before {
  content: "\f111";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-weight: 300;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.mailform_element.radio_field label.radio:after {
  content: "\f192";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #00C0E7;
  background: none;
  z-index: 4;
}
.mailform_element.radio_field input:checked + label.radio:before {
  color: #00C0E7;
}
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

span.select2-container {
  width: 100% !important;
}

span.select2-container--default span.select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  box-sizing: border-box;
  transition: border 0.3s ease-out;
}
span.select2-container--default span.select2-selection--single .select2-selection__rendered {
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #45484a;
  padding: clamp(7px, 1.1vw, 11px) var(--size-15);
  outline: none;
  box-sizing: border-box;
  display: block;
  transition: color 0.3s ease-out;
}
@media print {
  span.select2-container--default span.select2-selection--single .select2-selection__rendered {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}
span.select2-container--default span.select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
span.select2-container--default span.select2-selection--single span.select2-selection__arrow {
  display: flex;
  align-items: center;
  top: 1px;
  bottom: 1px;
  right: 6px;
  height: auto;
}
span.select2-container--default span.select2-selection--single span.select2-selection__arrow:before {
  content: "\f107";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: clamp(15px, 1.8vw, 18px);
  font-weight: 400;
  text-transform: none;
  color: #45484a;
  position: relative;
  transition: all 0.3s ease-out;
}
span.select2-container--default span.select2-selection--single span.select2-selection__arrow b {
  display: none;
}
span.select2-container--default span.select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
}
span.select2-container--default li.select2-results__option[aria-selected=true] {
  background: #f3f3f9;
}
span.select2-container--default li.select2-results__option {
  background: #fff;
}
span.select2-container--default li.select2-results__option--highlighted[aria-selected],
span.select2-container--default li.select2-results__option--highlighted {
  background: #45484a;
}

span.select2-container--open .select2-dropdown {
  border: 1px solid #45484a;
  border-top: none;
  margin-top: 0px;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
}
span.select2-container--open .select2-dropdown ul {
  border-radius: 0;
  border-top: 0;
}
span.select2-container--open .select2-dropdown--above ul {
  border-top: 1px solid #45484a;
  border-bottom: 0;
}

span.select2-container--open span.select2-selection--single,
span.select2-container:hover span.select2-selection--single {
  border-color: #45484a;
}
span.select2-container--open span.select2-selection--single .select2-selection__arrow:before,
span.select2-container--open span.select2-selection--single .select2-selection__rendered,
span.select2-container:hover span.select2-selection--single .select2-selection__arrow:before,
span.select2-container:hover span.select2-selection--single .select2-selection__rendered {
  color: #45484a;
}

li.select2-results__option {
  font: 400 clamp(14px, 1.5vw, 15px)/clamp(22px, 2.4vw, 24px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  padding: clamp(7px, 1.1vw, 11px) var(--size-15);
  color: #45484a;
}
@media print {
  li.select2-results__option {
    font: 400 12px/20px "Inter";
    color: #000;
  }
}

.select2-search--dropdown {
  display: none;
}

.mailform_element.datetime_field input {
  margin-bottom: 6px;
}
.mailform_element.datetime_field span.select2-container {
  width: calc(50% - 8px) !important;
}
.mailform_element.datetime_field span.select2-container:first-of-type {
  margin-left: -4px;
}
.mailform_element.datetime_field .separator {
  width: 15px;
  display: inline-block;
  text-align: center;
}

.mailform_element.file_field input {
  width: 0;
  height: 0;
  opacity: 0;
}
.mailform_element.file_field input + label {
  display: block;
  text-align: left;
}
.mailform_element.file_field input + label span:before {
  content: "\f574";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  font-weight: 300;
  position: relative;
  display: inline-block;
  margin-right: var(--size-10);
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "Inter";
  color: #45484a;
  padding: 7px 10px 2px;
  margin: 7px 0 0 0;
  width: 340px;
  border-radius: var(--border-radius);
  transform: translateZ(0);
  border: none;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 13px 10px 8px;
  background: #f3f3f9;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #45484a;
}
.ui-datepicker.ui-widget th {
  padding: 5px 2px;
  color: #45484a;
  text-transform: none;
  background: none;
  border: 0;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
}
@media print {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 4px 2px 3px;
  color: #45484a;
  border: none;
  background: #fff;
  transition: all 0.3s ease-out;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
}
.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #f3f3f9;
  color: #45484a;
  border-color: #f3f3f9;
}
.ui-datepicker.ui-widget .ui-state-default:hover, .ui-datepicker.ui-widget .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-active {
  background: #00C0E7;
  color: #fff;
  border-color: #00C0E7;
}
.ui-datepicker.ui-widget .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-disabled {
  opacity: 0.4;
}
.ui-datepicker.ui-widget table thead,
.ui-datepicker.ui-widget table tbody {
  padding: 0 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  top: 15px !important;
  cursor: pointer;
  border: 0 !important;
  left: 4px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #45484a;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
  background: none;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  color: #00C0E7;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover span,
.ui-datepicker.ui-widget .ui-datepicker-next:hover span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  left: auto;
  right: 4px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

.login_form {
  text-align: left;
  max-width: 600px;
}
.login_form p {
  margin: 0 0 25px;
}
.login_form label {
  text-align: left;
  width: 100%;
}
.login_form input {
  width: 100%;
}
.login_form .p_remember_me_checkbox label {
  padding: 0;
}
.login_form .p_remember_me_checkbox input {
  margin: 0 10px 0 0;
}
.login_form form + p {
  display: none;
}

/* @end */
/* @group sitemap */
.p_sitemap {
  margin-bottom: 0;
}
.p_sitemap + p {
  display: none;
}
.p_sitemap + p + h2 {
  width: 100%;
}

ul.sitemap {
  width: 100%;
  margin-top: 0;
}
ul.sitemap li {
  margin: 0 !important;
  padding: 0 !important;
}
ul.sitemap li:before {
  display: none !important;
}
ul.sitemap li.level4, ul.sitemap li.level3, ul.sitemap li.level2 {
  margin-left: 10px !important;
}
ul.sitemap li.level0:not(:first-child) {
  margin-top: 12px !important;
}
ul.sitemap li.level2 + .level1, ul.sitemap li.level4 + .level2, ul.sitemap li.level3 + .level2 {
  margin-top: 5px !important;
}
ul.sitemap li.level2 {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  ul.sitemap li.level2 {
    font-size: 15px;
  }
}
ul.sitemap li.level3, ul.sitemap li.level4 {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 600px) {
  ul.sitemap li.level3, ul.sitemap li.level4 {
    font-size: 14px;
    line-height: 25px;
  }
}
ul.sitemap li.level3 a, ul.sitemap li.level4 a {
  color: rgba(69, 72, 74, 0.7) !important;
}
ul.sitemap li.level3 a:before, ul.sitemap li.level4 a:before {
  content: "- ";
}
ul.sitemap li.level3 a:hover, ul.sitemap li.level4 a:hover {
  color: #00C0E7 !important;
}
ul.sitemap li a {
  text-decoration: none !important;
}
ul.sitemap li:before {
  display: none;
}
ul.sitemap li.level1 + li.level0:not(.level1):not(.level0) + li.level1 {
  margin-top: 12px !important;
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group message */
.message {
  --paragraph-space: var(--size-10);
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: var(--size-10);
  font: 400 clamp(16px, 1.6vw, 16px)/clamp(26px, 3.3vw, 33px) "Inter";
  letter-spacing: unset;
  color: #45484a;
  color: #ffffff;
  font-weight: 700;
  background: #E5575F;
  padding: var(--size-20) var(--size-30);
  box-sizing: border-box;
  border: 2px solid #E5575F;
}
@media print {
  .message {
    font: 400 13px/22px "Inter";
    color: #000;
  }
}
.message:not(:first-child) {
  margin-top: var(--size-60);
}
.message:not(:last-child) {
  margin-bottom: var(--size-60);
}
.message ul li:before {
  color: #ffffff;
}
.message > strong {
  width: 100%;
}
.message .missing_fields ul {
  padding-left: 20px;
}

/* @end */
/* @group management */
body.system_page #header.header_left + .page + #footer,
body.system_page #header.header_left + .page {
  width: 100%;
  margin: 0;
}
body.system_page div#management div.button_bar_bottom {
  left: 0;
}

.logged_in div.portlets div.portlets_inner_wrap div[id*=add_portlet_] .portlet-title,
.logged_in div.portlets div.portlets_inner_wrap div[id*=add_portlet_] .portlet-title a {
  font: 700 20px/26px "VAG Rounded", sans-serif !important;
  margin: 0 0 10px !important;
}
.logged_in div.portlets.portlets_one_page .portlet_zone_label:after {
  content: "Zone: Boxen für Onepager-Seite";
}
.logged_in div.portlets.portlets_one_page .portlets_inner_wrap {
  padding-bottom: 10px;
}

body span.management_controls.content_controls,
body span.management_controls:not(:last-child) {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

/* @end */
/* @group pagination */
.pagination {
  height: auto;
  --icon-width: clamp(32px,4vw,40px);
  grid-column: 1/span var(--columns);
}
.pagination:not(:first-child) {
  margin-top: var(--size-70);
}
.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: none;
  border-radius: 100%;
}
.pagination .pagination-links a:hover,
.pagination .pagination-numbers a:hover {
  color: #45484a;
  background: #f3f3f9;
}
.pagination .pagination-numbers {
  gap: 5px;
}
.pagination .pagination-numbers a.current {
  background: #00C0E7;
  color: #ffffff;
}
.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 6 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 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 */
/*
|---------------------------------------------------------------
| 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 font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group responsive navigation */
@media screen and (max-width: 1440px) {
  #header.header_left + .page {
    --siteframe: calc(100% - 40px);
    --siteframeWithPadding: 100%;
  }
  #header.header_left + .page #portlets_one_page .portlet.impressions .pictures {
    grid-template-columns: repeat(auto-fill, minmax(17vw, 1fr));
    grid-gap: var(--size-30);
    grid-auto-rows: minmax(14vw, auto);
  }
}
@media screen and (max-width: 1400px) {
  #navigation_wrap {
    margin-left: var(--size-50);
  }
  #header .header_inner {
    padding-left: var(--size-25);
    padding-right: var(--size-25);
  }
  #portlets_one_page .portlet.signal_color .portlet_text_wrap {
    display: flex;
    padding: var(--size-40);
  }
  #portlets_one_page .portlet.signal_color .portlet_text_wrap .portlet-title {
    margin: 0 0 var(--size-40) 0;
  }
  #portlets_one_page .portlet.signal_color .portlet_text_wrap .portlet_content_description {
    text-align: left;
    margin-top: var(--size-20);
  }
}
@media screen and (max-width: 1300px) {
  #navigation_wrap .navigation_inner #navigation li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #portlets_one_page .portlet.picture_next_to_text .portlet-content,
  #portlets_one_page .portlet.impressions .portlet-content,
  #portlets_one_page .portlet.portlet_listing .portlet_text_wrap,
  #portlets_one_page .portlet .portlet_text_wrap,
  #portlets_one_page .portlet.map .portlet_inner,
  #portlets_one_page .portlet.member .portlet_inner,
  #content .content_inner {
    padding: 50px 40px;
    box-sizing: border-box;
  }
  #navigation_wrap {
    margin-left: var(--size-35);
  }
  #navigation > ul > li:not(:first-child) {
    margin-left: var(--size-20);
  }
  #header {
    background-color: #ffffff;
  }
  #header, #header.header_left {
    left: calc(-1 * var(--withHeaderLeft));
    box-shadow: none;
    transition: all 0.3s ease-out;
  }
  .navi_open #header, .navi_open #header.header_left {
    left: 0;
  }
  .navi_open #header #navigation_wrap, .navi_open #header.header_left #navigation_wrap {
    opacity: 1;
  }
  .navi_open #header #navigation_wrap .navigation, .navi_open #header.header_left #navigation_wrap .navigation {
    margin-top: 20px;
  }
  .navi_open #header #navigation_wrap .navigation li, .navi_open #header.header_left #navigation_wrap .navigation li {
    color: #000000;
  }
  .navi_open #header #navigation_wrap .navigation li:hover, .navi_open #header.header_left #navigation_wrap .navigation li:hover {
    color: #00C0E7;
  }
  .navi_open #header #navigation_wrap .navigation_inner .single_link_right, .navi_open #header.header_left #navigation_wrap .navigation_inner .single_link_right {
    margin: 30px 0 20px 0;
  }
  .navi_open #header #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link, .navi_open #header.header_left #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link {
    font: 400 17px/28px "Inter";
    letter-spacing: 0.6px;
    color: #45484a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: clamp(13px, 1.6vw, 16px);
    line-height: clamp(20px, 3.3vw, 33px);
    font-weight: 500;
    color: #ffffff;
    position: relative;
    display: block;
    transition: all 0.3s ease-out;
    background: transparent;
    padding: var(--size-10) var(--size-20);
    border-radius: var(--border-radius-button);
    transform: translateZ(0);
    border: 1.5px solid #ffffff;
    border-radius: 6px;
    padding: clamp(10px, 2vw, 13px) clamp(20px, 5vw, 27px);
    letter-spacing: 0.3px;
    border: 1px solid #45484a;
    color: #45484a;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .navi_open #header #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link, .navi_open #header.header_left #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link {
    font-size: 16px;
    letter-spacing: 0.25px;
  }
}
@media screen and (max-width: 1200px) {
  .navi_open #header #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link.current, .navi_open #header #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link:hover, .navi_open #header.header_left #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link.current, .navi_open #header.header_left #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link:hover {
    color: #00C0E7;
    background: #ffffff;
  }
  .navi_open #header #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link:hover, .navi_open #header.header_left #navigation_wrap .navigation_inner .single_link_right a.single_navigation_link:hover {
    background-color: #00C0E7;
    border: #00C0E7;
    color: #ffffff;
  }
  #header #navigation_wrap, #header.header_left #navigation_wrap {
    opacity: 0;
  }
  #header + .page #siteframe, #header.header_left + .page #siteframe {
    padding-top: var(--headerHeight);
  }
  #header .header_top, #header.header_left .header_top {
    position: fixed;
    left: 0;
    background: #404d56;
    width: 100vw;
    padding: 15px 20px;
    height: var(--headerHeight);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    top: 0;
    z-index: 2;
  }
  #header .header_top #logo, #header.header_left .header_top #logo {
    padding: 0;
    flex: 0 0 285px;
  }
  #header .header_top .responsive_navigation_toggle, #header.header_left .header_top .responsive_navigation_toggle {
    display: block;
  }
  #header .header_inner, #header.header_left .header_inner {
    padding: 0;
  }
  #header .header_inner #navigation_wrap, #header.header_left .header_inner #navigation_wrap {
    background: #ffffff;
    top: var(--headerHeight);
    height: calc(100% - var(--headerHeight));
  }
  #header.header_left + .page + #footer,
  #header.header_left + .page {
    margin-left: 0;
    width: 100%;
  }
  .pictures.picture_right {
    margin-left: var(--size-40);
  }
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description {
    top: 5px;
    left: 30px;
  }
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description p:last-child {
    font-size: 35px;
    line-height: 41px;
  }
  #portlets_one_page .portlet.picture_top_small img {
    max-height: 40vw;
  }
  #portlets_one_page .portlet.map .portlet-content iframe {
    height: auto;
  }
}
/* @end */
/* @group responsive queries */
@media screen and (max-width: 1130px) {
  body {
    --siteframeWithPadding: 100%;
    --siteframe: calc(100% - 40px);
  }
}
@media screen and (max-width: 1100px) {
  body {
    --headerHeight: 104px;
  }
  body:not(.category_20) #header .header_top .responsive_navigation_toggle,
  body:not(.category_20) #header.header_left .header_top .responsive_navigation_toggle {
    display: none;
  }
  body:not(.category_20) #header .header_top .back_to_overview a {
    font: 400 17px/28px "Inter";
    letter-spacing: 0.6px;
    color: #45484a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: clamp(13px, 1.6vw, 16px);
    line-height: clamp(20px, 3.3vw, 33px);
    font-weight: 500;
    color: #ffffff;
    position: relative;
    display: block;
    transition: all 0.3s ease-out;
    background: transparent;
    padding: var(--size-10) var(--size-20);
    border-radius: var(--border-radius-button);
    transform: translateZ(0);
    border: 1.5px solid #ffffff;
    border-radius: 6px;
    padding: clamp(10px, 2vw, 13px) clamp(20px, 5vw, 27px);
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1200px) {
  body:not(.category_20) #header .header_top .back_to_overview a {
    font-size: 16px;
    letter-spacing: 0.25px;
  }
}
@media screen and (max-width: 1100px) {
  body:not(.category_20) #header .header_top .back_to_overview a.current, body:not(.category_20) #header .header_top .back_to_overview a:hover {
    color: #00C0E7;
    background: #ffffff;
  }
  body:not(.category_20) #header .header_top .back_to_overview a i {
    margin-right: 6px;
  }
  body:not(.category_20) #header .header_top .back_to_overview a.current, body:not(.category_20) #header .header_top .back_to_overview a:hover {
    color: #ffffff;
    background: rgb(0, 158.0883116883, 190.2);
  }
  #header.header_left + .page #portlets_one_page .portlet.impressions .pictures {
    grid-template-columns: repeat(auto-fill, minmax(var(--size-180), 1fr));
    grid-auto-rows: minmax(var(--size-180), auto);
    grid-gap: var(--size-40);
  }
  #header.header_left + .page #slider .slick-slider,
  #header.header_left + .page #slider .pictures {
    height: calc(100vh - var(--headerHeight));
  }
  .pictures.picture_right {
    flex: unset;
    max-width: 100%;
    width: 300px;
  }
  .pictures.picture_right .picture img {
    height: 100%;
  }
  #footer .footer_inner .footer_bottom .portlet ul li:not(:last-child),
  #footer .footer_inner .meta_navi_footer ul li:not(:last-child) {
    padding-right: 20px;
  }
  #footer .footer_inner .footer_bottom .portlet ul li:after,
  #footer .footer_inner .meta_navi_footer ul li:after {
    right: 7px;
  }
}
@media screen and (max-width: 1000px) {
  #portlets_one_page .portlet .portlet_content_description.with_informations_box .informations_box_wrap {
    margin-left: var(--size-50);
  }
  #portlets_one_page .portlet.impressions .pictures {
    grid-template-columns: repeat(auto-fill, minmax(var(--size-180), 1fr)) !important;
    grid-auto-rows: minmax(var(--size-180), auto) !important;
    grid-gap: var(--size-20) !important;
  }
  #portlets_one_page .portlet.picture_top_small img {
    max-height: 40vw;
  }
  #portlets_one_page .portlet .portlet_content_description.with_informations_box {
    display: flex;
    flex-direction: column;
  }
  #portlets_one_page .portlet .portlet_content_description.with_informations_box .informations_box_wrap {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 950px) {
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline {
    display: flex;
    flex-direction: column;
  }
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .resource_container {
    flex: unset;
    max-width: calc(710px + 2 * var(--size-40));
    width: 100%;
    padding: 0 var(--size-40);
    margin: 0 auto;
    min-height: unset;
    box-sizing: border-box;
    height: auto !important;
  }
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .resource_container .resource {
    width: 100%;
    padding: 0;
    position: relative;
    height: auto;
  }
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .resource_container .resource .resource_background {
    height: auto;
  }
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .resource_container .resource img {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: unset !important;
  }
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container {
    box-sizing: border-box;
  }
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-content-container::before {
    content: "";
    display: block;
    background-color: #f3f3f9;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
  }
  #portlets_one_page .portlet .pictures .picture img {
    height: unset;
  }
  #portlets_one_page .portlet-listing-entry .listing-entry-inline,
  #portlets_one_page .portlet-listing-entry .portlet-listing-entry-inline,
  #portlets_one_page .listing_entry .listing-entry-inline,
  #portlets_one_page .listing_entry .portlet-listing-entry-inline,
  #mixItUp .portlet-listing-entry .listing-entry-inline,
  #mixItUp .portlet-listing-entry .portlet-listing-entry-inline,
  #mixItUp .listing_entry .listing-entry-inline,
  #mixItUp .listing_entry .portlet-listing-entry-inline {
    flex-flow: column;
  }
  #portlets_one_page .portlet-listing-entry .listing-entry-inline .content,
  #portlets_one_page .listing_entry .listing-entry-inline .content,
  #mixItUp .portlet-listing-entry .listing-entry-inline .content,
  #mixItUp .listing_entry .listing-entry-inline .content {
    box-sizing: border-box;
    position: relative;
  }
  #portlets_one_page .portlet-listing-entry .listing-entry-inline .content::after,
  #portlets_one_page .listing_entry .listing-entry-inline .content::after,
  #mixItUp .portlet-listing-entry .listing-entry-inline .content::after,
  #mixItUp .listing_entry .listing-entry-inline .content::after {
    width: 100%;
    height: 70px;
    bottom: unset;
    top: 0;
    right: 0;
    transform: translate(0, -100%);
  }
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #portlets_one_page .portlet-listing-entry .content .portlet-entry-date,
  #portlets_one_page .portlet-listing-entry .content .listing-date,
  #portlets_one_page .listing_entry .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .listing_entry .portlet-listing-content-container .listing-date,
  #portlets_one_page .listing_entry .content .portlet-entry-date,
  #portlets_one_page .listing_entry .content .listing-date,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #mixItUp .portlet-listing-entry .content .portlet-entry-date,
  #mixItUp .portlet-listing-entry .content .listing-date,
  #mixItUp .listing_entry .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .listing_entry .portlet-listing-content-container .listing-date,
  #mixItUp .listing_entry .content .portlet-entry-date,
  #mixItUp .listing_entry .content .listing-date {
    padding-bottom: 4px;
  }
  #portlets_one_page .portlet-listing-entry .pictures,
  #portlets_one_page .listing_entry .pictures,
  #mixItUp .portlet-listing-entry .pictures,
  #mixItUp .listing_entry .pictures {
    max-width: 100%;
    padding: 0 var(--size-40);
    margin: 0 auto;
    min-height: unset;
    flex: unset;
  }
  #portlets_one_page .portlet-listing-entry .pictures *,
  #portlets_one_page .listing_entry .pictures *,
  #mixItUp .portlet-listing-entry .pictures *,
  #mixItUp .listing_entry .pictures * {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #portlets_one_page .portlet-listing-entry .pictures .resource_description,
  #portlets_one_page .listing_entry .pictures .resource_description,
  #mixItUp .portlet-listing-entry .pictures .resource_description,
  #mixItUp .listing_entry .pictures .resource_description {
    display: none;
  }
  #portlets_one_page .portlet-listing-entry .pictures .resource_subtitle,
  #portlets_one_page .listing_entry .pictures .resource_subtitle,
  #mixItUp .portlet-listing-entry .pictures .resource_subtitle,
  #mixItUp .listing_entry .pictures .resource_subtitle {
    padding-bottom: 3px;
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_inner .meta_navi_footer {
    width: auto;
    margin-top: var(--size-20);
  }
}
@media screen and (max-width: 860px) {
  #footer .footer_inner .call_to_action .portlet-content .portlet_content_description {
    display: flex;
    flex-direction: column;
  }
  #footer .footer_inner .call_to_action .portlet-content .portlet_content_description p {
    margin-bottom: var(--size-20);
  }
  .pictures.picture_right {
    flex: unset;
    max-width: 100%;
    width: 250px;
  }
  .pictures.picture_right .picture img {
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  #portlets_one_page .portlet.picture_next_to_text.picture_right .pictures {
    margin-left: var(--size-50);
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_left .pictures {
    margin-right: var(--size-40);
  }
  #portlets_one_page .portlet.map .portlet-content {
    flex-flow: column;
  }
  #portlets_one_page .portlet.map .portlet-content iframe {
    height: 300px;
  }
  #portlets_one_page .portlet.map .picture_content_wrap {
    max-width: 100%;
    flex: 0 0 350px;
  }
  #portlets_one_page .portlet.map .portlet_text_wrap {
    padding: var(--size-40);
  }
  #portlets_one_page .portlet.property_table .portlet-content {
    flex-flow: column;
    align-items: stretch;
  }
  #portlets_one_page .portlet.property_table .pictures {
    position: relative;
    top: 0;
    max-width: 100%;
    flex: 0 0 auto;
    margin-bottom: var(--size-40) !important;
    order: 0;
  }
  #portlets_one_page .portlet.property_table .portlet_text_wrap {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  body:not(.category_20) #header .header_top .responsive_navigation_toggle,
  body:not(.category_20) #header.header_left .header_top .responsive_navigation_toggle {
    display: none;
  }
  body:not(.category_20) #header .header_top .back_to_overview a {
    background: none;
    color: #ffffff;
    font-size: 26px;
    border: none;
  }
  body:not(.category_20) #header .header_top .back_to_overview a i {
    margin-right: 0px;
  }
  body:not(.category_20) #header .header_top .back_to_overview a span {
    display: none;
  }
  body:not(.category_20) #header .header_top .back_to_overview a.current, body:not(.category_20) #header .header_top .back_to_overview a:hover {
    color: rgb(0, 107.2207792208, 129);
    background: none;
  }
}
@media screen and (max-width: 700px) {
  #portlets_one_page .portlet.member .pictures .picture {
    width: 33%;
  }
  #portlets_one_page .portlet .portlet_content_description.with_informations_box {
    flex-flow: column;
  }
  #portlets_one_page .portlet .portlet_content_description.with_informations_box .informations_box_wrap {
    margin-top: var(--size-30);
    margin-left: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #portlets_one_page .portlet.picture_next_to_text .portlet-content {
    display: flex;
    flex-direction: column;
  }
  #portlets_one_page .portlet.impressions .pictures {
    grid-template-columns: repeat(auto-fill, minmax(40vw, 1fr)) !important;
    grid-auto-rows: minmax(35vw, auto) !important;
  }
  #portlets_one_page .portlet.picture_top_small .portlet-content::before {
    display: none;
  }
  #portlets_one_page .portlet.picture_top_small .portlet-content .resource_container .resource_description {
    display: none;
  }
  .pictures.picture_right {
    flex: unset;
    max-width: 100%;
    width: 444px;
  }
  .pictures.picture_right .picture img {
    height: 100%;
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_right .pictures {
    max-width: 100% !important;
    margin: 20px 0 0 0;
    padding-top: 0;
  }
  #content .content_inner.flex_content {
    flex-flow: column-reverse;
  }
  .pictures.picture_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: var(--size-20);
  }
}
@media screen and (max-width: 600px) {
  #portlets_one_page .portlet.member .pictures .picture {
    width: 50%;
    padding: 15px;
  }
  .mailform_element.zwei,
  .mailform_element.drei {
    flex: 0 0 100%;
  }
  #header .header_top #logo,
  #header.header_left .header_top #logo {
    width: 203px;
    flex: 0 0 203px;
  }
}
@media screen and (max-width: 550px) {
  #portlets_one_page .portlet.picture_next_to_text .portlet-content {
    flex-flow: column-reverse;
  }
  #portlets_one_page .portlet.picture_next_to_text .portlet-content > .pictures {
    padding-bottom: 0;
  }
  #portlets_one_page .portlet.picture_next_to_text .pictures {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 0;
    order: 0 !important;
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_right .pictures {
    margin-left: 0;
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_left .pictures {
    margin-right: 0;
  }
  #portlets_one_page .portlet.portlet_listing.slider.one_element .portlet-listing-content-container {
    padding-top: var(--size-30);
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  body {
    --withHeaderLeft: 280px;
  }
  #portlets_one_page .portlet.picture_next_to_text .portlet-content,
  #portlets_one_page .portlet.impressions .portlet-content,
  #portlets_one_page .portlet.portlet_listing .portlet_text_wrap,
  #portlets_one_page .portlet .portlet_text_wrap,
  #portlets_one_page .portlet.map .portlet_inner,
  #portlets_one_page .portlet.member .portlet_inner {
    padding: 50px 20px;
  }
  #slider #scroll_down_wrap #scroll_down i {
    font-size: 28px;
    line-height: 33px;
  }
  #portlets_one_page .portlet.portlet_listing.slider .slick-arrow:first-child {
    right: calc(var(--size-50) + 5px);
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements.dont_crop_picture .portlet-listing-entry .pictures img {
    height: 80px;
  }
  #portlets_one_page .portlet.map .picture_content_wrap {
    flex: 0 0 280px;
  }
  #portlets_one_page .portlet.picture_top_small img {
    max-height: 230px;
  }
  #portlets_one_page .portlet.signal_color {
    margin: 20px;
    width: calc(100% - 40px);
  }
  #portlets_one_page .portlet.signal_color .portlet_content_link:not(:first-child) {
    word-break: break-all;
  }
  span.select2-container--default .select2-selection--single .select2-selection__rendered,
  .mailform_element.file_field input + label,
  .add_portlet select, .mailform_element input,
  .mailform_element textarea, .login_form input {
    padding-top: 7px;
    padding-bottom: 5px;
  }
  span.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    right: 1px;
  }
  #header.header_left + .page + #footer + #privacy_banner_wrap #privacy_banner {
    right: 0;
  }
  #privacy_banner {
    border-radius: 0;
  }
  #header.header_left .header_inner #navigation .navigation li {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 400px) {
  #footer .footer_inner .copy {
    height: 55px;
    padding-top: 20px;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group icons */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group form elements */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media print {
  body {
    --size10: 1vw;
    --size15: 1.5vw;
    --size20: 2vw;
    --size25: 2.5vw;
    --size30: 3vw;
    --size35: 3.5vw;
    --size40: 4vw;
    --size45: 4.5vw;
    --size50: 4.8vw;
    --size60: 5vw;
    --size70: 5.5vw;
    --size80: 6vw;
    --size90: 7vw;
    --size100: 8vw;
    --size110: 9vw;
    --size120: 10vw;
    --size130: 11vw;
    --size140: 12vw;
    --size150: 13vw;
    --size160: 16vw;
    --size170: 17vw;
    --size180: 18vw;
    --size190: 19vw;
    --size200: 20vw;
  }
  /* @group basic */
  @page {
    margin: 1.5cm 1cm 1.5cm 2cm;
  }
  body {
    color: #000;
    background: #FFF;
  }
  #slider #scroll_down_wrap,
  #slider .content_inner_wrap:not(:first-child):before,
  #footer .footer_inner .footer_bottom .portlet ul:not(.controls) li:after,
  #footer .footer_inner .meta_navi_footer ul:not(.controls) li:after,
  .slick-arrow,
  .accordeon_wrap .accordeon_title:before,
  #footer .footer_inner .meta_navi_footer,
  #footer .footer_inner .copy,
  #footer .footer_inner .call_to_action,
  #slider .slider_top,
  #header,
  .imprint {
    display: none !important;
  }
  #logo_print {
    display: block;
    margin-bottom: 20px;
  }
  #header.header_left + .page + #footer,
  #header.header_left + .page,
  .page,
  #content .content_inner,
  #siteframe {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100%;
    text-align: left !important;
  }
  #footer {
    margin: 30px 0 0 0 !important;
    padding: 0;
    background: #fff;
    page-break-inside: avoid;
  }
  #header.header_left + .page + #footer {
    margin: 40px 0 0 0 !important;
  }
  #footer .footer_inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 80%;
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  .portlet ol > li:before, .content_inner ol > li:before,
  #footer .footer_inner .footer_bottom .portlet ul:not(.controls) li:after,
  #footer .footer_inner .meta_navi_footer ul:not(.controls) li:after,
  #footer,
  .text_with_icons .icon_wrap .icon,
  .portlet_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before,
  .content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before {
    color: #000;
  }
  table th {
    color: #000;
    border-bottom: 1px solid #000;
  }
  h2.subtitle {
    font-weight: 400;
  }
  h4 {
    font-weight: 700;
  }
  .informations_box {
    border: 1px solid #000 !important;
    box-shadow: none !important;
    padding: var(--size10);
  }
  .accordeon_wrap {
    border-bottom: none !important;
  }
  .accordeon_wrap .accordeon_title {
    border-top: none;
  }
  .accordeon_wrap .accordeon_title h4, .accordeon_wrap .accordeon_title h3 {
    color: #000;
  }
  .accordeon_wrap .accordeon_content {
    display: block;
  }
  .accordeon_wrap .accordeon_content p {
    font: 400 13px/22px "Inter" !important;
  }
  .accordeon_wrap:not(:last-child) {
    margin-bottom: 0 !important;
  }
  /* @end */
  /* @group modules */
  #portlets_one_page .portlet {
    page-break-inside: avoid;
  }
  #portlets_one_page .portlet:nth-child(2n) {
    background: #fff;
  }
  #portlets_one_page .portlet .portlet_text_wrap {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
  }
  #portlets_one_page .portlet .portlet_content_description.with_informations_box {
    display: flex;
    flex-direction: column;
  }
  #portlets_one_page .portlet .portlet_content_description .informations_box_wrap {
    margin-left: 0;
    max-width: 100%;
  }
  #portlets_one_page .portlet .portlet-content > .pictures {
    display: none;
  }
  #portlets_one_page .portlet .portlet_listing_subtitle {
    margin: 0;
  }
  #portlets_one_page .portlet.portlet_listing .portlet_text_wrap {
    padding: 0;
  }
  #portlets_one_page .portlet.picture_next_to_text .portlet-content {
    padding: 0;
  }
  #portlets_one_page .portlet.picture_next_to_text .pictures {
    display: block;
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_right .pictures {
    margin-left: var(--size60);
    height: unset !important;
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_right .pictures img {
    height: 300px !important;
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_left .pictures {
    margin-right: var(--size60);
  }
  #portlets_one_page .portlet.picture_right_half .portlet-listing-entry .portlet-listing-entry-inline {
    margin-bottom: 10px;
  }
  #portlets_one_page .portlet.picture_right_half .portlet-content .portlet_text_wrap #portlet-listing-2 .portlet-listing-entry .portlet-listing-entry-inline .resource_container img {
    height: 250px;
    min-height: 0;
  }
  #portlets_one_page .portlet.picture_right_half #portlet-listing-1 .portlet-listing-entry .pictures {
    flex: 0;
    min-height: 230px;
  }
  #portlets_one_page .portlet.picture_right_half #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline {
    display: flex;
    flex-direction: column;
  }
  #portlets_one_page .portlet.picture_right_half #portlet-listing-1 .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-pictures {
    padding-left: 0;
    height: 260px !important;
  }
  #portlets_one_page .portlet.picture_right_half #portlet-listing-1 {
    margin-top: 0;
  }
  #portlets_one_page .portlet.picture_right_half #portlet-listing-1 #resource_container_listing_3_pictures_0 {
    margin-bottom: 40px;
  }
  #portlets_one_page .portlet.impressions {
    display: none;
  }
  #portlets_one_page .portlet.signal_color {
    display: none;
  }
  #portlets_one_page .portlet.map .portlet_inner {
    padding: 20px 0 0 0;
  }
  #portlets_one_page .portlet.map .portlet-content {
    display: flex;
    flex-direction: column;
  }
  #portlets_one_page .portlet.map .portlet_text_wrap {
    padding: var(--size25);
  }
  #portlets_one_page .portlet.member .portlet_inner {
    padding: 0;
  }
  #portlets_one_page .portlet.member .portlet-content > .pictures {
    display: unset;
  }
  #portlets_one_page .portlet.property_table {
    position: relative;
  }
  #portlets_one_page .portlet.property_table .pictures {
    display: none;
  }
  #portlets_one_page .portlet.property_table .portlet_text_wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #portlets_one_page .portlet.portlet_listing {
    padding: 0;
  }
  #portlets_one_page .portlet.portlet_listing.slider {
    overflow: hidden;
  }
  #portlets_one_page .portlet.portlet_listing.slider .portlet_text_wrap > *:not(.portlet-listing-entry-wrap) {
    margin-right: var(--size60);
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements {
    page-break-before: always;
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements .slick-track {
    width: 100vw !important;
    transform: unset !important;
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements .slick-list {
    margin: 0 calc(-1 * var(--size20));
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry {
    flex: 0 0 46vw !important;
    width: 46vw !important;
  }
  #portlets_one_page .portlet.portlet_listing.slider.one_element .slick-track {
    width: 100vw !important;
    transform: unset !important;
  }
  #portlets_one_page .portlet.portlet_listing.slider.one_element .portlet-listing-entry {
    flex: 0 0 100vw !important;
  }
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container {
    padding: 0;
    background: #ffffff;
  }
  #slider {
    margin-bottom: var(--size50);
  }
  #slider .content_inner_wrap:not(:first-child) {
    position: relative;
  }
  #slider .content_inner_wrap:not(:first-child) h1, #slider .content_inner_wrap:not(:first-child) h2.subtitle {
    color: #000;
    text-shadow: none;
    margin: 0 !important;
  }
  #slider .content_inner_wrap:not(:first-child) h2.subtitle {
    font-weight: 400;
  }
  .pictures.picture_right {
    display: none;
  }
  #portlets_one_page .portlet #portlets_one_page .portlet-listing-entry,
  #portlets_one_page .portlet #portlets_one_page .listing_entry,
  #mixItUp .portlet-listing-entry,
  #mixItUp .listing_entry {
    page-break-inside: avoid;
  }
  /* @end */
}/*# sourceMappingURL=styles.css.map */