@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 */
/*
|--------------------------------------------------------------------------
| 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 basic */
body {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  body {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}

body > nav {
  display: none;
}

#siteframe {
  overflow-x: hidden;
}

#content .content_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#content .content_inner .content_overflow {
  overflow: hidden;
}
#content .content_inner.full_width {
  max-width: 100%;
  background: #fff !important;
  padding: 0;
}
#content .content_inner .content_with_background {
  background: #FEAA01;
  color: #fff;
  text-align: center;
  padding: 50px 40px 55px;
  border-radius: 2px;
}
#content .content_inner .content_with_background .content_inner {
  padding: 0 20px;
}
#content .content_inner .content_with_background div.introduction,
#content .content_inner .content_with_background h1, #content .content_inner .content_with_background h2, #content .content_inner .content_with_background h3, #content .content_inner .content_with_background h4, #content .content_inner .content_with_background h5, #content .content_inner .content_with_background h6, #content .content_inner .content_with_background a {
  color: #fff;
}
#content .content_inner .content_with_background h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  max-width: 590px;
}
#content .content_inner .content_with_background h1:before {
  content: none;
}
#content .content_inner .content_with_background p > a {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #1D2835;
  background: #fff;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #content .content_inner .content_with_background p > a {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#content .content_inner .content_with_background p > a:focus, #content .content_inner .content_with_background p > a:hover {
  background: #e6e6e6;
}
#content .content_inner .content_with_background p > a:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  background: #e2e2da;
  color: #0f141b;
}

/* @end */
/* @group header */
#scroll_wrap + div {
  display: none;
}

#social_media_wrap {
  position: relative;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 1000;
  height: auto;
  float: right;
  padding: 10px 20px 0 0;
}
#social_media_wrap #social_media a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  background: transparent;
  pointer-events: all;
  margin: 0;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  position: relative;
}
#social_media_wrap #social_media a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
#social_media_wrap #social_media a:hover {
  opacity: 0.8;
  background: none !important;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}

#header.header_left #navigation_wrap #social_media_wrap,
#navigation_wrap.responsive_navi #social_media_wrap {
  position: relative;
  width: 100%;
  top: auto;
  right: auto;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  height: 27px;
}
#header.header_left #navigation_wrap #social_media_wrap #social_media,
#navigation_wrap.responsive_navi #social_media_wrap #social_media {
  width: 100%;
  text-align: center;
  display: block;
}
#header.header_left #navigation_wrap #social_media_wrap #social_media a, #header.header_left #navigation_wrap #social_media_wrap #social_media a.light,
#navigation_wrap.responsive_navi #social_media_wrap #social_media a,
#navigation_wrap.responsive_navi #social_media_wrap #social_media a.light {
  margin: 0 3px;
  height: 27px;
}

#header {
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  background: #1D2835;
  color: #fff;
}
#header.header_left {
  height: 100%;
  width: 310px;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#header.header_left + .page {
  width: calc(100% - 310px);
  float: right;
}
#header.header_left + .page #siteframe {
  padding-top: 0 !important;
}
#header.is_scrolled {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
#header .header_inner {
  padding: 25px 45px 25px 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#header .portlet {
  display: none;
}

.header_left #logo {
  margin: 5px 0 0;
}

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

#logo_print {
  display: none;
}

/* @end */
/* @group multipage */
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .pagination .pagination-numbers a {
  border-color: #fff;
  background: #F4F4F1;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .pagination .pagination-numbers a:hover, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .pagination .pagination-numbers a.current {
  background: #fff;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .listing_property_filter form p.p_select2 .select2-container.select2-container--default .select2-selection--multiple:before {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #000000;
  background: white;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-right: 20px;
}
@media print {
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li:focus, #module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li:hover {
  background: #e6e6e6;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li.active {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-right: 20px;
}
@media print {
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li.active {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li.active:focus, #module_multipage .multipage_entry_wrap:nth-child(2n+1) ul.tags li.active:hover {
  background: #0b0f14;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry {
  background: #F4F4F1;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) #listing .listing_entry,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) #portlets_portlet_right .portlet .portlet_inner {
  background: #fff;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag #listing .listing_entry {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a {
  background: #fff;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a.active {
  background: #1D2835;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea {
  background: #F4F4F1;
  border-color: rgba(109, 109, 109, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input:-webkit-autofill, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F4F4F1 inset;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input:focus, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input:hover, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea:focus, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea:hover {
  border-color: #1D2835;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--default .select2-selection--single {
  border-color: rgba(109, 109, 109, 0.6);
  background: #F4F4F1;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: rgba(109, 109, 109, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--open .select2-selection--single,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container:hover .select2-selection--single {
  border-color: #1D2835;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--open .select2-selection--single .select2-selection__arrow:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--open .select2-selection--single .select2-selection__rendered,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container:hover .select2-selection--single .select2-selection__arrow:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #1D2835;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element.checkbox_field label.checkbox:before {
  color: rgba(109, 109, 109, 0.6);
}
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery {
  text-align: center;
}
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9 h1, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing h1, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery h1 {
  margin-left: auto;
  margin-right: auto;
}
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9 h1:before, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing h1:before, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery h1:before {
  left: 50%;
  margin-left: -29px;
}
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery .show_more {
  padding-left: 3.7%;
}
#module_multipage .multipage_entry_wrap .multipage_entry .add_portlet_link {
  display: none;
}

.bx-wrapper .bx-controls-direction a {
  text-decoration: none;
}

/* @end */
/* @group footer */
#footer {
  background: #1D2835;
  color: #fff;
}
#footer .footer_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 55px;
  padding-bottom: 55px;
}
#footer .footer_inner .portlet .portlet-resource-link {
  display: none;
}
#footer .footer_inner .portlet_content_footer .portlet_content_description {
  font-weight: 100;
}
#footer .footer_inner .portlet_bottom {
  float: left;
}
#footer .footer_inner .portlet_bottom .logos_footer {
  clear: both;
  float: left;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
#footer .footer_inner .portlet_bottom .logos_footer .logo_footer {
  display: inline-block;
  margin: 5px 15px;
  width: 180px;
}
#footer .footer_inner .portlet_bottom .logos_footer .logo_footer img {
  width: 100%;
  height: auto;
}
#footer .footer_inner .call_to_action {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
  position: relative;
}
#footer .footer_inner .call_to_action .call_to_action_inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#footer .footer_inner .call_to_action .portlet {
  width: calc(50% - 10px);
}
#footer .footer_inner .call_to_action .portlet .portlet-content a {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #footer .footer_inner .call_to_action .portlet .portlet-content a {
    font: 400 13px/20px "Montserrat";
    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: #0b0f14;
}
#footer .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons {
  text-align: right;
  padding-bottom: 20px;
}
#footer .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons .portlet_content_introduction {
  margin-bottom: 15px;
}
#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 {
  float: right;
  margin-left: 20px;
  margin-top: 20px;
  color: #1D2835;
  background: #FEAA01;
}
#footer .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons .portlet-content a:hover {
  background: #e59901;
}
#footer .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons .portlet-content a:before {
  content: "\f095";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #1D2835;
  font-weight: 400;
  line-height: 28px;
  margin-right: 6px;
  position: relative;
  float: left;
}
#footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #FEAA01;
  text-decoration: none;
  color: #fff;
  pointer-events: none;
  margin-bottom: 3px;
}
@media screen and (max-width: 1050px) {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    margin-bottom: 5px;
  }
}
@media print {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font: 400 12px/23px "Montserrat";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
#footer .footer_inner .call_to_action .portlet_content_introduction {
  font: 600 30px/37px "Montserrat";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  color: #1D2835;
  color: #fff;
  margin-bottom: 23px;
}
@media screen and (max-width: 1050px) {
  #footer .footer_inner .call_to_action .portlet_content_introduction {
    font-size: 25px;
    line-height: 36px;
  }
}
@media print {
  #footer .footer_inner .call_to_action .portlet_content_introduction {
    font: 700 18px/24px "Montserrat";
    color: #000;
    margin-bottom: 10px;
  }
}
#footer .footer_inner .footer_bottom .portlet,
#footer .footer_inner .meta_navi_footer {
  float: right;
}
#footer .footer_inner .footer_bottom .portlet ul li,
#footer .footer_inner .meta_navi_footer ul li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  float: left;
}
#footer .footer_inner .footer_bottom .portlet ul li:before,
#footer .footer_inner .meta_navi_footer ul li:before {
  content: "|";
  position: absolute;
  left: 11px;
}
#footer .footer_inner .footer_bottom .portlet ul li:first-child,
#footer .footer_inner .meta_navi_footer ul li:first-child {
  padding-left: 0;
}
#footer .footer_inner .footer_bottom .portlet ul li:first-child:before,
#footer .footer_inner .meta_navi_footer ul li:first-child:before {
  display: none;
}
#footer .footer_inner .footer_bottom .portlet ul li a,
#footer .footer_inner .meta_navi_footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer .footer_inner .footer_bottom .portlet ul li a:hover,
#footer .footer_inner .meta_navi_footer ul li a:hover {
  color: #FEAA01;
}
#footer .footer_inner .footer_bottom .portlet {
  float: left;
}
#footer .footer_inner .copy {
  text-align: center;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
