@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/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/*
|---------------------------------------------------------------
| indual GmbH, Brig
| http://www.indual.ch
|---------------------------------------------------------------
|
| Stylesheet: fonts.css
|
*/
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  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.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 {
  opacity: 0.7;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:active {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  #privacy_banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

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

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

.tooltipster-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 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group variables */
body {
  --size5: 5px;
  --size10: 10px;
  --size15: 15px;
  --size20: 20px;
  --size25: 25px;
  --size30: 30px;
  --size35: 35px;
  --size40: 40px;
  --size45: 45px;
  --size50: 50px;
  --size60: 60px;
  --size70: 70px;
  --size80: 80px;
  --size90: 90px;
  --size100: 100px;
  --size110: 110px;
  --size120: 120px;
  --size130: 130px;
  --size140: 140px;
  --size150: 150px;
  --size160: 160px;
  --size170: 170px;
  --size180: 180px;
  --size190: 190px;
  --size200: 200px;
  --size250: 250px;
  --headerHeight: 90px;
  --siteframe: 1090px;
  --siteframeWithPadding: 1130px;
  --withHeaderLeft: 310px;
}

/* @end */
/* @group basic */
body {
  --management-highlight-color: #FFBE00;
  --management-highlight-color-rgb: 34, 190, 232;
  --management-panel-width: 0px;
}

body {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  body {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}

body > nav {
  display: none;
}

body:has(.login_form) #header.header_left .back_to_overview {
  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(248, 247, 245, 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 {
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: var(--size80);
  padding-bottom: var(--size80);
}
@media print {
  #content .content_inner {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#content .content_inner.flex_content {
  display: flex;
}
#content .content_inner.full_width {
  max-width: 100%;
  background: #fff !important;
  padding: 0;
}
#content .content_inner h2 {
  color: #FFBE00;
}
#content .content_inner h3 {
  color: #FFBE00;
  font-weight: 600;
}
#content .content_inner a {
  color: #FFBE00;
}

/* @end */
/* @group header */
#header {
  position: fixed;
  top: 0;
  z-index: 80;
  width: calc(100% - var(--management-panel-width));
  background: #FFBE00;
  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_1) #header #navigation,
body:not(.category_1) #header .single_link_right {
  display: none !important;
}
body.mod_action_show_entry #header .back_to_overview, body:not(.category_1) #header .back_to_overview {
  display: block;
}
body.mod_action_show_entry #header.header_left #navigation_wrap .navigation_inner, body:not(.category_1) #header.header_left #navigation_wrap .navigation_inner {
  padding-left: var(--size20);
  padding-right: var(--size20);
}
body.mod_action_show_entry #header.header_left .back_to_overview, body:not(.category_1) #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: 25px var(--size50) 25px var(--size50);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#header .portlet {
  display: none;
}

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

#logo_print {
  display: none;
}

/* @end */
/* @group footer */
#footer {
  background: #FFBE00;
  color: #fff;
}
#footer .footer_inner {
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: var(--size40);
  padding-bottom: var(--size20);
}
@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;
}
#footer .footer_inner .portlet .portlet-resource-link {
  display: none;
}
#footer .footer_inner .call_to_action {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: var(--size25);
  padding-bottom: var(--size40);
  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(--size20);
  padding: 0;
}
#footer .footer_inner .call_to_action .portlet:first-child {
  padding-right: var(--size20);
}
#footer .footer_inner .call_to_action .portlet .portlet-content a {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #555;
  background: #ffffff;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  font-weight: 400;
  padding: 13px 26px;
}
@media screen and (max-width: 500px) {
  #footer .footer_inner .call_to_action .portlet .portlet-content a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  #footer .footer_inner .call_to_action .portlet .portlet-content a {
    font: 400 13px/22px "Fira Sans";
    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(229.5, 229.5, 229.5);
}
@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;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
#footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
  font: 700 30px/37px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size35) 0;
  color: #FFBE00;
  color: #fff;
  pointer-events: none;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font-size: 22px;
    line-height: 29px;
  }
}
@media print {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font: 700 17px/23px "Fira Sans";
    color: #000;
  }
}
#footer .footer_inner .call_to_action .portlet_content_introduction {
  font: 700 30px/37px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size35) 0;
  color: #FFBE00;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #footer .footer_inner .call_to_action .portlet_content_introduction {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_inner .call_to_action .portlet_content_introduction {
    font-size: 22px;
    line-height: 29px;
  }
}
@media print {
  #footer .footer_inner .call_to_action .portlet_content_introduction {
    font: 700 17px/23px "Fira Sans";
    color: #000;
  }
}
#footer .footer_inner .footer_bottom .portlet,
#footer .footer_inner .meta_navi_footer {
  float: right;
}
#footer .footer_inner .meta_navi_footer {
  margin: 0 !important;
  display: flex;
  flex-flow: wrap;
}
#footer .footer_inner .meta_navi_footer li {
  list-style: none;
  position: relative;
  float: left;
  padding: 0;
}
#footer .footer_inner .meta_navi_footer li:not(:last-child) {
  padding-right: var(--size30);
}
#footer .footer_inner .meta_navi_footer li:after {
  content: "|";
  position: absolute;
  right: 13px;
  z-index: 1;
  color: #ffffff;
  font-weight: 400;
  opacity: 0.4;
}
#footer .footer_inner .meta_navi_footer li:before {
  display: none;
}
#footer .footer_inner .meta_navi_footer li:last-child:after {
  display: none;
}
#footer .footer_inner .meta_navi_footer li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.3s ease-out;
}
#footer .footer_inner .meta_navi_footer li a:hover {
  color: #FFA800;
}
#footer .footer_inner .footer_bottom .portlet {
  float: left;
}
#footer .footer_inner .copy {
  font: 700 14px/24px "Fira Sans";
  letter-spacing: 0.1px;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  margin-top: var(--size30);
  color: #555;
  width: 100%;
}
@media screen and (max-width: 500px) {
  #footer .footer_inner .copy {
    font-size: 13px;
    line-height: 23px;
  }
}
@media print {
  #footer .footer_inner .copy {
    font: 400 12px/20px "Fira Sans";
    color: #000;
  }
}
#footer .footer_inner .copy ul {
  display: inline-block;
}
#footer .footer_inner .copy ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  float: left;
  color: #555;
}
#footer .footer_inner .copy ul li:before {
  content: "|";
  position: absolute;
  left: 8px;
}
#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: #555;
  font-family: "Fira Sans";
}
#footer .footer_inner .copy a:hover {
  color: #fff;
}
#footer .footer_inner .copy a#indual_link span {
  display: none;
}

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

#privacy_banner {
  background: rgba(85, 85, 85, 0.9);
  border-radius: 5px;
  transform: translateZ(0);
}
#privacy_banner #privacy_banner_inner {
  font: 700 14px/24px "Fira Sans";
  letter-spacing: 0.1px;
  color: #ffffff;
  font-weight: 400;
  padding: 15px;
}
@media screen and (max-width: 500px) {
  #privacy_banner #privacy_banner_inner {
    font-size: 13px;
    line-height: 23px;
  }
}
@media print {
  #privacy_banner #privacy_banner_inner {
    font: 400 12px/20px "Fira Sans";
    color: #000;
  }
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  font: 700 14px/24px "Fira Sans";
  letter-spacing: 0.1px;
  color: #ffffff;
  padding: 6px 14px 5px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 500px) {
  #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
    font-size: 13px;
    line-height: 23px;
  }
}
@media print {
  #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
    font: 400 12px/20px "Fira Sans";
    color: #000;
  }
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover {
  opacity: 1;
  background: #FFBE00;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  transition: all 0.3s ease-out;
}

form {
  font: 400 17px/28px "Fira Sans";
}

#portlet_content_3 {
  display: flex;
  flex-direction: column;
}
#portlet_content_3 .portlet_inner {
  order: 1;
}
#portlet_content_3 .portlet_inner .portlet-title {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
}
#portlet_content_3 .portlet-content {
  order: 0;
  font-size: 36px;
  font-weight: 900;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group mainnavigation */
#navigation_wrap {
  width: 100%;
  position: relative;
  margin-left: var(--size90);
}
#navigation_wrap .navigation_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navigation_wrap .back_to_overview a,
#navigation_wrap .single_navigation_link {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFBE00;
  position: relative;
  display: block;
  transition: all 0.3s ease-out;
  background: #555;
  padding: 8px var(--size20) 7px;
  border-radius: 5px;
  transform: translateZ(0);
  border: none;
  color: #ffffff;
}
@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 "Fira Sans";
    color: #000;
  }
}
#navigation_wrap .back_to_overview a i,
#navigation_wrap .single_navigation_link i {
  margin-right: 6px;
}
#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: #FFBE00;
  background: rgb(234.6, 234.6, 234.6);
}

#navigation {
  text-align: left;
}
#navigation > ul > li {
  padding: 0;
}
#navigation > ul > li:not(:first-child) {
  margin-left: var(--size25);
}
#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 "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  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 "Fira Sans";
    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: #ffffff;
}
#navigation li.current:after, #navigation li:hover:after,
#navigation li a.current:after,
#navigation li a:hover:after {
  left: 0;
  width: 100%;
}
#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 {
  background: rgb(255, 192, 0);
  background: linear-gradient(180deg, rgb(255, 192, 0) 0%, rgb(255, 178, 0) 100%);
  padding: 0;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}
#header.header_left .header_inner #logo {
  padding: var(--size40) var(--size40);
  padding-right: 20px;
  float: none;
  margin: 0;
  flex: auto;
  width: 233px;
}
#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;
  padding: 0;
  box-sizing: border-box;
  margin-top: 40.5px;
}
#header.header_left .header_inner #navigation_wrap .single_link_right a {
  font: 400 20px/32px "Fira Sans";
  letter-spacing: 0.3px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 9px var(--size20) 7px;
  margin-top: var(--size10);
  color: #ffffff;
  background-color: #393939;
}
@media print {
  #header.header_left .header_inner #navigation_wrap .single_link_right a {
    font: 400 13px/20px "Fira Sans";
    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;
  }
}
#header.header_left .header_inner #navigation_wrap .single_link_right a:hover {
  transform: scale(1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
#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(57, 57, 57, 0.2);
  margin: 0 !important;
  box-sizing: border-box;
  padding: 11px 0 10px;
}
#header.header_left .header_inner #navigation .navigation li,
#header.header_left .header_inner #navigation .navigation li a {
  font: 400 20px/32px "Fira Sans";
  letter-spacing: 0.3px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  font-weight: 700;
  color: #393939;
}
@media print {
  #header.header_left .header_inner #navigation .navigation li,
  #header.header_left .header_inner #navigation .navigation li a {
    font: 400 13px/20px "Fira Sans";
    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;
  }
}
#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: 700;
  color: #ffffff;
  background-color: #FFA800;
  padding: 10px 20px 11px;
}
#header.header_left .header_inner #portlet_left_navigation {
  margin-top: auto;
  border-bottom: none;
  background: linear-gradient(rgb(255, 192, 0)) 0%;
  color: #393939;
  padding: 46px 30px 57px;
  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;
  padding: 0;
}
#header.header_left .header_inner #portlet_left_navigation h3, #header.header_left .header_inner #portlet_left_navigation h3 a {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  color: #393939;
  margin-top: 0;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #header.header_left .header_inner #portlet_left_navigation h3, #header.header_left .header_inner #portlet_left_navigation h3 a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  #header.header_left .header_inner #portlet_left_navigation h3, #header.header_left .header_inner #portlet_left_navigation h3 a {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
