/*
|--------------------------------------------------------------------------
| 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 "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  body {
    font: 400 13px/20px "Source Sans Pro";
    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%;
  padding: 0 40px 0 40px;
  background: #fff !important;
}
#content .content_inner .content_with_background {
  background: #7D8356;
  color: #fff;
  text-align: center;
  padding: 56px 40px 50px;
  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;
}
#content .content_inner .content_with_background h1:before {
  left: 50%;
  margin-left: -29px;
  background: #fff;
}
#content .content_inner .content_with_background p > a {
  display: inline-block;
  margin: 0;
  padding: 15px 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #7D8356;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #content .content_inner .content_with_background p > a {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
#content .content_inner .content_with_background p > a:focus, #content .content_inner .content_with_background p > a:hover {
  background: rgb(229.5, 229.5, 229.5);
}
#content .content_inner .content_with_background p > a:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  background: rgb(212.1052631579, 213.8210526316, 198.3789473684);
  color: rgb(101.4976958525, 106.3695852535, 69.8304147465);
}

/* @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%;
  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: 60;
  width: 100%;
  background: #7D8356;
  color: #fff;
}
#header.header_left {
  height: 100%;
  width: 310px;
}
#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: 17px 25px 20px 50px;
  display: flex;
  gap: 50px;
}
#header .portlet {
  display: none;
}

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

#logo {
  float: left;
  width: 165px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#logo img {
  width: 100%;
  height: auto;
  display: block;
}
#logo a {
  text-decoration: none;
}
#logo .title {
  font-family: "Source Sans Pro";
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}
#logo span {
  font-family: "Source Sans Pro";
  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: #E6E7DE;
}
#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):last-child .multipage_entry, #module_multipage .multipage_entry_wrap:nth-child(2n+1).standort .multipage_entry {
  background: #fff;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry {
  background: #E6E7DE;
}
#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: #7D8356;
}
#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: #E6E7DE;
  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 #E6E7DE 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: #7D8356;
}
#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: #E6E7DE;
}
#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: #7D8356;
}
#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: #7D8356;
}
#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:nth-child(2n+1) + .multipage_entry_wrap .multipage_tpl_text_with_background .content_inner.full_width {
  padding: 40px;
}
#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;
  max-width: 470px;
}
#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 .content {
  max-width: 892px;
  margin: 0 auto;
}
#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: #E6E7DE;
}
#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_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(109, 109, 109, 0.25);
  margin-bottom: 18px;
  position: relative;
}
#footer .footer_inner .call_to_action .portlet {
  padding-right: 200px;
  margin-bottom: 15px;
}
#footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
  font: 700 14px/28px "Museo Slab";
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #6D6D6D;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 400;
  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 "Source Sans Pro";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
#footer .footer_inner .call_to_action h2 {
  font: 700 30px/38px "Source Sans Pro";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  color: #7D8356;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  #footer .footer_inner .call_to_action h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media print {
  #footer .footer_inner .call_to_action h2 {
    font: 700 18px/24px "Source Sans Pro";
    color: #000;
    margin-bottom: 10px;
  }
}
#footer .footer_inner .call_to_action .portlet_content_description > a {
  font-size: 20px;
  line-height: 20px;
  margin-left: 8px;
}
#footer .footer_inner .call_to_action .portlet_content_link {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 15px 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 6px;
}
@media print {
  #footer .footer_inner .call_to_action .portlet_content_link {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
#footer .footer_inner .call_to_action .portlet_content_link:focus, #footer .footer_inner .call_to_action .portlet_content_link:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}
#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: #6D6D6D;
  text-decoration: none;
}
#footer .footer_inner .footer_bottom .portlet ul li a:hover,
#footer .footer_inner .meta_navi_footer ul li a:hover {
  color: rgb(70.75, 70.75, 70.75);
}
#footer .footer_inner .footer_bottom .portlet {
  float: left;
}
#footer .footer_inner .footer_bottom .portlet .portlet_content_description h3, #footer .footer_inner .footer_bottom .portlet .portlet_content_description h3 a {
  float: left;
  font: 700 14px/28px "Museo Slab";
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #6D6D6D;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 400;
  pointer-events: none;
  margin-bottom: 3px;
}
@media screen and (max-width: 1050px) {
  #footer .footer_inner .footer_bottom .portlet .portlet_content_description h3, #footer .footer_inner .footer_bottom .portlet .portlet_content_description h3 a {
    margin-bottom: 5px;
  }
}
@media print {
  #footer .footer_inner .footer_bottom .portlet .portlet_content_description h3, #footer .footer_inner .footer_bottom .portlet .portlet_content_description h3 a {
    font: 400 12px/23px "Source Sans Pro";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
#footer .footer_inner .footer_bottom .portlet .portlet_content_description > a {
  font-size: 20px;
  line-height: 20px;
  margin-left: 8px;
}
#footer .footer_inner .copy {
  text-align: center;
  margin-top: 50px;
  color: rgba(109, 109, 109, 0.25);
  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(84, 84, 84, 0.4);
  font-size: 14px;
}
#footer .footer_inner .copy a span {
  display: none;
}
#footer .footer_inner .copy a:hover {
  color: rgba(84, 84, 84, 0.8);
}

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

#privacy_banner #privacy_banner_inner {
  font-size: 13px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons a#privacy_more_information {
  transition: all 0.3s ease-out;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  background: #7D8356;
  transition: all 0.3s ease-out;
}

/* @end */
.multipage_tpl_text_with_background {
  margin-top: 60px;
}

