@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @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: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

/* @end */
/* @group picture styles */
.resource_background {
  display: block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input#remember_me {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group variables */
body {
  --management-highlight-color: #4E2508;
  --management-highlight-color-rgb: 18, 185, 230;
  --management-panel-width: 0px;
}

/* @end */
/* @group basic */
html {
  overflow-x: hidden;
}

body {
  font: 400 16px/24px "Cabin";
  letter-spacing: 0px;
  color: #262626;
}
@media print {
  body {
    font: 400 13px/20px "Cabin";
    color: #000;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #9EA0A0;
  overflow-x: hidden;
}

body > nav {
  display: none;
}

div#siteframe {
  background: #f8f2ec;
}

.content_wrap > .content {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

div.content_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: 0 20px 60px 20px;
}

div#content_left {
  float: left;
  width: 360px;
  background: #f8f2ec;
  margin: 0 40px 0px 0px;
  padding: 9px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #945324;
}
div#content_left a {
  color: #4E2508;
}
div#content_left a:hover {
  color: #945324;
  opacity: 100%;
}

/* @end */
/* @group header */
#header {
  color: #fff;
  position: relative;
  z-index: 100;
}
#header .portlet {
  color: #262626;
}
#header .portlet .controls .portlet-resource-link {
  display: none;
}

.header_content {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: 65px 20px 65px 20px;
}

#header div#logo {
  display: block;
  width: auto;
}

.header_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#portlets_header {
  display: block;
  overflow: hidden;
}
#portlets_header a.add_portlet_link {
  margin: 0px;
  margin-left: 130px;
  margin-top: 20px;
}
#portlets_header h3.portlet-title,
#portlets_header h3.portlet-title a {
  font: 400 16px/24px "Cabin";
  letter-spacing: 0px;
  color: #262626;
}
@media print {
  #portlets_header h3.portlet-title,
  #portlets_header h3.portlet-title a {
    font: 400 13px/20px "Cabin";
    color: #000;
  }
}
#portlets_header h3.portlet-title,
#portlets_header h3.portlet-title a {
  font-weight: 700;
  margin-bottom: 0px;
}
#portlets_header .portlets_inner_wrap {
  max-width: 670px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#portlets_header .portlet {
  display: inline-block;
  margin-left: 130px;
  margin-bottom: 0px;
}

.logo_fixed {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 12px;
  left: -200px;
  transition: all 0.3s ease-out;
}

.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 40px;
  height: 30px;
  position: fixed;
  top: 30px;
  right: 20px;
  background: none;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
}
.responsive_navigation_toggle span {
  background: #262626;
  display: block;
  height: 6px;
  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: 12px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

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

/* @end */
/* @group slider */
#bx-slider-wrap img {
  width: 100%;
  height: auto;
}

.slider {
  margin-top: -30px;
  overflow: hidden;
  position: relative;
}
.slider .bx-wrapper .bx-viewport {
  height: auto !important;
}

.slider.little {
  max-height: 300px;
}

.slider .overlay {
  position: absolute;
  bottom: -10px;
  left: -1px;
  right: -1px;
  z-index: 10;
}

.slider .overlay img {
  width: 100%;
  height: auto;
}

div.bx-wrapper {
  margin: 0;
  padding: 0;
  position: static;
}

div.bx-wrapper .slide {
  max-height: 700px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

div.bx-wrapper img {
  max-width: none;
  width: 100%;
  height: auto;
}

div.bx-wrapper .bx-controls-direction {
  opacity: 1;
  position: absolute;
  bottom: 46px;
  left: 50%;
  margin: 0 0 0 -580px;
  width: 1160px;
  z-index: 20;
  text-align: right;
}

div.bx-wrapper .bx-controls-direction a {
  position: relative;
  font-size: 0;
  text-indent: 0px;
  height: clamp(29px, 3.9vw, 39px);
  width: clamp(29px, 3.9vw, 39px);
  left: unset;
  display: inline-block;
  margin: 0 0 0 20px;
  background: white;
}
div.bx-wrapper .bx-controls-direction a:before {
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
  color: #262626;
  transform: translate(-50%, -50%);
}
div.bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
div.bx-wrapper .bx-controls-direction a:hover {
  background: #945324;
}

div.bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f054";
}

.slide_text_container {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  z-index: 20;
}
.slide_text_container h2 {
  display: inline-block;
  width: auto;
  margin: 0;
  color: white !important;
  font: 600 22px/38px "Cabin";
}
.slide_text_container .slide_text p {
  display: inline-block;
  width: auto;
  margin: 0;
  color: white;
  color: white !important;
}

/* @end */
/* @group footer */
#footer {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: 65px 20px 0px;
  font-size: 16px;
  line-height: 24px;
  background: #4E2508;
  position: relative;
}
#footer:before, #footer:after {
  content: "";
  position: absolute;
  left: -2000px;
  height: 100%;
  top: 0px;
  width: 2000px;
  background: #4E2508 !important;
  display: block;
  z-index: 1;
}
#footer:after {
  left: auto;
  right: -2000px;
}

footer .contact {
  display: flex;
  justify-content: space-between;
}

footer a.phone {
  text-decoration: none;
}

footer .newsletter h2,
.contact h3,
.contact h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}

.contact h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin: -1px 0 11px 0;
}

footer .newsletter h2 {
  margin: 0 0 14px;
}

footer .newsletter {
  float: right;
  padding: 8px 0 0 0;
  text-align: right;
}

.social_media {
  overflow: hidden;
}

.social_media a {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: block;
  float: right;
  margin: 0 0 0 10px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  border-radius: 100%;
  font-size: 16px;
  transition: all 0.3s ease-out;
}

.social_media a img {
  margin-top: -32px;
}

.social_media a:hover img {
  margin-top: 0;
}

#overlay iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  border: none;
}
#overlay iframe.clicked {
  pointer-events: auto;
}

footer ul.impressum {
  display: block;
  overflow: hidden;
  list-style-type: none;
  padding: 8px 0px;
  background: rgba(38, 38, 38, 0.1);
  margin: 50px 0 0 0;
  border: 0px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: visible;
  min-height: 20px;
}
footer ul.impressum a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
footer ul.impressum a:hover {
  color: white !important;
}
footer ul.impressum a:hover span {
  color: white !important;
  opacity: 1 !important;
}
footer ul.impressum a span:hover {
  color: white !important;
  opacity: 1 !important;
}
footer ul.impressum .level0 span {
  display: block !important;
}
footer ul.impressum .level0 span:hover {
  color: white !important;
}
footer ul.impressum li:after {
  content: " | ";
  display: inline-block;
  margin-left: 15px;
}
footer ul.impressum li:last-child:after {
  display: none;
}
footer ul.impressum:before, footer ul.impressum:after {
  content: "";
  position: absolute;
  left: -2000px;
  height: 100%;
  top: 0px;
  width: 2000px;
  background: rgba(38, 38, 38, 0.1);
  display: block;
  z-index: 2;
}
footer ul.impressum:after {
  left: auto;
  right: -2000px;
}

#footer li {
  float: left;
  padding: 0 14px 0 0;
  font-size: 14px;
  line-height: 18px;
}

.newsletter label,
#footer li span {
  display: inline;
}
.newsletter label a > span,
#footer li span a > span {
  display: none;
}

.dodeley_subscribe {
  padding: 70px 0 0 0;
}

.dodeley_subscribe input {
  border: none;
  color: #fff;
  padding: 0 20px;
  width: 210px;
  display: inline;
  height: 46px;
  border-radius: 0;
  font: 700 18px/30px "Open Sans", Arial, Helvetica, sans-serif;
  transition: all 0.3s ease-out;
}

.dodeley_subscribe input.button {
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
  margin: 0 0 0 -5px;
}

.dodeley_subscribe ::-webkit-input-placeholder {
  color: #fff;
}

.dodeley_subscribe :-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.dodeley_subscribe ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.dodeley_subscribe :-ms-input-placeholder {
  color: #fff;
}

#indual_link {
  text-decoration: none;
}
#indual_link span {
  display: none;
}

footer ul.impressum li #indual_link span {
  display: none;
}

#mc_embed_signup .mc-field-group label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
#mc_embed_signup .mc-field-group input {
  border: 1px solid #fff !important;
  color: #fff;
  max-width: 350px;
  padding-left: 10px;
}
#mc_embed_signup #mc-embedded-subscribe {
  background: #fff;
  color: #4E2508;
  border: 1px solid #fff;
}
#mc_embed_signup #mc-embedded-subscribe:hover {
  opacity: 0.9;
}
#mc_embed_signup div.mce_inline_error {
  background: none !important;
  padding: 10px 0 0 0 !important;
  max-width: 350px;
}
#mc_embed_signup .button_wrap {
  margin-top: 15px;
}
#mc_embed_signup #mce-responses {
  max-width: 350px;
}
#mc_embed_signup #mce-responses .response {
  padding-top: 10px;
}

* + .accordeon_wrap {
  margin-top: 40px;
}