#header.header_left .header_inner #portlet_left_navigation .portlet_content_description a {
  color: #393939;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
#header.header_left .header_inner #portlet_left_navigation .portlet_content_description a:hover {
  font-weight: 500;
}
#header.header_left .header_inner #portlet_left_navigation a.portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #FFBE00;
  background: #fff;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px var(--size20) 6px;
  margin-top: var(--size25);
}
@media screen and (max-width: 500px) {
  #header.header_left .header_inner #portlet_left_navigation a.portlet_content_link {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  #header.header_left .header_inner #portlet_left_navigation a.portlet_content_link {
    font: 400 13px/22px "Fira Sans";
    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;
  }
}
@media screen and (max-width: 500px) {
  #header.header_left .header_inner #portlet_left_navigation a.portlet_content_link {
    padding: 4px var(--size20) 4px;
    font-size: 15px;
  }
}

/* @end */
/* @group responsive navigation */
.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 38px;
  flex: 0 0 38px;
  height: 26px;
  margin-top: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.responsive_navigation_toggle span {
  background: #fff;
  display: block;
  height: 3px;
  border-radius: 2px;
  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 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1 {
  font: 700 36px/55px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size40) 0;
  color: #555;
  color: #555;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 25px;
    line-height: 33px;
  }
}
@media print {
  h1 {
    font: 700 19px/25px "Fira Sans";
    color: #000;
  }
}
h1 + h2.subtitle {
  margin-top: calc(-1 * var(--size40));
  font-weight: 500;
}

.portlet_listing_introduction,
.portlet_content_introduction,
div.introduction {
  font: 400 20px/32px "Fira Sans";
  letter-spacing: 0.5px;
  color: #555;
  text-decoration: none;
  margin-bottom: var(--size25);
}
@media screen and (max-width: 500px) {
  .portlet_listing_introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
@media print {
  .portlet_listing_introduction,
  .portlet_content_introduction,
  div.introduction {
    font: 400 14px/24px "Fira Sans";
    color: #000;
  }
}

h2, h2 a {
  font: 700 30px/37px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size35) 0;
  color: #FFBE00;
  margin-bottom: var(--size20);
  text-decoration: none;
  color: #393939;
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  h2, h2 a {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  h2, h2 a {
    font-size: 22px;
    line-height: 29px;
  }
}
@media print {
  h2, h2 a {
    font: 700 17px/23px "Fira Sans";
    color: #000;
  }
}
h2.subtitle, h2 a.subtitle {
  font: 700 36px/55px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size40) 0;
  color: #555;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 27px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 25px;
    line-height: 33px;
  }
}
@media print {
  h2.subtitle, h2 a.subtitle {
    font: 700 19px/25px "Fira Sans";
    color: #000;
  }
}
h2.subtitle:last-child, h2 a.subtitle:last-child {
  margin-bottom: 0;
}
* + h2, * + h2 a {
  margin-top: var(--size40);
}