#footer .footer_inner .copy ul {
  display: inline-block;
}
#footer .footer_inner .copy ul li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  float: left;
}
#footer .footer_inner .copy ul li:before {
  content: "|";
  position: absolute;
  left: 11px;
}
#footer .footer_inner .copy ul li:first-child {
  padding-left: 0;
}
#footer .footer_inner .copy ul li:first-child:before {
  display: none;
}
#footer .footer_inner .copy a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
#footer .footer_inner .copy a span {
  display: none;
}
#footer .footer_inner .copy a:hover {
  color: #fff;
}
#footer.seperate {
  background: transparent;
}
#footer.seperate .footer_inner {
  padding: 0;
  max-width: none;
}
#footer.seperate .footer_inner .call_to_action,
#footer.seperate .footer_inner .footer_bottom {
  width: 100%;
}
#footer.seperate .footer_inner .call_to_action > .call_to_action_inner,
#footer.seperate .footer_inner .call_to_action > .footer_bottom_inner,
#footer.seperate .footer_inner .footer_bottom > .call_to_action_inner,
#footer.seperate .footer_inner .footer_bottom > .footer_bottom_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: 30px 20px;
}
#footer.seperate .footer_inner .call_to_action {
  margin-bottom: 0px;
  border-bottom: 0px;
  background: #1D2835;
  color: white;
}
#footer.seperate .footer_inner .call_to_action .portlet.portlet_content_call_to_action_buttons {
  padding-bottom: 0px;
}
#footer.seperate .footer_inner .call_to_action .portlet h3, #footer.seperate .footer_inner .call_to_action .portlet h3 a,
#footer.seperate .footer_inner .call_to_action .portlet h2, #footer.seperate .footer_inner .call_to_action .portlet h2 a {
  color: white;
}
#footer.seperate .footer_inner .call_to_action .portlet h2 {
  margin-bottom: 0px;
}
#footer.seperate .footer_inner .call_to_action .portlet .portlet-content a {
  color: #1D2835;
  background: #FEAA01;
}
#footer.seperate .footer_inner .call_to_action .portlet .portlet-content a:focus, #footer.seperate .footer_inner .call_to_action .portlet .portlet-content a:hover {
  background: #e6e6e6;
}
#footer.seperate .footer_inner .footer_bottom {
  background: #F4F4F1;
}

.logged_in #footer .footer_inner .footer_bottom .portlet {
  padding-right: 60px;
}

/* Slider Preload */
body.preload .multipage_tpl_full_big_picture #slider {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
body.preload .multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide img {
  width: 100%;
}

#privacy_banner {
  background: rgba(29, 40, 53, 0.95);
  border-radius: 6px;
}
#privacy_banner #privacy_banner_inner {
  padding: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.1px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  padding: 6px 14px 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover {
  opacity: 1;
  background: #FEAA01;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* @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;
}
#navigation_wrap .navigation_inner {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#navigation_wrap .single_navigation_link {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navigation_wrap .single_navigation_link.current, #navigation_wrap .single_navigation_link:hover {
  color: #FEAA01;
}

#navigation {
  text-align: left;
  padding-left: 94px;
}
#navigation > ul > li {
  padding: 0;
}
#navigation li.level0 > a {
  display: none;
}
#navigation .navigation {
  display: inline-block;
}
#navigation li {
  list-style: none;
  display: inline-block;
  padding: 0 13px;
}
#navigation li.level3, #navigation li.level2 {
  display: none;
}
#navigation li a {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navigation li a.current, #navigation li a:hover {
  color: #FEAA01;
}
#navigation li.current > a {
  color: #FEAA01;
}

#header.header_left .header_inner,
#navigation_wrap.responsive_navi {
  width: 310px;
  padding: 0;
  background: #1D2835;
}
#header.header_left .header_inner #logo,
#navigation_wrap.responsive_navi #logo {
  padding: 45px 45px 60px 45px;
  float: none;
}
#header.header_left .header_inner .single_link_right,
#navigation_wrap.responsive_navi .single_link_right {
  float: none;
  margin: 30px 20px 0;
  text-align: center;
}
#header.header_left .header_inner .single_link_right a,
#navigation_wrap.responsive_navi .single_link_right a {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #FEAA01;
  text-decoration: none;
  color: #1D2835;
  display: block;
  margin: 0 !important;
}
@media screen and (max-width: 1050px) {
  #header.header_left .header_inner .single_link_right a,
#navigation_wrap.responsive_navi .single_link_right a {
    margin-bottom: 5px;
  }
}
@media print {
  #header.header_left .header_inner .single_link_right a,
#navigation_wrap.responsive_navi .single_link_right a {
    font: 400 12px/23px "Montserrat";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
#header.header_left .header_inner .single_link_right a:hover, #header.header_left .header_inner .single_link_right a.current,
#navigation_wrap.responsive_navi .single_link_right a:hover,
#navigation_wrap.responsive_navi .single_link_right a.current {
  font-weight: 600;
}
#header.header_left .header_inner #navigation,
#navigation_wrap.responsive_navi #navigation {
  text-align: center;
  display: block;
}
#header.header_left .header_inner #navigation #nav-1 > a,
#navigation_wrap.responsive_navi #navigation #nav-1 > a {
  display: none;
}
#header.header_left .header_inner #navigation .navigation,
#navigation_wrap.responsive_navi #navigation .navigation {
  margin-top: 0;
  display: block;
}
#header.header_left .header_inner #navigation .navigation li,
#navigation_wrap.responsive_navi #navigation .navigation li {
  display: block;
  padding: 0;
  margin-top: -1px;
}
#header.header_left .header_inner #navigation .navigation li a,
#navigation_wrap.responsive_navi #navigation .navigation li a {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #FEAA01;
  text-decoration: none;
  color: #1D2835;
  padding: 10px 20px 11px;
  display: block;
  margin: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1050px) {
  #header.header_left .header_inner #navigation .navigation li a,
#navigation_wrap.responsive_navi #navigation .navigation li a {
    margin-bottom: 5px;
  }
}
@media print {
  #header.header_left .header_inner #navigation .navigation li a,
#navigation_wrap.responsive_navi #navigation .navigation li a {
    font: 400 12px/23px "Montserrat";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
#header.header_left .header_inner #navigation .navigation li a:hover,
#navigation_wrap.responsive_navi #navigation .navigation li a:hover {
  background: #efa001;
  font-weight: 600;
}
#header.header_left .header_inner #navigation .navigation li a:before,
#navigation_wrap.responsive_navi #navigation .navigation li a:before {
  display: none;
}
#header.header_left .header_inner #navigation .navigation li.current > a,
#navigation_wrap.responsive_navi #navigation .navigation li.current > a {
  background: #efa001;
  font-weight: 600;
}

#navigation_wrap.responsive_navi #portlet_left_navigation,
#header.header_left #portlet_left_navigation {
  margin-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 24px 30px 30px;
}
#navigation_wrap.responsive_navi #portlet_left_navigation.position_bottom,
#header.header_left #portlet_left_navigation.position_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#navigation_wrap.responsive_navi #portlet_left_navigation .portlet,
#header.header_left #portlet_left_navigation .portlet {
  display: block;
}
#navigation_wrap.responsive_navi #portlet_left_navigation h3, #navigation_wrap.responsive_navi #portlet_left_navigation h3 a,
#header.header_left #portlet_left_navigation h3,
#header.header_left #portlet_left_navigation h3 a {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  color: #fff;
  margin-top: 0;
  font-weight: 700;
}
@media print {
  #navigation_wrap.responsive_navi #portlet_left_navigation h3, #navigation_wrap.responsive_navi #portlet_left_navigation h3 a,
#header.header_left #portlet_left_navigation h3,
#header.header_left #portlet_left_navigation h3 a {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#navigation_wrap.responsive_navi #portlet_left_navigation .portlet_content_description a,
#header.header_left #portlet_left_navigation .portlet_content_description a {
  color: #fff;
  text-decoration: none;
}
#navigation_wrap.responsive_navi #portlet_left_navigation .portlet_content_description a:hover,
#header.header_left #portlet_left_navigation .portlet_content_description a:hover {
  text-decoration: underline;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link,
#header.header_left #portlet_left_navigation a.portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #1D2835;
  background: #fff;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 30px;
}
@media print {
  #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link,
#header.header_left #portlet_left_navigation a.portlet_content_link {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:focus, #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover,
#header.header_left #portlet_left_navigation a.portlet_content_link:focus,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover {
  background: #e6e6e6;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  background: #e2e2da;
  color: #0f141b;
}

/*
#header.header_left {

	#navigation_wrap {
		position: static;
	}
}

#navigation_wrap.responsive_navi {
	background: $background;
	box-sizing: border-box;

	#logo {
		display: none;
	}

	.navigation_inner {
		padding-top: 30px;
	}

	#navigation .navigation {

		> li {

			ul > li:first-child {
				a {
					border-top: none;
				}
			}
		}

		li {

			&:hover,
			&.current {

				> a {
					background: darken($background,7%);
				}
			}

			a {
				color: $primary_color;
				border-color: darken($background,12%);
			}
		}		
	}

	#portlet_left_navigation {
		background: $primary_color_dark;
		border: none;
		//color: $text_color;
	}

	.single_link_right a {
		background: $primary_color;
		color: #fff;

		&.current,
		&:hover {
			background: darken($primary_color,6%);
		}
	}
}*/
/* @end */
/* @group responsive navigation */
.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 44px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.responsive_navigation_toggle span {
  background: #fff;
  display: block;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  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: 13px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 26px;
}

.navi_open .responsive_navigation_toggle span {
  top: 40.5%;
  -webkit-transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
  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) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navi_open .responsive_navigation_toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  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: 600 30px/37px "Montserrat";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  color: #1D2835;
  position: relative;
  padding: 0 0 20px 0;
  max-width: 450px;
}
@media screen and (max-width: 1050px) {
  h1 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media print {
  h1 {
    font: 700 18px/24px "Montserrat";
    color: #000;
    margin-bottom: 10px;
  }
}
h1:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 58px;
  height: 3px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  bottom: -2px;
  border-radius: 3px;
}
@media print {
  h1 {
    padding: 0;
  }
  h1:before {
    display: none;
  }
}