/*
|--------------------------------------------------------------------------
| 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 {
  position: relative;
}

#single_link_wrap {
  margin-left: auto;
  display: flex;
}

.single_link_right {
  margin-top: 7px;
  margin-left: 17px;
}
.single_link_right a {
  display: inline-block;
  margin: 0;
  padding: 15px 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #7D8356;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .single_link_right a {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.single_link_right a:focus, .single_link_right a:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.single_link_right a.current, .single_link_right a:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  background: rgb(212.1052631579, 213.8210526316, 198.3789473684);
  color: rgb(101.4976958525, 106.3695852535, 69.8304147465);
}

#navigation {
  text-align: center;
}
#navigation > ul > li {
  padding: 0;
}
#navigation li.level0 > a {
  display: none;
}
#navigation .navigation {
  margin-top: 22px;
  display: inline-block;
}
#navigation li {
  list-style: none;
  display: inline-block;
  padding: 0 31px;
}
#navigation li.level3, #navigation li.level2 {
  display: none;
}
#navigation li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
}
#navigation li a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
#navigation li a.current:before, #navigation li a:hover:before {
  opacity: 1;
  visibility: visible;
}
#navigation li.current > a:before {
  opacity: 1;
  visibility: visible;
}

#header.header_left .header_inner,
#navigation_wrap.responsive_navi {
  width: 310px;
  padding: 0;
  background: #7D8356;
}
#header.header_left .header_inner #logo,
#navigation_wrap.responsive_navi #logo {
  padding: 30px;
  margin: 0 auto;
  float: none;
}
#header.header_left .header_inner .single_link_right,
#navigation_wrap.responsive_navi .single_link_right {
  float: none;
  margin-top: 10px;
  text-align: center;
  margin-left: 0;
}
#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: 700 14px/28px "Museo Slab";
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #6D6D6D;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px 11px;
  display: block;
  margin: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@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 "Source Sans Pro";
    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: rgba(0, 0, 0, 0.15);
}
#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: rgba(0, 0, 0, 0.2);
}

#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 "Source Sans Pro";
  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 "Source Sans Pro";
    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 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #7D8356;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-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 "Source Sans Pro";
    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: rgb(229.5, 229.5, 229.5);
}
#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: rgb(212.1052631579, 213.8210526316, 198.3789473684);
  color: rgb(101.4976958525, 106.3695852535, 69.8304147465);
}

/*
#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;
  transition: all 0.3s ease-out;
  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;
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 13px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 26px;
}

.navi_open .responsive_navigation_toggle span {
  top: 40.5%;
  transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
}
.navi_open .responsive_navigation_toggle span:first-child {
  opacity: 0;
}
.navi_open .responsive_navigation_toggle span:nth-child(2) {
  transform: rotate(-45deg);
}
.navi_open .responsive_navigation_toggle span:nth-child(3) {
  transform: rotate(45deg);
}

#rwdnav {
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1 {
  font: 700 30px/38px "Source Sans Pro";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  color: #7D8356;
  position: relative;
  padding: 0 0 20px 0;
  max-width: 370px;
}
@media screen and (max-width: 1050px) {
  h1 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media print {
  h1 {
    font: 700 18px/24px "Source Sans Pro";
    color: #000;
    margin-bottom: 10px;
  }
}
h1:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 58px;
  height: 3px;
  display: block;
  background: #7d8356;
  bottom: -2px;
  border-radius: 3px;
}
@media print {
  h1 {
    padding: 0;
  }
  h1:before {
    display: none;
  }
}

div.introduction {
  font: 700 14px/28px "Museo Slab";
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #6D6D6D;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  div.introduction {
    margin-bottom: 5px;
  }
}
@media print {
  div.introduction {
    font: 400 12px/23px "Source Sans Pro";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}

h2, h2 a {
  font: 700 30px/38px "Source Sans Pro";
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  color: #7D8356;
  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 "Source Sans Pro";
    color: #000;
    margin-bottom: 10px;
  }
}
* + h2, * + h2 a {
  margin-top: 35px;
}

h3, h3 a {
  font: 700 18px/23px "Source Sans Pro";
  padding: 0;
  margin: 0 0 8px 0;
  color: #7D8356;
  text-decoration: none;
}
@media print {
  h3, h3 a {
    font: 700 15px/22px "Source Sans Pro";
  }
}
* + 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 "Source Sans Pro";
  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 "Source Sans Pro";
    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: #7D8356;
  text-decoration: underline;
}
a.button {
  display: inline-block;
  margin: 0;
  padding: 15px 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
}
@media print {
  a.button {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
a.button:focus, a.button:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}
a.button:hover {
  color: #fff;
}

a:hover {
  color: #7D8356;
}

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 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
}
@media print {
  .content_button a {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.content_button a:focus, .content_button a:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}

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

.content_inner ul {
  list-style: none;
  margin: 0 0 20px;
}
.content_inner ul:last-child {
  margin-bottom: 0;
}
.content_inner ul li {
  position: relative;
  padding: 0 0 0 29px;
}
.content_inner ul li:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: #6D6D6D;
  line-height: 28px;
}

.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: 7px 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: #7D8356;
}
.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: #7D8356 !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: #7D8356 !important;
}
.accordeon_wrap .accordeon_title h4,
.accordeon_wrap .accordeon_title h3 {
  margin-bottom: 8px;
}
.accordeon_wrap .accordeon_title.visible_detail:before {
  content: "\f068";
}
.accordeon_wrap .accordeon_title:before {
  content: "\f067";
  position: absolute;
  top: 11px;
  left: auto;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
  color: #6D6D6D;
  right: 0;
  transition: all 0.3s ease-out;
}
.accordeon_wrap .accordeon_title .accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}

/* @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: #7D8356;
}

.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;
  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: #7D8356;
  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(125, 131, 86, 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 */