h3, h3 a {
  font: 700 20px/26px "Fira Sans";
  padding: 0;
  margin: 0 0 var(--size10) 0;
  color: #393939;
  text-decoration: none;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  h3, h3 a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media print {
  h3, h3 a {
    font: 700 15px/22px "Fira Sans";
  }
}
* + h3, * + h3 a {
  margin-top: var(--size30);
}
h4 + h3, h2 + h3, h4 + h3 a, h2 + h3 a {
  margin-top: calc(-1 * var(--size10));
}
h3:hover, h3 a:hover {
  color: #393939;
}

h6, h6 a,
h4, h4 a,
h5, h5 a {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
* + h6, * + h6 a,
* + h4, * + h4 a,
* + h5, * + h5 a {
  margin-top: var(--size25);
}

h4, h4 a {
  color: #393939;
}

strong {
  font-weight: 800;
  font-style: normal;
  color: #555;
}

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

/* @end */
/* @group link */
a {
  outline: none;
  color: #555;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #FFBE00;
  transition: all 0.15s ease-out;
}
a:hover {
  color: #FFBE00;
}
@media print {
  a {
    color: #000;
    text-decoration-color: #000;
  }
}
a.button {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFBE00;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px var(--size20) 6px;
  background-color: #F8F7F5;
  color: #FFBE00;
  font-weight: 400;
  transform: 0;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  a.button {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  a.button {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
a.button:focus, a.button:hover {
  background: #cc9800;
}
@media print {
  a.button {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  a.button {
    padding: 4px var(--size20) 4px;
    font-size: 15px;
  }
}
a.button:hover {
  background-color: #edebe6;
  color: #FFBE00;
}

.show_more a {
  font: 400 15px/28px "Fira Sans";
  letter-spacing: 0.5px;
  color: #aaa;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.show_more a:hover {
  color: #555;
}
@media print {
  .show_more a {
    display: none;
  }
}

.content_button {
  margin: 0 0 var(--size20);
}
.content_button a {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFBE00;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px var(--size20) 6px;
}
@media screen and (max-width: 500px) {
  .content_button a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .content_button a {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.content_button a:focus, .content_button a:hover {
  background: #cc9800;
}
@media print {
  .content_button a {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .content_button a {
    padding: 4px var(--size20) 4px;
    font-size: 15px;
  }
}

/* @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(--size20);
}
.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: #FFBE00;
}

.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) {
  list-style: none;
  margin: 0 0 20px;
}
.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;
  padding: 0 0 0 26px;
}
.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 {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: #FFBE00;
  font-weight: 600;
  line-height: 24px;
}

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

/* @end */
/* @group accordeon */
.accordeon_wrap {
  border-bottom: 1px solid #dddddd;
}
.accordeon_wrap:not(:first-child) {
  margin-top: var(--size40);
}
.accordeon_wrap:not(:last-child) {
  margin-bottom: var(--size40);
}
.accordeon_wrap:nth-last-child(2) {
  margin-bottom: 0;
}
h2 + .accordeon_wrap, h3 + .accordeon_wrap {
  margin-top: 0;
}
.accordeon_wrap .accordeon_content {
  display: none;
  padding: 0 0 var(--size15) 0;
}
.accordeon_wrap .accordeon_title {
  border-top: 1px solid #dddddd;
  padding: calc(var(--size15) + 1px) 30px 0 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.accordeon_wrap .accordeon_title.visible_detail, .accordeon_wrap .accordeon_title:hover {
  border-top-color: #FFBE00;
}
.accordeon_wrap .accordeon_title.visible_detail h4,
.accordeon_wrap .accordeon_title.visible_detail h3, .accordeon_wrap .accordeon_title:hover h4,
.accordeon_wrap .accordeon_title:hover h3 {
  color: #FFBE00 !important;
}
.accordeon_wrap .accordeon_title.visible_detail h4:before,
.accordeon_wrap .accordeon_title.visible_detail h3:before, .accordeon_wrap .accordeon_title:hover h4:before,
.accordeon_wrap .accordeon_title:hover h3:before {
  opacity: 1;
  visibility: visible;
}
.accordeon_wrap .accordeon_title.visible_detail:before, .accordeon_wrap .accordeon_title:hover:before {
  color: #FFBE00 !important;
}
.accordeon_wrap .accordeon_title h4,
.accordeon_wrap .accordeon_title h3 {
  color: #555;
  margin-bottom: var(--size15);
}
.accordeon_wrap .accordeon_title.visible_detail:before {
  content: "\f068";
}
.accordeon_wrap .accordeon_title:before {
  content: "+";
  position: absolute;
  top: var(--size15);
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #555;
  line-height: unset;
  right: 0;
  transition: all 0.3s ease-out;
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title:before {
  content: "\f068";
}

/* @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(--size20);
}

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

table th {
  color: #555;
  font-weight: 700;
  border-bottom: 2px solid #dddddd;
  text-align: left;
  padding: 8px 15px 8px 0;
}

table td {
  border-bottom: 1px solid #dddddd;
  padding: 8px 15px 8px 0;
}

.property_table table {
  width: 100%;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
}
@media screen and (max-width: 500px) {
  .property_table table {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .property_table table {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.property_table table thead tr th {
  padding: 0 var(--size10) calc(var(--size10) - 2px) var(--size10);
  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 #dddddd;
}
.property_table table tbody tr td {
  position: relative;
  cursor: pointer;
  padding: calc(var(--size10) + 3px) var(--size10) calc(var(--size10) + 2px);
  text-align: left;
  border-top: 1px solid #dddddd;
  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 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
}
@media screen and (max-width: 500px) {
  .property_table table tbody tr td.reserved:before, .property_table table tbody tr td.not_reserved:before {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .property_table table tbody tr td.reserved:before, .property_table table tbody tr td.not_reserved:before {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.property_table table tbody tr td.not_reserved:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #FFBE00;
  font-weight: 900;
}
.property_table table tbody tr td.reserved:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #dddddd;
  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(255, 190, 0, 0.08);
}
.property_table table tbody tr.reserved a, .property_table table tbody tr.reserved {
  color: rgba(85, 85, 85, 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: #F8F7F5 !important;
  overflow: hidden;
  padding: var(--size30) var(--size40) !important;
  box-sizing: border-box;
  border-radius: 2px;
}
.informations_box h4 {
  margin-bottom: var(--size10);
}
.informations_box + .informations_box {
  margin-top: var(--size30);
}

.text_with_icons {
  background: none !important;
  padding: 0 !important;
}
.text_with_icons .icon_wrap {
  display: flex;
  align-items: baseline;
}
.text_with_icons .icon_wrap .icon {
  color: #FFBE00;
  width: 20px;
  text-align: center;
  margin-right: var(--size10);
}

#content .content_inner {
  padding: 50px 40px 70px;
}
#content .content_inner .introduction {
  font: 400 16px/28px "Fira Sans";
  letter-spacing: 2px !important;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 11px 0;
  color: #555;
  text-decoration: none;
}
#content .content_inner h1 {
  font: 900 36px/46px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 27px 0;
  color: #555;
  position: relative;
  padding: 0 0 20px 0;
  padding: 0 0 4px 0;
  max-width: 800px;
}
#content .content_inner .content h1 {
  font: 700 36px/55px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size40) 0;
  color: #555;
}
@media screen and (max-width: 1000px) {
  #content .content_inner .content h1 {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  #content .content_inner .content h1 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #content .content_inner .content h1 {
    font-size: 25px;
    line-height: 33px;
  }
}
@media print {
  #content .content_inner .content h1 {
    font: 700 19px/25px "Fira Sans";
    color: #000;
  }
}
#content .content_inner .content h1:has(+ h2.subtitle) {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 var(--size15) 0;
  color: #FFB800;
  text-decoration: none;
  color: #555;
  margin-bottom: 11px;
}
@media screen and (max-width: 500px) {
  #content .content_inner .content h1:has(+ h2.subtitle) {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }
}
@media print {
  #content .content_inner .content h1:has(+ h2.subtitle) {
    font: 400 12px/23px "Fira Sans";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#content .content_inner .content h2.subtitle {
  font: 700 36px/55px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size40) 0;
  color: #555;
}
@media screen and (max-width: 1000px) {
  #content .content_inner .content h2.subtitle {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  #content .content_inner .content h2.subtitle {
    font-size: 27px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #content .content_inner .content h2.subtitle {
    font-size: 25px;
    line-height: 33px;
  }
}
@media print {
  #content .content_inner .content h2.subtitle {
    font: 700 19px/25px "Fira Sans";
    color: #000;
  }
}
#content .content_inner .content #mixItUp .listing_entry .content h2 a {
  font: 700 24px/29px "Fira Sans";
  padding: 0;
  letter-spacing: 0.5px;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#content .content_inner .content #mixItUp .listing_entry .content h3 {
  font-weight: 700;
  font-size: 20px;
  color: #FFC000;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#content .content_inner .content #mixItUp .listing_entry .content .listing-more-button {
  display: inline-block;
  margin: 0;
  padding: 13px 26px !important;
  width: auto;
  position: relative;
  font: 400 17px/26px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  background: #FFBE00;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  margin-top: 26px;
}
#content .content_inner .content #mixItUp .listing_entry .content .listing-more-button:hover {
  background: #e6ad00;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.15);
}

#portlets_one_page #portlet_content_8 {
  background-color: #f3f4ed;
}

#portlets_one_page #portlet_content_17 {
  background-color: #fdf0f0;
}

#portlets_one_page #portlet_content_19 {
  background-color: #f9f1e7;
}

#portlets_one_page #portlet_content_21 {
  background-color: #f0f4fd;
}

.portlet-listing-entry .portlet-entry-introduction a {
  color: #FFC000;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @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(--size80);
}
.pictures.picture_right .picture {
  width: 100%;
  float: none;
}
.pictures.picture_right .picture:not(:first-child) {
  margin-top: var(--size30);
}

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

/* @end */
/* @group gallery */
.pictures.gallery {
  --gap: var(--size25);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
  margin: 20px 0;
}
.pictures.gallery > .cf {
  display: none;
}
.pictures.gallery > .cf {
  display: none;
}
.pictures.gallery .resource_image {
  overflow: hidden;
}
.pictures.gallery img {
  display: block;
  width: 100%;
  height: auto;
}

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

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  font-size: var(--size50);
  line-height: var(--size50);
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: calc(-1 * var(--size50) / 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: #FFBE00;
}
.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 .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: #FFBE00;
}
#slider .content_inner_wrap:first-child .content_inner {
  padding-top: var(--size100) !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;
}
#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;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}

#slider .content_inner_wrap:not(:first-child) h1:last-child {
  margin-bottom: 0;
}

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

/* @end */
/* @group documents */
.documents {
  margin: 0 0 var(--size30);
  padding: 5px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: var(--size15) 12px 0 0;
}
.documents .document a {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFBE00;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px var(--size20) 6px;
  background: rgb(255, 192, 0);
  background: linear-gradient(180deg, rgb(255, 192, 0) 0%, rgb(255, 178, 0) 100%);
  background-color: #FFB800;
  color: #393939;
  font-weight: 400;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .documents .document a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .documents .document a {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.documents .document a:focus, .documents .document a:hover {
  background: #cc9800;
}
@media print {
  .documents .document a {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .documents .document a {
    padding: 4px var(--size20) 4px;
    font-size: 15px;
  }
}
.documents .document a:hover {
  background-color: #FFA800;
}

.pagination {
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
  margin-bottom: 25px;
  text-align: center;
}
.pagination .pagination_inner {
  position: relative;
}
.pagination .pagination-links {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.pagination .pagination-links .previous {
  font-size: 0;
  background: none;
}
.pagination .pagination-links .previous::before {
  content: "\f104";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  color: #666;
  font-weight: 300;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
  display: flex;
}
.pagination .pagination-links .next {
  font-size: 0;
  background: none;
}
.pagination .pagination-links .next::before {
  content: "\f105";
  position: absolute;
  top: 4px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  color: #666;
  font-weight: 300;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
}
.pagination .pagination-numbers {
  display: flex;
  justify-content: center;
  margin: 0px 30px;
}
.pagination .pagination-numbers a {
  display: block;
  margin: 0 4px;
  padding: 3px 5px 1px;
  width: 34px;
  height: 34px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  color: #555;
  text-decoration: none;
  background: #F8F7F5;
  border: 1px solid #F8F7F5;
  border-radius: 5px;
}
.pagination a {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  color: #333;
  background-color: #f0f0f0;
  transition: background-color 0.2s, color 0.2s;
  text-align: center;
}
.pagination a:hover {
  background-color: #e0e0e0;
}
.pagination a.current {
  background-color: #FFBE00;
  color: #fff;
  cursor: default;
}

.resource_container.documents {
  display: flex;
  flex-direction: column;
}
.resource_container.documents .document {
  display: inline-block;
  margin: 35px 12px 0 0;
}
.resource_container.documents .document a {
  display: inline-block;
  margin: 0;
  padding: 13px 26px !important;
  width: auto;
  position: relative;
  font: 400 17px/26px "Fira Sans";
  letter-spacing: 0.3px;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @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: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFBE00;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px var(--size20) 6px;
  margin-top: var(--size20);
}
@media screen and (max-width: 500px) {
  .portlet a.portlet_content_link {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .portlet a.portlet_content_link {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.portlet a.portlet_content_link:focus, .portlet a.portlet_content_link:hover {
  background: #cc9800;
}
@media print {
  .portlet a.portlet_content_link {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .portlet a.portlet_content_link {
    padding: 4px var(--size20) 4px;
    font-size: 15px;
  }
}

a.add_portlet_link {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFB800;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px var(--size20) 6px;
  display: inline-block;
  margin: var(--size20);
}
@media screen and (max-width: 500px) {
  a.add_portlet_link {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  a.add_portlet_link {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
a.add_portlet_link:focus, a.add_portlet_link:hover {
  background: rgb(204, 147.2, 0);
}
@media print {
  a.add_portlet_link {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  a.add_portlet_link {
    padding: 4px var(--size20) 4px;
    font-size: 15px;
  }
}

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

/* @end */
/* @group portlets one page */
#portlets_one_page .portlet:nth-child(2n) {
  background: #F8F7F5;
  padding: var(--size60);
}
#portlets_one_page .portlet:nth-child(2n)#portlet_content_11 {
  padding: 0;
}
#portlets_one_page .portlet:nth-child(2n) .informations_box {
  background: #ffffff !important;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet:nth-child(2n).map .portlet-content {
  background: #ffffff;
}
#portlets_one_page .portlet:nth-child(2n).portlet_listing .portlet-listing-entry {
  background: #F8F7F5;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
#portlets_one_page .portlet:nth-child(2n).portlet_listing.slider .slick-arrow {
  background: rgba(255, 255, 255, 0.6);
}
#portlets_one_page .portlet:nth-child(2n).portlet_listing.slider .slick-arrow:hover {
  background: #ffffff;
}
#portlets_one_page .portlet:nth-child(2n).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).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).portlet_listing.dont_crop_picture.slider.two_elements .portlet-listing-entry .pictures {
  border-bottom: 2px solid #F8F7F5;
  border-right: 0;
}
#portlets_one_page .portlet .portlet_text_wrap {
  display: flex;
  flex-flow: column;
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@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_listing_subtitle,
#portlets_one_page .portlet .portlet_content_subtitle {
  order: -1;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 var(--size15) 0;
  color: #FFB800;
  text-decoration: none;
  color: #555;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet .portlet_listing_subtitle,
  #portlets_one_page .portlet .portlet_content_subtitle {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }
}
@media print {
  #portlets_one_page .portlet .portlet_listing_subtitle,
  #portlets_one_page .portlet .portlet_content_subtitle {
    font: 400 12px/23px "Fira Sans";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet .portlet-title a,
#portlets_one_page .portlet .portlet-title {
  font: 700 30px/37px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size35) 0;
  color: #FFBE00;
  position: relative;
  padding: 0 0 var(--size20) 0;
  text-transform: none;
}
@media screen and (max-width: 800px) {
  #portlets_one_page .portlet .portlet-title a,
  #portlets_one_page .portlet .portlet-title {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet .portlet-title a,
  #portlets_one_page .portlet .portlet-title {
    font-size: 22px;
    line-height: 29px;
  }
}
@media print {
  #portlets_one_page .portlet .portlet-title a,
  #portlets_one_page .portlet .portlet-title {
    font: 700 17px/23px "Fira Sans";
    color: #000;
  }
}
@media print {
  #portlets_one_page .portlet .portlet-title a,
  #portlets_one_page .portlet .portlet-title {
    padding: 0;
  }
  #portlets_one_page .portlet .portlet-title a:before,
  #portlets_one_page .portlet .portlet-title:before {
    display: none;
  }
}
#portlets_one_page .portlet .portlet-title a a,
#portlets_one_page .portlet .portlet-title a {
  font: 700 30px/37px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size35) 0;
  color: #FFBE00;
  text-transform: none;
}
@media screen and (max-width: 800px) {
  #portlets_one_page .portlet .portlet-title a a,
  #portlets_one_page .portlet .portlet-title a {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet .portlet-title a a,
  #portlets_one_page .portlet .portlet-title a {
    font-size: 22px;
    line-height: 29px;
  }
}
@media print {
  #portlets_one_page .portlet .portlet-title a a,
  #portlets_one_page .portlet .portlet-title a {
    font: 700 17px/23px "Fira Sans";
    color: #000;
  }
}
#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 380px;
  max-width: 36%;
  margin-left: var(--size120);
}
#portlets_one_page .portlet .pictures .picture:not(:first-child) {
  margin-top: var(--size30);
}
#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;
}
#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: 1130px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  clip: unset;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: calc((100% - var(--siteframeWithPadding)) / 2);
  color: #ffffff;
  padding-top: var(--size60);
  padding-bottom: var(--size60);
  display: flex;
  flex-flow: column;
}
@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 h2 {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 var(--size15) 0;
  color: #FFB800;
  text-decoration: none;
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description h2 {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description h2 {
    font: 400 12px/23px "Fira Sans";
    color: #000;
    letter-spacing: 0.21px;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 {
  font: 700 36px/55px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size40) 0;
  color: #555;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 {
    font-size: 25px;
    line-height: 33px;
  }
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description h3 {
    font: 700 19px/25px "Fira Sans";
    color: #000;
  }
}
#portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #FFBE00;
  background: #ffffff;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  #portlets_one_page .portlet .portlet-content > .pictures .resource_description p > a {
    font: 400 13px/22px "Fira Sans";
    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 {
  margin-top: auto;
}
#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: none;
}
#portlets_one_page .portlet.picture_top_small img {
  max-height: 650px;
}
#portlets_one_page .portlet.picture_next_to_text .portlet-content {
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-right: var(--size20);
  padding-left: var(--size20);
  padding-top: var(--size60);
  padding-bottom: var(--size60);
}
@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-left: 0;
  padding-right: 0;
}
#portlets_one_page .portlet.picture_next_to_text .portlet-content > .pictures {
  margin-top: 0;
  padding: var(--size80) 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: 2px;
  transform: translateZ(0);
  overflow: hidden;
}
#portlets_one_page .portlet.picture_next_to_text.picture_right .pictures {
  order: 2;
  margin-left: var(--size120);
}
#portlets_one_page .portlet.picture_next_to_text.picture_left .pictures {
  order: 0;
  margin-right: var(--size120);
}
#portlets_one_page .portlet.impressions .portlet-content {
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-bottom: var(--size80);
}
@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-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#portlets_one_page .portlet.impressions .show_more {
  order: 2;
  margin-top: var(--size50);
}
#portlets_one_page .portlet.impressions .pictures {
  order: 2;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: var(--size50);
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 0;
}
#portlets_one_page .portlet.impressions .pictures .resource_background {
  border-radius: 2px;
  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: 2px;
  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: 1130px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@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(--size80);
}
@media screen and (max-width: 1200px) {
  #portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap {
    max-width: calc(50% - var(--size60));
    margin-right: var(--size60);
  }
}
@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: 2px;
  transform: translateZ(0);
  overflow: hidden;
}
#portlets_one_page .portlet.accordeon_listing.with_picture_wrap .pictures-wrap img {
  border-radius: 2px;
  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 {
  border-top: 1px solid #555;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  line-height: clamp(22px, 2.4vw, 27px);
  cursor: pointer;
  background: none !important;
  overflow: visible;
  margin-bottom: var(--size15);
  border: none;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:last-child {
  border-bottom: 1px solid #ffffff;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover .accordeon_title_selector {
  color: rgba(224, 229, 232, 0.5);
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover .accordeon_title_selector > a {
  color: rgba(224, 229, 232, 0.5);
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover .accordeon_title_selector:after {
  background: #555;
  color: #ffffff;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry.visible_detail .accordeon_title_selector:after {
  background: #555;
  color: #ffffff;
  transform: rotate(45deg);
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector {
  font: 700 20px/26px "Fira Sans";
  padding: 0;
  margin: 0 0 var(--size10) 0;
  color: #393939;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-top: var(--size30);
  padding-bottom: var(--size30);
  width: 100%;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector {
    font-size: 18px;
    line-height: 24px;
  }
}
@media print {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector {
    font: 700 15px/22px "Fira Sans";
  }
}
#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: center;
  content: "+";
  font-size: 24px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  color: #555;
  transition: all 0.2s ease-out;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_title_selector:focus {
  outline: 2px dotted #12b9e6 !important;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .accordeon_content {
  display: none;
  padding: 0;
  margin-top: 0;
  padding-bottom: var(--size30);
  color: #555;
}
@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 > * {
  padding: 0 var(--size30);
  border-radius: 2px;
  transform: translateZ(0);
  box-sizing: border-box;
}
#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.accordeon_listing .portlet-listing-entry.visible_detail h4.has_icon, #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry.visible_detail h4.has_icon > a, #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover h4.has_icon, #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover h4.has_icon > a {
  color: #555;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry.visible_detail h4.has_icon i, #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry:hover h4.has_icon i {
  background: #FFBE00;
  color: #ffffff;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry h4.has_icon {
  justify-content: flex-start;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry h4.has_icon:after {
  display: none;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry h4.has_icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 100%;
  background: #555;
  color: #555;
  margin-right: var(--size15);
  transition: all 0.3s ease-out;
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .portlet-entry-subtitle {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .portlet-entry-subtitle {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  #portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .portlet-entry-subtitle {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
#portlets_one_page .portlet.accordeon_listing .portlet-listing-entry .portlet-entry-subtitle:not(:last-child) {
  margin-bottom: var(--size20);
}
#portlets_one_page .portlet.signal_color {
  background: #FFB800;
  color: #ffffff;
}
#portlets_one_page .portlet.signal_color .portlet_content_subtitle {
  font: 700 36px/55px "Fira Sans";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 var(--size40) 0;
  color: #555;
}
@media screen and (max-width: 1000px) {
  #portlets_one_page .portlet.signal_color .portlet_content_subtitle {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  #portlets_one_page .portlet.signal_color .portlet_content_subtitle {
    font-size: 27px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet.signal_color .portlet_content_subtitle {
    font-size: 25px;
    line-height: 33px;
  }
}
@media print {
  #portlets_one_page .portlet.signal_color .portlet_content_subtitle {
    font: 700 19px/25px "Fira Sans";
    color: #000;
  }
}
#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_content_link {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #FFB800;
  background: #ffffff;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet.signal_color .portlet_content_link {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  #portlets_one_page .portlet.signal_color .portlet_content_link {
    font: 400 13px/22px "Fira Sans";
    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(--size20);
}
#portlets_one_page .portlet.map .portlet_inner {
  padding-top: var(--size80);
  padding-bottom: var(--size80);
}
#portlets_one_page .portlet.map .portlet-content {
  max-width: var(--siteframe);
  margin: auto;
  background: #F8F7F5;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  border-radius: 2px;
  transform: translateZ(0);
  display: flex;
  overflow: hidden;
}
#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 {
  width: 100% !important;
  height: 100% !important;
}
#portlets_one_page .portlet.map .portlet_text_wrap {
  padding: var(--size40) var(--size60);
  width: 100%;
}
#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(--size80);
  padding-bottom: var(--size80);
}
#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(--size100);
  max-width: 470px;
  flex: 0 0 calc(45% - var(--size50));
  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-content > .pictures img {
  aspect-ratio: 1450/567;
  -o-object-fit: cover;
     object-fit: cover;
}
#portlets_one_page .portlet.portlet_listing .portlet_text_wrap {
  padding-top: var(--size80);
  padding-bottom: var(--size80);
  text-align: center;
}
#portlets_one_page .portlet.portlet_listing .portlet-entry-tags {
  order: 10;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-more {
  display: none;
}
#portlets_one_page .portlet.portlet_listing .portlet_listing_text + .portlet-listing-entry-wrap {
  margin-top: var(--size30);
}
#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(--size10);
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline > * {
  flex: 0 0 100%;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container {
  box-sizing: border-box;
  text-align: left;
  padding: 32px 31px 30px;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_14) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_6) .portlet-entry-link {
  background-color: #B7142B;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_14) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_6) .portlet-entry-link:hover {
  background-color: #9d1023;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_14) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_14) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_6) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_6) .portlet-entry-title a {
  color: #B7142B;
  text-transform: uppercase;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-listing-content-container {
  background-color: #fdf0f0;
  padding: clamp(20px, 5vw, 31px) clamp(20px, 6vw, 34px) clamp(20px, 4.5vw, 30px) clamp(20px, 6.5vw, 40px);
  text-align: left;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_5) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_13) .portlet-entry-link {
  background-color: #8DA93E;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_5) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_13) .portlet-entry-link:hover {
  background-color: #7f9837;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_5) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_5) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_13) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_13) .portlet-entry-title a {
  color: #8DA93E;
  text-transform: uppercase;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-listing-content-container {
  background-color: #f3f4ed;
  padding: clamp(20px, 5vw, 31px) clamp(20px, 6vw, 34px) clamp(20px, 4.5vw, 30px) clamp(20px, 6.5vw, 40px);
  text-align: left;
}
#portlets_one_page .portlet.portlet_listing .portlet:has(.listing_tags.tag_9) + .portlet {
  background-color: #fdf0f0;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_4) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_12) .portlet-entry-link {
  background-color: #165CAA;
  text-transform: uppercase;
  margin-top: 10px;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_4) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_12) .portlet-entry-link:hover {
  background-color: #135197;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_4) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_4) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_12) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_12) .portlet-entry-title a {
  color: #165CAA;
  text-transform: uppercase;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-listing-content-container {
  background-color: #f0f4fd;
  padding: clamp(20px, 5vw, 31px) clamp(20px, 6vw, 34px) clamp(20px, 4.5vw, 30px) clamp(20px, 6.5vw, 40px);
  text-align: left;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_3) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-entry-link, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_11) .portlet-entry-link {
  background-color: #F08000;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_3) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-entry-link:hover, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_11) .portlet-entry-link:hover {
  background-color: #dc7601;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_3) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_3) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_11) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_11) .portlet-entry-title a {
  color: #F08000;
  text-transform: uppercase;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-listing-content-container {
  background-color: #f9f1e7;
  padding: clamp(20px, 5vw, 31px) clamp(20px, 6vw, 34px) clamp(20px, 4.5vw, 30px) clamp(20px, 6.5vw, 40px);
  text-align: left;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_17) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_17) .portlet-entry-title a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_15) .portlet-entry-title,
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_15) .portlet-entry-title a {
  color: #FFC000;
  text-transform: uppercase;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing.grid .portlet-listing-entry-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#portlets_one_page .portlet.portlet_listing.grid .portlet-listing-entry:not(:first-child) {
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing.grid .portlet-listing-content-container .portlet-entry-title {
  margin-bottom: 12px;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing.grid .portlet-listing-content-container .portlet-entry-introduction {
  font-weight: 700;
  margin-bottom: 20px;
}
#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(--size140);
}
#portlets_one_page .portlet.portlet_listing.slider .portlet-listing-entry {
  margin: 0;
}
#portlets_one_page .portlet.portlet_listing.slider .portlet-listing-entry .portlet-listing-entry-inline {
  height: 100%;
}
#portlets_one_page .portlet.portlet_listing.slider .portlet-listing-entry .portlet-entry-introduction {
  font-weight: 900;
  margin-bottom: 20px;
}
#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 * var(--size70));
  bottom: auto;
  margin-top: 0;
  background: #F8F7F5;
  width: var(--size50);
  height: var(--size50);
  border-radius: 100%;
  text-align: center;
  font-size: var(--size25);
  color: #555;
  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(85, 85, 85, 0.4);
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow:hover {
  background: rgb(237.5, 235, 230);
  color: #FFBE00;
}
#portlets_one_page .portlet.portlet_listing.slider .slick-arrow:first-child {
  left: auto;
  right: calc(var(--size50) + 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(--size160);
}
#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 {
  margin: 0 var(--size20);
  border-radius: 2px;
  box-shadow: none;
}
#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 .portlet-listing-entry-inline > * {
  flex: 1 0 auto;
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry .portlet-listing-entry-inline > *.cf {
  display: none;
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry .pictures {
  flex: unset;
  max-width: 100%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  width: 100%;
}
#portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry .pictures img {
  height: var(--size250);
}
#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: 2px;
  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_content.contact_persons {
  text-align: center;
}
#portlets_one_page .contact_persons_tabs_wrap .contact_persons_tabs {
  background-color: #F8F7F5;
}
#portlets_one_page .contact_persons_tabs_wrap .tabs_list {
  display: flex;
  justify-content: center;
}
#portlets_one_page .contact_persons_tabs_wrap .tabs_list li {
  list-style: none;
  padding: clamp(3px, 0.9vw, 9px) clamp(12px, 2.2vw, 22px);
  font-size: clamp(12px, 1.4vw, 14px);
  transition: all 0.3s ease-out;
  background-color: #F8F7F5;
  border-bottom: none;
  border-radius: 7px 7px 0 0;
}
#portlets_one_page .contact_persons_tabs_wrap .tabs_list li:hover {
  background-color: #FFBE00;
  color: white;
  border-radius: 7px 7px 0 0;
}
#portlets_one_page .contact_persons_tabs_wrap .tabs_list .active {
  background-color: #ffffff;
  color: #FFBE00;
  font-weight: 700;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry :first-child {
  background-color: #F8F7F5;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry:not(:first-child) {
  margin-top: 0;
  background-color: #F8F7F5;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-entry-inline > * {
  flex: 0 0 100%;
  width: 100%;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container {
  text-align: center;
  align-items: center !important;
  justify-content: flex-start;
  word-break: break-word;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container .portlet-entry-title, #portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction, #portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
  text-align: center;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
  font-size: 16px;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet_listing_wrap {
  padding: 0 20px;
  padding-bottom: 60px;
  padding-top: 20px;
  background: #ffffff;
}
#portlets_one_page .contact_persons_tabs_wrap .portlet_listing_wrap .portlet_listing:not(.active) {
  display: none;
}
#portlets_one_page #portlet-listing-1 .portlet-listing-entry {
  background: white;
}
#portlets_one_page .portlet-content .portlet_text_wrap .portlet-title {
  font-size: 36px;
  color: #555;
  font-weight: 900;
  margin-bottom: 5px;
}