.accordeon_wrap {
  margin-bottom: 35px;
  border-bottom: 1px solid #945324;
}
.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 #945324;
  padding: 20px 30px 0 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.accordeon_wrap .accordeon_title h3 {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .accordeon_wrap .accordeon_title h3 {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  .accordeon_wrap .accordeon_title h3 {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
.accordeon_wrap .accordeon_title h3 {
  color: #262626;
}
.accordeon_wrap .accordeon_title:before {
  color: #945324 !important;
}
.accordeon_wrap .accordeon_title.visible_detail, .accordeon_wrap .accordeon_title:hover {
  border-top-color: #4E2508;
}
.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 {
  transition: all 0.3s ease-out;
}
.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: #4E2508 !important;
}
.accordeon_wrap .accordeon_title h4,
.accordeon_wrap .accordeon_title h3 {
  margin-bottom: 20px;
}
.accordeon_wrap .accordeon_title.visible_detail:before {
  content: "\f068" !important;
}
.accordeon_wrap .accordeon_title:before {
  content: "\f067";
  position: absolute;
  top: 24px;
  left: auto;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgb(219, 219, 223);
  font-weight: 100;
  right: 0;
  transition: all 0.3s ease-out;
}
.accordeon_wrap .accordeon_title .accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}
.accordeon_wrap p:last-child {
  margin-bottom: 10px;
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title:before {
  content: "\f068" !important;
}

/* @end */
/* @group privacy banner */
#privacy_banner_wrap {
  background: #9EA0A0;
  border-radius: 4px;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button {
  transition: all 0.3s ease-out;
  background: #945324;
  color: #fff;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button i:before {
  color: #fff;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button:hover {
  background-color: #945324;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button:hover i:before {
  color: #fff;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
.title_wrap {
  padding: 40px 0px;
  margin: 0 0 50px 0;
  margin-top: 0px;
  padding-top: 70px;
  margin-top: -30px;
  background: #945324;
}

.page_home .title_wrap,
body.mod_action_show_entry .title_wrap {
  margin-top: -30px;
}

.page_home .content_wrap .content > p {
  line-height: 27px;
}

.content h1#page_title.page_title {
  color: #262626;
  margin-top: 40px;
  margin-bottom: 20px;
}

.title_inner_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

h1 {
  font: 900 40px/48px "Cabin";
  margin: -1px 0 0 0;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  h1 {
    font: 900 30px/38px "Cabin";
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font: 900 25px/33px "Cabin";
  }
}
@media print {
  h1 {
    font: 900 26px/34px "Cabin";
  }
}
h1 {
  color: #fff;
}
h1 + h2.subtitle {
  margin-top: 8px;
  color: #fff;
}

.overview_item .introduction,
h2, h2 a {
  font: 400 40px/48px "Cabin";
  margin: 0 0 30px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .overview_item .introduction,
  h2, h2 a {
    font: 400 30px/38px "Cabin";
  }
}
@media screen and (max-width: 500px) {
  .overview_item .introduction,
  h2, h2 a {
    font: 400 25px/33px "Cabin";
  }
}
@media print {
  .overview_item .introduction,
  h2, h2 a {
    font: 400 26px/34px "Cabin";
    margin: 0 0 15px 0;
  }
}

h2.subtitle {
  margin: 0px;
}

h2 + h3 {
  margin-top: -8px;
}

h3, h3 a {
  font: 600 32px/38px "Cabin";
  margin: 0 0 30px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  h3, h3 a {
    font: 600 24px/30px "Cabin";
    margin: 0 0 25px 0;
  }
}
@media print {
  h3, h3 a {
    font: 600 22px/26px "Cabin";
    margin: 0 0 15px 0;
  }
}

h6, h6 a,
h4, h4 a,
h5, h5 a {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}

h5, h5 a,
h6, h6 a {
  font-weight: 400;
}

.content_button a {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  border-radius: 2px;
  font: 800 14px/23px "Cabin";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #945324;
  border: 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  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;
}
.content_button a:hover {
  text-decoration: none;
  border: 0;
  background: #4E2508;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.content_button a:focus {
  text-decoration: none;
  border: 0;
  background: rgb(54.8720930233, 26.0290697674, 5.6279069767);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.content_button a:hover {
  color: #fff;
}

* + h2, * + h2 {
  margin-top: 45px;
}
* + h3, * + h3 {
  margin-top: 45px;
}

p {
  margin: 0 0 28px 0;
}

div.introduction {
  font: 400 22px/34px "Cabin";
}
div.introduction + * {
  margin-top: 36px;
}
@media screen and (max-width: 800px) {
  div.introduction {
    font: 400 20px/28px "Cabin";
  }
  div.introduction + * {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media print {
  div.introduction {
    font: 400 18px/30px "Cabin";
  }
  div.introduction + * {
    margin-top: 25px;
  }
}
div.introduction p {
  margin-bottom: 0;
}

div#content .overview_item .introduction {
  display: block;
}

#content p > img {
  max-width: 100%;
  height: auto !important;
}

#content > p > iframe {
  max-width: 100%;
  width: 100% !important;
  min-height: 350px;
}

/* @end */
/* @group link */
a {
  outline: none;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #4E2508;
  color: #262626;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration-color: #945324;
  color: #945324;
}

a img {
  border: none;
}

#contentframe .resource_subtitle {
  display: none;
}

/* @end */
/* @group unordrered list */
.title_wrap ul,
.title_wrap ol,
.content ul:not(.select2-results__options),
.content ol {
  margin: 0 0 23px 0px;
  width: auto;
}

div + ul.tags,
p + ul.tags,
h2 + ul.tags,
h3 + ul.tags,
h4 + ul.tags,
h5 + ul.tags,
h6 + ul.tags,
.introduction + style + ul.tags {
  margin-top: 40px !important;
}

.content .chosen ul {
  margin: 0;
}

.title_wrap ol,
.content ol {
  list-style-type: decimal;
  margin: 0 0 23px 17px;
}

.content ul.sitemap {
  margin: 0;
}

.content ul:not(.sitemap):not(.select2-results__options):not(.tags) {
  padding-left: 18px;
}
.content ul:not(.sitemap):not(.select2-results__options):not(.tags) li::before,
.content ul:not(.sitemap):not(.select2-results__options):not(.tags) li::marker {
  color: #4E2508;
}

/* @end */
/* @group content table */
.table_wrap {
  max-width: 100%;
  overflow: auto;
}

.content table {
  border: none;
  border-spacing: 0;
  margin: 23px 0 23px 0;
  min-width: 450px;
}

table th {
  padding: 5px;
  text-align: left;
  background-color: #945324;
  color: #fff;
}

table td {
  padding: 10px 10px 10px 0px;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group misc management elements */
.message {
  margin: 40px 0px;
  margin-top: 0px;
  font-weight: 400;
  padding: 20px 20px;
  font-size: 18px;
  background: #945324;
  color: #fff;
  border: 0px;
}
.message .missing_fields .missing_fields_title {
  font-weight: 700;
  margin-bottom: 15px;
}
.message p {
  margin: 0;
}
.message ul {
  margin-bottom: 0 !important;
}
.message ul::marker {
  color: #262626 !important;
}

* + .message {
  margin-top: 20px;
}

.fancybox-skin .popup_content {
  padding: 30px !important;
}

#module_mailform table td {
  padding: 7px 7px 7px 0;
}

#module_mailform table th {
  padding: 3px 7px 10px 0;
}

/* @end */
/* @group pagination */
.pagination {
  margin: 30px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  list-style: none;
  overflow: visible;
}

#filemanager_resource_container .resource-pagination-links a.inactive,
.pagination .pagination-links .inactive {
  display: none;
}

.pagination .pagination-numbers a,
.pagination .pagination-links a {
  font: 700 16px/22px "Cabin", Arial, Helvetica, sans-serif;
  padding: 7px 14px;
  outline: none;
  cursor: pointer;
  width: auto;
  border-radius: 7px;
  color: #fff;
  background-color: #945324;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.pagination .pagination-numbers a:hover,
.pagination .pagination-links a:hover {
  background-color: #4E2508;
  color: #fff;
}
.pagination .pagination-numbers a a.current,
.pagination .pagination-links a a.current {
  background-color: #4E2508;
}

.pagination .pagination_inner .pagination-numbers a.current {
  background-color: #4E2508;
  color: white;
}

.pagination .pagination-numbers a {
  margin-right: 5px;
}

.pagination .pagination-links a {
  margin-left: 5px;
}

/* @end */
ul.sitemap a {
  text-decoration: none;
}
ul.sitemap a:hover {
  color: #4E2508;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group shop */
.main_shop_wrap {
  padding: 0 0 20px 0;
}

.article_number,
.shop_article_information_title,
.shop_category .inner > .resource_container {
  float: none;
  clear: both;
  display: none;
}

.shop_category .inner > h2 {
  margin: 0 0 20px 0;
}

.shop_article {
  background: none;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #ddd;
}

.shop_article:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.shop_article_title_content {
  overflow: hidden;
}

.shop_article_title_content > h2 {
  font-size: 27px;
  line-height: 31px;
}

.shop_article div.resource_container {
  width: 39%;
  margin: 0 20px 0 0;
}

.shop-content p {
  margin: 0 0 15px 0;
}

.shop_order_block a,
.shop_add_to_cart {
  text-decoration: none;
  font-weight: 700;
}

a.back-to-overview {
  margin: 0;
}

#article_detail_description {
  padding: 20px 0 0 0;
}

.shop_article .shop_show_details {
  padding: 0 0 5px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

.shop_add_to_cart_container {
  margin: 0;
}

.shop-regular-price-reduced {
  color: #ea923c;
}

.shop-price-list {
  padding: 10px 0 0 0;
}

table.shop-cart {
  border-collapse: separate;
}

table.shop-cart th,
table.shop-cart td {
  padding: 10px;
}

table.shop-cart th {
  background: #fff;
}

table.shop-cart a {
  text-decoration: none;
}

table.shop-cart small {
  font-size: 13px;
}

table.shop-cart tr.shipping td {
  background: #fff;
  border-color: #ddd;
  border-bottom: 1px solid #ebd9c8;
}

table.shop-cart tr.total th {
  background: #FBE9D8;
  border-width: 1px;
  border-color: #ebd9c8;
}

#process_order_registration .shop_div > h2 {
  display: none;
}

div#cart_container {
  padding: 0 0 20px 0;
  overflow: hidden;
}

div.payment-method {
  margin: 0 0 20px 0;
}

table.shop-cart td a.remove_cart_article {
  float: left;
  margin: 4px 0 0 10px;
}

.quantity_click_counter span {
  width: 13px;
  height: 8px;
  background: url(../img/shop_arrows.png) left top;
}