div.introduction {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #FEAA01;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  div.introduction {
    margin-bottom: 5px;
  }
}
@media print {
  div.introduction {
    font: 400 12px/23px "Montserrat";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}

h2, h2 a {
  font: 600 30px/37px "Montserrat";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  color: #1D2835;
  margin-bottom: 15px;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  h2, h2 a {
    font-size: 25px;
    line-height: 36px;
  }
}
@media print {
  h2, h2 a {
    font: 700 18px/24px "Montserrat";
    color: #000;
    margin-bottom: 10px;
  }
}
* + h2, * + h2 a {
  margin-top: 35px;
}

h3, h3 a {
  font: 700 18px/24px "Montserrat";
  padding: 0;
  margin: 0 0 3px 0;
  color: #000000;
  text-decoration: none;
}
@media print {
  h3, h3 a {
    font: 700 15px/22px "Montserrat";
  }
}
* + h3, * + h3 a {
  margin-top: 25px;
}
h2 + h3, h2 + h3 a {
  margin-top: 15px;
}
h3:hover, h3 a:hover {
  color: #000000;
}

h6, h6 a,
h4, h4 a,
h5, h5 a {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 700;
  margin-bottom: 13px;
}
@media print {
  h6, h6 a,
h4, h4 a,
h5, h5 a {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
* + h6, * + h6 a,
* + h4, * + h4 a,
* + h5, * + h5 a {
  margin-top: 30px;
}

strong {
  font-weight: 700;
}

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

.content_inner > p > img,
.content_inner > p > a > img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/* @end */
/* @group link */
a {
  outline: none;
  color: #1D2835;
  text-decoration: underline;
}
a.button {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px 20px 7px;
}
@media print {
  a.button {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
a.button:focus, a.button:hover {
  background: #0b0f14;
}
a.button:hover {
  color: #fff;
}

a:hover {
  color: #1D2835;
}

a img {
  border: none;
}

.content_button {
  margin: 0 0 20px;
}
.content_button + .content_button {
  margin-top: -18px;
}
.content_button a {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px 20px 7px;
}
@media print {
  .content_button a {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.content_button a:focus, .content_button a:hover {
  background: #0b0f14;
}

/* @end */
/* @group unordrered list */
.content_inner ol {
  margin: 0 0 20px 16px;
  list-style-type: decimal;
  width: auto;
}

.content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) {
  list-style: none;
  margin: 0 0 20px;
}
.content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls):last-child {
  margin-bottom: 0;
}
.content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li {
  position: relative;
  padding: 0 0 0 26px;
}
.content_inner ul:not(.select2-selection__rendered):not(.select2-results__options):not(.tags):not(.controls) li:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: #FEAA01;
  font-weight: 600;
  line-height: 24px;
}

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

/* @end */
.accordeon_wrap {
  margin-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.accordeon_wrap:nth-last-child(2) {
  margin-bottom: 0;
}
h2 + .accordeon_wrap, h3 + .accordeon_wrap {
  margin-top: 0;
}
.accordeon_wrap .accordeon_title {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 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: #1D2835;
}
.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: #1D2835 !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: #1D2835 !important;
}
.accordeon_wrap .accordeon_title h4,
.accordeon_wrap .accordeon_title h3 {
  margin-bottom: 10px;
}
.accordeon_wrap .accordeon_title.visible_detail:before {
  content: "\f068";
}
.accordeon_wrap .accordeon_title:before {
  content: "+";
  position: absolute;
  top: 11px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
  color: #6D6D6D;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordeon_wrap .accordeon_title .accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title:before {
  content: "\f068";
}

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

.table_wrap_container {
  overflow: hidden;
  padding: 30px 0 20px 0;
}
.table_wrap_container.hide_indicator {
  padding-top: 0;
}
.table_wrap_container.hide_indicator .table_scroll_indicator {
  display: none;
}
.table_wrap_container .table_scroll_indicator {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
}
.table_wrap_container .table_scroll_indicator:before {
  content: "\f0ec";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  z-index: 20;
  color: #1D2835;
}

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

table th {
  color: #6D6D6D;
  font-weight: 700;
  border-bottom: 2px solid rgba(109, 109, 109, 0.5);
  text-align: left;
  padding: 8px 15px 8px 0;
}

table td {
  border-bottom: 1px solid rgba(109, 109, 109, 0.3);
  padding: 8px 15px 8px 0;
}

#appartment_table {
  position: relative;
  display: block;
  margin-top: 50px;
}
#appartment_table #picture_appartment_change_wrap {
  margin-top: 9px;
  margin-bottom: 20px;
  position: absolute;
  text-align: left;
}
#appartment_table #picture_appartment_change_wrap img {
  width: 400px !important;
  max-width: 600px;
  margin: 0 0 20px -60px;
}
#appartment_table #rent_an_appartment {
  margin-left: 350px;
}
#appartment_table #rent_an_appartment .table_wrap_container {
  padding-bottom: 0 !important;
}
#appartment_table #picture_appartment_change_wrap table.immobilien {
  width: 100%;
}
#appartment_table table.immobilien thead tr th {
  padding: 6px 5px 6px 5px;
  text-align: left;
}
#appartment_table table.immobilien thead tr th.text_hidden {
  display: none;
}
#appartment_table table.immobilien tbody tr {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#appartment_table table.immobilien tbody tr td {
  position: relative;
  cursor: pointer;
  padding: 6px 5px 6px 5px;
  text-align: left;
}
#appartment_table table.immobilien tbody tr td.reserved, #appartment_table table.immobilien tbody tr td.not_reserved {
  font-size: 0;
  line-height: 0;
  text-align: right;
}
#appartment_table table.immobilien tbody tr td.not_reserved:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  line-height: 27px;
  color: #1D2835;
  font-weight: 900;
}
#appartment_table table.immobilien tbody tr td.reserved:before {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  line-height: 27px;
  color: #6D6D6D;
  font-weight: 900;
}
#appartment_table table.immobilien tbody tr a.full_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#appartment_table table.immobilien tbody tr.first_line td {
  border-top: 3px solid rgba(109, 109, 109, 0.3);
}
#appartment_table table.immobilien tbody tr.current, #appartment_table table.immobilien tbody tr:hover {
  background: rgba(29, 40, 53, 0.1);
  cursor: pointer;
}
#appartment_table table.immobilien tbody tr.reserved a, #appartment_table table.immobilien tbody tr.reserved {
  color: rgba(109, 109, 109, 0.4);
}
#appartment_table table.immobilien tbody tr.reserved {
  background: rgba(0, 0, 0, 0);
}
#appartment_table table.immobilien tbody tr.reserved.current, #appartment_table table.immobilien tbody tr.reserved:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* @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 */
.listing_entry_detail_pictures,
.picture_right {
  float: right;
  max-width: 444px;
  margin-left: 120px;
  text-align: center;
}
.listing_entry_detail_pictures img,
.picture_right img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.listing_entry_detail_pictures a img,
.picture_right a img {
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_entry_detail_pictures a img:hover,
.picture_right a img:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.7;
}
.listing_entry_detail_pictures .listing_entry_hidden,
.picture_right .listing_entry_hidden {
  display: none;
}
.listing_entry_detail_pictures .show_more,
.picture_right .show_more {
  margin-left: 30px;
  margin-top: 0;
}

/* @end */
/* @group small picture */
#small_picture {
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  position: relative;
}
.page_template_div #small_picture {
  height: 13px !important;
}
#small_picture .picture {
  width: 100%;
}
#small_picture .picture img {
  width: 100%;
  height: auto;
}
#small_picture #picture_small_description {
  position: absolute;
  width: 100%;
  top: 0;
  color: #fff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
#small_picture #picture_small_description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 303px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0.6);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* Standard syntax */
}
#small_picture #picture_small_description .picture_small_description_inner {
  position: relative;
  max-width: 410px;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
}
#small_picture #picture_small_description .picture_small_description_inner div.introduction,
#small_picture #picture_small_description .picture_small_description_inner h1 {
  color: #fff;
}
#small_picture #picture_small_description .picture_small_description_inner h1:before {
  background: #fff;
  left: 50%;
  margin-left: -29px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}

/* @end */
/* @group content picture */
#content_picture .content_picture_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* @end */
/* @group gallery */
#gallery {
  margin: -30px 0px 0 -3.7%;
}
#gallery .pictures {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 3.7% 0 0 3.7%;
}
#gallery .pictures img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#gallery .pictures img:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.7;
}
#gallery .gallery_picture_right_small .picture {
  width: 50%;
  padding: 0 4.1% 0 0;
  box-sizing: border-box;
}
#gallery .gallery_picture_right_small .picture:nth-child(2) {
  padding: 0 0 0 4.1%;
}
#gallery .gallery_picture_hidden {
  width: auto;
  padding: 0;
  display: none;
  min-width: 100%;
}
#gallery .gallery_picture_hidden .picture {
  width: 25%;
  box-sizing: border-box;
  padding: 3.7% 0 0 3.7%;
}

.page_gallery #gallery .gallery_picture_hidden {
  display: block;
}