.portlet.portlet_content.portlet_index_1 {
  padding: 60px;
}

#portlet_listing_7 .portlet-content .portlet_text_wrap .portlet-title {
  color: #8DA93E;
}

#portlet_listing_16 .portlet-content .portlet_text_wrap .portlet-title {
  color: #B7142B;
}

#portlet_listing_18 .portlet-content .portlet_text_wrap .portlet-title {
  color: #F08000;
}

#portlet_listing_20 .portlet-content .portlet_text_wrap .portlet-title {
  color: #165CAA;
}

#portlet_content_11 {
  padding: unset;
}
#portlet_content_11 .portlet-content {
  padding: 60px;
  padding-bottom: 0;
}
#portlet_content_11 .portlet-content .portlet-title {
  margin-bottom: 15px;
}

#portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container a {
  color: #555;
}

.big_picture .picture {
  width: 100%;
}
.big_picture img.resource_image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.content_inner .content_inner_column {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

#portlet_listing_10 .portlet_text_wrap {
  padding: 0 !important;
  background-color: white;
}
#portlet_listing_10 .portlet-title {
  display: none;
}

#portlet_listing_12 {
  background-color: white !important;
}
#portlet_listing_12 .portlet_text_wrap {
  padding: 0 !important;
}
#portlet_listing_12 .portlet-title {
  display: none;
}