.quantity_click_counter span.click_count_down {
  background: url(../img/shop_arrows.png) left bottom;
}

.quantity_click_counter span:hover {
  opacity: 0.4;
}

#order_form_overview legend {
  padding: 0 10px;
  font-weight: 700;
}

#order_form_overview label {
  float: left;
  width: 170px;
}

/* ---- Detail Site --- */
div#article_detail_thumbnails .pictures .picture {
  width: 33.33%;
  margin: 0;
  padding: 5px 5px 0 0;
  box-sizing: border-box;
}

div#article_detail_pictures {
  width: 300px !important;
  padding: 0 20px 0 0;
}

#article_first_picture .resource_container {
  width: 300px;
}

a.back-to-overview {
  display: inline-block;
  float: none;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}

a.back-to-overview + .cf {
  display: none;
}

.shop-introduction p {
  margin: 0;
}

/* ---- Portlet Shop ---- */
.portlet_shop h3.portlet-title {
  display: none;
}

.portlet_shop .shop_cart {
  padding: 0;
}

.portlet_shop_cart_table td {
  padding: 3px 10px 3px 0;
}

.portlet_shop .goto-cart {
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background: none;
  margin: 24px 0 0 0;
  padding: 10px 16px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #999;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-out;
}

.portlet_shop .goto-cart:hover {
  background: #aaa;
  color: #fff;
}

/* @end */
/* @group listing/overview */
.listing_entry,
.overview_item {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.listing_entry.not_published,
.overview_item.not_published {
  border: 2px solid #DC2929 !important;
}
.listing_entry .listing_actions,
.overview_item .listing_actions {
  position: relative;
  z-index: 26;
  background: #945324;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
}
.listing_entry .listing_actions a,
.overview_item .listing_actions a {
  color: #262626;
  font-weight: 400;
}
.listing_entry .resource_container,
.overview_item .resource_container {
  float: left;
  width: 100%;
  max-width: 360px;
}
.listing_entry .listing_content_inner,
.listing_entry .overview_item_inner .content,
.overview_item .listing_content_inner,
.overview_item .overview_item_inner .content {
  display: block;
  box-sizing: border-box;
  float: left;
}
.listing_entry .listing_content_inner h2,
.listing_entry .listing_content_inner h2 a,
.listing_entry .overview_item_inner .content h2,
.listing_entry .overview_item_inner .content h2 a,
.overview_item .listing_content_inner h2,
.overview_item .listing_content_inner h2 a,
.overview_item .overview_item_inner .content h2,
.overview_item .overview_item_inner .content h2 a {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .listing_entry .listing_content_inner h2,
  .listing_entry .listing_content_inner h2 a,
  .listing_entry .overview_item_inner .content h2,
  .listing_entry .overview_item_inner .content h2 a,
  .overview_item .listing_content_inner h2,
  .overview_item .listing_content_inner h2 a,
  .overview_item .overview_item_inner .content h2,
  .overview_item .overview_item_inner .content h2 a {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  .listing_entry .listing_content_inner h2,
  .listing_entry .listing_content_inner h2 a,
  .listing_entry .overview_item_inner .content h2,
  .listing_entry .overview_item_inner .content h2 a,
  .overview_item .listing_content_inner h2,
  .overview_item .listing_content_inner h2 a,
  .overview_item .overview_item_inner .content h2,
  .overview_item .overview_item_inner .content h2 a {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
.listing_entry .listing_content_inner h2 + h3.subtitle,
.listing_entry .listing_content_inner h2 a + h3.subtitle,
.listing_entry .overview_item_inner .content h2 + h3.subtitle,
.listing_entry .overview_item_inner .content h2 a + h3.subtitle,
.overview_item .listing_content_inner h2 + h3.subtitle,
.overview_item .listing_content_inner h2 a + h3.subtitle,
.overview_item .overview_item_inner .content h2 + h3.subtitle,
.overview_item .overview_item_inner .content h2 a + h3.subtitle {
  margin-top: -13px;
}
.listing_entry .listing_content_inner .introduction,
.listing_entry .overview_item_inner .content .introduction,
.overview_item .listing_content_inner .introduction,
.overview_item .overview_item_inner .content .introduction {
  font: 400 16px/24px "Cabin";
  letter-spacing: 0px;
  color: #262626;
}
@media print {
  .listing_entry .listing_content_inner .introduction,
  .listing_entry .overview_item_inner .content .introduction,
  .overview_item .listing_content_inner .introduction,
  .overview_item .overview_item_inner .content .introduction {
    font: 400 13px/20px "Cabin";
    color: #000;
  }
}
.listing_entry .listing_content_inner h3.subtitle,
.listing_entry .overview_item_inner .content h3.subtitle,
.overview_item .listing_content_inner h3.subtitle,
.overview_item .overview_item_inner .content h3.subtitle {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .listing_entry .listing_content_inner h3.subtitle,
  .listing_entry .overview_item_inner .content h3.subtitle,
  .overview_item .listing_content_inner h3.subtitle,
  .overview_item .overview_item_inner .content h3.subtitle {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  .listing_entry .listing_content_inner h3.subtitle,
  .listing_entry .overview_item_inner .content h3.subtitle,
  .overview_item .listing_content_inner h3.subtitle,
  .overview_item .overview_item_inner .content h3.subtitle {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
.listing_entry .listing_content_inner h3.subtitle,
.listing_entry .overview_item_inner .content h3.subtitle,
.overview_item .listing_content_inner h3.subtitle,
.overview_item .overview_item_inner .content h3.subtitle {
  font-weight: 400;
  font-size: 20px;
}
.listing_entry .listing_content_inner .button,
.listing_entry .overview_item_inner .content .button,
.overview_item .listing_content_inner .button,
.overview_item .overview_item_inner .content .button {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  border-radius: 2px;
  font: 800 14px/23px "Cabin";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #945324;
  border: 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  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;
}
.listing_entry .listing_content_inner .button:hover,
.listing_entry .overview_item_inner .content .button:hover,
.overview_item .listing_content_inner .button:hover,
.overview_item .overview_item_inner .content .button:hover {
  text-decoration: none;
  border: 0;
  background: #4E2508;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_entry .listing_content_inner .button:focus,
.listing_entry .overview_item_inner .content .button:focus,
.overview_item .listing_content_inner .button:focus,
.overview_item .overview_item_inner .content .button:focus {
  text-decoration: none;
  border: 0;
  background: rgb(54.8720930233, 26.0290697674, 5.6279069767);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_entry .listing_content_inner .listing-date,
.listing_entry .overview_item_inner .content .listing-date,
.overview_item .listing_content_inner .listing-date,
.overview_item .overview_item_inner .content .listing-date {
  font: 400 22px/23px "Cabin";
  margin: 0 0 7px;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
  color: rgba(38, 38, 38, 0.5);
}
@media screen and (max-width: 800px) {
  .listing_entry .listing_content_inner .listing-date,
  .listing_entry .overview_item_inner .content .listing-date,
  .overview_item .listing_content_inner .listing-date,
  .overview_item .overview_item_inner .content .listing-date {
    font: 400 20px/23px "Cabin";
  }
}
@media print {
  .listing_entry .listing_content_inner .listing-date,
  .listing_entry .overview_item_inner .content .listing-date,
  .overview_item .listing_content_inner .listing-date,
  .overview_item .overview_item_inner .content .listing-date {
    font: 400 18px/20px "Cabin";
  }
}
.listing_entry .listing_content_inner .listing-tags,
.listing_entry .overview_item_inner .content .listing-tags,
.overview_item .listing_content_inner .listing-tags,
.overview_item .overview_item_inner .content .listing-tags {
  margin-left: -5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.listing_entry .listing_content_inner .listing-tags span,
.listing_entry .overview_item_inner .content .listing-tags span,
.overview_item .listing_content_inner .listing-tags span,
.overview_item .overview_item_inner .content .listing-tags span {
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  border-radius: 20px;
  font-size: 12px;
  margin: 5px;
}
.listing_entry .listing_content_inner .listing-content-introduction,
.listing_entry .overview_item_inner .content .listing-content-introduction,
.overview_item .listing_content_inner .listing-content-introduction,
.overview_item .overview_item_inner .content .listing-content-introduction {
  font-weight: 600;
  margin-bottom: 5px;
}
.listing_entry.listing_entry_with_picture .listing_content_inner,
.listing_entry.listing_entry_with_picture .overview_item_inner .content, .listing_entry.overview_item_with_picture .listing_content_inner,
.listing_entry.overview_item_with_picture .overview_item_inner .content,
.overview_item.listing_entry_with_picture .listing_content_inner,
.overview_item.listing_entry_with_picture .overview_item_inner .content,
.overview_item.overview_item_with_picture .listing_content_inner,
.overview_item.overview_item_with_picture .overview_item_inner .content {
  width: calc(100% - 360px);
  padding-left: 40px;
}
.listing_entry.listing_entry_with_picture .listing_actions, .listing_entry.overview_item_with_picture .listing_actions,
.overview_item.listing_entry_with_picture .listing_actions,
.overview_item.overview_item_with_picture .listing_actions {
  position: absolute;
  top: 5px;
  left: 5px;
}
.listing_entry:first-child,
.overview_item:first-child {
  border: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.listing_properties {
  margin-top: 15px;
  display: block;
  margin-bottom: 15px;
}

.listing_property_group .parent_property_title {
  display: none;
}
.listing_property_group .properties {
  margin-left: -5px;
}
.listing_property_group .properties .spacer {
  display: none;
}
.listing_property_group .properties .property {
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  border-radius: 20px;
  font-size: 12px;
  margin: 5px;
}

/* @end */
.resource_description {
  display: none;
}

/* @group google maps */
.map {
  position: relative;
  height: 0;
  padding: 0 0 54.5% 0;
  margin: 0 0 25px 0;
}

.gmap-map,
#module_map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto !important;
}

div.infowindow {
  padding: 10px 10px 0;
  font: 400 16px/22px "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

div.infowindow h2 {
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

div.infowindow p {
  margin-bottom: 5px;
}

.mod_google_maps #content > .resource_container {
  display: none;
}

/* @end */
/* @group mailform/login-form */
#mailform_elements {
  padding: 7px 0;
}

.shop_registration_form label,
.mailform_element label,
#mailform_submit_button label,
.login_form label {
  float: left;
  width: 30%;
  padding-top: 6px;
}

#mc-embedded-subscribe,
.mc-field-group input,
.mailform_element textarea,
.mailform_element.email_field input,
.mailform_element.input_field input {
  -webkit-appearance: none;
}

.mailform_element.select_field select {
  width: 235px;
}

.mc-field-group input,
.order_form_userinfo textarea,
input.shop_add_to_cart_quantity,
form.order_form_userinfo input.amount_select,
.shop_registration_form select,
.shop_registration_form input,
.mailform_element input,
.mailform_element textarea,
.login_form input,
#management .search_in_history input {
  width: 70%;
  max-width: 600px;
  background: white;
  font: 400 16px/24px "Cabin";
  letter-spacing: 0px;
  color: #262626;
}
@media print {
  .mc-field-group input,
  .order_form_userinfo textarea,
  input.shop_add_to_cart_quantity,
  form.order_form_userinfo input.amount_select,
  .shop_registration_form select,
  .shop_registration_form input,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input,
  #management .search_in_history input {
    font: 400 13px/20px "Cabin";
    color: #000;
  }
}
.mc-field-group input,
.order_form_userinfo textarea,
input.shop_add_to_cart_quantity,
form.order_form_userinfo input.amount_select,
.shop_registration_form select,
.shop_registration_form input,
.mailform_element input,
.mailform_element textarea,
.login_form input,
#management .search_in_history input {
  padding: 8px;
  outline: none;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}

.search_in_history {
  margin-top: 25px;
}

#management .search_in_history .button {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  border-radius: 2px;
  font: 800 14px/23px "Cabin";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #945324;
  border: 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  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;
}
#management .search_in_history .button:hover {
  text-decoration: none;
  border: 0;
  background: #4E2508;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#management .search_in_history .button:focus {
  text-decoration: none;
  border: 0;
  background: rgb(54.8720930233, 26.0290697674, 5.6279069767);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#management .search_in_history .button {
  border: 0px !important;
  color: #262626 !important;
  margin-left: 20px;
}

.mailform_element + .mailform_element h2 {
  margin-top: 20px;
}

input.shop_add_to_cart_quantity,
form.order_form_userinfo input.amount_select {
  width: auto;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 8px;
  float: left;
}

input.shop_add_to_cart_quantity {
  margin: -2px 13px 0 0 !important;
}

.mailform_element textarea {
  width: 70%;
  height: 200px;
}

#mailform_submit_button {
  margin: 0 0 15px;
}

#mc-embedded-subscribe,
a.portlet-listing-more,
.main_shop_wrap .button_bar_bottom .button,
#process_order_registration input.button,
#cart_container .refresh_button,
#cart_container .empty_cart_button,
.listing_entry_backlink a,
.listing-more-button,
.mailform-submit,
.login_form .button {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  border-radius: 2px;
  font: 800 14px/23px "Cabin";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #945324;
  border: 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  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;
}
#mc-embedded-subscribe:hover,
a.portlet-listing-more:hover,
.main_shop_wrap .button_bar_bottom .button:hover,
#process_order_registration input.button:hover,
#cart_container .refresh_button:hover,
#cart_container .empty_cart_button:hover,
.listing_entry_backlink a:hover,
.listing-more-button:hover,
.mailform-submit:hover,
.login_form .button:hover {
  text-decoration: none;
  border: 0;
  background: #4E2508;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#mc-embedded-subscribe:focus,
a.portlet-listing-more:focus,
.main_shop_wrap .button_bar_bottom .button:focus,
#process_order_registration input.button:focus,
#cart_container .refresh_button:focus,
#cart_container .empty_cart_button:focus,
.listing_entry_backlink a:focus,
.listing-more-button:focus,
.mailform-submit:focus,
.login_form .button:focus {
  text-decoration: none;
  border: 0;
  background: rgb(54.8720930233, 26.0290697674, 5.6279069767);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}

.mailform-submit {
  -webkit-appearance: none;
}

#cart_container .refresh_button,
#cart_container .empty_cart_button {
  font-size: 14px;
  padding: 6px 10px;
}

* + .listing-more-button {
  margin-top: 20px;
}
* + .listing-more-button:hover {
  color: #fff;
}

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

.delivery_address {
  width: 100%;
}

.mailform_element.checkbox_field {
  position: relative;
}
.mailform_element.checkbox_field p {
  width: 70%;
  float: right;
  position: relative;
  margin-left: 220px;
}
.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;
  background: transparent;
}
.mailform_element.checkbox_field label {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
}
.mailform_element.checkbox_field label:after, .mailform_element.checkbox_field label:before {
  content: "\f0c8";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #4E2508;
  font-weight: 300;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.mailform_element.checkbox_field label:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #4E2508;
  background: none;
  z-index: 4;
}
.mailform_element.checkbox_field input:checked + label:before {
  color: #4E2508;
}
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

/* ------------ Select 2 ------------ */
span.select2-container {
  width: 70% !important;
  max-width: 600px;
}

span.select2-container--default .select2-selection--single {
  border-radius: 10px;
  width: 100%;
  background: #fff;
  height: auto;
  box-sizing: border-box;
  border-color: #e5e5e5;
  transition: border 0.25s ease-out;
}

span.select2-container .select2-selection--single .select2-selection__rendered {
  font: 400 16px/24px "Cabin";
  letter-spacing: 0px;
  color: #262626;
}
@media print {
  span.select2-container .select2-selection--single .select2-selection__rendered {
    font: 400 13px/20px "Cabin";
    color: #000;
  }
}
span.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px;
  outline: none;
  box-sizing: border-box;
  display: block;
  transition: color 0.25s ease-out;
}

span.select2-container--open .select2-dropdown {
  border: 0;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 5px;
}

ul.select2-results__options {
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px;
}

li.select2-results__option {
  padding: 8px;
  color: #aaa;
}

span.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #945324;
  color: #fff;
}

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

.text_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

.login_form label {
  width: 200px;
}

.login_form input {
  width: 420px;
}

/* @end */
/* @group tags */
* + #mixItUp {
  margin: 50px 0 0px 0;
}