/* @end */
/* @group slider */
#slider {
  width: 100%;
  margin-top: -2px;
}
#slider #scroll_down_wrap {
  position: absolute;
  bottom: 74px;
  width: 100%;
}
#slider #scroll_down_wrap #scroll_down {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  pointer-events: none;
}
#slider #scroll_down_wrap #scroll_down i {
  float: right;
  font-size: 36px;
  line-height: 36px;
  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: #1D2835;
}
#slider .bx-slider-wrap {
  overflow: hidden;
}
#slider .bx-slider-wrap .bx-wrapper,
#slider .bx-slider-wrap .bx-viewport,
#slider .bx-slider-wrap .bx-viewport .bxslider,
#slider .bx-slider-wrap .bx-viewport .slide {
  height: 100% !important;
}
#slider .bx-slider-wrap .bx-viewport .slide {
  overflow: hidden;
}
#slider .bx-slider-wrap .bx-viewport img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#slider .bx-slider-wrap .slide_text_container_wrap {
  position: absolute;
  bottom: 64px;
  width: 100%;
}
#slider .bx-slider-wrap .slide_text_container_wrap:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 303px;
  display: block;
  background: rgba(255, 255, 255, 0);
  bottom: -64px;
  background: rgba(255, 255, 255, 0);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  /* Standard syntax */
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  position: relative;
  padding-right: 50px;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container a {
  color: #fff;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container a:hover {
  color: #1D2835;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2,
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text {
  max-width: 100%;
  font-size: 45px;
  line-height: 55px;
  font-family: "Montserrat";
  color: #fff;
  margin-bottom: 0;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2, #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 a,
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text,
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text a {
  color: #fff;
  text-decoration: none;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2  {
  font-weight: 600;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text h2 {
  font-weight: 300;
  font-style: italic;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text p:first-of-type {
  margin-top: 0px;
}
#slider .bx-slider-wrap .bx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction a {
  margin-top: -50px;
  width: 25px;
  height: 50px;
  text-indent: 0;
  background: none;
  font-size: 0;
  right: 20px;
  z-index: 1;
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction a:before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction a:hover:before {
  color: #1D2835;
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction a.bx-prev {
  left: 20px;
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "\f053";
}

/* @end */
/* @group documents */
.documents {
  margin: 0 0 33px;
  padding: 5px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: 15px 12px 0 0;
}
.documents .document a {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px 20px 7px;
}
@media print {
  .documents .document a {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.documents .document a:focus, .documents .document a:hover {
  background: #0b0f14;
}

/* @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 portlets */
.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: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px 20px 7px;
  margin-top: 20px;
}
@media print {
  .portlet a.portlet_content_link {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.portlet a.portlet_content_link:focus, .portlet a.portlet_content_link:hover {
  background: #0b0f14;
}

a.add_portlet_link {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px 20px 7px;
  display: inline-block;
  margin-top: 20px;
}
@media print {
  a.add_portlet_link {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
a.add_portlet_link:focus, a.add_portlet_link:hover {
  background: #0b0f14;
}

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

/* @end */
/* @group standard portlets */
#portlets_portlet_right {
  width: 404px;
  float: right;
  margin-left: 140px;
}
#portlets_portlet_right .portlet {
  margin-top: 40px;
}
#portlets_portlet_right .portlet.hidden {
  display: block;
}
#portlets_portlet_right .portlet .portlet_inner {
  background: #F4F4F1;
  border-radius: 2px;
  overflow: hidden;
  padding: 30px 40px;
}
#portlets_portlet_right .portlet .portlet_inner h3 {
  margin-bottom: 13px;
}
#portlets_portlet_right .portlet .portlet_inner h3, #portlets_portlet_right .portlet .portlet_inner h3 a {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 600;
}
@media print {
  #portlets_portlet_right .portlet .portlet_inner h3, #portlets_portlet_right .portlet .portlet_inner h3 a {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#portlets_portlet_right .portlet:first-child {
  margin-top: 0;
}
#portlets_portlet_right .portlet .portlet_text_wrap {
  padding: 30px 40px 33px;
}
#portlets_portlet_right .portlet .portlet_text_wrap .documents {
  margin-bottom: 0;
  margin-right: -12px;
}
#portlets_portlet_right + .cf {
  clear: none;
}

#add_portlet_portlet_right {
  background: #F4F4F1;
}

/* @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 */
#listing {
  margin: 50px 0 0 0;
}
#listing .module-listing > .listing_entry:first-child {
  margin-top: 0;
}
#listing .listing_entry {
  margin: 40px 0 0 0;
  padding: 0;
  background: #F4F4F1;
  overflow: hidden;
  position: relative;
  min-height: 0;
  border-radius: 2px;
}
#listing .listing_entry div.introduction {
  display: none;
}
#listing .listing_entry.listing_entry_with_picture {
  min-height: 294px;
}
#listing .listing_entry.listing_entry_with_picture .content {
  margin-left: 45.9%;
}
#listing .listing_entry .content {
  padding: 27px 40px 30px;
  overflow: hidden;
  text-align: left;
}
#listing .listing_entry .content h2, #listing .listing_entry .content h2 a {
  font: 700 18px/24px "Montserrat";
  padding: 0;
  margin: 0 0 3px 0;
  color: #000000;
  margin-bottom: 12px;
}
@media print {
  #listing .listing_entry .content h2, #listing .listing_entry .content h2 a {
    font: 700 15px/22px "Montserrat";
  }
}
#listing .listing_entry .content .listing-date {
  margin-bottom: 22px;
}
#listing .listing_entry .content .documents {
  margin-bottom: 0;
  padding-top: 15px;
}
#listing .listing_entry .content p {
  margin-bottom: 15px;
}
#listing .listing_entry .content p:last-child {
  margin-bottom: 0;
}
#listing .listing_entry .content .listing_properties {
  margin-top: 20px;
}
#listing .listing_entry .content .listing_properties .parent_property_title {
  font-weight: 700;
}
#listing .listing_entry .pictures {
  float: left;
  width: 45.9%;
  position: absolute;
  left: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #F4F4F1;
  box-sizing: border-box;
}
#listing .listing_entry .pictures .picture {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#listing .listing_entry .pictures .resource_background {
  padding: 25px;
  box-sizing: border-box;
}
#listing .listing_entry .pictures * {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#listing .listing_entry .listing_tags {
  padding: 2px 13px;
  background: #b1b19b;
  border-radius: 2px;
  margin: 20px 10px 0 0;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
#listing .listing_entry .listing_tags.tag_1 {
  background: #FEAA01;
}
#listing .listing_entry .listing_tags.tag_2 {
  background: #33be75;
}
#listing .listing_entry_hidden {
  display: none;
}

#content .content_inner > .content > .tags {
  display: none !important;
}