#portlet_listing_22 .portlet_text_wrap {
  padding: 0 !important;
  background: white;
}
#portlet_listing_22 .portlet-title {
  display: none;
}

#portlet_listing_23 {
  background-color: white !important;
}
#portlet_listing_23 .portlet_text_wrap {
  padding: 0 !important;
  background-color: white;
}
#portlet_listing_23 .portlet-title {
  display: none;
}

#portlet_listing_24 .portlet_text_wrap {
  padding: 0 !important;
  background-color: white;
}
#portlet_listing_24 .portlet-title {
  display: none;
}

#portlet_listing_6 .portlet_listing_introduction {
  font-style: italic;
  font-weight: 700;
}

#mixItUp .listing_entry {
  box-shadow: none;
}
#mixItUp .listing_entry .content h2 {
  font-size: 24px !important;
  padding: 0 !important;
  letter-spacing: 0.5px;
  margin: 0 0 3px 0 !important;
  text-transform: uppercase;
  margin-bottom: 12px !important;
}

.listing-description-inline p span {
  font-weight: 700;
  font-style: italic;
}

.portlet-listing-entry:has(.portlet-entry-subtitle) .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFC000;
  font-weight: 600;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group listing and portlet-listing standard */
#portlets_one_page .portlet-listing-entry,
#portlets_one_page .listing_entry,
#mixItUp .portlet-listing-entry,
#mixItUp .listing_entry {
  margin: 0;
  padding: 0;
  background: #F8F7F5;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  transform: translateZ(0);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#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(--size40);
}
#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;
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container,
#portlets_one_page .portlet-listing-entry .content,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container,
#portlets_one_page .listing_entry .content,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container,
#mixItUp .portlet-listing-entry .content,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container,
#mixItUp .listing_entry .content {
  padding: var(--size30) var(--size30);
  text-align: left;
  display: flex;
  flex-flow: column;
  word-break: break-word;
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-content,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-content,
#portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-content,
#mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-content,
#mixItUp .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-content > h4:last-child,
#mixItUp .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container h4, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a,
#portlets_one_page .portlet-listing-entry .content h4,
#portlets_one_page .portlet-listing-entry .content h4 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-3 .portlet-listing-content-container h4,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a,
#portlets_one_page .listing_entry .content h4,
#portlets_one_page .listing_entry .content h4 a,
#portlets_one_page .listing_entry .content h2,
#portlets_one_page .listing_entry .content h2 a,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a,
#mixItUp .portlet-listing-entry .content h4,
#mixItUp .portlet-listing-entry .content h4 a,
#mixItUp .portlet-listing-entry .content h2,
#mixItUp .portlet-listing-entry .content h2 a,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a,
#mixItUp .listing_entry .content h4,
#mixItUp .listing_entry .content h4 a,
#mixItUp .listing_entry .content h2,
#mixItUp .listing_entry .content h2 a {
  font: 700 20px/26px "Fira Sans";
  padding: 0;
  margin: 0 0 var(--size10) 0;
  color: #393939;
  margin-bottom: var(--size15);
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #portlets_one_page .portlet-listing-entry .content h4,
  #portlets_one_page .portlet-listing-entry .content h4 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-3 .portlet-listing-content-container h4,
  #portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2,
  #portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #portlets_one_page .listing_entry .content h4,
  #portlets_one_page .listing_entry .content h4 a,
  #portlets_one_page .listing_entry .content h2,
  #portlets_one_page .listing_entry .content h2 a,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #mixItUp .portlet-listing-entry .content h4,
  #mixItUp .portlet-listing-entry .content h4 a,
  #mixItUp .portlet-listing-entry .content h2,
  #mixItUp .portlet-listing-entry .content h2 a,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #mixItUp .listing_entry .content h4,
  #mixItUp .listing_entry .content h4 a,
  #mixItUp .listing_entry .content h2,
  #mixItUp .listing_entry .content h2 a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media print {
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #portlets_one_page .portlet-listing-entry .content h4,
  #portlets_one_page .portlet-listing-entry .content h4 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-3 .portlet-listing-content-container h4,
  #portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2,
  #portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #portlets_one_page .listing_entry .content h4,
  #portlets_one_page .listing_entry .content h4 a,
  #portlets_one_page .listing_entry .content h2,
  #portlets_one_page .listing_entry .content h2 a,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #mixItUp .portlet-listing-entry .content h4,
  #mixItUp .portlet-listing-entry .content h4 a,
  #mixItUp .portlet-listing-entry .content h2,
  #mixItUp .portlet-listing-entry .content h2 a,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a,
  #mixItUp .listing_entry .content h4,
  #mixItUp .listing_entry .content h4 a,
  #mixItUp .listing_entry .content h2,
  #mixItUp .listing_entry .content h2 a {
    font: 700 15px/22px "Fira Sans";
  }
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 + .portlet-entry-link, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 + .listing-more-button, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a + .portlet-entry-link, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a + .listing-more-button,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 + .listing-more-button, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a + .portlet-entry-link, #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a + .listing-more-button,
#portlets_one_page .portlet-listing-entry .content h4 + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .content h4 + .listing-more-button,
#portlets_one_page .portlet-listing-entry .content h4 a + .portlet-entry-link,
#portlets_one_page .portlet-listing-entry .content h4 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-3 .portlet-listing-content-container h4 + .portlet-entry-link,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 + .listing-more-button,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a + .portlet-entry-link,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a + .listing-more-button,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 + .portlet-entry-link,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 + .listing-more-button,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a + .portlet-entry-link,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a + .listing-more-button,
#portlets_one_page .listing_entry .content h4 + .portlet-entry-link,
#portlets_one_page .listing_entry .content h4 + .listing-more-button,
#portlets_one_page .listing_entry .content h4 a + .portlet-entry-link,
#portlets_one_page .listing_entry .content h4 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-3 .portlet-listing-content-container h4 + .portlet-entry-link,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 + .listing-more-button,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a + .portlet-entry-link,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h4 a + .listing-more-button,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 + .portlet-entry-link,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 + .listing-more-button,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a + .portlet-entry-link,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h2 a + .listing-more-button,
#mixItUp .portlet-listing-entry .content h4 + .portlet-entry-link,
#mixItUp .portlet-listing-entry .content h4 + .listing-more-button,
#mixItUp .portlet-listing-entry .content h4 a + .portlet-entry-link,
#mixItUp .portlet-listing-entry .content h4 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-3 .portlet-listing-content-container h4 + .portlet-entry-link,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 + .listing-more-button,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a + .portlet-entry-link,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h4 a + .listing-more-button,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 + .portlet-entry-link,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 + .listing-more-button,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a + .portlet-entry-link,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h2 a + .listing-more-button,
#mixItUp .listing_entry .content h4 + .portlet-entry-link,
#mixItUp .listing_entry .content h4 + .listing-more-button,
#mixItUp .listing_entry .content h4 a + .portlet-entry-link,
#mixItUp .listing_entry .content h4 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-3 .portlet-listing-content-container h3.portlet-entry-subtitle,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle,
#portlets_one_page .portlet-listing-entry .content h3.portlet-entry-subtitle,
#portlets_one_page .portlet-listing-entry .content h3.subtitle,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.portlet-entry-subtitle,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle,
#portlets_one_page .listing_entry .content h3.portlet-entry-subtitle,
#portlets_one_page .listing_entry .content h3.subtitle,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h3.portlet-entry-subtitle,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle,
#mixItUp .portlet-listing-entry .content h3.portlet-entry-subtitle,
#mixItUp .portlet-listing-entry .content h3.subtitle,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.portlet-entry-subtitle,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle,
#mixItUp .listing_entry .content h3.portlet-entry-subtitle,
#mixItUp .listing_entry .content h3.subtitle {
  font-weight: 400;
  margin-bottom: var(--size15);
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h3.portlet-entry-subtitle:empty,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle:empty,
#portlets_one_page .portlet-listing-entry .content h3.portlet-entry-subtitle:empty,
#portlets_one_page .portlet-listing-entry .content h3.subtitle:empty,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.portlet-entry-subtitle:empty,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle:empty,
#portlets_one_page .listing_entry .content h3.portlet-entry-subtitle:empty,
#portlets_one_page .listing_entry .content h3.subtitle:empty,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h3.portlet-entry-subtitle:empty,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle:empty,
#mixItUp .portlet-listing-entry .content h3.portlet-entry-subtitle:empty,
#mixItUp .portlet-listing-entry .content h3.subtitle:empty,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.portlet-entry-subtitle:empty,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container h3.subtitle:empty,
#mixItUp .listing_entry .content h3.portlet-entry-subtitle:empty,
#mixItUp .listing_entry .content h3.subtitle:empty {
  display: none;
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-introduction,
#portlets_one_page .portlet-listing-entry .content .portlet-entry-introduction,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-introduction,
#portlets_one_page .listing_entry .content .portlet-entry-introduction,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-introduction,
#mixItUp .portlet-listing-entry .content .portlet-entry-introduction,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-introduction,
#mixItUp .listing_entry .content .portlet-entry-introduction {
  margin-bottom: var(--size15);
  font-weight: 700;
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-date,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
#portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
#mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .listing-date,
#mixItUp .listing_entry .content .portlet-entry-date,
#mixItUp .listing_entry .content .listing-date {
  font: 700 14px/24px "Fira Sans";
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: var(--size25);
  position: relative;
  padding: 0 0 var(--size20) 0;
  padding-bottom: 5px;
  color: #555;
}
@media screen and (max-width: 500px) {
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .listing-date,
  #mixItUp .listing_entry .content .portlet-entry-date,
  #mixItUp .listing_entry .content .listing-date {
    font-size: 13px;
    line-height: 23px;
  }
}
@media print {
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .listing-date,
  #mixItUp .listing_entry .content .portlet-entry-date,
  #mixItUp .listing_entry .content .listing-date {
    font: 400 12px/20px "Fira Sans";
    color: #000;
  }
}
@media print {
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .listing-date,
  #mixItUp .listing_entry .content .portlet-entry-date,
  #mixItUp .listing_entry .content .listing-date {
    padding: 0;
  }
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-date:before,
  #portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date:before,
  #portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date:before,
  #mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date:before,
  #mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .listing-date:before,
  #mixItUp .listing_entry .content .portlet-entry-date:before,
  #mixItUp .listing_entry .content .listing-date:before {
    display: none;
  }
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .portlet-entry-date:before,
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date:before,
#portlets_one_page .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date:before,
#mixItUp .portlet-listing-entry #portlet-listing-3 .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-3 .portlet-listing-content-container .portlet-entry-date:before,
#mixItUp .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .documents,
#portlets_one_page .portlet-listing-entry .content .documents,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container .documents,
#portlets_one_page .listing_entry .content .documents,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .documents,
#mixItUp .portlet-listing-entry .content .documents,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .documents,
#mixItUp .listing_entry .content .documents {
  margin-bottom: 0;
  padding-top: var(--size15);
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container p,
#portlets_one_page .portlet-listing-entry .content p,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container p,
#portlets_one_page .listing_entry .content p,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container p,
#mixItUp .portlet-listing-entry .content p,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container p,
#mixItUp .listing_entry .content p {
  margin-bottom: var(--size15);
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container p:last-child,
#portlets_one_page .portlet-listing-entry .content p:last-child,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container p:last-child,
#portlets_one_page .listing_entry .content p:last-child,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container p:last-child,
#mixItUp .portlet-listing-entry .content p:last-child,
#mixItUp .listing_entry #portlet-listing-3 .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-3 .portlet-listing-content-container .listing_properties,
#portlets_one_page .portlet-listing-entry .content .listing_properties,
#portlets_one_page .listing_entry #portlet-listing-3 .portlet-listing-content-container .listing_properties,
#portlets_one_page .listing_entry .content .listing_properties,
#mixItUp .portlet-listing-entry #portlet-listing-3 .portlet-listing-content-container .listing_properties,
#mixItUp .portlet-listing-entry .content .listing_properties,
#mixItUp .listing_entry #portlet-listing-3 .portlet-listing-content-container .listing_properties,
#mixItUp .listing_entry .content .listing_properties {
  margin-top: var(--size20);
}
#portlets_one_page .portlet-listing-entry #portlet-listing-3 .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-3 .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-3 .portlet-listing-content-container .listing_properties .parent_property_title,
#mixItUp .portlet-listing-entry .content .listing_properties .parent_property_title,
#mixItUp .listing_entry #portlet-listing-3 .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: 0 0 500px;
  max-width: 46%;
  box-sizing: border-box;
}
#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(--size25) var(--size15) 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: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFBE00;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px var(--size20) 6px;
  margin-top: var(--size25);
  align-self: flex-start;
}
@media screen and (max-width: 500px) {
  #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-size: 16px;
    line-height: 27px;
  }
}
@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 "Fira Sans";
    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: #cc9800;
}
@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;
  }
}
@media screen and (max-width: 500px) {
  #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 {
    padding: 4px var(--size20) 4px;
    font-size: 15px;
  }
}
#portlets_one_page .listing_entry_hidden,
#mixItUp .listing_entry_hidden {
  display: none;
}
#portlets_one_page .listing_entry.tag_7 .listing-title,
#portlets_one_page .listing_entry.tag_7 .listing-title a, #portlets_one_page .listing_entry.tag_3 .listing-title,
#portlets_one_page .listing_entry.tag_3 .listing-title a, #portlets_one_page .listing_entry.tag_11 .listing-title,
#portlets_one_page .listing_entry.tag_11 .listing-title a,
#mixItUp .listing_entry.tag_7 .listing-title,
#mixItUp .listing_entry.tag_7 .listing-title a,
#mixItUp .listing_entry.tag_3 .listing-title,
#mixItUp .listing_entry.tag_3 .listing-title a,
#mixItUp .listing_entry.tag_11 .listing-title,
#mixItUp .listing_entry.tag_11 .listing-title a {
  color: #F08000;
}
#portlets_one_page .listing_entry.tag_4 .listing-title,
#portlets_one_page .listing_entry.tag_4 .listing-title a, #portlets_one_page .listing_entry.tag_8 .listing-title,
#portlets_one_page .listing_entry.tag_8 .listing-title a, #portlets_one_page .listing_entry.tag_12 .listing-title,
#portlets_one_page .listing_entry.tag_12 .listing-title a,
#mixItUp .listing_entry.tag_4 .listing-title,
#mixItUp .listing_entry.tag_4 .listing-title a,
#mixItUp .listing_entry.tag_8 .listing-title,
#mixItUp .listing_entry.tag_8 .listing-title a,
#mixItUp .listing_entry.tag_12 .listing-title,
#mixItUp .listing_entry.tag_12 .listing-title a {
  color: #165CAA;
}
#portlets_one_page .listing_entry.tag_5 .listing-title,
#portlets_one_page .listing_entry.tag_5 .listing-title a, #portlets_one_page .listing_entry.tag_9 .listing-title,
#portlets_one_page .listing_entry.tag_9 .listing-title a, #portlets_one_page .listing_entry.tag_13 .listing-title,
#portlets_one_page .listing_entry.tag_13 .listing-title a,
#mixItUp .listing_entry.tag_5 .listing-title,
#mixItUp .listing_entry.tag_5 .listing-title a,
#mixItUp .listing_entry.tag_9 .listing-title,
#mixItUp .listing_entry.tag_9 .listing-title a,
#mixItUp .listing_entry.tag_13 .listing-title,
#mixItUp .listing_entry.tag_13 .listing-title a {
  color: #8DA93E;
}
#portlets_one_page .listing_entry.tag_6 .listing-title,
#portlets_one_page .listing_entry.tag_6 .listing-title a, #portlets_one_page .listing_entry.tag_10 .listing-title,
#portlets_one_page .listing_entry.tag_10 .listing-title a, #portlets_one_page .listing_entry.tag_14 .listing-title,
#portlets_one_page .listing_entry.tag_14 .listing-title a,
#mixItUp .listing_entry.tag_6 .listing-title,
#mixItUp .listing_entry.tag_6 .listing-title a,
#mixItUp .listing_entry.tag_10 .listing-title,
#mixItUp .listing_entry.tag_10 .listing-title a,
#mixItUp .listing_entry.tag_14 .listing-title,
#mixItUp .listing_entry.tag_14 .listing-title a {
  color: #B7142B;
}
#portlets_one_page .listing_entry.tag_17 .listing-title,
#portlets_one_page .listing_entry.tag_17 .listing-title a, #portlets_one_page .listing_entry.tag_15 .listing-title,
#portlets_one_page .listing_entry.tag_15 .listing-title a,
#mixItUp .listing_entry.tag_17 .listing-title,
#mixItUp .listing_entry.tag_17 .listing-title a,
#mixItUp .listing_entry.tag_15 .listing-title,
#mixItUp .listing_entry.tag_15 .listing-title a {
  color: #FFC000;
}
#portlets_one_page .listing_entry .listing-entry-inline .content .listing-content-introduction,
#mixItUp .listing_entry .listing-entry-inline .content .listing-content-introduction {
  font-weight: 900;
  margin-bottom: 20px;
}