/* @group slider one entry */
.multipage_entry_wrap.css_slider_ein_eintrag h1.page_title,
.multipage_entry_wrap.css_slider_ein_eintrag div.introduction {
  opacity: 0;
  pointer-events: none;
}

.multipage_entry_wrap.css_slider_ein_eintrag .bx-wrapper .bx-viewport,
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry,
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content {
  overflow: visible !important;
}

.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content h2 {
  position: absolute;
  left: 0;
  top: -145px;
}

.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry.listing_entry_with_picture .content .listing-content-text h2 {
  top: -108px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry.listing_entry_with_picture .content .listing-content-text h2:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 58px;
  height: 3px;
  display: block;
  background: #7d8356;
  bottom: -15px;
  border-radius: 3px;
}

.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .content h2.listing-title {
  font: 700 14px/28px "Museo Slab";
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #6D6D6D;
  text-decoration: none;
}

/* @end slider one entry */
/* @group tour iframe */
.tour_iframe {
  position: relative;
  height: 60vw;
  max-height: 600px;
}
.tour_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.picture_content_wrap a {
  display: inline-block;
}

/* @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 picture right */
.picture {
  width: 100%;
}

.listing_entry_detail_pictures,
.picture_right {
  float: right;
  width: 100%;
  max-width: 444px;
  margin-left: 141px;
  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;
  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: 600px;
  overflow: hidden;
  position: relative;
}
#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 */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0)); /* Standard syntax */
}
#small_picture #picture_small_description .picture_small_description_inner {
  position: relative;
  max-width: 400px;
  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 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;
  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;
}
#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 */
.slide img {
  width: 100%;
}