/* @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 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
}
@media print {
  .listing_property_filter form p.p_select2 .select2-container {
    font: 400 13px/20px "Montserrat";
    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: #F4F4F1;
  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;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  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: gray;
}
.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: "Montserrat";
}
.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 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 15px;
  line-height: 27px;
}
@media print {
  .listing_property_filter form .listing_search_wrap input {
    font: 400 13px/20px "Montserrat";
    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;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #1D2835;
}
.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;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "\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 {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.listing_property_filter form .listing_reset_filter {
  clear: both;
  position: relative;
  display: block;
  text-align: right;
  font-size: 14px;
  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: #1D2835;
  line-height: #1D2835;
  font-weight: 400;
  text-transform: none;
  color: 18px;
  position: relative;
  float: left;
  margin-right: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.listing_property_filter form .listing_reset_filter:hover:before {
  color: #000000;
}

/* @end */
/* @group tags */
ul.tags {
  display: block;
  margin-top: 20px;
}
ul.tags li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #000000;
  background: #F4F4F1;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media print {
  ul.tags li {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
ul.tags li:focus, ul.tags li:hover {
  background: #deded4;
}
ul.tags li.active {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-right: 20px;
}
@media print {
  ul.tags li.active {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
ul.tags li.active:focus, ul.tags li.active:hover {
  background: #0b0f14;
}

/* @end */
@media screen and (min--moz-device-pixel-ratio: 0) {
  #listing .listing_entry .pictures .picture {
    max-width: 500px;
  }
}
.show_more {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #FEAA01;
  text-decoration: none;
  color: #1D2835;
  font-size: 75%;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  margin: 48px 0 0 0;
}
@media screen and (max-width: 1050px) {
  .show_more {
    margin-bottom: 5px;
  }
}
@media print {
  .show_more {
    font: 400 12px/23px "Montserrat";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
.show_more:hover {
  color: #FEAA01;
}

.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner {
  max-width: 100%;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner .listing-description {
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing {
  margin-top: 60px;
  margin-bottom: 50px;
  position: relative;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport {
  overflow: visible !important;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry {
  margin-top: 0;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry .pictures {
  position: relative;
  width: 100%;
  height: 33vw;
  max-height: 200px;
  box-sizing: border-box;
  /*
  					.picture {
  						max-width: none;
  						position: relative;
  						left: 0;
  						@include translate(0,0);
  					}
  */
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry .pictures * {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry.listing_entry_with_picture .content {
  margin-left: 0;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .bx-wrapper .bx-controls {
  display: none;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-pager {
  display: none;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 45px;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction {
  position: relative;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a {
  width: 18px;
  height: 18px;
  text-indent: 0;
  background: none;
  font-size: 0;
  right: 0;
  z-index: 1;
  margin-top: 0;
  position: absolute;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a:before {
  content: "\f138";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: rgba(254, 170, 1, 0.6);
  font-weight: 600;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a:hover:before {
  color: #FEAA01;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "\f137";
}

.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry {
  text-align: left !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry h1 {
  margin-left: 0 !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry h1:before {
  left: 0 !important;
  margin-left: 0 !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry .listing-description {
  max-width: 50%;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry > .content_inner > .content {
  position: relative;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper {
  position: unset;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry {
  margin-top: 0;
  box-shadow: none;
  background: none;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry.listing_entry_with_picture .content {
  padding-left: 40px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .pictures {
  height: auto;
  border: 0px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .picture {
  border-radius: 2px;
  overflow: hidden;
  height: auto;
  position: relative;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .picture * {
  height: auto;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .picture .resource_background {
  padding: 0px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .picture img {
  width: 100%;
  height: auto;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .picture .resource_subtitle {
  object-fit: none;
  bottom: 24px;
  box-shadow: none;
  color: #fff;
  padding: 4px 13px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* Standard syntax */
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content {
  padding: 15px 0 30px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content h2 {
  margin-bottom: 12px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content .listing-date {
  margin-bottom: 35px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-wrapper .bx-controls {
  display: none;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls {
  position: absolute;
  top: 68px;
  right: 35px;
  z-index: 50;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction {
  text-align: center !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 14px;
  text-indent: 0;
  background: none;
  font-size: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin-top: 0;
  margin: 0 45px;
  position: relative;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a:before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: #FEAA01;
  font-weight: 600;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a:hover:before {
  color: #1D2835;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a.bx-next {
  margin-right: 0;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a.bx-prev {
  left: auto;
  margin-left: 0;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a.bx-prev:before {
  content: "\f053";
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager {
  display: inline-block;
  position: relative;
  width: auto;
  padding-top: 0;
  bottom: 0;
  line-height: 16px;
  top: -4px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a {
  display: inline-block;
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #F4F4F1;
  border-radius: 100%;
  margin: 0 12px;
  position: relative;
  z-index: 9;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  display: block;
  background: #e6e6e6;
  border: 5px solid #F4F4F1;
  border-radius: 100%;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a.active:before {
  background: #FEAA01;
  border-color: #ffe6b3;
}

.content_inner .listing-more-button {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px 20px 7px;
  margin: 26px 0 0 0;
}
@media print {
  .content_inner .listing-more-button {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.content_inner .listing-more-button:focus, .content_inner .listing-more-button:hover {
  background: #0b0f14;
}

.content_inner .listing_entry_backlink a {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #FEAA01;
  text-decoration: none;
  font-size: 75%;
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  margin: -9px 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .content_inner .listing_entry_backlink a {
    margin-bottom: 5px;
  }
}
@media print {
  .content_inner .listing_entry_backlink a {
    font: 400 12px/23px "Montserrat";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
.content_inner .listing_entry_backlink a:before {
  content: "\f060";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
  color: #6D6D6D;
  opacity: 0.8;
}
.content_inner .listing_entry_backlink a:hover {
  color: #1D2835;
}
.content_inner .listing_entry_backlink a:hover:before {
  color: #1D2835;
  opacity: 1;
}

.listing_entry_detail_pictures .pictures.float_left_with_clear {
  display: none;
}
.listing_entry_detail_pictures .pictures {
  margin-left: -30px;
}
.listing_entry_detail_pictures .pictures .picture {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 30px 30px;
}
.listing_entry_detail_pictures .pictures .picture:first-child {
  width: 100%;
}

/* @group google maps */
#google_maps_wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
#google_maps_wrap #google_map {
  width: 59.8%;
  height: 100%;
  position: absolute;
}
#google_maps_wrap #google_map .gmap-map {
  height: 100%;
}
#google_maps_wrap #google_map #module_map {
  height: 100% !important;
}
#google_maps_wrap #google_map .picture {
  width: 100%;
  height: 100%;
}
#google_maps_wrap #google_map .picture div,
#google_maps_wrap #google_map .picture a,
#google_maps_wrap #google_map .picture span,
#google_maps_wrap #google_map .picture iframe {
  width: 100%;
  height: 100%;
}
#google_maps_wrap .content_google_maps {
  padding: 45px 40px 55px 60px;
  margin-left: 59.8%;
  line-height: 36px;
  background: #fff;
}
#google_maps_wrap .content_google_maps .subtitle {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #FEAA01;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  #google_maps_wrap .content_google_maps .subtitle {
    margin-bottom: 5px;
  }
}
@media print {
  #google_maps_wrap .content_google_maps .subtitle {
    font: 400 12px/23px "Montserrat";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
#google_maps_wrap .content_google_maps ul li:before {
  font-weight: 500;
  color: #FEAA01;
  top: 5px;
}
#google_maps_wrap .content_google_maps ul li > a {
  color: #6D6D6D;
  text-decoration: none;
}
#google_maps_wrap .content_google_maps ul li > a:hover {
  color: #1D2835;
}
#google_maps_wrap .content_google_maps ul li:nth-child(1):before {
  content: "\f3c5";
}
#google_maps_wrap .content_google_maps ul li:nth-child(2):before {
  content: "\f52b";
}
#google_maps_wrap .content_google_maps ul li:nth-child(3):before {
  content: "\f1fa";
}
#google_maps_wrap .content_google_maps ul li:last-child {
  margin-top: 43px;
}
#google_maps_wrap .content_google_maps ul li:last-child > a {
  font-weight: 600;
  text-decoration: none;
  color: #6D6D6D;
}
#google_maps_wrap .content_google_maps ul li:last-child > a:hover {
  color: #1D2835;
}
#google_maps_wrap .content_google_maps ul li:last-child:before {
  content: "\f4d7";
}
#google_maps_wrap div.infowindow {
  padding: 10px 0 5px 10px;
  text-align: left;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
}
@media print {
  #google_maps_wrap div.infowindow {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#google_maps_wrap div.infowindow h2 {
  font: 700 18px/24px "Montserrat";
  padding: 0;
  margin: 0 0 3px 0;
  color: #000000;
}
@media print {
  #google_maps_wrap div.infowindow h2 {
    font: 700 15px/22px "Montserrat";
  }
}
#google_maps_wrap div.infowindow p {
  margin: 0;
}
#google_maps_wrap div.infowindow p:empty {
  display: none;
}

/* @end */
/* @group mailform */
.multipage_mod_mailform .content_inner,
.mod_mailform .content_inner {
  text-align: center;
}
.multipage_mod_mailform #mailform_content,
.mod_mailform #mailform_content {
  max-width: 800px;
  margin: 0 auto 20px;
}
.multipage_mod_mailform h1,
.mod_mailform h1 {
  margin-left: auto;
  margin-right: auto;
}
.multipage_mod_mailform h1:before,
.mod_mailform h1:before {
  left: 50%;
  margin-left: -29px;
}
.multipage_mod_mailform .mailform_element.heading2_field,
.mod_mailform .mailform_element.heading2_field {
  text-align: center;
}
.multipage_mod_mailform .mailform_element.heading2_field h2,
.mod_mailform .mailform_element.heading2_field h2 {
  position: relative;
  padding: 0 0 20px 0;
  margin: 20px 0 30px;
}
.multipage_mod_mailform .mailform_element.heading2_field h2:before,
.mod_mailform .mailform_element.heading2_field h2:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 58px;
  height: 3px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  bottom: -2px;
  border-radius: 3px;
}
@media print {
  .multipage_mod_mailform .mailform_element.heading2_field h2,
.mod_mailform .mailform_element.heading2_field h2 {
    padding: 0;
  }
  .multipage_mod_mailform .mailform_element.heading2_field h2:before,
.mod_mailform .mailform_element.heading2_field h2:before {
    display: none;
  }
}
.multipage_mod_mailform .mailform_element.heading2_field h2:before,
.mod_mailform .mailform_element.heading2_field h2:before {
  left: 50%;
  margin-left: -29px;
}

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

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

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 46.5%;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  color: #6D6D6D;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid #e9e9e3;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  .add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.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: #1D2835;
  color: #1D2835;
}
.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;
}

.mailform-submit,
.login_form .button {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 10px 0 0;
}
@media print {
  .mailform-submit,
.login_form .button {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.mailform-submit:focus, .mailform-submit:hover,
.login_form .button:focus,
.login_form .button:hover {
  background: #0b0f14;
}
.mailform-submit:hover,
.login_form .button:hover {
  color: #fff;
}

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

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

.login_form p,
.mailform_element p {
  margin: 0 0 13px 0;
}

.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: 69%;
  float: right;
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap input,
.mailform_element.checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox,
.mailform_element.checkbox_field label.checkbox {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after, .p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
.mailform_element.checkbox_field label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:before {
  content: "\f0c8";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #e9e9e3;
  width: 20px;
  height: 20px;
  font-weight: 300;
  pointer-events: none;
  background: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.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: #1D2835;
  background: none;
  z-index: 4;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  color: #1D2835;
}
.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: 200px;
}
.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;
  margin: -5px 0 9px;
}
.mailform_element.radio_field .wrap_radio_buttons > label {
  width: 31%;
  float: left;
  margin-bottom: 0;
}
.mailform_element.radio_field .multiple_radio_inputs {
  width: 46.5%;
  float: left;
  position: relative;
  padding-top: 9px;
}
.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: #e9e9e3;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-weight: 300;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailform_element.radio_field label.radio:after {
  content: "\f192";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #6D6D6D;
  background: none;
  z-index: 4;
}
.mailform_element.radio_field input:checked + label.radio:before {
  color: #1D2835;
}
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

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

.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e3;
  height: auto;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font: "Montserrat";
  color: #6D6D6D;
  padding: 8px 17px 9px;
  outline: none;
  box-sizing: border-box;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 19px;
  right: 10px;
}
.select2-container--default .select2-selection--single .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: #e4e4dd;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #F4F4F1;
}
.select2-container--default .select2-results__option {
  background: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted {
  background: #1D2835;
}

.select2-container--open .select2-dropdown {
  border: 1px solid #1D2835;
  border-top: none;
  margin-top: 0px;
  border-radius: 2px;
  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 #1D2835;
  border-bottom: 0;
}

.select2-container--open .select2-selection--single,
.select2-container:hover .select2-selection--single {
  border-color: #1D2835;
}
.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: #1D2835;
}

.select2-results__option {
  padding: 8px 17px 9px;
  color: #6D6D6D;
}

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

.select2_dark .select2-dropdown {
  background: #F4F4F1;
}
.select2_dark .select2-results__option {
  background: #F4F4F1;
}
.select2_dark .select2-results__option[aria-selected=true] {
  background: #e7e7e0;
  color: #6D6D6D;
}
.select2_dark .select2-results__option[aria-selected=true]:hover {
  background: #1D2835;
  color: #fff;
}

.content #management ul li.select2-search {
  padding: 0;
}
.content #management ul li.select2-search input.select2-search__field {
  border: 0 !important;
  padding: 7px 5px 0;
  font: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  color: #6D6D6D;
}

.system_page .select2-container--default {
  width: auto !important;
  vertical-align: top;
  min-width: 170px;
}
.system_page .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.2);
}
.system_page .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 35px 5px 10px;
}
.system_page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 2px;
}
.system_page .select2-container--open .select2-selection--single,
.system_page .select2-container:hover .select2-selection--single {
  border-color: #1D2835;
}
.system_page .select2-container--open .select2-selection--single .select2-selection__arrow:before,
.system_page .select2-container--open .select2-selection--single .select2-selection__rendered,
.system_page .select2-container:hover .select2-selection--single .select2-selection__arrow:before,
.system_page .select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #1D2835;
}
.system_page .select2-results__option {
  font: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "Montserrat";
  color: #6D6D6D;
  padding: 7px 10px 2px;
  margin: 7px 0 0 0;
  width: 340px;
  border-radius: 2px;
  border: 1px solid #e9e9e3;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 11px 10px 12px;
  background: #F4F4F1;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #6D6D6D;
}
.ui-datepicker.ui-widget th {
  padding: 5px 2px;
  color: #6D6D6D;
  text-transform: none;
  background: none;
  border: 0;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
}
@media print {
  .ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
    font: 400 13px/20px "Montserrat";
    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: 2px 2px 4px;
  color: #6D6D6D;
  border: none;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.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: #F4F4F1;
  color: #6D6D6D;
  border-color: #F4F4F1;
}
.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: #1D2835;
  color: #fff;
  border-color: #1D2835;
}
.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: #6D6D6D;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.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: #1D2835;
}
.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;
}
.login_form label {
  text-align: left;
  width: 200px;
}
.login_form input {
  width: 300px;
}
.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;
}

.mailform_element {
  position: relative;
}

.mailform_field_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 7px;
  font-size: 16px;
  line-height: 24px;
  background: #F4F4F1;
  z-index: 10;
}
.mailform_field_actions li, .mailform_field_actions a {
  color: #6D6D6D;
  width: auto;
}
.mailform_field_actions li i.fa, .mailform_field_actions a i.fa {
  margin: 0 5px;
}
.mailform_field_actions li:hover, .mailform_field_actions a:hover {
  color: #1D2835;
}

/* @end */
/* @group sitemap */
ul.sitemap li {
  margin: 0 !important;
  padding: 0;
}
ul.sitemap li:before {
  display: none;
}
ul.sitemap li.level1 + li.level0 {
  margin-top: 10px !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 misc management elements */
#management,
.management_container {
  text-align: left !important;
}
#management a.button.with_icon,
#management input.button,
#management a.button,
.management_container a.button.with_icon,
.management_container input.button,
.management_container a.button {
  display: inline-block;
  margin: 0;
  padding: 15px 24px;
  width: auto;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #1D2835;
  border-radius: 2px;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 7px 20px 7px;
  margin: 5px 7px 5px 0;
}
@media print {
  #management a.button.with_icon,
#management input.button,
#management a.button,
.management_container a.button.with_icon,
.management_container input.button,
.management_container a.button {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}
#management a.button.with_icon:focus, #management a.button.with_icon:hover,
#management input.button:focus,
#management input.button:hover,
#management a.button:focus,
#management a.button:hover,
.management_container a.button.with_icon:focus,
.management_container a.button.with_icon:hover,
.management_container input.button:focus,
.management_container input.button:hover,
.management_container a.button:focus,
.management_container a.button:hover {
  background: #0b0f14;
}
#management a.button.with_icon:hover,
#management input.button:hover,
#management a.button:hover,
.management_container a.button.with_icon:hover,
.management_container input.button:hover,
.management_container a.button:hover {
  border: none;
}
#management a.button.with_icon,
.management_container a.button.with_icon {
  padding-left: 40px;
}
#management ul li:before,
.management_container ul li:before {
  display: none;
}
#management td, #management th,
.management_container td,
.management_container th {
  padding: 10px 10px 10px 0;
}
#management .select2-container,
.management_container .select2-container {
  width: auto !important;
  max-width: 600px;
  min-width: 226px;
}
#management .select2-container.select2-container--default .select2-selection--single,
.management_container .select2-container.select2-container--default .select2-selection--single {
  border-color: #aaa !important;
  border-radius: 0;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 3px 20px 2px 3px;
  background: #fff;
  color: #666;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 0;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 15px;
  color: #666;
  top: -1px;
  left: 4px;
}

.logged_in .portlet .select2-container--open .select2-dropdown,
.system_page .select2-container--open .select2-dropdown,
.logged_in.system_page .select2-container--open .select2-dropdown {
  border-color: #aaa;
  background: #fff;
}
.logged_in .portlet .select2-results__option,
.system_page .select2-results__option,
.logged_in.system_page .select2-results__option {
  padding: 3px 3px 2px;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
}
.logged_in .portlet .select2-container--default .select2-results__option,
.system_page .select2-container--default .select2-results__option,
.logged_in.system_page .select2-container--default .select2-results__option {
  background: #fff;
  color: #666;
}
.logged_in .portlet .select2-container--default .select2-results__option[aria-selected=true],
.system_page .select2-container--default .select2-results__option[aria-selected=true],
.logged_in.system_page .select2-container--default .select2-results__option[aria-selected=true] {
  background: #eee;
}
.logged_in .portlet .select2-container--default .select2-results__option--highlighted[aria-selected],
.logged_in .portlet .select2-container--default .select2-results__option--highlighted,
.system_page .select2-container--default .select2-results__option--highlighted[aria-selected],
.system_page .select2-container--default .select2-results__option--highlighted,
.logged_in.system_page .select2-container--default .select2-results__option--highlighted[aria-selected],
.logged_in.system_page .select2-container--default .select2-results__option--highlighted {
  background: #666;
  color: #fff;
}

#management ul.crono_tabs li.current a, ul.crono_tabs li.current a {
  z-index: 9;
}

.message {
  border: 0;
  background: #1D2835;
  padding: 6px 20px 7px;
  margin: 0 0 20px;
  border-radius: 2px;
  font: 400 16px/28px "Montserrat";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
@media print {
  .message {
    font: 400 13px/20px "Montserrat";
    color: #000;
  }
}

/* @end */
/* @group controls */
#mailform_elements .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls,
.portlet .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls,
#listing .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls,
#module_multipage .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls {
  top: 108px;
}
#mailform_elements .mailform_field_actions,
#mailform_elements ul.controls,
#mailform_elements .multipage_controls,
#mailform_elements .listing_actions,
.portlet .mailform_field_actions,
.portlet ul.controls,
.portlet .multipage_controls,
.portlet .listing_actions,
#listing .mailform_field_actions,
#listing ul.controls,
#listing .multipage_controls,
#listing .listing_actions,
#module_multipage .mailform_field_actions,
#module_multipage ul.controls,
#module_multipage .multipage_controls,
#module_multipage .listing_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 16px;
  line-height: 24px;
  background: #e7e7e0;
  z-index: 9;
}
#mailform_elements .mailform_field_actions li, #mailform_elements .mailform_field_actions a,
#mailform_elements ul.controls li,
#mailform_elements ul.controls a,
#mailform_elements .multipage_controls li,
#mailform_elements .multipage_controls a,
#mailform_elements .listing_actions li,
#mailform_elements .listing_actions a,
.portlet .mailform_field_actions li,
.portlet .mailform_field_actions a,
.portlet ul.controls li,
.portlet ul.controls a,
.portlet .multipage_controls li,
.portlet .multipage_controls a,
.portlet .listing_actions li,
.portlet .listing_actions a,
#listing .mailform_field_actions li,
#listing .mailform_field_actions a,
#listing ul.controls li,
#listing ul.controls a,
#listing .multipage_controls li,
#listing .multipage_controls a,
#listing .listing_actions li,
#listing .listing_actions a,
#module_multipage .mailform_field_actions li,
#module_multipage .mailform_field_actions a,
#module_multipage ul.controls li,
#module_multipage ul.controls a,
#module_multipage .multipage_controls li,
#module_multipage .multipage_controls a,
#module_multipage .listing_actions li,
#module_multipage .listing_actions a {
  color: #5e5e5e;
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 24px;
  height: auto;
}
#mailform_elements .mailform_field_actions li i.fa, #mailform_elements .mailform_field_actions a i.fa,
#mailform_elements ul.controls li i.fa,
#mailform_elements ul.controls a i.fa,
#mailform_elements .multipage_controls li i.fa,
#mailform_elements .multipage_controls a i.fa,
#mailform_elements .listing_actions li i.fa,
#mailform_elements .listing_actions a i.fa,
.portlet .mailform_field_actions li i.fa,
.portlet .mailform_field_actions a i.fa,
.portlet ul.controls li i.fa,
.portlet ul.controls a i.fa,
.portlet .multipage_controls li i.fa,
.portlet .multipage_controls a i.fa,
.portlet .listing_actions li i.fa,
.portlet .listing_actions a i.fa,
#listing .mailform_field_actions li i.fa,
#listing .mailform_field_actions a i.fa,
#listing ul.controls li i.fa,
#listing ul.controls a i.fa,
#listing .multipage_controls li i.fa,
#listing .multipage_controls a i.fa,
#listing .listing_actions li i.fa,
#listing .listing_actions a i.fa,
#module_multipage .mailform_field_actions li i.fa,
#module_multipage .mailform_field_actions a i.fa,
#module_multipage ul.controls li i.fa,
#module_multipage ul.controls a i.fa,
#module_multipage .multipage_controls li i.fa,
#module_multipage .multipage_controls a i.fa,
#module_multipage .listing_actions li i.fa,
#module_multipage .listing_actions a i.fa {
  margin: 0 5px;
}
#mailform_elements .mailform_field_actions li:hover, #mailform_elements .mailform_field_actions a:hover,
#mailform_elements ul.controls li:hover,
#mailform_elements ul.controls a:hover,
#mailform_elements .multipage_controls li:hover,
#mailform_elements .multipage_controls a:hover,
#mailform_elements .listing_actions li:hover,
#mailform_elements .listing_actions a:hover,
.portlet .mailform_field_actions li:hover,
.portlet .mailform_field_actions a:hover,
.portlet ul.controls li:hover,
.portlet ul.controls a:hover,
.portlet .multipage_controls li:hover,
.portlet .multipage_controls a:hover,
.portlet .listing_actions li:hover,
.portlet .listing_actions a:hover,
#listing .mailform_field_actions li:hover,
#listing .mailform_field_actions a:hover,
#listing ul.controls li:hover,
#listing ul.controls a:hover,
#listing .multipage_controls li:hover,
#listing .multipage_controls a:hover,
#listing .listing_actions li:hover,
#listing .listing_actions a:hover,
#module_multipage .mailform_field_actions li:hover,
#module_multipage .mailform_field_actions a:hover,
#module_multipage ul.controls li:hover,
#module_multipage ul.controls a:hover,
#module_multipage .multipage_controls li:hover,
#module_multipage .multipage_controls a:hover,
#module_multipage .listing_actions li:hover,
#module_multipage .listing_actions a:hover {
  color: #1D2835;
}

/* @end */
/* @group adminpanel */
#administration_panel {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  border-radius: 2px;
}
#administration_panel h1 {
  background-color: #1D2835;
  color: #FFF;
  margin: 0;
  padding: 7px 10px;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}
#administration_panel h1:before {
  display: none;
}
#administration_panel h2 {
  background-color: #F4F4F1;
  color: #6D6D6D;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}
#administration_panel .admin_part {
  background: #fff none;
  padding: 10px;
}
#administration_panel .state-published {
  color: #1D2835;
}