.listing_tags {
  padding: 3px var(--size15);
  background: #b9af9b;
  border-radius: 5px;
  transform: translateZ(0);
  margin: var(--size20) var(--size10) 0 0;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: none;
}
.listing_tags.tag_1 {
  background: #E8AA0C;
}
.listing_tags.tag_2 {
  background: #33be75;
}

.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 #F8F7F5;
  padding: var(--size20);
  background: #ffffff;
  border-radius: 2px;
  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(--size60);
}
#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 .select2-container {
  width: 100% !important;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
}
@media screen and (max-width: 500px) {
  .listing_property_filter form p.p_select2 .select2-container {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .listing_property_filter form p.p_select2 .select2-container {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.listing_property_filter form p.p_select2 .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 .select2-container.select2-container--default .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 49px;
  height: 50px;
  background: #F8F7F5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid white;
}
.listing_property_filter form p.p_select2 .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 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 48px;
  width: 100%;
}
.listing_property_filter form p.p_select2 .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 .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 .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 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
  padding: 5px 3px;
}
.listing_property_filter form p.p_select2 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
  margin: 0;
  cursor: pointer;
  line-height: 15px;
  font-family: "Fira Sans";
}
.listing_property_filter form p.p_select2 .select2-container.select2-container--focus .select2-selection--multiple {
  cursor: pointer !important;
}
.listing_property_filter form p.p_select2 .select2-container.select2-container--focus .select2-selection--multiple .select2-search input {
  cursor: text !important;
}
.listing_property_filter form p.p_select2 .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 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-size: 15px;
  line-height: 27px;
}
@media screen and (max-width: 500px) {
  .listing_property_filter form .listing_search_wrap input {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .listing_property_filter form .listing_search_wrap input {
    font: 400 13px/22px "Fira Sans";
    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: #FFBE00;
}
.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: #FFBE00;
  line-height: #FFBE00;
  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(--size25);
}
ul.tags li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #000000;
  background: #F8F7F5;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  margin-right: var(--size15);
  margin-top: var(--size15);
  font-size: clamp(12px, 1.7vw, 17px) !important;
}
@media screen and (max-width: 500px) {
  ul.tags li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  ul.tags li {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
ul.tags li:focus, ul.tags li:hover {
  background: #e3dfd7;
}
@media print {
  ul.tags li {
    display: none;
  }
}
ul.tags li.active {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFBE00;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  margin-right: var(--size15);
}
@media screen and (max-width: 500px) {
  ul.tags li.active {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  ul.tags li.active {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
ul.tags li.active:focus, ul.tags li.active:hover {
  background: #cc9800;
}
@media print {
  ul.tags li.active {
    display: none;
  }
}
ul.tags li.active:hover {
  background-color: #FFA800;
}
ul.tags li button {
  all: unset;
  font-weight: 400 !important;
}

/* @end */
/* @group mailform */
.mod_mailform {
  overflow-x: hidden;
}
.mod_mailform #mailform_elements {
  margin-top: var(--size60);
}
.mod_mailform .mailform_element:not(:first-child) {
  margin-top: var(--size15);
}
.mod_mailform .mailform_element.heading2_field:not(:first-child) {
  margin-top: var(--size50);
}
.mod_mailform .mailform_element.heading2_field h2 {
  position: relative;
  padding: 0 0 var(--size20) 0;
  margin: 0 0 var(--size10);
}
@media print {
  .mod_mailform .mailform_element.heading2_field h2 {
    padding: 0;
  }
  .mod_mailform .mailform_element.heading2_field h2:before {
    display: none;
  }
}

#mailform_submit_button,
.mailform_element {
  text-align: left;
}

.mailform_element label,
#mailform_submit_button label,
.login_form label {
  float: none;
  width: 100%;
  text-align: right;
  padding: 9px 0 6px 0;
  box-sizing: border-box;
}

#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 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  color: #555;
  padding: 9px var(--size15) 8px;
  outline: none;
  background: #fff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 5px;
  transform: translateZ(0);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 500px) {
  .mailform_element.file_field input + label,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .mailform_element.file_field input + label,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 400 13px/22px "Fira Sans";
    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: #FFBE00;
  color: #FFBE00;
}
.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;
}

.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,
.login_form .button {
  display: inline-block;
  margin: 0;
  padding: calc(var(--size15) + 1px) var(--size25) var(--size15);
  width: auto;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
  color: #fff;
  background: #FFBE00;
  border-radius: 5px;
  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-color 0.2s ease-out, transform 0.2s ease-out;
  margin: 10px 0 0;
}
@media screen and (max-width: 500px) {
  .mailform-submit,
  .login_form .button {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .mailform-submit,
  .login_form .button {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.mailform-submit:focus, .mailform-submit:hover,
.login_form .button:focus,
.login_form .button:hover {
  background: #cc9800;
}
@media print {
  .mailform-submit,
  .login_form .button {
    display: none;
  }
}
.mailform-submit:hover,
.login_form .button:hover {
  color: #fff;
}

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

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

.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;
  margin-bottom: 10px;
}
.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: #dddddd;
  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: #FFBE00;
  background: none;
  z-index: 4;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  color: #FFBE00;
}
.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: #dddddd;
  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: #FFBE00;
  background: none;
  z-index: 4;
}
.mailform_element.radio_field input:checked + label.radio:before {
  color: #FFBE00;
}
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

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

span.select2-container--default span.select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  height: auto;
  border-radius: 5px;
  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: "Fira Sans";
  color: #555;
  padding: 9px var(--size15) 8px;
  outline: none;
  box-sizing: border-box;
  display: block;
  transition: color 0.3s ease-out;
}
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 {
  top: 17px;
  right: 6px;
}
span.select2-container--default span.select2-selection--single span.select2-selection__arrow:before {
  content: "\f0d7";
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: rgb(233.3, 230.2, 224);
  font-weight: 700;
  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: #F8F7F5;
}
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: #FFBE00;
}

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

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