#mixItUp {
  padding-bottom: 70px;
}

.pagination_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
}

.pagination-links {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-grow: 1;
}

.content .tags {
  list-style-type: none;
  overflow: auto;
  clear: both;
  margin: 40px 0 0px 0;
}

.tags li {
  float: left;
  display: block;
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
  color: #4E2508;
  margin: 0 8px 8px 0;
  padding: 2px 14px 3px;
  font-weight: 700;
  text-transform: none;
  transition: all 0.25s ease-out;
}
.tags li button {
  background: none;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.tags li.active,
.tags li:hover {
  background: #4E2508;
  color: #fff;
}

.tags_cloud > span.active {
  color: #00b4e0 !important;
}

.listing_property_filter {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 60px;
}
.listing_property_filter form {
  --gap: 20px;
  --columns: 2;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  gap: var(--gap);
}
.listing_property_filter form > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  max-width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.listing_property_filter form > *.listing_search_wrap {
  flex-grow: 1;
  max-width: none;
}
.listing_property_filter form > *.listing_search_buttons {
  flex: 0 0 auto;
}
.listing_property_filter form .p_select2_filter {
  margin: 0;
}
.listing_property_filter form .p_select2_filter label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: none;
}
.listing_property_filter form .p_select2_filter:nth-child(2n) {
  margin-right: 0;
}
.listing_property_filter form .p_select2_filter span.select2-container {
  width: 100% !important;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple {
  font-size: 15px;
  line-height: 0px;
  color: black;
  background: white;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 8px 3px;
  height: 55px;
  overflow: auto;
  overflow-x: hidden;
  border-radius: 3px;
  cursor: pointer;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
  border-radius: 3px;
  background: #f8f2ec;
  border: 1px solid #e5e5e5;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
  font-size: 20px;
  text-align: center;
  line-height: 53px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 48px;
  width: 100%;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 14px;
  line-height: 17px;
  background: #f8f2ec;
  border-color: #e5e5e5;
  border-radius: 3px;
  padding: 9px 10px;
  margin-top: 0px;
  position: relative;
  max-width: calc(100% - 40px);
  overflow: hidden;
  padding-right: 30px;
  position: relative;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: black;
  position: absolute;
  right: -2px;
  top: 0px;
  background: #f8f2ec;
  height: 100%;
  width: 8px;
  padding: 0px 11px;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  background: #f8f2ec;
  font-weight: 100;
  top: 0px;
  padding-top: 9px;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
  padding: 9px 0px;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
  margin: 0;
  cursor: pointer;
  line-height: 15px;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--focus .select2-selection--multiple {
  cursor: pointer !important;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--focus .select2-selection--multiple .select2-search input {
  cursor: text !important;
}
.listing_property_filter form .p_select2_filter span.select2-container.select2-container--open .select2-selection--multiple:after {
  transform: rotate(-180deg);
}
.listing_property_filter form .listing_search_wrap {
  width: 100%;
  position: relative;
}
.listing_property_filter form .listing_search_wrap input {
  font-size: 15px;
  line-height: 28px;
  color: black;
  background: white;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 12.5px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}
.listing_property_filter form .listing_search_buttons {
  position: relative;
}
.listing_property_filter form .listing_search_buttons::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.listing_property_filter form .listing_search_buttons input {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  border-radius: 2px;
  font: 800 14px/23px "Cabin";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #945324;
  border: 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  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;
}
.listing_property_filter form .listing_search_buttons input:hover {
  text-decoration: none;
  border: 0;
  background: #4E2508;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_property_filter form .listing_search_buttons input:focus {
  text-decoration: none;
  border: 0;
  background: rgb(54.8720930233, 26.0290697674, 5.6279069767);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_property_filter form .listing_search_buttons input {
  width: 55px;
  height: 55px;
  font-size: 0;
  border-radius: 10px;
}
.listing_property_filter form .listing_reset_filter {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 14px;
}
.listing_property_filter form .listing_reset_filter:before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.listing_property_filter form .listing_property_filter,
.listing_property_filter form .listing_search_buttons {
  order: 0;
}
.listing_property_filter form .p_select2_filter {
  order: 1;
}
.listing_property_filter form form, .listing_property_filter form .listing_property_filter, .listing_property_filter form .listing_search_buttons {
  display: flex;
  flex-direction: column;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group mainnavigation */
div#navigation {
  text-align: center;
  margin: 0;
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #4E2508;
  padding: 0px;
  border-radius: 30px;
  position: sticky;
  top: 30px;
}

.sticky-wrapper {
  width: 100%;
}

.is-sticky div#navigation {
  z-index: 100;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.is-sticky .logo_fixed {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

/* @group level0 */
.navigation {
  margin: 0;
  padding: 0;
}

.navigation > li {
  list-style: none;
  background: transparent;
  position: relative;
  display: inline-block;
}
.navigation > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 14px 20px;
  font: 400 24px/28px "Cabin";
  transition: all 0.3s ease-out;
}
.navigation > li.has_submenu {
  padding-right: 25px;
}
.navigation > li.has_submenu:before {
  content: "\f054";
  position: absolute;
  top: 15px;
  left: unset;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  color: #f8f2ec;
  right: 20px;
  transform-origin: center;
  transition: all 0.2s ease-out;
}
.navigation > li:hover > a, .navigation > li.current > a {
  color: rgba(255, 255, 255, 0.7);
}
.navigation > li:hover:before, .navigation > li.current:before {
  transform: rotate(90deg);
}

/* @end */
/* @group level1 */
.navigation > li > ul {
  transition: all 0.2s ease-out;
}

.navigation > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.navigation ul.level1 {
  background: #f8f2ec;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 56px;
  min-width: 100%;
  width: 270px;
  margin: 0;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.navigation ul.level1 > li {
  padding: 0px;
  display: block;
}
.navigation ul.level1 > li > a {
  font: 400 22px/28px "Cabin";
  color: #262626;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0 0 21px 0;
  transition: all 0.3s ease-out;
}
.navigation ul.level1 > li:last-child > a {
  padding: 0px;
}
.navigation ul.level1 > li.current > a, .navigation ul.level1 > li:hover > a {
  opacity: 0.6;
}

.navigation ul.level2,
.navigation ul.level3 {
  display: none;
}

/* @end */
/* @end */
/* @group subnavigation */
.content_left ul.level1 {
  list-style: none;
}

.content_left ul.level1 li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  padding: 9px 0;
  display: block;
}
.content_left ul.level1 li.current > a {
  font-weight: 600;
}
.content_left ul.level1 li:hover a {
  opacity: 0.5;
}

.content_left li.current > ul.level2 {
  display: block;
}

.content_left li > ul.level2 {
  display: none;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 10px;
}
.content_left li > ul.level2 > li {
  list-style-type: none;
}
.content_left li > ul.level2 > li > a {
  font-size: 20px;
  line-height: 24px;
}

/* @end */
/* @group responsive navigation */
.rwd_navigation {
  display: block;
  list-style: none;
}

.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #262626;
}

.rwd_navigation li.current > a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}

.rwd_navigation li.current ul li.current > a {
  color: #fff;
  background: none transparent;
  box-shadow: none;
  text-transform: none;
}

/* @group level0 */
.rwd_navigation > li#rwdnav-39 {
  display: none;
}
.rwd_navigation > li > a {
  padding: 8px 30px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
}

/* @end */
/* @group level1 */
.rwd_navigation ul.level1 {
  position: static;
  width: auto;
  visibility: visible;
  opacity: 1;
  display: none;
}

.navi_open .rwd_navigation li.current > ul.level1 {
  display: block;
}

.rwd_navigation ul.level1 > li > a {
  font-size: 15px;
  line-height: 24px;
  padding: 5px 30px;
  padding-bottom: 0;
  font-weight: 400;
  position: relative;
  color: #fff;
}

/* @end */
/* @group level2 */
.rwd_navigation ul.level2 {
  padding: 0 0 15px 0;
  display: none;
}

.navi_open .rwd_navigation li.current > ul.level2 {
  display: block;
}

.rwd_navigation ul.level2 > li > a {
  font-size: 16px;
  position: relative;
  padding: 1px 30px;
  padding-left: 30px;
}

.rwd_navigation li.current ul li.current ul li.current > a {
  font-weight: normal;
}

/* @end */
/* @group level3 */
.rwd_navigation ul.level3 > li > a {
  font-size: 14px;
  position: relative;
  padding: 5px 30px;
  padding-left: 40px;
}

/* @end */
/* @group hide not current subnavi (disabled) */
/*
.rwd_navigation ul,
.rwd_navigation ul ul,
.rwd_navigation ul ul ul {
	display: none !important;
}
.rwd_navigation .current > ul,
.rwd_navigation .current > ul .current > ul {
	display: block !important;
}
*/
/* @end */
/* @end */
/* @group meta navigation */
#meta {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

#metanavigation {
  text-align: right;
  float: right;
  margin: -1px 0 0 0;
}