/* @end */
/* @group pagination */
.css_grosse_auflistung .pagination {
  padding-top: 70px;
  margin-top: 0;
  margin-bottom: 70px;
  border-top: 1px solid #F4F4F1;
}

.pagination {
  margin-top: 70px;
  margin-bottom: 25px;
  text-align: center;
}
.pagination .pagination_inner {
  display: inline-block;
  position: relative;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers a {
  display: block;
  margin: 0 6px;
  padding: 3px 12px;
  font-weight: 700;
  color: #6D6D6D;
  text-decoration: none;
  background: #fff;
  border: 1px solid #F4F4F1;
  border-radius: 2px;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a.current {
  color: #1D2835;
  background: #F4F4F1;
}
.pagination .pagination-links a {
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
}
.pagination .pagination-links a: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: #6D6D6D;
  font-weight: 300;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination .pagination-links a.next {
  left: auto;
  right: -40px;
}
.pagination .pagination-links a.next:before {
  content: "\f105";
}
.pagination .pagination-links a:hover:before {
  color: #1D2835;
}

#management .page_template_radio {
  margin-top: 6px !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 */
@media screen and (min-width: 1535px) {
  #small_picture {
    height: 720px;
  }
  #small_picture .picture {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1400px) {
  #navigation {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1360px) {
  #slider .bx-slider-wrap .bx-controls .bx-controls-direction a.bx-prev {
    left: 20px;
  }
  #slider .bx-slider-wrap .bx-controls .bx-controls-direction a.bx-next {
    right: 20px;
  }

  #portlets_portlet_right {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  #appartment_table #picture_appartment_change_wrap img {
    width: 300px !important;
    margin-left: -40px;
  }
  #appartment_table #rent_an_appartment {
    margin-left: 250px;
  }
}
@media screen and (max-width: 1550px) {
  #navigation li {
    padding: 0 15px;
  }

  #slider .bx-slider-wrap .bx-controls .bx-controls-direction {
    max-width: 100%;
  }

  #header .header_inner {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1140px) {
  #header .header_inner {
    padding: 20px;
  }

  #content_picture .content_picture_inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #siteframe {
    padding-top: 80px;
  }

  #header.header_left,