#slider {
  height: 100vh;
  overflow: hidden;
}
#slider .bx-controls {
  opacity: 0;
}

#slider {
  width: 100%;
  margin-top: -2px;
}
#slider #scroll_down_wrap {
  position: absolute;
  bottom: 74px;
  width: 100%;
  z-index: 50;
}
#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: #7D8356;
}
#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%;
  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 */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); /* Standard syntax */
}
#slider .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;
}
#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: #7D8356;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
  max-width: 460px;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Source Sans Pro";
  color: #fff;
  margin-bottom: 0;
  padding-right: 40px;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 a {
  color: #fff;
  text-decoration: none;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text {
  max-width: 700px;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text h2 {
  font-weight: 400;
  font-style: italic;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container .slide_text p:first-of-type {
  margin-top: 20px;
}
#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 5 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: #7D8356;
}
#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 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
}
@media print {
  .documents .document a {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.documents .document a:focus, .documents .document a:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}

/* @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 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
  margin-top: 20px;
}
@media print {
  .portlet a.portlet_content_link {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.portlet a.portlet_content_link:focus, .portlet a.portlet_content_link:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}

a.add_portlet_link {
  display: inline-block;
  margin: 0;
  padding: 15px 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
  display: inline-block;
  margin-top: 20px;
}
@media print {
  a.add_portlet_link {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
a.add_portlet_link:focus, a.add_portlet_link:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}

.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: #E6E7DE;
  border-radius: 2px;
  overflow: hidden;
}
#portlets_portlet_right .portlet .portlet_inner h3 {
  margin-bottom: 10px;
}
#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: #E6E7DE;
}

/* @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: #E6E7DE;
  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: 50.9%;
}
#listing .listing_entry .content {
  padding: 27px 40px 30px;
  overflow: hidden;
  text-align: left;
}
#listing .listing_entry .content h2.listing-title, #listing .listing_entry .content h2.listing-title a {
  font: 700 18px/23px "Source Sans Pro";
  padding: 0;
  margin: 0 0 8px 0;
  color: #7D8356;
  margin-bottom: 12px;
}
@media print {
  #listing .listing_entry .content h2.listing-title, #listing .listing_entry .content h2.listing-title a {
    font: 700 15px/22px "Source Sans Pro";
  }
}
#listing .listing_entry .content h3:first-child {
  font-family: "Museo Slab";
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.75px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#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 .pictures {
  float: left;
  width: 50.9%;
  position: absolute;
  left: 0;
  height: 100%;
  overflow: hidden;
}
#listing .listing_entry .pictures .picture {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#listing .listing_entry .pictures * {
  height: 100%;
  width: auto;
}
#listing .listing_entry_hidden {
  display: none;
}

@media screen and (min--moz-device-pixel-ratio: 0) {
  #listing .listing_entry .pictures .picture {
    max-width: 500px;
  }
}
.show_more {
  font: 700 14px/28px "Museo Slab";
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #6D6D6D;
  text-decoration: none;
  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 "Source Sans Pro";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}
.show_more:hover {
  color: #7D8356;
}

.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: 20px;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.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: auto;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry .pictures .picture {
  max-width: none;
  position: relative;
  left: 0;
  transform: translate(0, 0);
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-viewport .listing_entry .pictures * {
  width: 100%;
  height: auto;
}
.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-controls {
  position: absolute;
  top: -28px;
  right: 0;
  width: 35px;
}
.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: 8px;
  height: 14px;
  text-indent: 0;
  background: none;
  font-size: 0;
  right: 0;
  z-index: 1;
  margin-top: 0;
  display: block;
  position: absolute;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a:before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a:hover:before {
  color: #7D8356;
}
.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: "\f053";
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-controls-direction a.disabled {
  display: none;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #listing .bx-controls .bx-pager {
  display: none;
}

.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 #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.listing_entry_with_picture .content .listing-content-text {
  max-width: 360px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .listing_entry .picture {
  border-radius: 2px;
  overflow: hidden;
  height: auto;
  width: 100%;
  position: relative;
  left: 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 img {
  width: 100%;
  height: auto;
}
.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 {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.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: -40px;
  right: 0;
}
.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 5 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-controls-direction > a:hover:before {
  color: #7D8356;
}
.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;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item {
  display: block;
  float: left;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a {
  width: 10px;
  height: 10px;
  background: #E6E7DE;
  border-radius: 100%;
  margin: 0 12px;
  display: block;
  position: relative;
  z-index: 9;
  text-indent: -999999px;
  font-size: 0px;
}
.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: transparent;
  border: 5px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a.active {
  background: #7D8356;
}
.multipage_entry_wrap.css_slider_ein_eintrag #listing .bx-wrapper .bx-pager .bx-pager-item > a.active:before {
  border-color: rgba(125, 131, 86, 0.4);
}

.content_inner .listing-more-button {
  display: inline-block;
  margin: 0;
  padding: 15px 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
  margin: 26px 0 0 0;
}
@media print {
  .content_inner .listing-more-button {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.content_inner .listing-more-button:focus, .content_inner .listing-more-button:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}

.content_inner .listing_entry_backlink a {
  font: 700 14px/28px "Museo Slab";
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
  color: #6D6D6D;
  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 "Source Sans Pro";
    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 5 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: #7D8356;
}
.content_inner .listing_entry_backlink a:hover:before {
  color: #7D8356;
  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 #E6E7DE;
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
#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 .content_google_maps {
  padding: 45px 40px 55px 60px;
  margin-left: 59.8%;
  line-height: 28px;
  background: #fff;
}
#google_maps_wrap .content_google_maps ul li {
  padding-left: 0;
}
#google_maps_wrap .content_google_maps ul li:before {
  display: none;
}
#google_maps_wrap .content_google_maps ul li > a {
  color: #6D6D6D;
}
#google_maps_wrap .content_google_maps ul li > a:hover {
  color: #7D8356;
}
#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: 700;
  text-decoration: none;
  color: #6D6D6D;
}
#google_maps_wrap .content_google_maps ul li:last-child > a:hover {
  color: #7D8356;
}
#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 "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
}
@media print {
  #google_maps_wrap div.infowindow {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
#google_maps_wrap div.infowindow h2 {
  font: 700 18px/23px "Source Sans Pro";
  padding: 0;
  margin: 0 0 8px 0;
  color: #7D8356;
}
@media print {
  #google_maps_wrap div.infowindow h2 {
    font: 700 15px/22px "Source Sans Pro";
  }
}
#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: 598px;
  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: #7d8356;
  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;
}
.multipage_mod_mailform #mailform_content,
.mod_mailform #mailform_content {
  background: #85241E;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  padding: 20px 25px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.multipage_mod_mailform #mailform_content a,
.mod_mailform #mailform_content a {
  color: #fff;
  text-decoration: none;
}
.multipage_mod_mailform #mailform_content p,
.mod_mailform #mailform_content p {
  margin-bottom: 10px;
}
.multipage_mod_mailform #mailform_content p:last-child,
.mod_mailform #mailform_content p:last-child {
  margin-bottom: 0 !important;
}
.multipage_mod_mailform #mailform_content + .message,
.mod_mailform #mailform_content + .message {
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
}

#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 "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  color: #6D6D6D;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid rgb(218.8157894737, 220.2631578947, 207.2368421053);
  box-sizing: border-box;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}
@media print {
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 400 13px/20px "Source Sans Pro";
    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: #7D8356;
  color: #7D8356;
}
.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 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 10px 0 0;
}
@media print {
  .mailform-submit,
  .login_form .button {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.mailform-submit:focus, .mailform-submit:hover,
.login_form .button:focus,
.login_form .button:hover {
  background: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}
.mailform-submit:hover,
.login_form .button:hover {
  color: #fff;
}

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

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

.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 5 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: rgb(218.8157894737, 220.2631578947, 207.2368421053);
  width: 20px;
  height: 20px;
  font-weight: 300;
  pointer-events: none;
  background: none;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #7D8356;
  background: none;
  z-index: 4;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  color: #7D8356;
}
.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;
}

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

.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgb(218.8157894737, 220.2631578947, 207.2368421053);
  height: auto;
  border-radius: 2px;
  box-sizing: border-box;
  transition: border 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font: "Source Sans Pro";
  color: #6D6D6D;
  padding: 8px 17px 9px;
  outline: none;
  box-sizing: border-box;
  display: block;
  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 5 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: rgb(214.3421052632, 215.9684210526, 201.3315789474);
  font-weight: 700;
  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: #E6E7DE;
}
.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: #7D8356;
}

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

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

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

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

.select2_dark .select2-dropdown {
  background: #E6E7DE;
}
.select2_dark .select2-results__option {
  background: #E6E7DE;
}
.select2_dark .select2-results__option[aria-selected=true] {
  background: rgb(216.5789473684, 218.1157894737, 204.2842105263);
  color: #6D6D6D;
}
.select2_dark .select2-results__option[aria-selected=true]:hover {
  background: #7D8356;
  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: "Source Sans Pro";
  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: #7D8356;
}
.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: #7D8356;
}
.system_page .select2-results__option {
  font: "Source Sans Pro";
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "Source Sans Pro";
  color: #6D6D6D;
  padding: 7px 10px 2px;
  margin: 7px 0 0 0;
  width: 340px;
  border-radius: 2px;
  border: 1px solid rgb(218.8157894737, 220.2631578947, 207.2368421053);
  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: #E6E7DE;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 13px/20px "Source Sans Pro";
    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 "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 13px/20px "Source Sans Pro";
    color: #000;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
}
@media print {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 400 13px/20px "Source Sans Pro";
    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;
  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: #E6E7DE;
  color: #6D6D6D;
  border-color: #E6E7DE;
}
.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: #7D8356;
  color: #fff;
  border-color: #7D8356;
}
.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 5 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;
  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: #7D8356;
}
.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: #E6E7DE;
  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: #7D8356;
}

/* @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 28px;
  width: auto;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  background: #7D8356;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 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 "Source Sans Pro";
    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: rgb(95.6221198157, 100.2119815668, 65.7880184332);
}
#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 ul.crono_tabs li.current a, ul.crono_tabs li.current a {
  z-index: 9;
}

.message {
  border: 0;
  background: #7D8356;
  padding: 6px 20px 7px;
  margin: 0 0 20px;
  border-radius: 2px;
  font: 400 16px/28px "Source Sans Pro";
  letter-spacing: 0.3px;
  color: #6D6D6D;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  box-sizing: border-box;
}
@media print {
  .message {
    font: 400 13px/20px "Source Sans Pro";
    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: rgb(216.5789473684, 218.1157894737, 204.2842105263);
  z-index: 51;
}
#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: rgb(93.7, 93.7, 93.7);
  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: #7D8356;
}

/* @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: #7D8356;
  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: #E6E7DE;
  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: #7D8356;
}

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

.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 #E6E7DE;
  border-radius: 2px;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a.current {
  color: #7D8356;
  background: #E6E7DE;
}
.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 5 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;
  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: #7D8356;
}

#management .page_template_radio {
  margin-top: 6px !important;
}

/* @end */
/* management select2 */
#management .select2-container,
.management_container .select2-container {
  max-width: 600px;
}
#management .select2-container,
.management_container .select2-container {
  width: auto !important;
  max-width: 600px;
  min-width: 226px;
}
#management .select2-container .select2-dropdown .select2-search,
.management_container .select2-container .select2-dropdown .select2-search {
  display: none !important;
}
#management .select2-container.select2-container--default .select2-selection--single,
.management_container .select2-container.select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  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 .select2-dropdown .select2-search {
  display: none !important;
}

.system_page .select2-container {
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
}
.system_page .select2-container .select2-results__options {
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
  color: black;
}

/*
|--------------------------------------------------------------------------
| 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: 600px;
  }
  #small_picture .picture {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@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 10px;
  }
  #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;
  }
}
@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%;
    gap: 0;
  }
  #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 {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    transition: all 0.3s ease-out;
  }
  #single_link_wrap {
    margin-right: 110px;
  }
  .navi_open #navigation_wrap {
    visibility: visible;
    opacity: 1;
    transform: perspective(1px) translate3d(0, 0, 0);
  }
  #social_media_wrap {
    top: 0;
    right: 85px;
  }
}
@media screen and (max-width: 1050px) {
  #content .content_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #content .content_inner.full_width {
    padding: 0 20px;
  }
  #content .content_inner .content_with_background {
    padding: 30px 20px 35px;
  }
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) + .multipage_entry_wrap .multipage_tpl_text_with_background .content_inner.full_width {
    padding: 20px;
  }
  .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 {
    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;
  }
}
@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;
  }
  .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;
    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;
  }
}
@media screen and (max-width: 700px) {
  #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 {
    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;
  }
  #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;
  }
  .p_remember_me_checkbox .checkbox_wrap p, .mailform_element.checkbox_field p {
    width: 100%;
  }
  #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;
  }
}
@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;
  }
  #listing .listing_entry .pictures {
    width: 100%;
    float: none;
    position: relative;
    overflow: visible;
  }
  #listing .listing_entry .pictures .picture {
    position: relative;
    left: 0;
    transform: translate(0, 0);
  }
  #listing .listing_entry .pictures * {
    width: 100%;
    height: auto;
  }
  #listing .listing_entry.listing_entry_with_picture .content {
    margin-left: 0;
  }
}
@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) {
  #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;
    transform: translate(0, 0);
  }
  #footer .footer_inner .call_to_action .portlet {
    padding-right: 0;
  }
  #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: 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/
|
 */
@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;
    width: 140px;
    padding-bottom: 5px;
  }
  .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 {
    display: none;
    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: 0;
    padding: 0 !important;
  }
  #listing .listing_entry .content {
    padding: 0;
  }
  #listing .listing_entry .content .listing-date {
    margin-bottom: 10px;
  }
  #listing .listing_entry .pictures {
    display: none;
    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;
  }
  #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: 0;
    margin-bottom: 10px;
  }
}
/* @end *//*# sourceMappingURL=template_styles3.css.map */