.meta-navigation {
  margin: 0;
  padding: 0;
}

.meta-navigation li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#rwdnav-10 {
  display: none;
}

.meta-navigation li a,
.language_switcher a {
  font: 400 14px/23px "Cabin";
  text-decoration: none;
  padding: 0 0 0 30px;
  color: rgba(38, 38, 38, 0.8);
  transition: all 0.3s ease-out;
}
.meta-navigation li.current a, .meta-navigation li:hover a,
.meta-navigation li a.current a,
.meta-navigation li a:hover a,
.language_switcher.current a,
.language_switcher:hover a,
.language_switcher a.current a,
.language_switcher a:hover a {
  font-weight: 500;
  color: #262626;
}

.language_switcher:hover a {
  color: rgba(38, 38, 38, 0.8);
}
.language_switcher a {
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
.language_switcher a:hover, .language_switcher a.current {
  color: #262626;
}
.language_switcher.responsive {
  padding: 30px;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group main styles portlets */
.portlets_left {
  margin: 0 65px 0 0;
}

.level1 + .portlets_left {
  margin: 56px 65px 0 0;
}

.portlet {
  background: none;
  padding: 0;
}

.portlet:last-child {
  margin: 0 0 29px 0;
}

.portlet .shop_cart h3,
.portlet h3.portlet-title,
.portlet h3.portlet-title a {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .portlet .shop_cart h3,
  .portlet h3.portlet-title,
  .portlet h3.portlet-title a {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  .portlet .shop_cart h3,
  .portlet h3.portlet-title,
  .portlet h3.portlet-title a {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
.portlet .shop_cart h3 + .portlet_content_subtitle,
.portlet h3.portlet-title + .portlet_content_subtitle,
.portlet h3.portlet-title a + .portlet_content_subtitle {
  margin-top: -13px;
}
.portlet .portlet_content_subtitle {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .portlet .portlet_content_subtitle {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  .portlet .portlet_content_subtitle {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
.portlet .portlet_content_subtitle {
  font-weight: 400;
  font-size: 20px;
}
.portlet .portlet_content_introduction {
  font-weight: 600;
}
.portlet .portlet_content_introduction p:last-child {
  margin-bottom: 0px;
}

.portlet.portlet_title_only .shop_cart h3,
.portlet.portlet_title_only h3.portlet-title,
.portlet.portlet_title_only h3.portlet-title a,
.portlet.portlet_listing .shop_cart h3,
.portlet.portlet_listing h3.portlet-title,
.portlet.portlet_listing h3.portlet-title a {
  font: 600 32px/38px "Cabin";
  margin: 0 0 30px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .portlet.portlet_title_only .shop_cart h3,
  .portlet.portlet_title_only h3.portlet-title,
  .portlet.portlet_title_only h3.portlet-title a,
  .portlet.portlet_listing .shop_cart h3,
  .portlet.portlet_listing h3.portlet-title,
  .portlet.portlet_listing h3.portlet-title a {
    font: 600 24px/30px "Cabin";
    margin: 0 0 25px 0;
  }
}
@media print {
  .portlet.portlet_title_only .shop_cart h3,
  .portlet.portlet_title_only h3.portlet-title,
  .portlet.portlet_title_only h3.portlet-title a,
  .portlet.portlet_listing .shop_cart h3,
  .portlet.portlet_listing h3.portlet-title,
  .portlet.portlet_listing h3.portlet-title a {
    font: 600 22px/26px "Cabin";
    margin: 0 0 15px 0;
  }
}
.portlet.portlet_title_only .shop_cart h3,
.portlet.portlet_title_only h3.portlet-title,
.portlet.portlet_title_only h3.portlet-title a,
.portlet.portlet_listing .shop_cart h3,
.portlet.portlet_listing h3.portlet-title,
.portlet.portlet_listing h3.portlet-title a {
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 22px;
}

#footer .portlet {
  color: #fff;
  margin: 0px;
}
#footer .portlet h3.portlet-title,
#footer .portlet h3.portlet-title a {
  color: #fff;
}
#footer .portlet a {
  color: #fff;
  text-decoration: none;
}
#footer .portlet a:hover, #footer .portlet a.current {
  opacity: 0.8;
}

.shop_cart h3 {
  background-position: 0 6px;
}

.portlet .resource_container {
  margin: 23px 0 12px 0;
}

.portlet .picture {
  margin: 0 0 15px 0;
  width: auto;
  min-width: 100%;
  height: auto;
}

.portlet .picture img {
  width: 100%;
  height: auto;
}

.portlet_content_description p {
  margin-bottom: 15px;
}

.portlet_content_description > *:last-child,
.portlet_content_description > *:last-child > *:last-child,
.portlet_content_description > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.add_portlet p label {
  padding: 0 0 5px 0 !important;
}

body .portlets a.add_portlet_link,
a.portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  border-radius: 2px;
  font: 800 14px/23px "Cabin";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #945324;
  border: 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  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;
}
body .portlets a.add_portlet_link:hover,
a.portlet_content_link:hover {
  text-decoration: none;
  border: 0;
  background: #4E2508;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
body .portlets a.add_portlet_link:focus,
a.portlet_content_link:focus {
  text-decoration: none;
  border: 0;
  background: rgb(54.8720930233, 26.0290697674, 5.6279069767);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}

.portlets a.add_portlet_link {
  margin-left: 40px;
  margin-top: 70px !important;
  flex: 0 0 100%;
}

.portlet ul.controls {
  margin: 0;
  padding: 0;
  float: right;
}

#portlets_porlet_listing {
  margin-top: 60px;
}
#portlets_porlet_listing .portlets_inner_wrap {
  display: flex;
  flex-flow: wrap;
  margin-left: -40px;
}
#portlets_porlet_listing .portlets_inner_wrap .portlet {
  flex: 0 0 33.33%;
  padding: 0 0 70px 40px;
  box-sizing: border-box;
}
#portlets_porlet_listing .portlets_inner_wrap .portlet.portlet_listing, #portlets_porlet_listing .portlets_inner_wrap .portlet.portlet_title_only {
  flex: 0 0 100%;
}
#portlets_porlet_listing .portlets_inner_wrap .portlet.portlet_title_only {
  padding: 0 0 0px 40px;
}