li.select2-results__option {
  padding: 9px var(--size15) 8px;
  color: #555;
}

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

.mailform_element.datetime_field input {
  margin-bottom: 6px;
}
.mailform_element.datetime_field .select2-container {
  width: calc(50% - 8px) !important;
}
.mailform_element.datetime_field .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(--size10);
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "Fira Sans";
  color: #555;
  padding: 7px 10px 2px;
  margin: 7px 0 0 0;
  width: 340px;
  border-radius: 2px;
  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: #F8F7F5;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget .ui-widget-header {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #555;
}
.ui-datepicker.ui-widget th {
  padding: 5px 2px;
  color: #555;
  text-transform: none;
  background: none;
  border: 0;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget th {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 13px/22px "Fira Sans";
    color: #000;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 17px/28px "Fira Sans";
  letter-spacing: 0.3px;
  color: #555;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media print {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 400 13px/22px "Fira Sans";
    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: #555;
  border: none;
  background: #fff;
  transition: all 0.3s ease-out;
  border-radius: 5px;
  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: #F8F7F5;
  color: #555;
  border-color: #F8F7F5;
}
.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: #FFBE00;
  color: #fff;
  border-color: #FFBE00;
}
.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: #555;
  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: #FFBE00;
}
.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 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(85, 85, 85, 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: #FFBE00 !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 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group management */
.logged_in div.portlets.portlets_one_page div.portlets_inner_wrap:after {
  background: none;
}

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

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group space changes global */
@media screen and (max-width: 1000px) {
  body {
    --size10: 1vw;
    --size15: 1.5vw;
    --size20: 2vw;
    --size25: 2.5vw;
    --size30: 3vw;
    --size35: 3.5vw;
    --size40: 4vw;
    --size45: 4.5vw;
    --size50: 5vw;
    --size60: 6vw;
    --size70: 7vw;
    --size80: 8vw;
    --size90: 9vw;
    --size100: 10vw;
    --size110: 11vw;
    --size120: 12vw;
    --size130: 13vw;
    --size140: 14vw;
    --size150: 15vw;
    --size160: 16vw;
    --size170: 17vw;
    --size180: 18vw;
    --size190: 19vw;
    --size200: 20vw;
  }
}
@media screen and (max-width: 500px) {
  body {
    --size10: 5px;
    --size15: 9px;
    --size20: 15px;
    --size25: 17px;
    --size30: 18px;
    --size35: 20px;
    --size40: 22px;
    --size45: 23px;
    --size50: 26px;
    --size60: 28px;
    --size70: 32px;
    --size80: 35px;
    --size90: 35px;
    --size100: 40px;
    --size110: 40px;
    --size120: 40px;
    --size130: 45px;
    --size140: 45px;
    --size150: 50px;
    --size160: 50px;
    --size170: 50px;
    --size180: 55px;
    --size190: 55px;
    --size200: 60px;
  }
}
/* @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(14vw, 1fr));
    grid-gap: var(--size30);
    grid-auto-rows: minmax(14vw, auto);
  }
}
@media screen and (max-width: 1400px) {
  #navigation_wrap {
    margin-left: var(--size50);
  }
  #header .header_inner {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 1300px) {
  .pictures.picture_right {
    margin-left: 0;
    margin-top: 30px;
    width: 350px;
    margin-left: var(--size80);
    max-width: 100%;
  }
  img.resource_image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  #navigation_wrap {
    margin-left: var(--size35);
  }
  #navigation > ul > li:not(:first-child) {
    margin-left: var(--size20);
  }
}
/* @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: 70px;
  }
  body:not(.category_1) #header .header_top .responsive_navigation_toggle,
  body:not(.category_1) #header.header_left .header_top .responsive_navigation_toggle {
    display: none;
  }
  body:not(.category_1) #header .header_top .back_to_overview a {
    font: 400 17px/28px "Fira Sans";
    letter-spacing: 0.3px;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    display: block;
    transition: all 0.3s ease-out;
    background: #FFBE00;
    padding: 8px var(--size20) 7px;
    border-radius: 5px;
    transform: translateZ(0);
    border: none;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1200px) {
  body:not(.category_1) #header .header_top .back_to_overview a {
    font-size: 16px;
    letter-spacing: 0.25px;
  }
}
@media screen and (max-width: 1100px) {
  body:not(.category_1) #header .header_top .back_to_overview a i {
    margin-right: 6px;
  }
  body:not(.category_1) #header .header_top .back_to_overview a.current, body:not(.category_1) #header .header_top .back_to_overview a:hover {
    color: #ffffff;
    background: rgb(214.2, 159.6, 0);
  }
  #header .header_top .navigation_wrap .navigation_inner {
    padding: 0;
  }
  #header .header_top .navigation_wrap .navigation_inner #navigation {
    width: 100%;
  }
  #header + .page #siteframe,
  #header.header_left + .page #siteframe {
    padding-top: var(--headerHeight);
  }
  #logo img {
    width: 120px;
  }
  #content .content_inner {
    margin-top: 50px;
  }
  #header, #header.header_left {
    left: calc(-1 * var(--withHeaderLeft));
    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;
  }
  #header #navigation_wrap, #header.header_left #navigation_wrap {
    opacity: 0;
  }
  #header .header_top, #header.header_left .header_top {
    position: fixed;
    left: 0;
    background: #FFBE00;
    width: 100%;
    padding-left: 20px;
    padding-right: 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 160px;
  }
  #header .header_top .responsive_navigation_toggle, #header.header_left .header_top .responsive_navigation_toggle {
    display: block;
    background-color: #FFBE00;
    border: none;
  }
  #header .header_top .responsive_navigation_toggle span, #header.header_left .header_top .responsive_navigation_toggle span {
    background-color: white;
  }
  #header .header_inner, #header.header_left .header_inner {
    padding: 0;
  }
  #header .header_inner #navigation_wrap, #header.header_left .header_inner #navigation_wrap {
    background: #FFBE00;
    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(--size40);
  }
  #header.header_left + .page #portlets_one_page .portlet.impressions .pictures {
    grid-template-columns: repeat(auto-fill, minmax(var(--size180), 1fr));
    grid-auto-rows: minmax(var(--size180), auto);
    grid-gap: var(--size40);
  }
  #header.header_left + .page #slider .slick-slider,
  #header.header_left + .page #slider .pictures {
    height: calc(100vh - var(--headerHeight));
  }
  #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;
  }
  .content_inner .content_inner_column {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }
  #header + •page #siteframe, #header.header_left + •page #siteframe {
    padding-top: var --headerHeight;
  }
}
@media screen and (max-width: 1000px) {
  #portlets_one_page .portlet .portlet_content_description.with_informations_box .informations_box_wrap {
    margin-left: var(--size50);
  }
  #portlets_one_page .portlet.impressions .pictures {
    grid-template-columns: repeat(auto-fill, minmax(var(--size180), 1fr)) !important;
    grid-auto-rows: minmax(var(--size180), auto) !important;
    grid-gap: var(--size20) !important;
  }
  #portlets_one_page .portlet.picture_top_small img {
    max-height: 55vw;
  }
  #portlets_one_page .portlet .contact_persons_tabs_wrap .contact_persons_tabs .portlet_listing_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .content_inner .content_inner_column .pictures.picture_right {
    margin-left: var(--size80);
    margin-top: 30px;
  }
  .content_inner .content_inner_column .pictures.picture_right img.resource_image {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_inner .meta_navi_footer {
    width: 100%;
    margin-top: var(--size20);
  }
  #logo img {
    width: 120px;
  }
  #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(--size30);
    margin-left: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #portlets_one_page .contact_persons_tabs_wrap .portlet_listing_wrap .portlet.portlet_listing .portlet-title + .portlet-listing-entry-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .portlet-listing-entry:has(.listing_tags.tag_17) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_15) .portlet-entry-title {
    font-size: 20px;
  }
  .portlet-listing-entry:has(.listing_tags.tag_3) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_11) .portlet-entry-title {
    font-size: 20px;
  }
  .portlet-listing-entry:has(.listing_tags.tag_4) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_12) .portlet-entry-title {
    font-size: 20px;
  }
  .portlet-listing-entry:has(.listing_tags.tag_5) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_13) .portlet-entry-title {
    font-size: 20px;
  }
  .portlet-listing-entry:has(.listing_tags.tag_14) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-entry-title, .portlet-listing-entry:has(.listing_tags.tag_6) .portlet-entry-title {
    font-size: 20px;
  }
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
    font-size: 14px;
    line-height: 20px;
  }
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction {
    font-size: 14px;
    line-height: 20px;
  }
  #portlet_content_11 .portlet-content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 850px) {
  #portlet-listing-3, #portlet-listing-4, #portlet-listing-8, #portlet-listing-9, #portlet-listing-10 {
    display: flex;
    flex-direction: column;
  }
  #portlets_one_page #portlet-listing-3 .portlet-listing-entry {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #portlets_one_page #portlet-listing-4 .portlet-listing-entry {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #portlets_one_page #portlet-listing-8 .portlet-listing-entry {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #portlets_one_page #portlet-listing-9 .portlet-listing-entry {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #portlets_one_page #portlet-listing-10 .portlet-listing-entry {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #portlets_one_page .portlet-listing-entry .portlet-listing-content-container {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media screen and (max-width: 800px) {
  #portlets_one_page .portlet.picture_next_to_text.picture_right .pictures {
    margin-left: var(--size50);
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_left .pictures {
    margin-right: var(--size40);
  }
  #portlets_one_page .portlet.map .portlet-content {
    flex-flow: column;
  }
  #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(--size40);
  }
  #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(--size40) !important;
    order: 0;
  }
  #portlets_one_page .portlet.property_table .portlet_text_wrap {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  #portlets_one_page .contact_persons_tabs_wrap .tabs_list span {
    display: none;
  }
  #portlets_one_page .portlet.picture_next_to_text .portlet-content {
    flex-flow: column-reverse;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #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_content_subtitle {
    margin-top: 10px;
  }
  #portlets_one_page .portlet-content .portlet_text_wrap .portlet-title {
    font-size: 30px;
  }
  .content_inner .content_inner_column {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .content_inner .content_inner_column .pictures.picture_right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .content_inner .content_inner_column .pictures.picture_right img.resource_image {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  body:not(.category_1) #header .header_top .responsive_navigation_toggle,
  body:not(.category_1) #header.header_left .header_top .responsive_navigation_toggle {
    display: none;
  }
  body:not(.category_1) #header .header_top .back_to_overview a {
    background: none;
    color: #ffffff;
    font-size: 26px;
  }
  body:not(.category_1) #header .header_top .back_to_overview a i {
    margin-right: 0px;
  }
  body:not(.category_1) #header .header_top .back_to_overview a span {
    display: none;
  }
  body:not(.category_1) #header .header_top .back_to_overview a.current, body:not(.category_1) #header .header_top .back_to_overview a:hover {
    color: #FFA800;
    background: none;
  }
}
@media screen and (max-width: 700px) {
  #content .content_inner.flex_content {
    flex-flow: column;
  }
  .pictures.picture_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: var(--size50);
  }
}
@media screen and (max-width: 600px) {
  iframe {
    height: 300px;
  }
  #portlets_one_page .portlet.picture_next_to_text .portlet-content {
    padding-left: 40px;
    padding-top: 30px;
  }
  #portlet_content_3 {
    display: flex;
    flex-direction: column;
  }
  #portlet_content_3 .portlet_inner {
    order: 1;
  }
  #portlet_content_3 .portlet_inner .portlet-title {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
  }
  #portlet_content_3 .portlet-content {
    order: 0;
    font-size: 26px;
    font-weight: 900;
  }
  #portlets_one_page .portlet.portlet_listing .portlet_listing_introduction + .portlet-listing-entry-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  #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.portlet_listing.slider.one_element .portlet-listing-content-container {
    padding-top: var(--size30);
    padding-left: 0;
  }
  .portlet.portlet_content.portlet_index_1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #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;
    align-items: center;
  }
  #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 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #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 {
    padding-bottom: 3px;
    font-size: 11px;
  }
  #portlets_one_page .portlet-content .portlet_text_wrap .portlet-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  body {
    --withHeaderLeft: 280px;
  }
  #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(--size50) + 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;
  }
  .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;
  }
  .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;
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements .portlet-listing-entry {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_listing .portlet_listing_introduction + .portlet-listing-entry-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #portlets_one_page .contact_persons_tabs_wrap .contact_persons_tabs.scrollable_tablist {
    position: relative;
  }
  #portlets_one_page .contact_persons_tabs_wrap .contact_persons_tabs.scrollable_tablist:after {
    content: "\f07e";
    position: absolute;
    top: -20px;
    left: unset;
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: none;
    color: inherit;
    right: 20px;
  }
  #portlets_one_page .contact_persons_tabs_wrap .tabs_list {
    position: relative;
    justify-content: flex-start;
    overflow: auto;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .portlet-listing-entry:has(.listing_tags.tag_17) .portlet-entry-title,
  .portlet-listing-entry:has(.listing_tags.tag_15) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_13) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_14) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_11) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_12) .portlet-entry-title {
    font-size: 18px;
  }
}
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @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 !important;
    background: #FFF;
  }
  #slider #scroll_down_wrap,
  #slider .content_inner_wrap:not(:first-child):before,
  #portlets_one_page .contact_persons_tabs_wrap .tabs_list,
  .portlet-listing-entry:has(.portlet-entry-subtitle) .portlet-listing-entry-inline .portlet-listing-content-container .portlet-entry-subtitle,
  #footer .footer_inner .footer_bottom .portlet ul:not(.controls) li:after,
  #footer .footer_inner .meta_navi_footer ul:not(.controls) li:after,
  .slick-arrow,
  .resource_container.documents,
  .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: 10px;
  }
  #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: none !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: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;
    margin: 0;
  }
  #portlets_one_page .portlet .portlet-title:first-child:before,
  #portlets_one_page .portlet .portlet_listing_subtitle:before,
  #portlets_one_page .portlet .portlet_content_subtitle:before {
    display: none;
  }
  #portlets_one_page .portlet .portlet_content_description .informations_box_wrap {
    margin-left: var(--size60);
  }
  #portlets_one_page .portlet .portlet-content > .pictures {
    display: none;
  }
  #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);
  }
  #portlets_one_page .portlet.picture_next_to_text.picture_left .pictures {
    margin-right: var(--size60);
  }
  #portlets_one_page .portlet.impressions {
    display: none;
  }
  #portlets_one_page .portlet.signal_color {
    display: none;
  }
  #portlets_one_page .portlet.map .portlet_text_wrap {
    padding: var(--size25);
  }
  #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);
    margin-bottom: 0;
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements {
    page-break-before: always;
    flex-direction: column;
  }
  #portlets_one_page .portlet.portlet_listing.slider.two_elements .slick-track {
    width: 100vw !important;
    transform: unset !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #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;
  }
  #slider {
    margin-bottom: var(--size50);
  }
  #slider .content_inner_wrap:not(:first-child) {
    position: relative;
    display: none !important;
  }
  #slider .content_inner_wrap:not(:first-child) h1, #slider .content_inner_wrap:not(:first-child) h2.subtitle {
    color: #000;
    text-shadow: none;
  }
  #slider .content_inner_wrap:not(:first-child) h2.subtitle {
    font-weight: 400;
  }
  #portlets_one_page .portlet-listing-entry,
  #portlets_one_page .listing_entry,
  #mixItUp .portlet-listing-entry,
  #mixItUp .listing_entry {
    page-break-inside: avoid;
  }
  .portlet.portlet_content.portlet_index_1 {
    padding: 0;
  }
  #portlet_content_8,
  #portlet_content_17,
  #portlet_content_19 {
    display: none !important;
  }
  #portlet_content_21 {
    display: none !important;
  }
  #portlet_content_21 .resource_background {
    display: none;
  }
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-listing-content-container,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-listing-content-container,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-listing-content-container,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-listing-content-container {
    padding-left: 0;
    padding-top: 10px;
  }
  #portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container {
    border: 1px solid black;
    height: 180px;
  }
  #portlets_one_page .contact_persons_tabs_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
    font-size: 13px;
  }
  .portlet-listing-entry-inline .portlet-listing-content-container {
    padding-left: 0;
  }
  #portlets_one_page .portlet.picture_next_to_text .portlet-content {
    margin-bottom: 150px;
  }
  #portlet_listing_16 .portlet-content .portlet_text_wrap .portlet-title,
  #portlet_listing_18 .portlet-content .portlet_text_wrap .portlet-title,
  #portlet_listing_20 .portlet-content .portlet_text_wrap .portlet-title,
  #portlet_listing_7 .portlet-content .portlet_text_wrap .portlet-title {
    font-size: 26px;
  }
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_9) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_10) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_7) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_8) .portlet-entry-title {
    margin-top: 0;
  }
  #portlets_one_page .portlet .portlet_listing_subtitle,
  #portlets_one_page .portlet-content .portlet_text_wrap .portlet-title {
    margin-bottom: 0;
  }
  #portlets_one_page .portlet-content .portlet_text_wrap .portlet-title,
  #portlets_one_page .portlet .portlet_listing_subtitle,
  #portlets_one_page .portlet-content .portlet_text_wrap .portlet_listing_introduction {
    line-height: 40px;
    text-align: left;
    margin-bottom: 10px;
  }
  #portlets_one_page .portlet.portlet_listing.grid .portlet-listing-entry-wrap .portlet-listing-entry {
    border: 1px solid black;
  }
  #portlets_one_page .portlet:nth-child(2n).portlet_listing .portlet-listing-entry {
    box-shadow: none;
    height: unset;
    margin-top: 0;
  }
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_17) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_6) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_5) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_4) .portlet-entry-title,
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry:has(.listing_tags.tag_3) .portlet-entry-title {
    color: black;
  }
  #portlet_content_11 .portlet-content {
    padding: 0;
  }
  #portlets_one_page .portlet .portlet_content_subtitle {
    display: flex;
    justify-content: left;
  }
  #portlet-listing-3, #portlet-listing-4, #portlet-listing-8, #portlet-listing-9, #portlet-listing-10 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    gap: 0;
  }
  #portlets_one_page .portlet-listing-entry {
    background-color: white;
    box-shadow: none;
  }
  #portlet-listing-3 .portlet-listing-entry .portlet-listing-content-container {
    align-items: flex-start !important;
  }
  #portlet-listing-3 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
    text-align: left;
    font-size: 13px;
  }
  #portlet-listing-3 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction {
    text-align: left;
  }
  #portlet-listing-4 .portlet-listing-entry .portlet-listing-content-container {
    align-items: flex-start !important;
  }
  #portlet-listing-4 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
    text-align: left;
    font-size: 13px;
  }
  #portlet-listing-4 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction {
    text-align: left;
  }
  #portlet-listing-8 .portlet-listing-entry .portlet-listing-content-container {
    align-items: flex-start !important;
  }
  #portlet-listing-8 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
    text-align: left;
    font-size: 13px;
  }
  #portlet-listing-8 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction {
    text-align: left;
  }
  #portlet-listing-9 .portlet-listing-entry .portlet-listing-content-container {
    align-items: flex-start !important;
  }
  #portlet-listing-9 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
    text-align: left;
    font-size: 13px;
  }
  #portlet-listing-9 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction {
    text-align: left;
  }
  #portlet-listing-10 .portlet-listing-entry .portlet-listing-content-container {
    align-items: flex-start !important;
  }
  #portlet-listing-10 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
    text-align: left;
    font-size: 13px;
  }
  #portlet-listing-10 .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction {
    text-align: left;
  }
  #portlets_one_page .contact_persons_tabs_wrap .portlet_listing_wrap {
    padding: 0 !important;
  }
  #portlet-listing-3 .portlet-listing-entry .portlet-listing-content-container,
  #portlet-listing-4 .portlet-listing-entry .portlet-listing-content-container,
  #portlet-listing-8 .portlet-listing-entry .portlet-listing-content-container,
  #portlet-listing-9 .portlet-listing-entry .portlet-listing-content-container,
  #portlet-listing-10 .portlet-listing-entry .portlet-listing-content-container {
    height: 100px;
    border: none;
    box-shadow: none;
  }
  #portlet-entry-3-0-12,
  #portlet-entry-3-2-14 {
    height: 150px;
  }
  #portlets_one_page .portlet-listing-entry:not(:first-child) {
    margin-top: 0px;
    box-shadow: none;
  }
  #portlets_one_page .portlet.portlet_listing .portlet_text_wrap {
    -moz-column-break-inside: avoid !important;
         break-inside: avoid !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  img.resource_image {
    width: 300px;
    height: 200px;
  }
  .pictures.big_picture:not(:last-child) {
    margin-bottom: 10px;
    margin-top: 0;
  }
  /* @end */
}/*# sourceMappingURL=styles.css.map */