#header {
    width: 100%;
    height: auto;
  }
  #header.header_left .header_inner,
#header .header_inner {
    padding: 15px 20px;
    width: 100%;
  }
  #header.header_left .header_inner #logo,
#header .header_inner #logo {
    padding: 0;
    margin-top: 0;
    margin: 0;
  }

  #header.header_left + .page {
    width: 100%;
  }

  .responsive_navigation_toggle {
    display: block;
  }

  #navigation_wrap {
    background: #FEAA01 !important;
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: perspective(1px) translate3d(-100%, 0, 0);
    -moz-transform: perspective(1px) translate3d(-100%, 0, 0);
    -o-transform: perspective(1px) translate3d(-100%, 0, 0);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #navigation_wrap .navigation_inner {
    flex-direction: column;
  }
  #navigation_wrap #navigation {
    padding: 0;
    width: 100%;
  }
  #navigation_wrap #logo {
    display: none;
  }
  #navigation_wrap #portlet_left_navigation {
    display: none;
  }

  .navi_open #navigation_wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
  }

  #social_media_wrap {
    top: 0;
    right: 85px;
  }
}
@media screen and (max-width: 1050px) {
  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry {
    text-align: left !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry h1 {
    margin-left: 0 !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry h1:before {
    left: 0 !important;
    margin-left: 0 !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry .listing-description {
    max-width: 50%;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry > .content_inner > .content {
    position: relative;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .picture .resource_subtitle {
    bottom: 0;
  }

  #content .content_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #content .content_inner .content_with_background {
    padding: 30px 20px 35px;
  }

  .listing_entry_detail_pictures,
.picture_right {
    max-width: 300px;
    margin-left: 40px;
  }

  .listing_entry_detail_pictures .pictures {
    margin-left: -20px;
  }
  .listing_entry_detail_pictures .pictures .picture {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 20px 20px;
  }
  .listing_entry_detail_pictures .show_more {
    margin-left: 20px;
  }

  #portlets_portlet_right {
    width: 300px;
    margin-left: 30px;
  }
  #portlets_portlet_right .portlet .portlet_text_wrap {
    padding: 20px 20px 20px;
  }

  .multipage_entry_wrap.css_slider_mehrere_eintraegen #listing {
    margin-top: 50px;
  }

  #listing .listing_entry .content {
    padding: 20px;
  }

  #google_maps_wrap {
    margin-bottom: 20px;
  }
  #google_maps_wrap #google_map {
    width: calc(100% - 350px);
  }
  #google_maps_wrap .content_google_maps {
    padding: 30px 20px 30px 30px;
    margin-left: calc(100% - 350px);
  }

  #footer .footer_inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #footer .footer_inner .copy {
    margin-top: 30px;
  }

  .show_more {
    margin-top: 24px;
  }

  #slider #scroll_down_wrap {
    bottom: 30px;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap {
    bottom: 30px;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2,
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text {
    font-size: 30px;
    line-height: 37px;
  }

  .documents .document a {
    padding: 8px 18px 8px;
  }

  #footer .footer_inner .portlet_bottom .logos_footer {
    margin: 5px -15px 5px;
  }
  #footer .footer_inner .meta_navi_footer {
    float: left;
    clear: both;
  }

  #content .content_inner .content_with_background h1 {
    font-size: 25px;
    line-height: 36px;
    max-width: 450px;
  }
}
@media screen and (max-width: 850px) {
  .listing_entry_detail_pictures,
.picture_right {
    max-width: 250px;
    margin-left: 30px;
  }

  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry .listing-description {
    max-width: 100%;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing {
    margin-top: 80px;
    position: relative;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry.listing_entry_with_picture .content {
    padding-left: 20px;
    padding-top: 0;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry.listing_entry_with_picture .content .listing-date {
    margin-bottom: 20px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls {
    top: -55px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager-item > a {
    margin: 0 9px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a.bx-prev {
    margin-right: 20px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a.bx-next {
    margin-left: 20px;
  }

  #appartment_table #picture_appartment_change_wrap {
    position: relative !important;
    width: 100%;
  }
  #appartment_table #picture_appartment_change_wrap img {
    width: 100% !important;
  }
  #appartment_table #picture_appartment_change_wrap #picture_appartment_change_fix-sticky-wrapper {
    height: auto !important;
  }
  #appartment_table #picture_appartment_change_wrap #picture_appartment_change_fix {
    position: relative !important;
    top: 0 !important;
  }
  #appartment_table #rent_an_appartment {
    margin-left: 0;
  }

  /* @group filter */
  .listing_property_filter form {
    margin-top: 20px;
    overflow: hidden;
  }
  .listing_property_filter form p.p_select2 {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .listing_property_filter form .listing_search_wrap {
    width: 100%;
    float: none;
    position: relative;
  }
  .listing_property_filter form .listing_search_wrap input {
    box-sizing: border-box;
    font: 400 16px/28px "Montserrat";
    letter-spacing: 0.3px;
    color: #6D6D6D;
  }
  .listing_property_filter form .listing_search_wrap .listing_search_buttons {
    width: 55px;
    height: 55px;
  }
  .listing_property_filter form .listing_search_wrap .listing_search_buttons:before {
    line-height: 55px;
  }
  .listing_property_filter form .listing_reset_filter {
    text-align: left;
    font-size: 14px;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .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: #1D2835;
    line-height: #1D2835;
    font-weight: 400;
    text-transform: none;
    color: 15px;
    position: relative;
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .resource.picture:not(.picture_content) {
    width: 100%;
  }

  #slider #scroll_down_wrap {
    bottom: 20px;
  }
  #slider .bx-slider-wrap .bx-controls .bx-controls-direction {
    display: none;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap {
    bottom: 18px;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2,
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text {
    font-size: 24px;
    line-height: 32px;
  }

  #small_picture #picture_small_description {
    display: none;
  }

  #gallery {
    margin: -20px 0 0 -30px;
  }
  #gallery .pictures {
    padding: 30px 0 0 30px;
    width: 100%;
  }
  #gallery .gallery_picture_right_small .picture {
    padding-right: 15px;
  }
  #gallery .gallery_picture_right_small .picture:nth-child(2) {
    padding-left: 15px;
  }
  #gallery .gallery_picture_hidden {
    padding: 0;
  }
  #gallery .gallery_picture_hidden .picture {
    width: 50%;
    padding: 30px 0 0 30px;
  }

  .listing_entry_detail_pictures,
.picture_right {
    max-width: 100%;
    width: 100%;
    margin: 30px 0 0 0;
    float: none;
  }
  .listing_entry_detail_pictures + .content_left.content_overflow,
.picture_right + .content_left.content_overflow {
    margin-top: 40px;
  }

  #content .content_inner .content_left.content_overflow {
    overflow: visible;
  }

  #portlets_portlet_right {
    width: auto;
    float: none;
    margin: 30px 0 0 -20px;
  }
  #portlets_portlet_right .portlet {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 20px 20px;
    margin-top: 0;
  }
  #portlets_portlet_right + .cf {
    clear: both;
  }

  #google_maps_wrap #google_map {
    width: 100%;
    height: 300px;
    position: relative;
  }
  #google_maps_wrap .content_google_maps {
    padding: 20px 20px 20px 20px;
    margin-left: 0;
  }
  #google_maps_wrap .content_google_maps ul li:last-child {
    margin-top: 25px;
  }

  .mailform_element label, #mailform_submit_button label, .login_form label,