.portlet_listing h3.portlet-title {
  font-weight: 700;
  margin-bottom: 60px;
}
.portlet_listing .portlet-listing-entry-wrap {
  display: flex;
  flex-flow: wrap;
  margin-left: -40px;
  margin-bottom: -70px;
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry {
  flex: 0 0 33.33%;
  padding: 0 0 70px 40px;
  box-sizing: border-box;
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .pictures {
  width: 100%;
  height: auto;
  margin: 0;
  display: inline-block;
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .pictures img {
  width: 100%;
  height: auto;
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  .portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
  font-weight: 400;
  margin-bottom: 7px;
  color: rgb(165.5, 165.5, 165.5);
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(3) ~ .portlet-listing-entry {
  margin-top: 45px;
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry h4 + .portlet-entry-subtitle {
  display: block;
  margin-top: -13px;
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-subtitle {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-subtitle {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  .portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-subtitle {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-subtitle {
  font-weight: 400 !important;
  margin-top: -10px;
  margin: 0 0 27px;
}
.portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-introduction {
  font-weight: 700;
}
.portlet_listing .portlet-listing-entry-wrap a.portlet-listing-more {
  border: 1px solid #4E2508;
  text-decoration: none;
  margin-top: 0;
  display: inline-block;
}
.portlet_listing .portlet-listing-entry-wrap a.portlet-listing-more:hover {
  background: rgb(124.2558139535, 58.9418604651, 12.7441860465);
}
.portlet_listing .portlet-listing-entry-wrap .cf {
  display: none;
}
.portlet_listing .portlet_listing_link {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 40px;
}

#portlets_bottom {
  background: white;
  position: relative;
  padding: 0px 0px;
  padding-top: 40px;
}
#portlets_bottom:before, #portlets_bottom:after {
  content: "";
  position: absolute;
  left: -2000px;
  height: 100%;
  top: 0px;
  width: 2000px;
  background: #fff;
}
#portlets_bottom:after {
  left: auto;
  right: -2000px;
}
#portlets_bottom .portlets_inner_wrap {
  display: flex;
  flex-flow: wrap;
  margin-left: -40px;
  padding-bottom: 0;
}
#portlets_bottom .portlet {
  flex: 0 0 33.33%;
  padding: 0 0 40px 40px;
  box-sizing: border-box;
}
#portlets_bottom .portlet.portlet_title_only, #portlets_bottom .portlet.portlet_listing {
  flex: 0 0 100%;
  padding: 0 0 0px 40px;
}
#portlets_bottom .portlet.portlet_title_only {
  padding: 0 0 0px 40px;
}
#portlets_bottom .portlet-listing-entry-wrap {
  display: flex;
  flex-flow: wrap;
  margin-left: -40px;
  margin-bottom: -70px;
}
#portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry {
  flex: 0 0 33.33%;
  padding: 0 0 70px 40px;
  box-sizing: border-box;
}
#portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry .pictures {
  width: 100%;
  height: auto;
  margin: 0;
  display: inline-block;
}
#portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry .pictures img {
  width: 100%;
  height: auto;
}
#portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
  font: 700 22px/23px "Cabin";
  margin: 0 0 22px 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  #portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
    font: 700 20px/23px "Cabin";
    margin: 0 0 15px 0;
  }
}
@media print {
  #portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
    font: 700 18px/20px "Cabin";
    margin: 0 0 10px 0;
  }
}
#portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
  font-weight: 400;
  margin-bottom: 7px;
  color: rgb(165.5, 165.5, 165.5);
}
#portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(3) ~ .portlet-listing-entry {
  margin-top: 45px;
}
#portlets_bottom .portlet-listing-entry-wrap a.portlet-listing-more {
  border: 1px solid #4E2508;
  text-decoration: none;
  margin-top: 0;
  display: inline-block;
}
#portlets_bottom .portlet-listing-entry-wrap a.portlet-listing-more:hover {
  background: rgb(124.2558139535, 58.9418604651, 12.7441860465);
}
#portlets_bottom .portlet-listing-entry-wrap .cf {
  display: none;
}

/* @end */
/* @group portlet quicklinks */
#portlets_quicklinks {
  background: #f8f2ec;
  position: relative;
  padding-top: 60px;
}
#portlets_quicklinks .portlets_inner_wrap {
  display: flex;
  flex-flow: wrap;
  margin-left: -40px;
}
#portlets_quicklinks .portlet {
  flex: 0 0 33.33%;
  padding: 0 0 70px 40px;
  box-sizing: border-box;
}
#portlets_quicklinks .portlet.portlet_title_only, #portlets_quicklinks .portlet.portlet_listing {
  flex: 0 0 100%;
  padding: 0 0 0px 40px;
}
#portlets_quicklinks .portlet.portlet_title_only {
  padding: 0 0 0px 40px;
}
#portlets_quicklinks:before, #portlets_quicklinks:after {
  content: "";
  position: absolute;
  left: -2000px;
  height: 100%;
  top: 0px;
  width: 2000px;
  background: #f8f2ec;
}
#portlets_quicklinks:after {
  left: auto;
  right: -2000px;
}

/* @end */
/* @group language */
#language {
  padding: 0;
  text-align: right;
  float: left;
}

.portlet_language_switcher {
  background: transparent none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: none;
}

.ready .portlet_language_switcher {
  display: block;
}

.portlet_language_switcher .portlet-content a.current {
  background: url(../img/language.png) no-repeat left center;
  padding-left: 29px;
}

.portlet_language_switcher:last-child {
  margin: 0;
}

.portlet_language_switcher .controls,
.portlet_language_switcher h3 {
  display: none;
}

.portlet_language_switcher .portlet-content {
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
}

.portlet_language_switcher .portlet-content:hover .language_dropdown {
  opacity: 1;
  visibility: visible;
  transform: rotate3d(0, 0, 0, 0);
}

.language_dropdown {
  position: absolute;
  top: 24px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  padding: 0;
  margin: 0;
  transform-origin: center top;
  transform: rotateX(-90deg);
  transition: all 0.3s ease-out;
}

.language_dropdown a {
  padding: 5px 0;
}

.rwdnav_inner .portlet {
  background: #FBE9D8;
  margin: 10px 0 0 0;
  padding: 0;
}

.rwdnav_inner .portlet .portlet_inner {
  background-color: #4E2508;
  border: 0;
  padding: 0;
  margin: 0;
}

.rwdnav_inner .portlet_language_switcher a {
  color: #000;
  font-size: 20px;
  line-height: 55px;
  text-decoration: none;
  box-sizing: border-box;
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #F4B577;
  padding: 0;
}