.add_portlet select, .mailform_element input,
.mailform_element textarea, .login_form input {
    width: 100%;
    text-align: left;
  }

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

  .mailform_element.radio_field .multiple_radio_inputs,
.mailform_element.radio_field .wrap_radio_buttons > label,
.p_remember_me_checkbox .checkbox_wrap p, .mailform_element.checkbox_field p {
    width: 100%;
  }

  .mailform_element.radio_field .multiple_radio_inputs {
    padding-top: 0;
  }

  #mailform_submit_button label {
    display: none;
  }

  #footer .footer_inner .copy {
    margin-top: 0;
    text-align: left;
  }
  #footer .footer_inner .footer_bottom .portlet ul {
    margin-bottom: 15px;
  }
  #footer .footer_inner .footer_bottom .portlet ul li {
    display: block;
    float: none;
    padding-left: 0;
  }
  #footer .footer_inner .footer_bottom .portlet ul li:before {
    display: none;
  }

  #portlets_portlet_right .portlet .portlet_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 650px) {
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry.listing_entry_with_picture .content {
    margin-left: 0;
    padding: 15px 0 0 !important;
    overflow: visible;
    clear: both;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry.listing_entry_with_picture .pictures {
    width: 100%;
    position: relative;
    height: auto;
  }

  .multipage_entry_wrap:not(.css_drei_spalten) #listing .listing_entry .pictures,
.mod_listing:not(.css_drei_spalten) #listing .listing_entry .pictures {
    width: 100%;
    float: none;
    position: relative;
    overflow: visible;
  }
  .multipage_entry_wrap:not(.css_drei_spalten) #listing .listing_entry .pictures .picture,
.mod_listing:not(.css_drei_spalten) #listing .listing_entry .pictures .picture {
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .multipage_entry_wrap:not(.css_drei_spalten) #listing .listing_entry .pictures *,
.mod_listing:not(.css_drei_spalten) #listing .listing_entry .pictures * {
    width: 100%;
    height: auto;
  }
  .multipage_entry_wrap:not(.css_drei_spalten) #listing .listing_entry.listing_entry_with_picture .content,
.mod_listing:not(.css_drei_spalten) #listing .listing_entry.listing_entry_with_picture .content {
    margin-left: 0;
  }

  .multipage_entry_wrap .css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry .pictures {
    padding: 20px 20px 0px;
  }
}
@media screen and (max-width: 650px) and (min--moz-device-pixel-ratio: 0) {
  #listing .listing_entry .pictures .picture {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  #content .content_inner .content_with_background h1 {
    margin-bottom: 10px;
  }

  #portlets_portlet_right .portlet {
    width: 100%;
  }

  #privacy_banner #privacy_banner_inner #privacy_description {
    padding: 0;
  }

  #privacy_banner #privacy_banner_inner a.button {
    position: relative;
    top: auto;
    margin: 15px 0 0;
    right: auto;
    float: none;
    display: block;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #footer .footer_inner .call_to_action .call_to_action_inner {
    flex-direction: column;
  }
  #footer .footer_inner .call_to_action .call_to_action_inner .portlet {
    width: 100%;
  }
  #footer .footer_inner .call_to_action .call_to_action_inner .portlet.portlet_content_call_to_action_buttons {
    text-align: left;
  }
  #footer .footer_inner .call_to_action .call_to_action_inner .portlet.portlet_content_call_to_action_buttons .portlet-content a {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
  }
  #footer .footer_inner .call_to_action .portlet_content_link {
    position: relative;
    float: left;
    top: 0;
    margin-bottom: 25px;
  }

  #footer .footer_inner .copy {
    margin-top: 5px;
  }
  #footer .footer_inner .copy ul li {
    float: none;
    padding: 0;
    line-height: 22px;
  }
  #footer .footer_inner .copy ul li:before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #privacy_banner {
    border-radius: 0px;
  }
}
@media screen and (max-width: 390px) {
  #navigation_wrap.responsive_navi {
    width: 240px;
  }
  #navigation_wrap.responsive_navi #logo {
    padding: 30px 0 40px 0;
    margin: 0 auto;
  }
  #navigation_wrap.responsive_navi .single_link_right {
    margin-top: 20px;
  }
  #navigation_wrap.responsive_navi #portlet_left_navigation {
    padding: 15px 20px 20px 20px;
    margin-top: 40px;
  }

  #logo {
    width: 203px;
  }
  #logo .title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  #logo span {
    font-size: 12px;
  }
}
/*
|--------------------------------------------------------------------------
| 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 {
  /* @group basic */
  @page {
    margin: 1.5cm 1cm 1.5cm 2cm;
  }
  body {
    color: #000;
    background: #FFF;
  }

  .multipage_mod_mailform,
.show_more,
.ui-datepicker.ui-widget,
#footer .footer_inner .copy,
#footer .footer_inner .meta_navi_footer,
#footer .footer_inner .call_to_action,
.multipage_tpl_small_picture,
p > a,
.mailform-submit, .login_form .button,
.p_remember_me_checkbox .checkbox_wrap, .mailform_element.checkbox_field,
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
#navigation_wrap,
.bx-controls,
.documents,
.portlet a.portlet_content_link,
#slider,
#header,
.imprint {
    display: none !important;
  }

  #logo_print {
    display: block;
  }

  .page,
#content .content_inner,
#siteframe {
    padding: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100%;
    text-align: left !important;
  }

  #content .content_inner {
    padding: 20px 0 !important;
  }
  #content .content_inner .content_with_background {
    color: #000;
    background: #fff;
    padding: 0;
  }
  #content .content_inner .content_with_background .content_inner {
    padding: 0 !important;
  }
  #content .content_inner .content_with_background .content_inner h1,
#content .content_inner .content_with_background .content_inner div.introduction {
    color: #000;
  }

  #footer {
    margin: 20px 0 0 0;
    padding: 0;
    background: #fff;
  }
  #footer .footer_inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 80%;
  }

  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    max-width: 100%;
  }

  h2, h2 a {
    margin-bottom: 5px;
  }
  * + h2, * + h2 a {
    margin-top: 20px;
  }

  h3, h3 a {
    margin-bottom: 0;
  }
  * + h3, * + h3 a {
    margin-top: 15px;
  }

  p {
    margin-bottom: 15px;
  }

  h6, h6 a,
h4, h4 a,
h5, h5 a {
    font-weight: 700;
    margin-bottom: 2px;
  }
  * + h6, * + h6 a,
* + h4, * + h4 a,
* + h5, * + h5 a {
    margin-top: 15px;
  }

  .content_inner ul {
    margin-bottom: 15px;
  }
  .content_inner ul li {
    padding-left: 18px;
    line-height: 20px;
  }
  .content_inner ul li:before {
    font-size: 11px;
    line-height: 20px;
    color: #000;
  }

  .content_inner ol {
    margin-bottom: 15px;
  }

  table th {
    color: #000;
    padding-top: 0;
    border-bottom: 1px solid #000;
  }

  .table_wrap_container {
    margin-bottom: 20px;
  }

  /* @end */
  /* @group modules */
  ul.sitemap li {
    padding: 0;
  }
  ul.sitemap li:before {
    display: none;
  }

  #google_map {
    height: 230px;
    margin: 0 0 25px;
  }

  #gallery {
    margin-top: 20px;
  }

  .listing_entry_detail_pictures,
.picture_right {
    max-width: 200px;
    margin-left: 20px;
  }

  #module_multipage .multipage_entry_wrap .multipage_entry,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry {
    background: #fff;
  }

  #module_multipage .multipage_entry_wrap {
    page-break-inside: avoid;
  }

  #portlets_portlet_right {
    width: 200px;
    margin-left: 20px;
  }
  #portlets_portlet_right .portlet {
    background: #fff;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
  #portlets_portlet_right .portlet .portlet_inner {
    background: #fff !important;
    box-shadow: none !important;
  }
  #portlets_portlet_right .portlet .portlet_text_wrap {
    padding: 10px;
    background: #fff;
  }

  #listing {
    margin-top: 20px;
  }
  #listing .listing_entry {
    background: #fff;
    margin-top: 20px;
    box-shadow: none !important;
  }
  #listing .listing_entry.listing_entry_with_picture {
    min-height: 117px !important;
  }
  #listing .listing_entry.listing_entry_with_picture .content {
    margin-left: 200px;
    padding: 0 0 0 20px !important;
  }
  #listing .listing_entry .content {
    padding: 0;
  }
  #listing .listing_entry .content .listing-date {
    margin-bottom: 10px;
  }
  #listing .listing_entry .pictures {
    width: 200px;
    height: 100% !important;
    padding: 0;
  }

  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry .listing-description {
    max-width: 100%;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag .bx-viewport {
    height: 120px !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry {
    max-width: 700px;
    background: #fff;
    box-shadow: none !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content .listing-date {
    margin-bottom: 10px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content h2 {
    margin-bottom: 5px;
  }

  .multipage_entry_wrap.css_slider_mehrere_eintraegen #listing {
    margin-top: 20px;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .listing_entry {
    min-height: auto !important;
    background: #fff !important;
    box-shadow: none !important;
    max-width: 310px;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .listing_entry .content {
    padding: 0;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry.listing_entry_with_picture .content {
    padding: 15px 0 0 0 !important;
    clear: both;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner .listing-description {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .mod_mailform #mailform_content,
.multipage_mod_mailform #mailform_content {
    max-width: 100%;
  }

  #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea {
    background: #fff !important;
  }
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--default .select2-selection--single {
    background: #fff !important;
  }

  #google_maps_wrap {
    background: #fff;
    box-shadow: none;
    border: none;
  }
  #google_maps_wrap #google_map {
    width: 300px;
  }
  #google_maps_wrap .content_google_maps {
    padding: 30px 20px 30px 20px;
    margin-left: 300px;
  }
  #google_maps_wrap .content_google_maps ul li:before {
    color: #000;
  }
  #google_maps_wrap .content_google_maps ul li a {
    color: #000 !important;
  }
  #google_maps_wrap .content_google_maps ul li:last-child {
    margin-top: 20px;
  }

  /* @end */
}

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