.rwdnav_inner .portlet_language_switcher a.current {
  background: #F4B577;
  color: #fff;
  padding: 0;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group images */
.pictures.float_left,
.pictures.float_left_with_clear {
  float: left;
  margin: 0 7% 0 0;
}

.pictures.big {
  margin-bottom: 34px;
  width: 100%;
  height: auto;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.pictures.big .resource {
  width: 100%;
  height: auto;
}
.pictures.big .resource img {
  width: 100%;
  height: auto;
}

.pictures.float_right,
.pictures.float_right_with_clear {
  float: right;
  margin: 0 0 0 80px;
}

.pictures.float_left .picture,
.pictures.float_right .picture,
.pictures.float_right_with_clear .picture,
.pictures.float_left_with_clear .picture {
  width: 100%;
  box-sizing: border-box;
}

.pictures.float_left .picture img,
.pictures.float_right .picture img,
.pictures.float_right_with_clear .picture img,
.pictures.float_left_with_clear .picture img {
  display: block;
  width: 100%;
  height: auto;
}

.pictures.gallery {
  width: auto;
  margin-top: 60px;
  margin-bottom: 9px;
  margin-left: -20px;
}

.pictures.gallery .picture {
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
}

.pictures.gallery .picture span,
.pictures.gallery .picture a {
  display: block;
}

.pictures.gallery .picture img {
  display: block;
  width: 100%;
  height: auto;
}

.pictures.gallery .picture span.resource_subtitle,
.resource_subtitle {
  display: none;
}

.gallery_wrap {
  margin: 0 0 -20px 0;
  text-align: center;
}

.gallery_wrap .pictures.gallery .picture {
  padding-left: 10px;
  margin-bottom: 10px;
  float: none;
  clear: both;
  display: inline;
}

/* @end */
/* @group documents */
.documents {
  margin: 0 0 20px 0;
}

.documents h2 {
  display: none;
}

.documents .document {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  border-radius: 2px;
  font: 800 14px/23px "Cabin";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #945324;
  border: 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  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;
}
.documents .document:hover {
  text-decoration: none;
  border: 0;
  background: #4E2508;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.documents .document:focus {
  text-decoration: none;
  border: 0;
  background: rgb(54.8720930233, 26.0290697674, 5.6279069767);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.documents .document {
  margin-right: 5px;
  margin-bottom: 5px;
}

.documents .document a {
  text-decoration: none;
  color: #fff;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media screen and (max-width: 1340px) {
  .is-sticky .logo_fixed {
    opacity: 0;
    visibility: hidden;
    left: -200px;
  }
}
@media screen and (max-width: 1200px) {
  #portlets_header .portlet {
    margin-left: 40px;
  }
  div#navigation {
    box-sizing: border-box;
    margin: 0 20px;
  }
  .slide_text_container {
    left: 0px;
    transform: none;
    margin: 0;
    width: auto;
  }
  div.bx-wrapper .bx-controls-direction {
    left: unset;
    right: 20px;
    margin: 0;
    width: auto;
  }
}
@media screen and (max-width: 1160px) {
  .bx-wrapper .bx-controls-direction {
    right: 20px;
    left: auto;
  }
  .content_left ul.level1 li.current {
    margin-left: -14px;
    padding-left: 14px;
  }
}
/* @group navigation */
@media screen and (max-width: 1270px) {
  #logo img {
    width: 190px;
  }
  .slider {
    margin-top: 0px;
  }
  .title_wrap {
    margin-top: 0px;
    padding: 20px;
    padding-top: 20px;
  }
  .title_wrap .title_inner_wrap {
    padding: 0px;
  }
  .page_home .title_wrap,
  body.mod_action_show_entry .title_wrap {
    margin-top: 0px;
  }
  #header {
    padding: 20px 20px 14px;
  }
  #header #portlets_header .portlet {
    display: none;
  }
  #portlets_header {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 20px;
  }
  #portlets_header .portlet {
    margin-top: 20px;
    margin-left: 30px;
    background: #945324;
    color: white;
    width: 100%;
  }
  #portlets_header .portlet h3.portlet-title {
    color: white;
  }
  #portlets_header .portlet a {
    color: white;
    text-decoration: underline;
  }
  #portlets_header .portlet:first-child {
    margin-top: 30px;
  }
  #portlets_header .portlet:last-child {
    margin-bottom: 20px;
  }
  .sticky-wrapper {
    height: auto !important;
  }
  div.content_wrap {
    padding: 0 20px 20px;
  }
  #mixItUp {
    margin: 40px 0 35px;
  }
  .pagination {
    width: 100%;
  }
  .level1 + .portlets_left {
    margin: 0 65px 0 0;
  }
  #header div#logo,
  #logo img {
    margin: 0;
  }
  .header_content {
    padding: 0;
  }
  .meta_wrap,
  .content_left,
  div#navigation,
  #header div#meta {
    display: none;
  }
  .responsive_navigation_toggle {
    display: block;
    border: none;
  }
  nav#rwdnav {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 90;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    opacity: 1;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    transform: translate3d(100%, 0, 0);
    transition: all 0.15s ease-out;
    background: #4E2508;
    color: white;
  }
  nav#rwdnav li.has_submenu {
    position: relative;
  }
  nav#rwdnav li.has_submenu > ul {
    display: none;
  }
  nav#rwdnav li.has_submenu > .before:before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    top: 7px;
    right: 12px;
    font-size: 16px;
    font-weight: 200;
    padding: 6px;
    width: 26px;
    color: black;
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transform: rotate(0deg);
    color: #4E2508;
  }
  nav#rwdnav li.has_submenu > .before.active::before {
    transform: rotate(90deg);
  }
  nav#rwdnav li.has_submenu li.has_submenu > .before:before {
    top: 5px;
  }
  nav#rwdnav li.has_submenu > .before.active + ul {
    display: block;
  }
  .page {
    position: relative;
    z-index: 30;
    transform: translate3d(0, 0, 0);
    transition: all 0.15s ease-out;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .navi_open .page {
    transform: translate3d(-50%, 0, 0);
  }
  .title_wrap {
    margin: 0 0 40px 0;
  }
  #portlets_porlet_listing {
    margin-top: 40px;
  }
  #portlets_porlet_listing .portlets_inner_wrap {
    margin-left: -20px;
  }
  #portlets_porlet_listing .portlets_inner_wrap .portlet {
    flex: 0 0 50%;
    padding: 0 0 40px 20px;
  }
  #portlets_porlet_listing .portlets_inner_wrap .portlet.portlet_title_only {
    padding: 0 0 0px 20px;
  }
  .portlet_listing .portlet-listing-entry-wrap {
    margin-left: -20px;
    margin-bottom: -40px;
  }
  .portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry {
    flex: 0 0 50%;
    padding: 0 0 40px 20px;
  }
  #portlets_bottom,
  #portlets_quicklinks {
    padding: 40px 0px;
  }
  #portlets_bottom .portlets_inner_wrap,
  #portlets_quicklinks .portlets_inner_wrap {
    margin-left: -20px;
  }
  #portlets_bottom .portlet,
  #portlets_quicklinks .portlet {
    flex: 0 0 50%;
    padding: 0 0 40px 20px;
  }
  #portlets_bottom .portlet.portlet_title_only, #portlets_bottom .portlet.portlet_listing,
  #portlets_quicklinks .portlet.portlet_title_only,
  #portlets_quicklinks .portlet.portlet_listing {
    padding: 0 0 0px 20px;
  }
  #portlets_bottom .portlet.portlet_title_only,
  #portlets_quicklinks .portlet.portlet_title_only {
    padding: 0 0 0px 20px;
  }
  #portlets_bottom .portlet-listing-entry-wrap,
  #portlets_quicklinks .portlet-listing-entry-wrap {
    margin-left: -20px;
    margin-bottom: -40px;
  }
  #portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry,
  #portlets_quicklinks .portlet-listing-entry-wrap .portlet-listing-entry {
    flex: 0 0 50%;
    padding: 0 0 40px 20px;
  }
  .rwdnav .rwdnav_inner.rwd_navigation > li > a #rwdnav-39 {
    visibility: hidden;
  }
  ul.rwd_navigation {
    margin-top: 20px;
  }
  #footer_logo img {
    width: clamp(150px, 30vw, 300px);
  }
  #footer {
    padding: 40px 20px 0px 20px;
  }
}
@media screen and (max-width: 950px) {
  #portlets_bottom .portlets_inner_wrap {
    padding-bottom: 0;
  }
  .shop_cart h3,
  h3.portlet-title,
  h3.portlet-title a {
    font: 600 32px/38px "Cabin";
    margin: 0 0 30px 0;
    padding: 0;
    text-decoration: none;
    word-wrap: break-word;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 23px !important;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 950px) and (max-width: 800px) {
  .shop_cart h3,
  h3.portlet-title,
  h3.portlet-title a {
    font: 600 24px/30px "Cabin";
    margin: 0 0 25px 0;
  }
}
/* @end */
@media screen and (max-width: 870px) {
  .main_shop_wrap .button_bar_bottom .button {
    font-size: 13px;
    line-height: 18px;
  }
  #portlets_porlet_listing {
    margin-top: 35px;
  }
  #portlets_porlet_listing .portlet-listing-entry-wrap .portlet-listing-entry {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  #portlets_porlet_listing .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(2) ~ .portlet-listing-entry {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .accordeon_wrap {
    margin-bottom: 20px;
  }
  * + .accordeon_wrap {
    margin-top: 20px;
  }
  .slide_text_container .slide_text {
    display: none;
  }
  .bx-wrapper .bx-controls-direction,
  .slide_text_container {
    bottom: 20px;
  }
  div#content_left,
  div#content {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .level1 + .portlets_left,
  .portlets_left {
    margin: 0 -20px 0 0;
  }
  .portlets_left .portlet {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  #portlets_bottom .portlet {
    padding-bottom: 10px;
  }
  div.bx-wrapper .bx-controls-direction {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 700px) {
  nav#rwdnav {
    width: 80vw;
  }
  .navi_open .responsive_navigation_toggle {
    right: 20px;
  }
  .navi_open .page {
    transform: translate3d(-80%, 0, 0);
  }
  footer .newsletter {
    float: none;
    clear: both;
    text-align: left;
    padding: 0;
  }
  .social_media a {
    float: left;
    margin: 0 10px 0 0;
  }
  .dodeley_subscribe {
    padding: 25px 0 0;
  }
  .mailform_element input,
  .mailform_element textarea,
  .login_form input  {
    width: 70%;
    box-sizing: border-box;
  }
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    width: 30%;
    box-sizing: border-box;
  }
  .mailform_element.checkbox_field p {
    width: 70%;
  }
  .pictures.gallery .picture {
    width: 50%;
  }
  span.select2-container {
    width: 70% !important;
  }
  #overlay iframe {
    height: 450px !important;
  }
  footer .contact {
    flex-flow: wrap;
  }
  footer .contact #newsletter {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }
  #mc_embed_signup .mc-field-group input {
    max-width: 100%;
  }
  #mc_embed_signup div.mce_inline_error {
    max-width: 100%;
  }
  #mc_embed_signup #mce-responses {
    max-width: 100%;
  }
  #portlets_porlet_listing {
    margin-top: 40px;
  }
  #portlets_porlet_listing .portlets_inner_wrap {
    margin-left: -20px;
  }
  #portlets_porlet_listing .portlets_inner_wrap .portlet {
    flex: 0 0 100%;
    padding: 0 0 40px 20px;
  }
  #portlets_porlet_listing .portlets_inner_wrap .portlet.portlet_title_only {
    padding: 0 0 0px 20px;
  }
  .portlet_listing .portlet-listing-entry-wrap {
    margin-left: -20px;
    margin-bottom: -40px;
  }
  .portlet_listing .portlet-listing-entry-wrap .portlet-listing-entry {
    flex: 0 0 100%;
    padding: 0 0 40px 20px;
  }
  #portlets_bottom,
  #portlets_quicklinks {
    padding: 20px 0px;
  }
  #portlets_bottom .portlets_inner_wrap,
  #portlets_quicklinks .portlets_inner_wrap {
    margin-left: -20px;
  }
  #portlets_bottom .portlet,
  #portlets_quicklinks .portlet {
    flex: 0 0 100%;
    padding: 0 0 40px 20px;
  }
  #portlets_bottom .portlet.portlet_title_only, #portlets_bottom .portlet.portlet_listing,
  #portlets_quicklinks .portlet.portlet_title_only,
  #portlets_quicklinks .portlet.portlet_listing {
    padding: 0 0 0px 20px;
  }
  #portlets_bottom .portlet.portlet_title_only,
  #portlets_quicklinks .portlet.portlet_title_only {
    padding: 0 0 0px 20px;
  }
  #portlets_bottom .portlet-listing-entry-wrap,
  #portlets_quicklinks .portlet-listing-entry-wrap {
    margin-left: -20px;
    margin-bottom: -40px;
  }
  #portlets_bottom .portlet-listing-entry-wrap .portlet-listing-entry,
  #portlets_quicklinks .portlet-listing-entry-wrap .portlet-listing-entry {
    flex: 0 0 100%;
    padding: 0 0 40px 20px;
  }
  .listing_entry.listing_entry_with_picture .listing_content_inner,
  .listing_entry.listing_entry_with_picture .overview_item_inner .content, .listing_entry.overview_item_with_picture .listing_content_inner,
  .listing_entry.overview_item_with_picture .overview_item_inner .content,
  .overview_item.listing_entry_with_picture .listing_content_inner,
  .overview_item.listing_entry_with_picture .overview_item_inner .content,
  .overview_item.overview_item_with_picture .listing_content_inner,
  .overview_item.overview_item_with_picture .overview_item_inner .content {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .listing_entry .resource_container,
  .overview_item .resource_container {
    max-width: 100%;
  }
  .listing_entry .resource_container .resource,
  .overview_item .resource_container .resource {
    width: 100%;
    height: auto;
  }
  .listing_entry .resource_container .resource img,
  .overview_item .resource_container .resource img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  #footer_logo {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .portlet {
    margin-top: 20px;
  }
  footer .contact {
    font-size: 14px;
    width: 100%;
    justify-content: flex-start;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  #portlets_bottom .portlet {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 550px) {
  .pictures.gallery .picture {
    width: 100%;
  }
  #header {
    padding: 20px;
  }
  #header div#logo,
  #header {
    text-align: left;
  }
  #logo img {
    width: 180px !important;
    height: auto;
  }
  #mailform_submit_button label,
  .slide_text_container {
    display: none;
  }
  .portlets_left .portlet {
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
  }
  .level1 + .portlets_left,
  .portlets_left {
    margin: 0;
  }
  .mailform_element input,
  .mailform_element textarea,
  .login_form input  {
    width: 100%;
  }
  .mailform_element label,
  .login_form label {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .mailform_element.checkbox_field p {
    width: 100%;
    margin-left: 0;
  }
  span.select2-container {
    width: 100% !important;
  }
  #portlets_porlet_listing {
    margin-top: 20px;
  }
  #portlets_porlet_listing .portlet-listing-entry-wrap .portlet-listing-entry {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #portlets_porlet_listing .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(1) ~ .portlet-listing-entry {
    margin-top: 25px;
  }
  #portlets_porlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .picture {
    margin-bottom: 5px;
  }
  #portlets_porlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-date {
    margin-bottom: 5px;
  }
  #portlets_porlet_listing .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-content p {
    margin-bottom: 15px;
  }
  .listing_property_filter form > .p_select2_filter {
    flex: 0 0 100%;
    max-width: none;
  }
}
@media screen and (max-width: 450px) {
  footer ul.impressum {
    margin-top: 40px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    flex-direction: row;
  }
  footer ul.impressum li {
    display: block;
    float: none !important;
    line-height: 24px;
    font-size: 12px;
  }
  footer ul.impressum li:after {
    display: none;
  }
  #footer li {
    font-size: 12px;
  }
}
@media screen and (max-width: 435px) {
  .main_shop_wrap .button_bar_bottom .button,
  #cart_container .refresh_button,
  #cart_container .empty_cart_button {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("fonts/Cabin-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group basic */
@media print {
  body {
    font: 16px/22px;
    background: #FFF;
  }
  div#siteframe {
    background: #fff;
  }
  div.content {
    margin: 0;
  }
  .main_shop_wrap .button_bar_bottom .button,
  #process_order_registration input.button,
  #cart_container .refresh_button,
  #cart_container .empty_cart_button,
  .listing_entry_backlink a,
  .listing-more-button,
  .mailform-submit,
  .login_form .button,
  .meta_wrap,
  .sticky-wrapper,
  .documents,
  div#content_left,
  #mailform_submit_button,
  footer ul.impressum,
  footer .contact h2,
  footer .contact h3,
  footer .newsletter,
  div#navigation,
  .slider,
  #meta,
  .imprint {
    display: none;
  }
  div.content_wrap {
    padding: 0;
  }
  #header {
    text-align: left;
  }
  .header_content {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  #portlets_header .portlet {
    margin-left: 0px;
  }
  #portlets_header .portlet:nth-child(2n) {
    margin-left: 25px;
  }
  #portlets_porlet_listing {
    margin-top: 25px;
    page-break-inside: avoid;
  }
  #portlets_bottom {
    padding: 25px 0px;
    page-break-inside: avoid;
    display: none;
  }
  .portlets a.add_portlet_link, a.portlet_content_link {
    display: none;
  }
  #portlets_quicklinks {
    background-color: white;
    padding-top: 0px;
  }
  #portlets_bottom .portlet {
    padding: 0 0 40px 40px;
  }
  #portlets_quicklinks:before, #portlets_quicklinks:after {
    background-color: white;
  }
  #footer {
    display: none;
  }
  #header div#logo {
    margin: 0 0 20px 0;
  }
  .title_wrap {
    padding: 0;
    margin: 0 0 20px 0;
    background: #fff;
  }
  #mixItUp {
    margin: 4px 0 40px;
  }
  .listing_entry_with_picture + .listing_entry .lisitng_content_inner,
  .overview_item_with_picture + .overview_item .content,
  .overview_item_with_picture .content,
  .listing_entry_with_picture .lisitng_content_inner {
    padding: 0;
  }
  #footer {
    padding: 20px 0 0 0;
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 18px;
    color: #666;
  }
  #footer a {
    color: #666;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .title_inner_wrap {
    padding: 0px;
    display: none;
  }
  .overview_item .introduction,
  h2, h2 a {
    font-size: 26px;
    line-height: 30px;
  }
  h3, h3 a {
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
  }
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font-size: 16px;
    line-height: 22px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .mailform_element textarea {
    width: 502px;
  }
  .listing_entry .resource_container,
  .overview_item .resource_container {
    width: 100%;
  }
  .listing_property_filter {
    display: none;
  }
  .overview_item .resource_container.static_map,
  .overview_item .resource_container.change_float,
  .listing_entry .resource_container.change_float,
  .overview_item_5 .resource_container.static_map,
  .overview_item_3 .resource_container.static_map,
  .overview_item_1 .resource_container.static_map,
  .overview_item_19 .resource_container.change_float,
  .overview_item_17 .resource_container.change_float,
  .overview_item_15 .resource_container.change_float,
  .overview_item_13 .resource_container.change_float,
  .overview_item_11 .resource_container.change_float,
  .overview_item_9 .resource_container.change_float,
  .overview_item_7 .resource_container.change_float,
  .overview_item_5 .resource_container.change_float,
  .overview_item_3 .resource_container.change_float,
  .overview_item_1 .resource_container.change_float,
  .listing_index_19 .resource_container.change_float,
  .listing_index_17 .resource_container.change_float,
  .listing_index_15 .resource_container.change_float,
  .listing_index_13 .resource_container.change_float,
  .listing_index_11 .resource_container.change_float,
  .listing_index_9 .resource_container.change_float,
  .listing_index_7 .resource_container.change_float,
  .listing_index_5 .resource_container.change_float,
  .listing_index_3 .resource_container.change_float,
  .listing_index_1 .resource_container.change_float {
    float: left;
    margin: 0;
  }
  .listing_entry {
    page-break-inside: avoid;
  }
  .listing_entry .listing_content_inner {
    width: 100%;
    padding: 0px;
  }
  .map {
    height: 250px;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .content_wrap .accordeon_wrap .accordeon_content {
    display: revert;
  }
  .accordeon_wrap .accordeon_title {
    border-top: 1px solid #262626;
  }
  .accordeon_wrap .accordeon_title h3 {
    margin-bottom: 5px;
  }
  .content_button a, .pictures.gallery, h4, .accordeon_wrap .accordeon_title:before {
    display: none;
  }
  #privacy_banner {
    display: none;
  }
  /* @end */
}/*# sourceMappingURL=template_styles.css.map */