@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/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
/* @group variables*/
body {
  --size5: 5px;
  --size10: 10px;
  --size15: 15px;
  --size20: 20px;
  --size25: 25px;
  --size30: 30px;
  --size35: 35px;
  --size40: 40px;
  --size45: 45px;
  --size50: 50px;
  --size60: 60px;
  --size70: 70px;
  --size80: 80px;
  --size90: 90px;
  --size100: 100px;
  --size110: 110px;
  --size120: 120px;
  --size130: 130px;
  --size140: 140px;
  --size150: 150px;
  --size160: 160px;
  --size170: 170px;
  --size180: 180px;
  --size190: 190px;
  --size200: 200px;
  --size250: 250px;
  --gapBetween: 40px;
  --gapTop: 40px;
  --widthElements: 33.33%;
}
body .fa-house-water:before {
  content: "\f74f";
}

/* @end */
/* @group basic */
body {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #FAF9F8;
}
@media print {
  body {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 15px;
    line-height: 30px;
  }
}
body .navigation_layer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: rgba(36, 35, 32, 0.85);
  position: fixed;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: none;
}
body.language_switcher_open, body.filter_open, body.navigation_open {
  overflow: hidden;
}
body.language_switcher_open .navigation_layer, body.filter_open .navigation_layer, body.navigation_open .navigation_layer {
  opacity: 1;
  bottom: 0;
  pointer-events: all;
}
body.page_standard {
  background: #FAF9F8;
}
body > .svg {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  display: block;
}

body #rwdnav {
  display: none;
}

.page {
  overflow: visible;
}

#siteframe {
  position: relative;
  padding-top: var(--size80);
  overflow-x: hidden;
}
.mod_action_show_entry #siteframe {
  overflow: visible;
}

#content {
  position: relative;
}
#content:last-child {
  margin-bottom: var(--size120);
}

.content_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  margin: auto;
  padding-top: var(--size80);
  margin-bottom: var(--size80);
}
@media print {
  .content_inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content_inner.no_padding_top {
  padding-top: 0;
}
.content_inner.no_padding_bottom {
  padding-bottom: 0 !important;
}
.content_inner.center {
  text-align: center;
}
.content_inner .content_overflow {
  overflow: hidden;
}
.content_inner.flex_content {
  display: flex;
  justify-content: space-between;
}
.content_inner.big_siteframe {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  max-width: 100%;
}
@media screen and (max-width: 1300px) {
  .content_inner.big_siteframe {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  .content_inner.big_siteframe {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  .content_inner.big_siteframe {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content_inner + .content_inner {
  padding-top: 0;
}
.content_inner + .content_inner .content_small {
  max-width: 960px;
}

.background_white {
  background: #FFFFFF;
}

#scroll_down {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #000;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -18px;
  z-index: 1;
  cursor: pointer;
}
#scroll_down:hover {
  background: #E30613;
}

#header {
  position: fixed;
  z-index: 30;
  width: 100%;
  top: 0;
  background: none;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  background: none;
  border-bottom: 1px solid transparent;
  height: 87px;
}
body:not(.page_home) #header, .is_scrolled #header, .language_switcher_open #header, .filter_open #header, .navigation_open #header {
  background: #FFFFFF;
  border-bottom: 1px solid #E3DED9;
}
.page_home:not(.navigation_open):not(.is_scrolled) #header {
  background: #E3DED9;
}
#header a {
  text-decoration: none;
  color: #000;
}
#header .header_inner {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  #header .header_inner {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  #header .header_inner {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  #header .header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header #navigation,
#header .header_right {
  flex: 1;
}
#header .backlink {
  flex: 1;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  display: none;
}
@media print {
  #header .backlink {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #header .backlink {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #header .backlink {
    font-size: 14px;
    line-height: 22px;
  }
}
#header .backlink i {
  color: #b3b3b3;
  margin-right: 8px;
}
#header .backlink:hover, #header .backlink:focus {
  color: #999;
}
#header #logo {
  flex: 0 0 185px;
  max-width: 185px;
  margin-bottom: var(--size15);
}
#header #logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header .header_right {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media print {
  #header .header_right {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #header .header_right {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #header .header_right {
    font-size: 14px;
    line-height: 22px;
  }
}
#header .header_right a.button {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  margin-left: var(--size30);
}
@media print {
  #header .header_right a.button {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #header .header_right a.button {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #header .header_right a.button {
    font-size: 14px;
    line-height: 22px;
  }
}
#header .header_right a.button i {
  margin: 0 8px 0 0;
}
#header .header_right a.button:focus, #header .header_right a.button:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #header .header_right a.button {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #header .header_right a.button {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #header .header_right a.button {
    display: none !important;
  }
}
#header .header_right a.button:hover, #header .header_right a.button:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
.filter_open #header .header_right a.button i:before {
  content: "\f106";
}
#header .header_right a:not(.button) {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#header .header_right a:not(.button) i {
  color: #b3b3b3;
  margin-right: 8px;
}
#header .header_right a:not(.button):hover, #header .header_right a:not(.button):focus {
  color: #999;
}
#header .header_right a:not(.button) + a:not(.button) {
  margin-left: var(--size30);
}
#header .language_dropdown,
#header .close_navigation,
#header .background_navigation {
  position: absolute;
  top: 88px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.navigation_open #header .close_navigation,
.navigation_open #header .background_navigation {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
#header .background_navigation {
  position: absolute;
  top: 88px;
  z-index: -1 !important;
  background: #FAF9F8;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#header .background_navigation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  display: block;
  background: #FFFFFF;
}
#header .close_navigation {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid #E30613;
  border-radius: 100%;
  left: calc(50vw - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  top: 70px;
}
#header .close_navigation:hover {
  background: #E30613;
}
#header .close_navigation:hover i {
  color: #FFFFFF;
}
#header .close_navigation i {
  color: #E30613;
  font-size: 16px;
}
#header .portlet {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  top: 88px;
  width: 50vw;
  background: #FAF9F8;
  right: 0;
  padding: var(--size50) var(--size60);
  box-sizing: border-box;
  overflow: auto;
  max-height: calc(100vh - 88px);
  overflow: visible;
}
#header .portlet:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  display: block;
  background: #FFFFFF;
  z-index: -1;
}
.navigation_open #header .portlet {
  opacity: 1;
  pointer-events: all;
  z-index: 0;
  overflow: auto;
}
#header .portlet .portlet_inner {
  position: relative;
}
#header .portlet .portlet_listing_link {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  position: absolute;
  top: 6px;
  right: 0;
}
@media print {
  #header .portlet .portlet_listing_link {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #header .portlet .portlet_listing_link {
    font-size: 12px;
    line-height: 17px;
  }
}
#header .portlet .portlet_listing_link:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#header .portlet .portlet_listing_link:hover {
  color: #9d8f7f;
}
#header .portlet .portlet_listing_link:hover:after {
  right: -5px;
}
#header .portlet h3 {
  margin-bottom: var(--size25);
}
#header .portlet h3,
#header .portlet h3 a {
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  font-weight: 800;
  color: #000;
}
@media print {
  #header .portlet h3,
  #header .portlet h3 a {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #header .portlet h3,
  #header .portlet h3 a {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #header .portlet h3,
  #header .portlet h3 a {
    font-size: 15px;
    line-height: 22px;
  }
}
#header .portlet h3.portlet-entry-subtitle {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  color: #999;
  margin: 0;
}
@media print {
  #header .portlet h3.portlet-entry-subtitle {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #header .portlet h3.portlet-entry-subtitle {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #header .portlet h3.portlet-entry-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
}
#header .portlet .pictures {
  overflow: hidden;
  margin-bottom: var(--size20);
}
#header .portlet .pictures .resource_background {
  box-shadow: none !important;
}
#header .portlet .pictures img {
  border-radius: 12px;
}
@media screen and (max-width: 500px) {
  #header .portlet .pictures img {
    border-radius: 8px;
  }
}
#header .portlet .pictures .resource_description h2 {
  margin-left: 1px;
}
#header .portlet h4 {
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
  margin-bottom: 3px;
}
@media print {
  #header .portlet h4 {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #header .portlet h4 {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #header .portlet h4 {
    font-size: 15px;
    line-height: 22px;
  }
}
#header .portlet h4 a {
  display: block;
  margin: 0;
}
#header .portlet .portlet-entry-link {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  margin-top: var(--size20);
}
@media print {
  #header .portlet .portlet-entry-link {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #header .portlet .portlet-entry-link {
    font-size: 12px;
    line-height: 17px;
  }
}
#header .portlet .portlet-entry-link:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#header .portlet .portlet-entry-link:hover {
  color: #9d8f7f;
}
#header .portlet .portlet-entry-link:hover:after {
  right: -5px;
}
#header .portlet .portlet-listing-entry-wrap {
  display: flex;
  justify-content: space-between;
}
#header .portlet .portlet-listing-entry-wrap .portlet-listing-entry {
  max-width: calc(50% - var(--size15));
  flex: 1 0 calc(50% - var(--size15));
}
#header .portlet .portlet-listing-entry-wrap .portlet-listing-entry.portlet-listing-navigation-28, #header .portlet .portlet-listing-entry-wrap .portlet-listing-entry:nth-child(3) {
  display: none !important;
}
#header .portlet .portlet-listing-entry-wrap .portlet-listing-entry.portlet-listing-navigation-28 ~ .portlet-listing-entry {
  display: block !important;
}
#header .portlet .portlet-listing-entry-wrap .portlet-listing-entry-inline:before,
#header .portlet .portlet-listing-entry-wrap .portlet-listing-entry-inline:after,
#header .portlet .portlet-listing-entry-wrap .portlet-listing-custom-fields-container,
#header .portlet .portlet-listing-entry-wrap > .cf {
  display: none;
}

#navigation .language_switcher {
  display: flex;
}
#navigation .language_switcher > a:not(:first-child) {
  margin-left: var(--size15);
}
#navigation .language_switcher a {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media print {
  #navigation .language_switcher a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #navigation .language_switcher a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #navigation .language_switcher a {
    font-size: 14px;
    line-height: 22px;
  }
}
#navigation .language_switcher .language_dropdown {
  position: absolute;
  display: flex;
  flex-flow: wrap;
  width: 100px;
  padding: var(--size20);
  box-sizing: border-box;
  background: #FFFFFF;
  justify-content: space-between;
  margin-left: -40px;
}
#navigation .language_switcher .language_dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  width: 5000px;
  height: 100%;
  display: block;
  background: #FFFFFF;
  z-index: -1;
}
.language_switcher_open #navigation .language_switcher .language_dropdown {
  opacity: 1;
  z-index: 1;
  pointer-events: all;
}
#navigation .language_switcher .language_dropdown > a:hover {
  color: #E30613;
}

.breadcrumb {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  padding-top: var(--size30);
  padding-bottom: var(--size30);
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .breadcrumb {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  .breadcrumb {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .breadcrumb {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb {
    font-size: 12px;
    line-height: 17px;
  }
}
.breadcrumb:nth-last-child(2) {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  padding-top: var(--size30);
  padding-bottom: 0;
}
@media print {
  .breadcrumb:nth-last-child(2) {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb:nth-last-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumb .you_are_here {
  display: none;
}
.breadcrumb .breadcrumb_separator {
  font-size: 0;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb_separator:before {
  content: "\f105";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: none;
  color: unset;
}
.breadcrumb a {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  text-decoration: none;
}
@media print {
  .breadcrumb a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb a {
    font-size: 12px;
    line-height: 17px;
  }
}
.breadcrumb a:hover {
  color: #928271;
}

/* @end */
/* @group footer */
#footer {
  background: #FFFFFF;
}
#footer a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#footer li {
  list-style: none;
}
#footer .footer_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  width: 100%;
}
@media print {
  #footer .footer_inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .footer_top {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
@media print {
  #footer .footer_top {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_top {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top {
    font-size: 14px;
    line-height: 22px;
  }
}
#footer .footer_top .footer_inner {
  display: flex;
  justify-content: space-between;
  padding-top: var(--size70);
  padding-bottom: var(--size70);
}
#footer .footer_top h3 {
  margin: 0;
}
#footer .footer_top a:hover {
  color: #E30613;
}
#footer .footer_top .footer_left {
  max-width: 430px;
}
#footer .footer_top .footer_left .portlet_content_subtitle,
#footer .footer_top .footer_left h3 {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
#footer .footer_top .footer_left .portlet_content_subtitle {
  font-weight: 400;
}
#footer .footer_top .footer_left .newsletter_form:not(:first-child) {
  margin-top: var(--size50);
}
#footer .footer_top .footer_left .newsletter_form form {
  display: flex;
  align-items: flex-end;
}
#footer .footer_top .footer_left .newsletter_form .mailform_element {
  width: 100%;
}
#footer .footer_top .footer_left .mailform_submit_button {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: var(--size30);
  white-space: nowrap;
  cursor: pointer;
}
@media print {
  #footer .footer_top .footer_left .mailform_submit_button {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_top .footer_left .mailform_submit_button {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .footer_left .mailform_submit_button {
    font-size: 14px;
    line-height: 22px;
  }
}
#footer .footer_top .footer_left .mailform_submit_button i {
  margin: 0 8px 0 0;
}
#footer .footer_top .footer_left .mailform_submit_button:focus, #footer .footer_top .footer_left .mailform_submit_button:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #footer .footer_top .footer_left .mailform_submit_button {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .footer_left .mailform_submit_button {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #footer .footer_top .footer_left .mailform_submit_button {
    display: none !important;
  }
}
#footer .footer_top .footer_left .mailform_submit_button input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: none;
  border: none;
  font-size: 0;
}
#footer .footer_top .footer_middle h3,
#footer .footer_top .footer_right h3 {
  margin-bottom: 7px;
}
#footer .footer_top .footer_middle h3, #footer .footer_top .footer_middle h3 a,
#footer .footer_top .footer_right h3,
#footer .footer_top .footer_right h3 a {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  #footer .footer_top .footer_middle h3, #footer .footer_top .footer_middle h3 a,
  #footer .footer_top .footer_right h3,
  #footer .footer_top .footer_right h3 a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_top .footer_middle h3, #footer .footer_top .footer_middle h3 a,
  #footer .footer_top .footer_right h3,
  #footer .footer_top .footer_right h3 a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .footer_middle h3, #footer .footer_top .footer_middle h3 a,
  #footer .footer_top .footer_right h3,
  #footer .footer_top .footer_right h3 a {
    font-size: 14px;
    line-height: 22px;
  }
}
#footer .footer_top .footer_middle .portlet:not(:first-child),
#footer .footer_top .footer_right .portlet:not(:first-child) {
  margin-top: var(--size25);
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing.portlet_listing_no_entries {
  display: none;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .listing_tags {
  font-weight: 400;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .listing_tags + .listing_tags {
  display: none;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet_listing_link {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  margin-top: var(--size10);
}
@media print {
  #footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet_listing_link {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet_listing_link {
    font-size: 12px;
    line-height: 17px;
  }
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet_listing_link:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet_listing_link:hover {
  color: #9d8f7f;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet_listing_link:hover:after {
  right: -5px;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing h4:empty {
  display: none;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet-listing-entry .portlet-listing-entry-inline:before,
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet-listing-entry .portlet-listing-entry-inline:after,
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet-listing-entry .portlet-entry-tags, #footer .footer_top .footer_middle .portlet_listing_footer_opening_listing .portlet-listing-entry:not(.current) {
  display: none;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing p:not(:last-child) {
  margin-bottom: 0;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing p span {
  position: relative;
}
#footer .footer_top .footer_middle .portlet_listing_footer_opening_listing p span:not(:first-child):before {
  content: "|";
  color: #a6a6a6;
  margin: 0 2px 0 3px;
}
#footer .footer_top .footer_right {
  display: flex;
  flex-flow: column;
}
#footer .footer_top .footer_right .portlet + ul li:not(:first-child) {
  margin-top: 7px;
  display: block;
}
#footer .footer_top .footer_right .logo_footer {
  margin-top: auto;
  padding-top: var(--size30);
}
#footer .footer_top .footer_right .logo_footer img {
  display: block;
}
#footer .footer_copy {
  border-top: 1px solid #E3DED9;
  background: #FAF9F8;
}
#footer .footer_copy .footer_inner {
  padding-top: var(--size30);
  padding-bottom: var(--size30);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  color: #999;
}
@media print {
  #footer .footer_copy .footer_inner {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_copy .footer_inner {
    font-size: 12px;
    line-height: 17px;
  }
}
#footer .footer_copy .copy_left {
  display: flex;
  flex: 1;
}
#footer .footer_copy .copy_left span {
  margin-right: var(--size30);
}
#footer .footer_copy .social_media {
  font-size: 16px;
}
#footer .footer_copy .social_media a {
  color: #000;
  margin: 0 var(--size15);
}
#footer .footer_copy .social_media a:hover {
  color: #E30613;
}
#footer .footer_copy .copy_right {
  flex: 1;
}
#footer .footer_copy .copy_right ul {
  display: flex;
  justify-content: flex-end;
}
#footer .footer_copy .copy_right ul li {
  margin-left: var(--size30);
}
#footer .footer_copy .copy_right ul li:last-child span {
  display: none;
}
#footer .footer_copy a {
  color: #999;
}
#footer .footer_copy a:hover {
  color: #000;
}

/* @end */
#privacy_banner {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  letter-spacing: 0;
}
#privacy_banner #privacy_banner_inner {
  color: #fff;
  font-size: 13px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  border-radius: 16px;
  font-weight: 700;
  padding: 6px 14px 5px;
  border-radius: 3px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover {
  background: #E30613;
  opacity: 1;
}

/* @end */
/* @group fade in */
#portlets_right .portlet {
  opacity: 0;
  top: 50px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.83, -0.44, 0.36, 1.76);
  -moz-transition: all 0.6s cubic-bezier(0.83, -0.44, 0.36, 1.76);
  -o-transition: all 0.6s cubic-bezier(0.83, -0.44, 0.36, 1.76);
  transition: all 0.6s cubic-bezier(0.83, -0.44, 0.36, 1.76);
}
#portlets_right .portlet:nth-child(1) {
  transition-delay: 450ms;
}
#portlets_right .portlet:nth-child(2) {
  transition-delay: 900ms;
}
#portlets_right .portlet:nth-child(3) {
  transition-delay: 1350ms;
}
#portlets_right .portlet:nth-child(4) {
  transition-delay: 1800ms;
}
#portlets_right .portlet:nth-child(5) {
  transition-delay: 2250ms;
}
#portlets_right .portlet:nth-child(6) {
  transition-delay: 2700ms;
}
#portlets_right .portlet:nth-child(7) {
  transition-delay: 3150ms;
}
#portlets_right .portlet:nth-child(8) {
  transition-delay: 3600ms;
}
#portlets_right .portlet:nth-child(9) {
  transition-delay: 4050ms;
}
#portlets_right .portlet:nth-child(10) {
  transition-delay: 4500ms;
}
#portlets_right .portlet:nth-child(11) {
  transition-delay: 4950ms;
}
#portlets_right .portlet:nth-child(12) {
  transition-delay: 5400ms;
}
#portlets_right .portlet:nth-child(13) {
  transition-delay: 5850ms;
}
#portlets_right .portlet:nth-child(14) {
  transition-delay: 6300ms;
}
#portlets_right .portlet:nth-child(15) {
  transition-delay: 6750ms;
}
#portlets_right.is_visible .portlet {
  opacity: 1;
  top: 0;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1#page_title {
  font: 800 46px/63px "Manrope";
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1000px) {
  h1#page_title {
    font-size: 4.6vw;
    line-height: 6.3vw;
  }
}
@media screen and (max-width: 500px) {
  h1#page_title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media print {
  h1#page_title {
    font: 800 25px/28px "Manrope";
    color: #000;
  }
}
h1#page_title + *:not(.subtitle) {
  margin-top: var(--size30);
}

.portlet_listing_introduction,
.listing-content-introduction,
.portlet_content_introduction,
div.introduction {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 15px;
    line-height: 30px;
  }
}
.portlet_listing_introduction a,
.listing-content-introduction a,
.portlet_content_introduction a,
div.introduction a {
  color: #000;
  text-decoration: none;
  hyphens: auto;
  background: linear-gradient(to right, #999, #999), linear-gradient(to right, #E30613, #E30613);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.portlet_listing_introduction a:hover, .portlet_listing_introduction a:focus,
.listing-content-introduction a:hover,
.listing-content-introduction a:focus,
.portlet_content_introduction a:hover,
.portlet_content_introduction a:focus,
div.introduction a:hover,
div.introduction a:focus {
  background-size: 0 0.05em, 100% 0.05em;
}

div.introduction {
  max-width: 960px;
}

.introduction_wrap {
  position: relative;
}
.introduction_wrap .portlet {
  position: absolute !important;
  max-width: 260px;
  bottom: 0;
  text-align: center;
  right: -120px;
  z-index: 1;
}
.introduction_wrap .portlet:after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: auto;
  width: 100%;
  height: 200px;
  display: block;
  background: url(../img/pfeil.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.introduction_wrap h3 {
  font: 400 34px/40px "Pacifico";
  margin: 0;
  padding: 0;
  letter-spacing: -0.2px;
  color: #E30613;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
@media screen and (max-width: 1300px) {
  .introduction_wrap h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .introduction_wrap h3 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media screen and (max-width: 500px) {
  .introduction_wrap h3 {
    font-size: 19px;
    line-height: 23px;
  }
}

h2, h2 a {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: var(--size20);
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  h2, h2 a {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  h2, h2 a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  h2, h2 a {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  h2, h2 a {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
h2:not(:first-child), h2 a:not(:first-child) {
  margin-top: var(--size70);
}
h2 + h3, h2 a + h3 {
  margin-top: calc(-1 * var(--size10)) !important;
}
h2.subtitle, h2 a.subtitle {
  font: 800 46px/63px "Manrope";
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 4.6vw;
    line-height: 6.3vw;
  }
}
@media screen and (max-width: 500px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 26px;
    line-height: 30px;
  }
}
@media print {
  h2.subtitle, h2 a.subtitle {
    font: 800 25px/28px "Manrope";
    color: #000;
  }
}
h2.subtitle + *:not(.subtitle), h2 a.subtitle + *:not(.subtitle) {
  margin-top: var(--size30);
}

h3, h3 a {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: var(--size15);
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  h3, h3 a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  h3, h3 a {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  h3, h3 a {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
h3:not(:first-child), h3 a:not(:first-child) {
  margin-top: var(--size40);
}

h4, h4 a,
h5, h5 a,
h6, h6 a {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  color: #000;
  margin-bottom: 0;
}
@media print {
  h4, h4 a,
  h5, h5 a,
  h6, h6 a {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  h4, h4 a,
  h5, h5 a,
  h6, h6 a {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  h4, h4 a,
  h5, h5 a,
  h6, h6 a {
    font-size: 15px;
    line-height: 30px;
  }
}
* + h4, * + h4 a,
* + h5, * + h5 a,
* + h6, * + h6 a {
  margin-top: var(--size40);
}

p {
  margin: 0;
  margin-bottom: var(--size20);
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

strong {
  font-weight: 800;
}

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

/* @end */
/* @group link */
.content_inner a.button {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print {
  .content_inner a.button {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .content_inner a.button {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .content_inner a.button {
    font-size: 14px;
    line-height: 22px;
  }
}
.content_inner a.button i {
  margin: 0 8px 0 0;
}
.content_inner a.button:focus, .content_inner a.button:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .content_inner a.button {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .content_inner a.button {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .content_inner a.button {
    display: none !important;
  }
}

p.content_link a:not(.button) {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
}
@media print {
  p.content_link a:not(.button) {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  p.content_link a:not(.button) {
    font-size: 12px;
    line-height: 17px;
  }
}
p.content_link a:not(.button):after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
p.content_link a:not(.button):hover {
  color: #9d8f7f;
}
p.content_link a:not(.button):hover:after {
  right: -5px;
}
p.content_link + .content_link {
  margin-top: var(--size30);
}

.content_inner a {
  color: #000;
  text-decoration: none;
  hyphens: auto;
  background: linear-gradient(to right, #999, #999), linear-gradient(to right, #E30613, #E30613);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  hyphens: auto;
}
.content_inner a:hover, .content_inner a:focus {
  background-size: 0 0.05em, 100% 0.05em;
}

p.content_button {
  display: flex;
}
p.content_button a {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  color: #000;
  border-color: #000;
}
@media print {
  p.content_button a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  p.content_button a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  p.content_button a {
    font-size: 14px;
    line-height: 22px;
  }
}
p.content_button a i {
  margin: 0 8px 0 0;
}
p.content_button a:focus, p.content_button a:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  p.content_button a {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  p.content_button a {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  p.content_button a {
    display: none !important;
  }
}
p.content_button a:hover, p.content_button a:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
p.content_button a:hover, p.content_button a:focus {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}

a img {
  border: none;
}

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

.portlet-content ul > li,
.content_inner ul > li {
  padding: 0 0 0 18px;
  text-indent: -18px;
}
.portlet-content ul > li:before,
.content_inner ul > li:before {
  content: "•";
  font-weight: 400;
  width: 11px;
  padding-right: 7px;
  top: -1px;
  position: relative;
}

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

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

.table_wrap_container {
  overflow: hidden;
  margin: 0 0 var(--size20) 0;
  margin-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}
.table_wrap_container:not(:first-child) {
  margin-top: var(--size40);
}
.table_wrap_container:last-child {
  margin-bottom: 0;
}
.table_wrap_container.visible_indicator {
  padding-top: 22px;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}
.table_wrap_container .table_scroll_indicator {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 18px;
}
.table_wrap_container .table_scroll_indicator i {
  font-weight: 400;
  color: #E30613;
}
.table_wrap_container .table_scroll_indicator i.fa-exchange:after {
  content: "\f054";
}
.table_wrap_container .table_scroll_indicator i.fa-exchange:before {
  content: "\f053";
  margin-right: 8px;
}

.content_inner table {
  border: none;
  border-spacing: 0;
}
.content_inner table th {
  border: none;
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  text-align: left;
  padding: 0 10px var(--size15) 10px;
  vertical-align: bottom;
  border-bottom: 2px solid #E3DED9;
}
@media print {
  .content_inner table th {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .content_inner table th {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .content_inner table th {
    font-size: 15px;
    line-height: 30px;
  }
}
.content_inner table th:first-child {
  padding-left: 0;
}
.content_inner table th:last-child {
  padding-right: 0;
}
.content_inner table td {
  padding: calc(var(--size15) - 2px) 10px var(--size15) 10px;
  min-width: 100px;
  border: none;
  border-bottom: 1px solid #E3DED9;
}
.content_inner table td:first-child {
  padding-left: 0;
}
.content_inner table td:last-child {
  padding-right: 0;
}

.brown_box {
  background: #E3DED9;
  border-radius: 24px;
  overflow: hidden;
  padding: var(--size60) var(--size100) !important;
  box-sizing: border-box;
  max-width: 960px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .brown_box {
    border-radius: 14px;
  }
}
.content_small .brown_box {
  margin: 0;
}
.brown_box:not(:first-child) {
  margin-top: var(--size50);
}
.brown_box h2 {
  text-align: center;
  margin-bottom: var(--size50);
}
.brown_box > p:last-child > a {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  justify-content: center;
  margin-top: var(--size50);
  text-decoration: none;
}
@media print {
  .brown_box > p:last-child > a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .brown_box > p:last-child > a {
    font-size: 12px;
    line-height: 17px;
  }
}
.brown_box > p:last-child > a:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.brown_box > p:last-child > a:hover {
  color: #9d8f7f;
}
.brown_box > p:last-child > a:hover:after {
  right: -5px;
}
.brown_box .all_icons_wrapper {
  display: flex;
  justify-content: space-between;
}
.brown_box .all_icons_wrapper > * {
  flex: 1;
  max-width: calc(50% - var(--size20));
}
.brown_box .all_icons_wrapper .icon_wrap {
  display: flex;
  align-items: center;
}
.brown_box .all_icons_wrapper .icon_wrap:not(:first-child) {
  margin-top: var(--size25);
}
.brown_box .all_icons_wrapper .icon_wrap * {
  margin: 0;
}
.brown_box .all_icons_wrapper .icon_wrap .icon {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  background: #136064;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--size15);
}
.brown_box .all_icons_wrapper .icon_wrap .icon i {
  color: #FFFFFF;
  font-size: 26px;
}
.brown_box .all_icons_wrapper .icon_wrap .icon + * {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
}
@media print {
  .brown_box .all_icons_wrapper .icon_wrap .icon + * {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .brown_box .all_icons_wrapper .icon_wrap .icon + * {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .brown_box .all_icons_wrapper .icon_wrap .icon + * {
    font-size: 15px;
    line-height: 30px;
  }
}

.highlights.with_icons {
  background: transparent !important;
  padding: 0 !important;
  --gapBetween: var(--size60);
  --gapTop: var(--size60);
  --widthElements: 33.33%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
  text-align: center;
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  color: #000;
}
.highlights.with_icons > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
@media print {
  .highlights.with_icons {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .highlights.with_icons {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .highlights.with_icons {
    font-size: 15px;
    line-height: 22px;
  }
}
.highlights.with_icons p.icon {
  margin-bottom: var(--size25);
  font-size: 72px;
  line-height: 72px;
  color: #E30613;
}
.highlights.with_icons p.icon i:before {
  font-weight: 100;
}

.services.with_icons {
  background: transparent !important;
  padding: 0 !important;
}
.services.with_icons .icon_wrap {
  display: flex;
}
.services.with_icons .icon_wrap:not(:first-child) {
  margin-top: var(--size25);
}
.services.with_icons .icon_wrap .icon {
  width: 70px;
  flex: 0 0 70px;
  font-size: 26px;
  margin-bottom: 0;
}
.services.with_icons .icon_wrap .icon_text {
  width: 100%;
}
.services.with_icons .icon_wrap .icon_text ul, .services.with_icons .icon_wrap .icon_text ol, .services.with_icons .icon_wrap .icon_text table {
  color: #999;
}
.services.with_icons .icon_wrap .icon_text strong {
  color: #000;
}
.services.with_icons .icon_wrap .icon_text p {
  margin: 0;
  color: #999;
}

.informations_box {
  background: transparent !important;
  border: 1px solid #E3DED9;
  border-radius: 8px;
  padding: var(--size15) var(--size25) !important;
  color: #999;
  width: 100%;
  box-sizing: border-box;
}
.informations_box:not(:first-child) {
  margin-top: var(--size20);
}
.informations_box h4 {
  margin-bottom: var(--size5);
}
.informations_box p:not(:last-child) {
  margin-bottom: var(--size5);
}
.informations_box strong {
  color: #000;
}
.informations_box h3:last-child {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 0 !important;
  text-align: right;
}
@media print {
  .informations_box h3:last-child {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .informations_box h3:last-child {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .informations_box h3:last-child {
    font-size: 15px;
    line-height: 30px;
  }
}
.informations_box h3:last-child span {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 600;
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  .informations_box h3:last-child span {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  .informations_box h3:last-child span {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .informations_box h3:last-child span {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  .informations_box h3:last-child span {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
.informations_box.has_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* @end */
.accordeon_wrap .accordeon_entry {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #E3DED9;
  border-bottom: 1px solid #E3DED9;
  padding: 17px 40px 18px 0;
  position: relative;
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  margin-top: -1px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media print {
  .accordeon_wrap .accordeon_entry {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .accordeon_wrap .accordeon_entry {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .accordeon_wrap .accordeon_entry {
    font-size: 15px;
    line-height: 30px;
  }
}
.accordeon_wrap .accordeon_entry:before {
  content: "\f055";
  position: absolute;
  top: 20px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  right: 0;
  font-weight: 300;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.accordeon_wrap .accordeon_entry:hover h3.accordeon_title_selector, .accordeon_wrap .accordeon_entry:hover:before {
  color: #E30613;
}
.accordeon_wrap .accordeon_entry.visible_detail:before {
  content: "\f056";
}
.accordeon_wrap .accordeon_entry .accordeon_content {
  display: none;
  width: 100% !important;
  padding-bottom: var(--size10);
  padding-top: var(--size20);
}
.accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 1000px) {
  .accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  .accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
.accordeon_wrap + .end_accordeon:not(:last-child) {
  margin-bottom: var(--size60);
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
/* @group mainnavigation */
#navigation {
  display: flex;
  align-items: center;
}
#navigation #nav-1 {
  display: none;
}
body[lang=fr] #navigation #nav-42 {
  display: none;
}
#navigation li {
  list-style: none;
}
#navigation .navigation {
  display: flex;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  #navigation .navigation {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #navigation .navigation {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #navigation .navigation {
    font-size: 14px;
    line-height: 22px;
  }
}
#navigation .navigation > li {
  margin-right: var(--size30);
}
#navigation .navigation > li > a:not(:only-child) > span {
  display: flex;
  align-items: center;
}
#navigation .navigation > li > a:not(:only-child) > span:after {
  content: "\f078";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: #b3b3b3;
  font-weight: 900;
  position: relative;
  margin-left: 7px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#navigation .navigation > li.current > a span:after,
#navigation .navigation > li > a:hover span:after {
  color: #E30613;
}
#navigation .navigation > li.dropdown_open > a span:after {
  color: #E30613;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 2px;
}
#navigation .navigation > li.dropdown_open ul.level1 {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
#navigation ul.level1 {
  display: flex;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  justify-content: space-between;
  flex-flow: wrap;
  position: absolute;
  left: 0;
  background: #FFFFFF;
  padding: 0 var(--size60) var(--size50) var(--size60);
  top: 88px;
  width: 50vw;
  box-sizing: border-box;
  overflow: auto;
  max-height: calc(100vh - 88px);
}
#navigation ul.level1 li.current > a,
#navigation ul.level1 a:hover {
  color: #E30613;
}
#navigation ul.level1 > li {
  padding-top: var(--size50);
  padding-right: var(--size40);
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#navigation ul.level1 > li.current > a {
  color: #000;
  display: flex;
}
#navigation ul.level1 > li.current > a:before {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  font-weight: 900;
  position: relative;
  margin-right: 7px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#navigation ul.level1 > li > a {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  #navigation ul.level1 > li > a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #navigation ul.level1 > li > a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #navigation ul.level1 > li > a {
    font-size: 14px;
    line-height: 22px;
  }
}
#navigation ul.level1 > li:not(:only-child) {
  max-width: 33.33%;
  box-sizing: border-box;
}
#navigation ul.level1 > li:only-child {
  width: 100%;
  padding-right: 0;
}
#navigation ul.level1 > li:only-child ul.level2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#navigation ul.level1 > li:only-child ul.level2 .level2_wrap {
  padding-right: var(--size40);
  box-sizing: border-box;
  max-width: 33.33%;
}
#navigation .level2_wrap > li,
#navigation ul.level2 > li {
  margin-top: calc(var(--size15) - 1px);
}
#navigation .level2_wrap > li > a,
#navigation ul.level2 > li > a {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  color: #999;
}
@media print {
  #navigation .level2_wrap > li > a,
  #navigation ul.level2 > li > a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #navigation .level2_wrap > li > a,
  #navigation ul.level2 > li > a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #navigation .level2_wrap > li > a,
  #navigation ul.level2 > li > a {
    font-size: 14px;
    line-height: 22px;
  }
}
#navigation ul.level3 {
  display: none;
}
#navigation #nav-19 ul.level2 li:last-child {
  margin-top: var(--size20);
}
#navigation #nav-19 ul.level2 li:last-child > a {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
}
@media print {
  #navigation #nav-19 ul.level2 li:last-child > a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #navigation #nav-19 ul.level2 li:last-child > a {
    font-size: 12px;
    line-height: 17px;
  }
}
#navigation #nav-19 ul.level2 li:last-child > a:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#navigation #nav-19 ul.level2 li:last-child > a:hover {
  color: #9d8f7f;
}
#navigation #nav-19 ul.level2 li:last-child > a:hover:after {
  right: -5px;
}

/* @group navigation small */
.navigation_small {
  background: #FAF9F8;
  z-index: 20;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: visible;
  height: 69px;
  border-bottom: 1px solid #E3DED9;
}
.navigation_small:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  width: 60px;
  height: 100%;
  display: block;
  background: none;
  right: var(--size30);
  background: #FAF9F8; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #FAF9F8, rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #FAF9F8, rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #FAF9F8, rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(-90deg, #FAF9F8, rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #FAF9F8, rgba(255, 255, 255, 0)); /* Standard syntax */
  z-index: 1;
}
.navigation_small .responsive_elements {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print {
  .navigation_small .responsive_elements {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .navigation_small .responsive_elements {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navigation_small .responsive_elements .open_responsive_navigation {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  cursor: pointer;
}
@media print {
  .navigation_small .responsive_elements .open_responsive_navigation {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .navigation_small .responsive_elements .open_responsive_navigation {
    font-size: 12px;
    line-height: 17px;
  }
}
.navigation_small .responsive_elements .open_responsive_navigation:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.navigation_small .responsive_elements .open_responsive_navigation:hover {
  color: #9d8f7f;
}
.navigation_small .responsive_elements .open_responsive_navigation:hover:after {
  right: -5px;
}
.navigation_small .responsive_elements .open_responsive_navigation i {
  margin-left: 5px;
}
.navigation_small .responsive_elements .open_responsive_navigation:after {
  display: none;
}
.navigation_small .navigation_small_wrap {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  position: relative;
  overflow: hidden;
  max-width: calc(100vw - 340px);
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .navigation_small .navigation_small_wrap {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  .navigation_small .navigation_small_wrap {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  .navigation_small .navigation_small_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navigation_small .navigation_small_inner {
  display: flex;
  flex-flow: row;
  list-style: none;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  min-width: 100%;
  scrollbar-width: none;
  box-sizing: border-box;
  max-width: 100%;
}
.navigation_small .navigation_small_inner::-webkit-scrollbar {
  display: none;
}
.navigation_small .navigation_small_inner li {
  padding-top: 30px;
  padding-bottom: 15px;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  white-space: nowrap;
}
@media print {
  .navigation_small .navigation_small_inner li {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .navigation_small .navigation_small_inner li {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .navigation_small .navigation_small_inner li {
    font-size: 14px;
    line-height: 22px;
  }
}
.navigation_small .navigation_small_inner li:not(:last-child) {
  margin-right: var(--size50);
}
.navigation_small .navigation_small_inner li:hover, .navigation_small .navigation_small_inner li.current {
  opacity: 1;
}
.navigation_small .navigation_small_inner li:hover {
  color: #000;
}
.navigation_small .navigation_small_inner li.current {
  color: #000;
}
.navigation_small .navigation_small_inner li.current:before {
  width: 100%;
  bottom: 0;
  opacity: 1;
}
.navigation_small .navigation_small_inner li:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  right: 0;
  bottom: -3px;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

#price {
  position: relative;
  top: calc(var(--size80) + var(--size80));
}

.rwd_navigation {
  display: block;
  list-style: none;
  padding: var(--size25);
  display: flex;
  flex-flow: column;
}
.rwd_navigation #rwdnav-71 {
  display: none;
}
body[lang=fr] .rwd_navigation #rwdnav-42 {
  display: none;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.rwd_navigation ul.level3 {
  display: none;
}
.rwd_navigation > li.current > a:before {
  opacity: 1;
  visibility: visible;
}
.rwd_navigation > li:not(:first-child) > a {
  border-top: 1px solid #E3DED9;
}
.rwd_navigation > li > a {
  font-size: 19px;
  line-height: 24px;
  color: #000;
  font-weight: 800;
  padding: var(--size20) var(--size20);
  position: relative;
}
.rwd_navigation > li.current > a {
  color: #E30613;
}
.rwd_navigation > li.current ul.level1,
.rwd_navigation > li.current ul.level2 {
  display: block;
}
.rwd_navigation > li.current ul.level1 a,
.rwd_navigation > li.current ul.level2 a {
  color: #000;
}
.rwd_navigation > li.current.has_submenu > a:after {
  display: none;
}
.rwd_navigation > li.has_submenu > a:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #B3A89C;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border-radius: 100%;
  display: inline-block;
  right: var(--size15);
  text-align: center;
  font-weight: 400;
}
.rwd_navigation > li.active {
  position: relative;
}
.rwd_navigation > li.active > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #E30613;
}
.rwd_navigation > li.active ul.level1,
.rwd_navigation > li.active ul.level1 ul {
  display: block;
}
.rwd_navigation ul.level1,
.rwd_navigation ul.level2 {
  margin: 0;
  padding: 0 0 0;
  list-style: none;
  position: relative;
  z-index: 1;
  display: none;
}
.rwd_navigation ul.level1 > li > a,
.rwd_navigation ul.level2 > li > a {
  font-size: 18px;
  line-height: 28px;
  font-family: "Manrope";
  color: #000;
  padding: 2px var(--size15) 2px var(--size20);
}
.rwd_navigation ul.level1 > li > a span,
.rwd_navigation ul.level2 > li > a span {
  display: block;
}
.rwd_navigation ul.level1 > li.current > a,
.rwd_navigation ul.level2 > li.current > a {
  color: #E30613;
  font-weight: 500;
}
.rwd_navigation ul.level1.current > ul,
.rwd_navigation ul.level2.current > ul {
  display: block;
}
.rwd_navigation ul.level1 {
  display: none;
  margin-top: -8px;
  padding-bottom: var(--size20);
}
.rwd_navigation ul.level1 > li > a {
  font-weight: 500;
  color: #000;
}
.rwd_navigation ul.level1 > li:not(:first-child) {
  margin-top: 3px;
}
.rwd_navigation ul.level1 > li.current {
  position: relative;
}
.rwd_navigation ul.level1 > li.current > a {
  font-weight: 500;
}
.rwd_navigation ul.level1 > li:not(:last-child) ul.level2 {
  padding-bottom: 7px;
}
.rwd_navigation ul.level2 > li > a {
  font-size: 15px;
  line-height: 25px;
}
.rwd_navigation ul.level2 > li > a > span {
  position: relative;
}
.rwd_navigation ul.level2 > li > a > span:before {
  content: "-";
  margin-right: 5px;
}
.rwd_navigation ul.level3 {
  display: none !important;
}

.responsive_navigation_toggle_wrap {
  flex: 1;
  display: none;
}

.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 32px;
  height: 23px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  margin-left: 0;
}
.responsive_navigation_toggle span {
  background: #000;
  display: block;
  height: 3px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 10px;
  display: block;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 20px;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
/* @group misc management elements */
#management,
.management_container {
  text-align: left !important;
  background: #fff;
  border-radius: 4px;
  color: #333 !important;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
}
#management .submit_button_wrap input.button,
.management_container .submit_button_wrap input.button {
  width: 100% !important;
}
#management .submit_button_wrap input.button,
#management .submit_button_wrap,
#management a.button.with_icon,
#management input.button,
#management fieldset a.button,
#management a.button,
.management_container .submit_button_wrap input.button,
.management_container .submit_button_wrap,
.management_container a.button.with_icon,
.management_container input.button,
.management_container fieldset a.button,
.management_container a.button {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  padding: 7px 15px 7px 15px;
  text-transform: none;
  width: auto;
  color: #fff;
  background: #E30613;
  border: none !important;
  border-radius: 2px;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  min-width: 0;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 5px 7px 5px 0;
  min-height: 0 !important;
}
@media print {
  #management .submit_button_wrap input.button,
  #management .submit_button_wrap,
  #management a.button.with_icon,
  #management input.button,
  #management fieldset a.button,
  #management a.button,
  .management_container .submit_button_wrap input.button,
  .management_container .submit_button_wrap,
  .management_container a.button.with_icon,
  .management_container input.button,
  .management_container fieldset a.button,
  .management_container a.button {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #management .submit_button_wrap input.button,
  #management .submit_button_wrap,
  #management a.button.with_icon,
  #management input.button,
  #management fieldset a.button,
  #management a.button,
  .management_container .submit_button_wrap input.button,
  .management_container .submit_button_wrap,
  .management_container a.button.with_icon,
  .management_container input.button,
  .management_container fieldset a.button,
  .management_container a.button {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #management .submit_button_wrap input.button,
  #management .submit_button_wrap,
  #management a.button.with_icon,
  #management input.button,
  #management fieldset a.button,
  #management a.button,
  .management_container .submit_button_wrap input.button,
  .management_container .submit_button_wrap,
  .management_container a.button.with_icon,
  .management_container input.button,
  .management_container fieldset a.button,
  .management_container a.button {
    font-size: 14px;
    line-height: 22px;
  }
}
#management .submit_button_wrap input.button > *,
#management .submit_button_wrap > *,
#management a.button.with_icon > *,
#management input.button > *,
#management fieldset a.button > *,
#management a.button > *,
.management_container .submit_button_wrap input.button > *,
.management_container .submit_button_wrap > *,
.management_container a.button.with_icon > *,
.management_container input.button > *,
.management_container fieldset a.button > *,
.management_container a.button > * {
  position: relative;
}
#management .submit_button_wrap input.button:hover,
#management .submit_button_wrap:hover,
#management a.button.with_icon:hover,
#management input.button:hover,
#management fieldset a.button:hover,
#management a.button:hover,
.management_container .submit_button_wrap input.button:hover,
.management_container .submit_button_wrap:hover,
.management_container a.button.with_icon:hover,
.management_container input.button:hover,
.management_container fieldset a.button:hover,
.management_container a.button:hover {
  background: #b1050f;
}
@media print {
  #management .submit_button_wrap input.button,
  #management .submit_button_wrap,
  #management a.button.with_icon,
  #management input.button,
  #management fieldset a.button,
  #management a.button,
  .management_container .submit_button_wrap input.button,
  .management_container .submit_button_wrap,
  .management_container a.button.with_icon,
  .management_container input.button,
  .management_container fieldset a.button,
  .management_container a.button {
    display: none !important;
  }
}
#management .submit_button_wrap input.button i,
#management .submit_button_wrap i,
#management a.button.with_icon i,
#management input.button i,
#management fieldset a.button i,
#management a.button i,
.management_container .submit_button_wrap input.button i,
.management_container .submit_button_wrap i,
.management_container a.button.with_icon i,
.management_container input.button i,
.management_container fieldset a.button i,
.management_container a.button i {
  display: inline-block;
}
#management .submit_button_wrap input.button i:after,
#management .submit_button_wrap i:after,
#management a.button.with_icon i:after,
#management input.button i:after,
#management fieldset a.button i:after,
#management a.button i:after,
.management_container .submit_button_wrap input.button i:after,
.management_container .submit_button_wrap i:after,
.management_container a.button.with_icon i:after,
.management_container input.button i:after,
.management_container fieldset a.button i:after,
.management_container a.button i:after {
  display: none;
}
#management .submit_button_wrap input.button.cancel_button,
#management .submit_button_wrap.cancel_button,
#management a.button.with_icon.cancel_button,
#management input.button.cancel_button,
#management fieldset a.button.cancel_button,
#management a.button.cancel_button,
.management_container .submit_button_wrap input.button.cancel_button,
.management_container .submit_button_wrap.cancel_button,
.management_container a.button.with_icon.cancel_button,
.management_container input.button.cancel_button,
.management_container fieldset a.button.cancel_button,
.management_container a.button.cancel_button {
  background: #E3DED9;
  border-color: #E3DED9;
  color: #000;
  font-size: 14px;
}
#management .submit_button_wrap input.button.cancel_button:focus, #management .submit_button_wrap input.button.cancel_button:hover,
#management .submit_button_wrap.cancel_button:focus,
#management .submit_button_wrap.cancel_button:hover,
#management a.button.with_icon.cancel_button:focus,
#management a.button.with_icon.cancel_button:hover,
#management input.button.cancel_button:focus,
#management input.button.cancel_button:hover,
#management fieldset a.button.cancel_button:focus,
#management fieldset a.button.cancel_button:hover,
#management a.button.cancel_button:focus,
#management a.button.cancel_button:hover,
.management_container .submit_button_wrap input.button.cancel_button:focus,
.management_container .submit_button_wrap input.button.cancel_button:hover,
.management_container .submit_button_wrap.cancel_button:focus,
.management_container .submit_button_wrap.cancel_button:hover,
.management_container a.button.with_icon.cancel_button:focus,
.management_container a.button.with_icon.cancel_button:hover,
.management_container input.button.cancel_button:focus,
.management_container input.button.cancel_button:hover,
.management_container fieldset a.button.cancel_button:focus,
.management_container fieldset a.button.cancel_button:hover,
.management_container a.button.cancel_button:focus,
.management_container a.button.cancel_button:hover {
  background: #cdc5bc;
  border-color: #cdc5bc;
  color: #000 !important;
}
#management .submit_button_wrap input.button .submit_button_text,
#management .submit_button_wrap .submit_button_text,
#management a.button.with_icon .submit_button_text,
#management input.button .submit_button_text,
#management fieldset a.button .submit_button_text,
#management a.button .submit_button_text,
.management_container .submit_button_wrap input.button .submit_button_text,
.management_container .submit_button_wrap .submit_button_text,
.management_container a.button.with_icon .submit_button_text,
.management_container input.button .submit_button_text,
.management_container fieldset a.button .submit_button_text,
.management_container a.button .submit_button_text {
  pointer-events: none;
}
#management .submit_button_wrap input.button.with_icon,
#management .submit_button_wrap.with_icon,
#management a.button.with_icon.with_icon,
#management input.button.with_icon,
#management fieldset a.button.with_icon,
#management a.button.with_icon,
.management_container .submit_button_wrap input.button.with_icon,
.management_container .submit_button_wrap.with_icon,
.management_container a.button.with_icon.with_icon,
.management_container input.button.with_icon,
.management_container fieldset a.button.with_icon,
.management_container a.button.with_icon {
  padding-left: 40px !important;
}
#management a,
.management_container a {
  text-decoration: none;
  color: #000;
  background: none;
}
#management a:before,
.management_container a:before {
  display: none;
}
#management a.button.with_icon,
.management_container a.button.with_icon {
  padding-left: 40px;
}
#management ul li,
.management_container ul li {
  text-indent: 0;
}
#management ul li:before,
.management_container ul li:before {
  display: none;
}
#management ul li a,
.management_container ul li a {
  text-decoration: none;
}
#management td, #management th,
.management_container td,
.management_container th {
  padding: 10px 10px 10px 0;
}
#management .fullwidth, #management .p_fullwidth input,
.management_container .fullwidth,
.management_container .p_fullwidth input {
  width: 97% !important;
}
#management .select2-container,
.management_container .select2-container {
  max-width: 600px;
}
#management .select2-container,
.management_container .select2-container {
  width: auto !important;
  max-width: 600px;
  min-width: 226px;
}
#management .select2-container:before,
.management_container .select2-container:before {
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 26px;
  right: 0;
  top: -1px;
  color: rgba(0, 0, 0, 0.7);
  background: none;
  font-weight: 400;
}
#management .select2-container.select2-container--default .select2-selection--single,
.management_container .select2-container.select2-container--default .select2-selection--single {
  border-color: #aaa !important;
  border-radius: 0;
  height: 23px;
  border-width: 1px;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 2px 25px 2px 3px;
  background: #fff;
  color: #666;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
  height: 21px;
  letter-spacing: 0;
  text-transform: none;
  box-sizing: border-box;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0;
  display: none;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 15px;
  color: #666;
  top: -7px;
  left: 4px;
}

.management_container .submit_button_wrap {
  padding-top: 8px !important;
}

div.management_container .submit_button_wrap input.button {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  padding: 7px 15px 7px 15px;
  text-transform: none;
  width: auto;
  color: #fff;
  background: #E30613;
  border: none !important;
  border-radius: 2px;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  min-width: 0;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  div.management_container .submit_button_wrap input.button {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  div.management_container .submit_button_wrap input.button {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  div.management_container .submit_button_wrap input.button {
    font-size: 14px;
    line-height: 22px;
  }
}
div.management_container .submit_button_wrap input.button > * {
  position: relative;
}
div.management_container .submit_button_wrap input.button:hover {
  background: #b1050f;
}
@media print {
  div.management_container .submit_button_wrap input.button {
    display: none !important;
  }
}

#management .dd-handle i {
  z-index: 1;
}
#management #page_properties_properties fieldset:first-child {
  display: flex;
}
#management #page_properties_properties fieldset:first-child .page_template_div:last-child {
  order: -1;
}

.mod_action_edit_entry_form .picture_top,
.mod_action_edit_entry_form ul.tags,
.mod_action_edit_entry_form #portlets_bottom,
.mod_action_edit_entry_form #portlets_top,
.mod_action_add_entry_form .picture_top,
.mod_action_add_entry_form ul.tags,
.mod_action_add_entry_form #portlets_bottom,
.mod_action_add_entry_form #portlets_top {
  display: none !important;
}
.mod_action_edit_entry_form #management,
.mod_action_add_entry_form #management {
  width: 100%;
}
.mod_action_edit_entry_form #portlets_top + .cf + .content_inner,
.mod_action_edit_entry_form #portlets_top + .content_inner,
.mod_action_edit_entry_form #portlets_bottom + .cf + .content_inner,
.mod_action_edit_entry_form #portlets_bottom + .content_inner,
.mod_action_add_entry_form #portlets_top + .cf + .content_inner,
.mod_action_add_entry_form #portlets_top + .content_inner,
.mod_action_add_entry_form #portlets_bottom + .cf + .content_inner,
.mod_action_add_entry_form #portlets_bottom + .content_inner {
  padding-top: 0;
}

.mod_action_mailform_sent .introduction {
  display: none;
}

.system_page .select2-container--open .select2-dropdown,
.logged_in.system_page .select2-container--open .select2-dropdown {
  border-color: #aaa !important;
  background: #fff;
  border-radius: 0;
  border-width: 1px !important;
  border-style: solid !important;
  border-top: none !important;
}
.system_page .select2-results__option,
.logged_in.system_page .select2-results__option {
  padding: 3px 3px 2px;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
  text-transform: none;
}
.system_page .select2-container--default .select2-results__option,
.logged_in.system_page .select2-container--default .select2-results__option {
  background: #fff;
  color: #666;
}
.system_page .select2-container--default .select2-results__option[aria-selected=true],
.logged_in.system_page .select2-container--default .select2-results__option[aria-selected=true] {
  background: #eee;
}
.system_page .select2-container--default .select2-results__option--highlighted[aria-selected],
.system_page .select2-container--default .select2-results__option--highlighted,
.logged_in.system_page .select2-container--default .select2-results__option--highlighted[aria-selected],
.logged_in.system_page .select2-container--default .select2-results__option--highlighted {
  background: #666;
  color: #fff;
}

.logged_in .portlet .select2-container {
  max-width: 300px !important;
}
.logged_in .portlet .select2-container--default .select2-selection--single {
  border-color: #E3DED9;
}
.logged_in .select2-container .select2-dropdown .select2-search--dropdown {
  display: block;
}

.mod_action_add_entry_form #portlets_right,
.mod_action_edit_entry_form #portlets_right {
  display: none;
}

.highlighting {
  background: rgba(227, 6, 19, 0.2);
}

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

.ui-sortable-placeholder {
  border-color: #00C49A !important;
  background: rgba(0, 196, 154, 0.02) !important;
}

.message {
  width: 100%;
  margin: var(--size40) 0 var(--size40);
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  background: #E30613;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 14px 20px 14px;
  box-sizing: border-box;
}
@media print {
  .message {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .message {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .message {
    font-size: 14px;
    line-height: 22px;
  }
}
.message a {
  color: #fff;
}
.message a:hover {
  color: #fff;
}
.message p {
  margin-bottom: 0;
}
.message ul {
  margin: 8px 0 2px !important;
}
.message ul li:before {
  font-weight: 700;
}

/* @end */
/* @group controls */
#mailform_elements .listing_entry,
.portlet .listing_entry,
#mixItUp .listing_entry {
  position: relative;
}
#mailform_elements .controls,
#mailform_elements .category_actions,
#mailform_elements .controls.edit_event,
#mailform_elements .mailform_field_actions,
#mailform_elements ul.controls,
#mailform_elements .multipage_controls,
#mailform_elements .listing_actions,
.portlet .controls,
.portlet .category_actions,
.portlet .controls.edit_event,
.portlet .mailform_field_actions,
.portlet ul.controls,
.portlet .multipage_controls,
.portlet .listing_actions,
#mixItUp .controls,
#mixItUp .category_actions,
#mixItUp .controls.edit_event,
#mixItUp .mailform_field_actions,
#mixItUp ul.controls,
#mixItUp .multipage_controls,
#mixItUp .listing_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 8px 7px 8px;
  font-size: 16px;
  line-height: 14px;
  background: #dcd5ce;
  z-index: 10;
  border-radius: 4px;
  box-shadow: none;
  text-indent: 0;
}
#mailform_elements .controls .fa,
#mailform_elements .category_actions .fa,
#mailform_elements .controls.edit_event .fa,
#mailform_elements .mailform_field_actions .fa,
#mailform_elements ul.controls .fa,
#mailform_elements .multipage_controls .fa,
#mailform_elements .listing_actions .fa,
.portlet .controls .fa,
.portlet .category_actions .fa,
.portlet .controls.edit_event .fa,
.portlet .mailform_field_actions .fa,
.portlet ul.controls .fa,
.portlet .multipage_controls .fa,
.portlet .listing_actions .fa,
#mixItUp .controls .fa,
#mixItUp .category_actions .fa,
#mixItUp .controls.edit_event .fa,
#mixItUp .mailform_field_actions .fa,
#mixItUp ul.controls .fa,
#mixItUp .multipage_controls .fa,
#mixItUp .listing_actions .fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
#mailform_elements .controls .fa.fa-edit:before,
#mailform_elements .category_actions .fa.fa-edit:before,
#mailform_elements .controls.edit_event .fa.fa-edit:before,
#mailform_elements .mailform_field_actions .fa.fa-edit:before,
#mailform_elements ul.controls .fa.fa-edit:before,
#mailform_elements .multipage_controls .fa.fa-edit:before,
#mailform_elements .listing_actions .fa.fa-edit:before,
.portlet .controls .fa.fa-edit:before,
.portlet .category_actions .fa.fa-edit:before,
.portlet .controls.edit_event .fa.fa-edit:before,
.portlet .mailform_field_actions .fa.fa-edit:before,
.portlet ul.controls .fa.fa-edit:before,
.portlet .multipage_controls .fa.fa-edit:before,
.portlet .listing_actions .fa.fa-edit:before,
#mixItUp .controls .fa.fa-edit:before,
#mixItUp .category_actions .fa.fa-edit:before,
#mixItUp .controls.edit_event .fa.fa-edit:before,
#mixItUp .mailform_field_actions .fa.fa-edit:before,
#mixItUp ul.controls .fa.fa-edit:before,
#mixItUp .multipage_controls .fa.fa-edit:before,
#mixItUp .listing_actions .fa.fa-edit:before {
  content: "\f040";
}
#mailform_elements .controls li, #mailform_elements .controls a, #mailform_elements .controls span,
#mailform_elements .category_actions li,
#mailform_elements .category_actions a,
#mailform_elements .category_actions span,
#mailform_elements .controls.edit_event li,
#mailform_elements .controls.edit_event a,
#mailform_elements .controls.edit_event span,
#mailform_elements .mailform_field_actions li,
#mailform_elements .mailform_field_actions a,
#mailform_elements .mailform_field_actions span,
#mailform_elements ul.controls li,
#mailform_elements ul.controls a,
#mailform_elements ul.controls span,
#mailform_elements .multipage_controls li,
#mailform_elements .multipage_controls a,
#mailform_elements .multipage_controls span,
#mailform_elements .listing_actions li,
#mailform_elements .listing_actions a,
#mailform_elements .listing_actions span,
.portlet .controls li,
.portlet .controls a,
.portlet .controls span,
.portlet .category_actions li,
.portlet .category_actions a,
.portlet .category_actions span,
.portlet .controls.edit_event li,
.portlet .controls.edit_event a,
.portlet .controls.edit_event span,
.portlet .mailform_field_actions li,
.portlet .mailform_field_actions a,
.portlet .mailform_field_actions span,
.portlet ul.controls li,
.portlet ul.controls a,
.portlet ul.controls span,
.portlet .multipage_controls li,
.portlet .multipage_controls a,
.portlet .multipage_controls span,
.portlet .listing_actions li,
.portlet .listing_actions a,
.portlet .listing_actions span,
#mixItUp .controls li,
#mixItUp .controls a,
#mixItUp .controls span,
#mixItUp .category_actions li,
#mixItUp .category_actions a,
#mixItUp .category_actions span,
#mixItUp .controls.edit_event li,
#mixItUp .controls.edit_event a,
#mixItUp .controls.edit_event span,
#mixItUp .mailform_field_actions li,
#mixItUp .mailform_field_actions a,
#mixItUp .mailform_field_actions span,
#mixItUp ul.controls li,
#mixItUp ul.controls a,
#mixItUp ul.controls span,
#mixItUp .multipage_controls li,
#mixItUp .multipage_controls a,
#mixItUp .multipage_controls span,
#mixItUp .listing_actions li,
#mixItUp .listing_actions a,
#mixItUp .listing_actions span {
  color: #000 !important;
  width: auto;
  padding: 1px 0 2px 0;
  margin: 0;
  font-size: 16px;
  line-height: 14px;
  height: auto;
  border: none !important;
  background: none !important;
  text-indent: 0;
}
#mailform_elements .controls li i.fa, #mailform_elements .controls a i.fa, #mailform_elements .controls span i.fa,
#mailform_elements .category_actions li i.fa,
#mailform_elements .category_actions a i.fa,
#mailform_elements .category_actions span i.fa,
#mailform_elements .controls.edit_event li i.fa,
#mailform_elements .controls.edit_event a i.fa,
#mailform_elements .controls.edit_event span i.fa,
#mailform_elements .mailform_field_actions li i.fa,
#mailform_elements .mailform_field_actions a i.fa,
#mailform_elements .mailform_field_actions span i.fa,
#mailform_elements ul.controls li i.fa,
#mailform_elements ul.controls a i.fa,
#mailform_elements ul.controls span i.fa,
#mailform_elements .multipage_controls li i.fa,
#mailform_elements .multipage_controls a i.fa,
#mailform_elements .multipage_controls span i.fa,
#mailform_elements .listing_actions li i.fa,
#mailform_elements .listing_actions a i.fa,
#mailform_elements .listing_actions span i.fa,
.portlet .controls li i.fa,
.portlet .controls a i.fa,
.portlet .controls span i.fa,
.portlet .category_actions li i.fa,
.portlet .category_actions a i.fa,
.portlet .category_actions span i.fa,
.portlet .controls.edit_event li i.fa,
.portlet .controls.edit_event a i.fa,
.portlet .controls.edit_event span i.fa,
.portlet .mailform_field_actions li i.fa,
.portlet .mailform_field_actions a i.fa,
.portlet .mailform_field_actions span i.fa,
.portlet ul.controls li i.fa,
.portlet ul.controls a i.fa,
.portlet ul.controls span i.fa,
.portlet .multipage_controls li i.fa,
.portlet .multipage_controls a i.fa,
.portlet .multipage_controls span i.fa,
.portlet .listing_actions li i.fa,
.portlet .listing_actions a i.fa,
.portlet .listing_actions span i.fa,
#mixItUp .controls li i.fa,
#mixItUp .controls a i.fa,
#mixItUp .controls span i.fa,
#mixItUp .category_actions li i.fa,
#mixItUp .category_actions a i.fa,
#mixItUp .category_actions span i.fa,
#mixItUp .controls.edit_event li i.fa,
#mixItUp .controls.edit_event a i.fa,
#mixItUp .controls.edit_event span i.fa,
#mixItUp .mailform_field_actions li i.fa,
#mixItUp .mailform_field_actions a i.fa,
#mixItUp .mailform_field_actions span i.fa,
#mixItUp ul.controls li i.fa,
#mixItUp ul.controls a i.fa,
#mixItUp ul.controls span i.fa,
#mixItUp .multipage_controls li i.fa,
#mixItUp .multipage_controls a i.fa,
#mixItUp .multipage_controls span i.fa,
#mixItUp .listing_actions li i.fa,
#mixItUp .listing_actions a i.fa,
#mixItUp .listing_actions span i.fa {
  margin: 0 5px;
}
#mailform_elements .controls li:hover, #mailform_elements .controls a:hover, #mailform_elements .controls span:hover,
#mailform_elements .category_actions li:hover,
#mailform_elements .category_actions a:hover,
#mailform_elements .category_actions span:hover,
#mailform_elements .controls.edit_event li:hover,
#mailform_elements .controls.edit_event a:hover,
#mailform_elements .controls.edit_event span:hover,
#mailform_elements .mailform_field_actions li:hover,
#mailform_elements .mailform_field_actions a:hover,
#mailform_elements .mailform_field_actions span:hover,
#mailform_elements ul.controls li:hover,
#mailform_elements ul.controls a:hover,
#mailform_elements ul.controls span:hover,
#mailform_elements .multipage_controls li:hover,
#mailform_elements .multipage_controls a:hover,
#mailform_elements .multipage_controls span:hover,
#mailform_elements .listing_actions li:hover,
#mailform_elements .listing_actions a:hover,
#mailform_elements .listing_actions span:hover,
.portlet .controls li:hover,
.portlet .controls a:hover,
.portlet .controls span:hover,
.portlet .category_actions li:hover,
.portlet .category_actions a:hover,
.portlet .category_actions span:hover,
.portlet .controls.edit_event li:hover,
.portlet .controls.edit_event a:hover,
.portlet .controls.edit_event span:hover,
.portlet .mailform_field_actions li:hover,
.portlet .mailform_field_actions a:hover,
.portlet .mailform_field_actions span:hover,
.portlet ul.controls li:hover,
.portlet ul.controls a:hover,
.portlet ul.controls span:hover,
.portlet .multipage_controls li:hover,
.portlet .multipage_controls a:hover,
.portlet .multipage_controls span:hover,
.portlet .listing_actions li:hover,
.portlet .listing_actions a:hover,
.portlet .listing_actions span:hover,
#mixItUp .controls li:hover,
#mixItUp .controls a:hover,
#mixItUp .controls span:hover,
#mixItUp .category_actions li:hover,
#mixItUp .category_actions a:hover,
#mixItUp .category_actions span:hover,
#mixItUp .controls.edit_event li:hover,
#mixItUp .controls.edit_event a:hover,
#mixItUp .controls.edit_event span:hover,
#mixItUp .mailform_field_actions li:hover,
#mixItUp .mailform_field_actions a:hover,
#mixItUp .mailform_field_actions span:hover,
#mixItUp ul.controls li:hover,
#mixItUp ul.controls a:hover,
#mixItUp ul.controls span:hover,
#mixItUp .multipage_controls li:hover,
#mixItUp .multipage_controls a:hover,
#mixItUp .multipage_controls span:hover,
#mixItUp .listing_actions li:hover,
#mixItUp .listing_actions a:hover,
#mixItUp .listing_actions span:hover {
  color: #00C49A !important;
}

.mod_action_create_mailform_form h1.page_title, .mod_action_create_mailform_form div.introduction,
.mod_action_history h1.page_title,
.mod_action_history div.introduction,
.mod_action_edit_mailform_element_form h1.page_title,
.mod_action_edit_mailform_element_form div.introduction,
.mod_action_add_mailform_element_form h1.page_title,
.mod_action_add_mailform_element_form div.introduction {
  display: none;
}
.mod_action_create_mailform_form .formular,
.mod_action_history .formular,
.mod_action_edit_mailform_element_form .formular,
.mod_action_add_mailform_element_form .formular {
  max-width: 100%;
  width: 100% !important;
}

/* @end */
.logged_in div.portlet,
div.portlet.logged_in {
  position: relative;
}

/* @group adminpanel */
#administration_panel {
  box-shadow: 0 0 10px #ddd;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
}
#administration_panel h1 {
  background-color: #00C49A;
  color: #fff;
  margin: 0;
  padding: 9px 10px 9px;
  font-weight: 700;
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  height: auto;
  border-bottom: none;
  text-align: left;
}
#administration_panel h1:before {
  display: none;
}
#administration_panel h2 {
  background-color: #f6f4f2;
  font-family: "Manrope";
  color: #000;
  padding: 7px 10px 7px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-top: none !important;
  margin: 0;
}
#administration_panel .admin_part {
  background: #fff none;
  padding: 8px 10px 8px;
}
#administration_panel .state-published {
  color: #00C49A;
}
#administration_panel dd,
#administration_panel li {
  line-height: 23px;
}
#administration_panel dd.with_icon i,
#administration_panel li.with_icon i {
  margin-top: 4px;
}

/* @end */
/* @group pagination */
.pagination {
  margin-top: var(--size120);
  margin-bottom: 0;
  text-align: center;
  clear: both;
  margin-left: 0;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.pagination .pagination_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers {
  position: relative;
  top: 9px;
}
.pagination .pagination-numbers a {
  background: transparent;
  color: #000;
  font-weight: 400;
  border-color: #000;
  margin: 0 2px;
  padding: 0;
  width: 17px;
  height: 28px;
  min-height: 28px;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.pagination .pagination-numbers a span:after {
  display: none;
}
.pagination .pagination-numbers a span {
  align-items: center;
  justify-content: center;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a:focus {
  color: #E30613;
}
.pagination .pagination-numbers a.current:hover, .pagination .pagination-numbers a.current {
  font-weight: 700;
  color: #E30613;
}
.pagination .pagination-links a {
  top: 0;
  left: 0;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  color: #000;
  border-color: #000;
  position: absolute;
  background: transparent;
}
@media print {
  .pagination .pagination-links a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .pagination .pagination-links a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .pagination .pagination-links a {
    font-size: 14px;
    line-height: 22px;
  }
}
.pagination .pagination-links a i {
  margin: 0 8px 0 0;
}
.pagination .pagination-links a:focus, .pagination .pagination-links a:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .pagination .pagination-links a {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .pagination .pagination-links a {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .pagination .pagination-links a {
    display: none !important;
  }
}
.pagination .pagination-links a:hover, .pagination .pagination-links a:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
.pagination .pagination-links a:hover, .pagination .pagination-links a:focus {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}
.pagination .pagination-links a.next {
  left: auto;
  right: 0;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
/* @group listing */
#portlets_standard .listing_standard_style,
#mod_overview,
#mixItUp.standard {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#portlets_standard .listing_standard_style .portlet-listing-entry:not(:first-child),
#portlets_standard .listing_standard_style .overview_item:not(:first-child),
#portlets_standard .listing_standard_style .listing_entry:not(:first-child),
#mod_overview .portlet-listing-entry:not(:first-child),
#mod_overview .overview_item:not(:first-child),
#mod_overview .listing_entry:not(:first-child),
#mixItUp.standard .portlet-listing-entry:not(:first-child),
#mixItUp.standard .overview_item:not(:first-child),
#mixItUp.standard .listing_entry:not(:first-child) {
  margin-top: var(--size30);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-entry-inline,
#portlets_standard .listing_standard_style .portlet-listing-entry .overview_item_inner,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-entry-inline,
#portlets_standard .listing_standard_style .overview_item .portlet-listing-entry-inline,
#portlets_standard .listing_standard_style .overview_item .overview_item_inner,
#portlets_standard .listing_standard_style .overview_item .listing-entry-inline,
#portlets_standard .listing_standard_style .listing_entry .portlet-listing-entry-inline,
#portlets_standard .listing_standard_style .listing_entry .overview_item_inner,
#portlets_standard .listing_standard_style .listing_entry .listing-entry-inline,
#mod_overview .portlet-listing-entry .portlet-listing-entry-inline,
#mod_overview .portlet-listing-entry .overview_item_inner,
#mod_overview .portlet-listing-entry .listing-entry-inline,
#mod_overview .overview_item .portlet-listing-entry-inline,
#mod_overview .overview_item .overview_item_inner,
#mod_overview .overview_item .listing-entry-inline,
#mod_overview .listing_entry .portlet-listing-entry-inline,
#mod_overview .listing_entry .overview_item_inner,
#mod_overview .listing_entry .listing-entry-inline,
#mixItUp.standard .portlet-listing-entry .portlet-listing-entry-inline,
#mixItUp.standard .portlet-listing-entry .overview_item_inner,
#mixItUp.standard .portlet-listing-entry .listing-entry-inline,
#mixItUp.standard .overview_item .portlet-listing-entry-inline,
#mixItUp.standard .overview_item .overview_item_inner,
#mixItUp.standard .overview_item .listing-entry-inline,
#mixItUp.standard .listing_entry .portlet-listing-entry-inline,
#mixItUp.standard .listing_entry .overview_item_inner,
#mixItUp.standard .listing_entry .listing-entry-inline {
  display: flex;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row;
  background: #FFFFFF;
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  border-radius: 12px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .portlet-listing-entry .overview_item_inner,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .overview_item_inner,
  #portlets_standard .listing_standard_style .overview_item .listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .overview_item_inner,
  #portlets_standard .listing_standard_style .listing_entry .listing-entry-inline,
  #mod_overview .portlet-listing-entry .portlet-listing-entry-inline,
  #mod_overview .portlet-listing-entry .overview_item_inner,
  #mod_overview .portlet-listing-entry .listing-entry-inline,
  #mod_overview .overview_item .portlet-listing-entry-inline,
  #mod_overview .overview_item .overview_item_inner,
  #mod_overview .overview_item .listing-entry-inline,
  #mod_overview .listing_entry .portlet-listing-entry-inline,
  #mod_overview .listing_entry .overview_item_inner,
  #mod_overview .listing_entry .listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .portlet-listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .overview_item_inner,
  #mixItUp.standard .portlet-listing-entry .listing-entry-inline,
  #mixItUp.standard .overview_item .portlet-listing-entry-inline,
  #mixItUp.standard .overview_item .overview_item_inner,
  #mixItUp.standard .overview_item .listing-entry-inline,
  #mixItUp.standard .listing_entry .portlet-listing-entry-inline,
  #mixItUp.standard .listing_entry .overview_item_inner,
  #mixItUp.standard .listing_entry .listing-entry-inline {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .portlet-listing-entry .overview_item_inner,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .overview_item_inner,
  #portlets_standard .listing_standard_style .overview_item .listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .overview_item_inner,
  #portlets_standard .listing_standard_style .listing_entry .listing-entry-inline,
  #mod_overview .portlet-listing-entry .portlet-listing-entry-inline,
  #mod_overview .portlet-listing-entry .overview_item_inner,
  #mod_overview .portlet-listing-entry .listing-entry-inline,
  #mod_overview .overview_item .portlet-listing-entry-inline,
  #mod_overview .overview_item .overview_item_inner,
  #mod_overview .overview_item .listing-entry-inline,
  #mod_overview .listing_entry .portlet-listing-entry-inline,
  #mod_overview .listing_entry .overview_item_inner,
  #mod_overview .listing_entry .listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .portlet-listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .overview_item_inner,
  #mixItUp.standard .portlet-listing-entry .listing-entry-inline,
  #mixItUp.standard .overview_item .portlet-listing-entry-inline,
  #mixItUp.standard .overview_item .overview_item_inner,
  #mixItUp.standard .overview_item .listing-entry-inline,
  #mixItUp.standard .listing_entry .portlet-listing-entry-inline,
  #mixItUp.standard .listing_entry .overview_item_inner,
  #mixItUp.standard .listing_entry .listing-entry-inline {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .portlet-listing-entry .overview_item_inner,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .overview_item_inner,
  #portlets_standard .listing_standard_style .overview_item .listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .overview_item_inner,
  #portlets_standard .listing_standard_style .listing_entry .listing-entry-inline,
  #mod_overview .portlet-listing-entry .portlet-listing-entry-inline,
  #mod_overview .portlet-listing-entry .overview_item_inner,
  #mod_overview .portlet-listing-entry .listing-entry-inline,
  #mod_overview .overview_item .portlet-listing-entry-inline,
  #mod_overview .overview_item .overview_item_inner,
  #mod_overview .overview_item .listing-entry-inline,
  #mod_overview .listing_entry .portlet-listing-entry-inline,
  #mod_overview .listing_entry .overview_item_inner,
  #mod_overview .listing_entry .listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .portlet-listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .overview_item_inner,
  #mixItUp.standard .portlet-listing-entry .listing-entry-inline,
  #mixItUp.standard .overview_item .portlet-listing-entry-inline,
  #mixItUp.standard .overview_item .overview_item_inner,
  #mixItUp.standard .overview_item .listing-entry-inline,
  #mixItUp.standard .listing_entry .portlet-listing-entry-inline,
  #mixItUp.standard .listing_entry .overview_item_inner,
  #mixItUp.standard .listing_entry .listing-entry-inline {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .portlet-listing-entry .overview_item_inner,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .overview_item_inner,
  #portlets_standard .listing_standard_style .overview_item .listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .overview_item_inner,
  #portlets_standard .listing_standard_style .listing_entry .listing-entry-inline,
  #mod_overview .portlet-listing-entry .portlet-listing-entry-inline,
  #mod_overview .portlet-listing-entry .overview_item_inner,
  #mod_overview .portlet-listing-entry .listing-entry-inline,
  #mod_overview .overview_item .portlet-listing-entry-inline,
  #mod_overview .overview_item .overview_item_inner,
  #mod_overview .overview_item .listing-entry-inline,
  #mod_overview .listing_entry .portlet-listing-entry-inline,
  #mod_overview .listing_entry .overview_item_inner,
  #mod_overview .listing_entry .listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .portlet-listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .overview_item_inner,
  #mixItUp.standard .portlet-listing-entry .listing-entry-inline,
  #mixItUp.standard .overview_item .portlet-listing-entry-inline,
  #mixItUp.standard .overview_item .overview_item_inner,
  #mixItUp.standard .overview_item .listing-entry-inline,
  #mixItUp.standard .listing_entry .portlet-listing-entry-inline,
  #mixItUp.standard .listing_entry .overview_item_inner,
  #mixItUp.standard .listing_entry .listing-entry-inline {
    border-radius: 8px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .pictures,
#portlets_standard .listing_standard_style .overview_item .pictures,
#portlets_standard .listing_standard_style .listing_entry .pictures,
#mod_overview .portlet-listing-entry .pictures,
#mod_overview .overview_item .pictures,
#mod_overview .listing_entry .pictures,
#mixItUp.standard .portlet-listing-entry .pictures,
#mixItUp.standard .overview_item .pictures,
#mixItUp.standard .listing_entry .pictures {
  flex: 0 0 420px;
  max-width: 44%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .pictures,
  #portlets_standard .listing_standard_style .overview_item .pictures,
  #portlets_standard .listing_standard_style .listing_entry .pictures,
  #mod_overview .portlet-listing-entry .pictures,
  #mod_overview .overview_item .pictures,
  #mod_overview .listing_entry .pictures,
  #mixItUp.standard .portlet-listing-entry .pictures,
  #mixItUp.standard .overview_item .pictures,
  #mixItUp.standard .listing_entry .pictures {
    border-radius: 8px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .pictures *,
#portlets_standard .listing_standard_style .overview_item .pictures *,
#portlets_standard .listing_standard_style .listing_entry .pictures *,
#mod_overview .portlet-listing-entry .pictures *,
#mod_overview .overview_item .pictures *,
#mod_overview .listing_entry .pictures *,
#mixItUp.standard .portlet-listing-entry .pictures *,
#mixItUp.standard .overview_item .pictures *,
#mixItUp.standard .listing_entry .pictures * {
  height: 100%;
  object-fit: cover;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .pictures .resource_description,
#portlets_standard .listing_standard_style .overview_item .pictures .resource_description,
#portlets_standard .listing_standard_style .listing_entry .pictures .resource_description,
#mod_overview .portlet-listing-entry .pictures .resource_description,
#mod_overview .overview_item .pictures .resource_description,
#mod_overview .listing_entry .pictures .resource_description,
#mixItUp.standard .portlet-listing-entry .pictures .resource_description,
#mixItUp.standard .overview_item .pictures .resource_description,
#mixItUp.standard .listing_entry .pictures .resource_description {
  display: none !important;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-content-container,
#portlets_standard .listing_standard_style .portlet-listing-entry .content,
#portlets_standard .listing_standard_style .overview_item .portlet-listing-content-container,
#portlets_standard .listing_standard_style .overview_item .content,
#portlets_standard .listing_standard_style .listing_entry .portlet-listing-content-container,
#portlets_standard .listing_standard_style .listing_entry .content,
#mod_overview .portlet-listing-entry .portlet-listing-content-container,
#mod_overview .portlet-listing-entry .content,
#mod_overview .overview_item .portlet-listing-content-container,
#mod_overview .overview_item .content,
#mod_overview .listing_entry .portlet-listing-content-container,
#mod_overview .listing_entry .content,
#mixItUp.standard .portlet-listing-entry .portlet-listing-content-container,
#mixItUp.standard .portlet-listing-entry .content,
#mixItUp.standard .overview_item .portlet-listing-content-container,
#mixItUp.standard .overview_item .content,
#mixItUp.standard .listing_entry .portlet-listing-content-container,
#mixItUp.standard .listing_entry .content {
  position: relative;
  width: 100%;
  padding: var(--size30);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}
#portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a,
#portlets_standard .listing_standard_style .portlet-listing-entry h2, #portlets_standard .listing_standard_style .portlet-listing-entry h2 a,
#portlets_standard .listing_standard_style .overview_item h4,
#portlets_standard .listing_standard_style .overview_item h4 a,
#portlets_standard .listing_standard_style .overview_item h2,
#portlets_standard .listing_standard_style .overview_item h2 a,
#portlets_standard .listing_standard_style .listing_entry h4,
#portlets_standard .listing_standard_style .listing_entry h4 a,
#portlets_standard .listing_standard_style .listing_entry h2,
#portlets_standard .listing_standard_style .listing_entry h2 a,
#mod_overview .portlet-listing-entry h4,
#mod_overview .portlet-listing-entry h4 a,
#mod_overview .portlet-listing-entry h2,
#mod_overview .portlet-listing-entry h2 a,
#mod_overview .overview_item h4,
#mod_overview .overview_item h4 a,
#mod_overview .overview_item h2,
#mod_overview .overview_item h2 a,
#mod_overview .listing_entry h4,
#mod_overview .listing_entry h4 a,
#mod_overview .listing_entry h2,
#mod_overview .listing_entry h2 a,
#mixItUp.standard .portlet-listing-entry h4,
#mixItUp.standard .portlet-listing-entry h4 a,
#mixItUp.standard .portlet-listing-entry h2,
#mixItUp.standard .portlet-listing-entry h2 a,
#mixItUp.standard .overview_item h4,
#mixItUp.standard .overview_item h4 a,
#mixItUp.standard .overview_item h2,
#mixItUp.standard .overview_item h2 a,
#mixItUp.standard .listing_entry h4,
#mixItUp.standard .listing_entry h4 a,
#mixItUp.standard .listing_entry h2,
#mixItUp.standard .listing_entry h2 a {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  text-transform: none;
  text-decoration: none !important;
  background: none;
}
@media screen and (max-width: 1000px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a,
  #portlets_standard .listing_standard_style .portlet-listing-entry h2, #portlets_standard .listing_standard_style .portlet-listing-entry h2 a,
  #portlets_standard .listing_standard_style .overview_item h4,
  #portlets_standard .listing_standard_style .overview_item h4 a,
  #portlets_standard .listing_standard_style .overview_item h2,
  #portlets_standard .listing_standard_style .overview_item h2 a,
  #portlets_standard .listing_standard_style .listing_entry h4,
  #portlets_standard .listing_standard_style .listing_entry h4 a,
  #portlets_standard .listing_standard_style .listing_entry h2,
  #portlets_standard .listing_standard_style .listing_entry h2 a,
  #mod_overview .portlet-listing-entry h4,
  #mod_overview .portlet-listing-entry h4 a,
  #mod_overview .portlet-listing-entry h2,
  #mod_overview .portlet-listing-entry h2 a,
  #mod_overview .overview_item h4,
  #mod_overview .overview_item h4 a,
  #mod_overview .overview_item h2,
  #mod_overview .overview_item h2 a,
  #mod_overview .listing_entry h4,
  #mod_overview .listing_entry h4 a,
  #mod_overview .listing_entry h2,
  #mod_overview .listing_entry h2 a,
  #mixItUp.standard .portlet-listing-entry h4,
  #mixItUp.standard .portlet-listing-entry h4 a,
  #mixItUp.standard .portlet-listing-entry h2,
  #mixItUp.standard .portlet-listing-entry h2 a,
  #mixItUp.standard .overview_item h4,
  #mixItUp.standard .overview_item h4 a,
  #mixItUp.standard .overview_item h2,
  #mixItUp.standard .overview_item h2 a,
  #mixItUp.standard .listing_entry h4,
  #mixItUp.standard .listing_entry h4 a,
  #mixItUp.standard .listing_entry h2,
  #mixItUp.standard .listing_entry h2 a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a,
  #portlets_standard .listing_standard_style .portlet-listing-entry h2, #portlets_standard .listing_standard_style .portlet-listing-entry h2 a,
  #portlets_standard .listing_standard_style .overview_item h4,
  #portlets_standard .listing_standard_style .overview_item h4 a,
  #portlets_standard .listing_standard_style .overview_item h2,
  #portlets_standard .listing_standard_style .overview_item h2 a,
  #portlets_standard .listing_standard_style .listing_entry h4,
  #portlets_standard .listing_standard_style .listing_entry h4 a,
  #portlets_standard .listing_standard_style .listing_entry h2,
  #portlets_standard .listing_standard_style .listing_entry h2 a,
  #mod_overview .portlet-listing-entry h4,
  #mod_overview .portlet-listing-entry h4 a,
  #mod_overview .portlet-listing-entry h2,
  #mod_overview .portlet-listing-entry h2 a,
  #mod_overview .overview_item h4,
  #mod_overview .overview_item h4 a,
  #mod_overview .overview_item h2,
  #mod_overview .overview_item h2 a,
  #mod_overview .listing_entry h4,
  #mod_overview .listing_entry h4 a,
  #mod_overview .listing_entry h2,
  #mod_overview .listing_entry h2 a,
  #mixItUp.standard .portlet-listing-entry h4,
  #mixItUp.standard .portlet-listing-entry h4 a,
  #mixItUp.standard .portlet-listing-entry h2,
  #mixItUp.standard .portlet-listing-entry h2 a,
  #mixItUp.standard .overview_item h4,
  #mixItUp.standard .overview_item h4 a,
  #mixItUp.standard .overview_item h2,
  #mixItUp.standard .overview_item h2 a,
  #mixItUp.standard .listing_entry h4,
  #mixItUp.standard .listing_entry h4 a,
  #mixItUp.standard .listing_entry h2,
  #mixItUp.standard .listing_entry h2 a {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a,
  #portlets_standard .listing_standard_style .portlet-listing-entry h2, #portlets_standard .listing_standard_style .portlet-listing-entry h2 a,
  #portlets_standard .listing_standard_style .overview_item h4,
  #portlets_standard .listing_standard_style .overview_item h4 a,
  #portlets_standard .listing_standard_style .overview_item h2,
  #portlets_standard .listing_standard_style .overview_item h2 a,
  #portlets_standard .listing_standard_style .listing_entry h4,
  #portlets_standard .listing_standard_style .listing_entry h4 a,
  #portlets_standard .listing_standard_style .listing_entry h2,
  #portlets_standard .listing_standard_style .listing_entry h2 a,
  #mod_overview .portlet-listing-entry h4,
  #mod_overview .portlet-listing-entry h4 a,
  #mod_overview .portlet-listing-entry h2,
  #mod_overview .portlet-listing-entry h2 a,
  #mod_overview .overview_item h4,
  #mod_overview .overview_item h4 a,
  #mod_overview .overview_item h2,
  #mod_overview .overview_item h2 a,
  #mod_overview .listing_entry h4,
  #mod_overview .listing_entry h4 a,
  #mod_overview .listing_entry h2,
  #mod_overview .listing_entry h2 a,
  #mixItUp.standard .portlet-listing-entry h4,
  #mixItUp.standard .portlet-listing-entry h4 a,
  #mixItUp.standard .portlet-listing-entry h2,
  #mixItUp.standard .portlet-listing-entry h2 a,
  #mixItUp.standard .overview_item h4,
  #mixItUp.standard .overview_item h4 a,
  #mixItUp.standard .overview_item h2,
  #mixItUp.standard .overview_item h2 a,
  #mixItUp.standard .listing_entry h4,
  #mixItUp.standard .listing_entry h4 a,
  #mixItUp.standard .listing_entry h2,
  #mixItUp.standard .listing_entry h2 a {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date), #portlets_standard .listing_standard_style .portlet-listing-entry h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .portlet-listing-entry h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date), #portlets_standard .listing_standard_style .portlet-listing-entry h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .overview_item h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .overview_item h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .overview_item h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .overview_item h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .listing_entry h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .listing_entry h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .listing_entry h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#portlets_standard .listing_standard_style .listing_entry h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .portlet-listing-entry h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .portlet-listing-entry h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .portlet-listing-entry h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .portlet-listing-entry h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .overview_item h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .overview_item h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .overview_item h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .overview_item h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .listing_entry h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .listing_entry h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .listing_entry h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mod_overview .listing_entry h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .portlet-listing-entry h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .portlet-listing-entry h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .portlet-listing-entry h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .portlet-listing-entry h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .overview_item h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .overview_item h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .overview_item h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .overview_item h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .listing_entry h4 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .listing_entry h4 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .listing_entry h2 + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date),
#mixItUp.standard .listing_entry h2 a + *:not(.subtitle):not(.portlet-entry-subtitle):not(.portlet-entry-date):not(.listing-date) {
  margin-top: var(--size20);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .text,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-text:nth-last-child(2),
#portlets_standard .listing_standard_style .overview_item .text,
#portlets_standard .listing_standard_style .overview_item .listing-content-text:nth-last-child(2),
#portlets_standard .listing_standard_style .listing_entry .text,
#portlets_standard .listing_standard_style .listing_entry .listing-content-text:nth-last-child(2),
#mod_overview .portlet-listing-entry .text,
#mod_overview .portlet-listing-entry .listing-content-text:nth-last-child(2),
#mod_overview .overview_item .text,
#mod_overview .overview_item .listing-content-text:nth-last-child(2),
#mod_overview .listing_entry .text,
#mod_overview .listing_entry .listing-content-text:nth-last-child(2),
#mixItUp.standard .portlet-listing-entry .text,
#mixItUp.standard .portlet-listing-entry .listing-content-text:nth-last-child(2),
#mixItUp.standard .overview_item .text,
#mixItUp.standard .overview_item .listing-content-text:nth-last-child(2),
#mixItUp.standard .listing_entry .text,
#mixItUp.standard .listing_entry .listing-content-text:nth-last-child(2) {
  margin-bottom: var(--size30);
}
#portlets_standard .listing_standard_style .portlet-listing-entry h2 + h3,
#portlets_standard .listing_standard_style .overview_item h2 + h3,
#portlets_standard .listing_standard_style .listing_entry h2 + h3,
#mod_overview .portlet-listing-entry h2 + h3,
#mod_overview .overview_item h2 + h3,
#mod_overview .listing_entry h2 + h3,
#mixItUp.standard .portlet-listing-entry h2 + h3,
#mixItUp.standard .overview_item h2 + h3,
#mixItUp.standard .listing_entry h2 + h3 {
  margin-top: 0 !important;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle,
#portlets_standard .listing_standard_style .portlet-listing-entry .subtitle,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-subtitle,
#portlets_standard .listing_standard_style .overview_item .subtitle,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-subtitle,
#portlets_standard .listing_standard_style .listing_entry .subtitle,
#mod_overview .portlet-listing-entry .portlet-entry-subtitle,
#mod_overview .portlet-listing-entry .subtitle,
#mod_overview .overview_item .portlet-entry-subtitle,
#mod_overview .overview_item .subtitle,
#mod_overview .listing_entry .portlet-entry-subtitle,
#mod_overview .listing_entry .subtitle,
#mixItUp.standard .portlet-listing-entry .portlet-entry-subtitle,
#mixItUp.standard .portlet-listing-entry .subtitle,
#mixItUp.standard .overview_item .portlet-entry-subtitle,
#mixItUp.standard .overview_item .subtitle,
#mixItUp.standard .listing_entry .portlet-entry-subtitle,
#mixItUp.standard .listing_entry .subtitle {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .portlet-listing-entry .subtitle,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .overview_item .subtitle,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .listing_entry .subtitle,
  #mod_overview .portlet-listing-entry .portlet-entry-subtitle,
  #mod_overview .portlet-listing-entry .subtitle,
  #mod_overview .overview_item .portlet-entry-subtitle,
  #mod_overview .overview_item .subtitle,
  #mod_overview .listing_entry .portlet-entry-subtitle,
  #mod_overview .listing_entry .subtitle,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-subtitle,
  #mixItUp.standard .portlet-listing-entry .subtitle,
  #mixItUp.standard .overview_item .portlet-entry-subtitle,
  #mixItUp.standard .overview_item .subtitle,
  #mixItUp.standard .listing_entry .portlet-entry-subtitle,
  #mixItUp.standard .listing_entry .subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .portlet-listing-entry .subtitle,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .overview_item .subtitle,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .listing_entry .subtitle,
  #mod_overview .portlet-listing-entry .portlet-entry-subtitle,
  #mod_overview .portlet-listing-entry .subtitle,
  #mod_overview .overview_item .portlet-entry-subtitle,
  #mod_overview .overview_item .subtitle,
  #mod_overview .listing_entry .portlet-entry-subtitle,
  #mod_overview .listing_entry .subtitle,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-subtitle,
  #mixItUp.standard .portlet-listing-entry .subtitle,
  #mixItUp.standard .overview_item .portlet-entry-subtitle,
  #mixItUp.standard .overview_item .subtitle,
  #mixItUp.standard .listing_entry .portlet-entry-subtitle,
  #mixItUp.standard .listing_entry .subtitle {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .portlet-listing-entry .subtitle,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .overview_item .subtitle,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-subtitle,
  #portlets_standard .listing_standard_style .listing_entry .subtitle,
  #mod_overview .portlet-listing-entry .portlet-entry-subtitle,
  #mod_overview .portlet-listing-entry .subtitle,
  #mod_overview .overview_item .portlet-entry-subtitle,
  #mod_overview .overview_item .subtitle,
  #mod_overview .listing_entry .portlet-entry-subtitle,
  #mod_overview .listing_entry .subtitle,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-subtitle,
  #mixItUp.standard .portlet-listing-entry .subtitle,
  #mixItUp.standard .overview_item .portlet-entry-subtitle,
  #mixItUp.standard .overview_item .subtitle,
  #mixItUp.standard .listing_entry .portlet-entry-subtitle,
  #mixItUp.standard .listing_entry .subtitle {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle + *,
#portlets_standard .listing_standard_style .portlet-listing-entry .subtitle + *,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-subtitle + *,
#portlets_standard .listing_standard_style .overview_item .subtitle + *,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-subtitle + *,
#portlets_standard .listing_standard_style .listing_entry .subtitle + *,
#mod_overview .portlet-listing-entry .portlet-entry-subtitle + *,
#mod_overview .portlet-listing-entry .subtitle + *,
#mod_overview .overview_item .portlet-entry-subtitle + *,
#mod_overview .overview_item .subtitle + *,
#mod_overview .listing_entry .portlet-entry-subtitle + *,
#mod_overview .listing_entry .subtitle + *,
#mixItUp.standard .portlet-listing-entry .portlet-entry-subtitle + *,
#mixItUp.standard .portlet-listing-entry .subtitle + *,
#mixItUp.standard .overview_item .portlet-entry-subtitle + *,
#mixItUp.standard .overview_item .subtitle + *,
#mixItUp.standard .listing_entry .portlet-entry-subtitle + *,
#mixItUp.standard .listing_entry .subtitle + * {
  margin-top: var(--size20);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction,
#portlets_standard .listing_standard_style .portlet-listing-entry div.introduction,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction,
#portlets_standard .listing_standard_style .overview_item .listing-content-introduction,
#portlets_standard .listing_standard_style .overview_item div.introduction,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction,
#portlets_standard .listing_standard_style .listing_entry .listing-content-introduction,
#portlets_standard .listing_standard_style .listing_entry div.introduction,
#mod_overview .portlet-listing-entry .portlet-entry-introduction,
#mod_overview .portlet-listing-entry .listing-content-introduction,
#mod_overview .portlet-listing-entry div.introduction,
#mod_overview .overview_item .portlet-entry-introduction,
#mod_overview .overview_item .listing-content-introduction,
#mod_overview .overview_item div.introduction,
#mod_overview .listing_entry .portlet-entry-introduction,
#mod_overview .listing_entry .listing-content-introduction,
#mod_overview .listing_entry div.introduction,
#mixItUp.standard .portlet-listing-entry .portlet-entry-introduction,
#mixItUp.standard .portlet-listing-entry .listing-content-introduction,
#mixItUp.standard .portlet-listing-entry div.introduction,
#mixItUp.standard .overview_item .portlet-entry-introduction,
#mixItUp.standard .overview_item .listing-content-introduction,
#mixItUp.standard .overview_item div.introduction,
#mixItUp.standard .listing_entry .portlet-entry-introduction,
#mixItUp.standard .listing_entry .listing-content-introduction,
#mixItUp.standard .listing_entry div.introduction {
  font: 400 20px/28px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry div.introduction,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .overview_item .listing-content-introduction,
  #portlets_standard .listing_standard_style .overview_item div.introduction,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .listing_entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .listing_entry div.introduction,
  #mod_overview .portlet-listing-entry .portlet-entry-introduction,
  #mod_overview .portlet-listing-entry .listing-content-introduction,
  #mod_overview .portlet-listing-entry div.introduction,
  #mod_overview .overview_item .portlet-entry-introduction,
  #mod_overview .overview_item .listing-content-introduction,
  #mod_overview .overview_item div.introduction,
  #mod_overview .listing_entry .portlet-entry-introduction,
  #mod_overview .listing_entry .listing-content-introduction,
  #mod_overview .listing_entry div.introduction,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-introduction,
  #mixItUp.standard .portlet-listing-entry .listing-content-introduction,
  #mixItUp.standard .portlet-listing-entry div.introduction,
  #mixItUp.standard .overview_item .portlet-entry-introduction,
  #mixItUp.standard .overview_item .listing-content-introduction,
  #mixItUp.standard .overview_item div.introduction,
  #mixItUp.standard .listing_entry .portlet-entry-introduction,
  #mixItUp.standard .listing_entry .listing-content-introduction,
  #mixItUp.standard .listing_entry div.introduction {
    font: 400 16px/25px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry div.introduction,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .overview_item .listing-content-introduction,
  #portlets_standard .listing_standard_style .overview_item div.introduction,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .listing_entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .listing_entry div.introduction,
  #mod_overview .portlet-listing-entry .portlet-entry-introduction,
  #mod_overview .portlet-listing-entry .listing-content-introduction,
  #mod_overview .portlet-listing-entry div.introduction,
  #mod_overview .overview_item .portlet-entry-introduction,
  #mod_overview .overview_item .listing-content-introduction,
  #mod_overview .overview_item div.introduction,
  #mod_overview .listing_entry .portlet-entry-introduction,
  #mod_overview .listing_entry .listing-content-introduction,
  #mod_overview .listing_entry div.introduction,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-introduction,
  #mixItUp.standard .portlet-listing-entry .listing-content-introduction,
  #mixItUp.standard .portlet-listing-entry div.introduction,
  #mixItUp.standard .overview_item .portlet-entry-introduction,
  #mixItUp.standard .overview_item .listing-content-introduction,
  #mixItUp.standard .overview_item div.introduction,
  #mixItUp.standard .listing_entry .portlet-entry-introduction,
  #mixItUp.standard .listing_entry .listing-content-introduction,
  #mixItUp.standard .listing_entry div.introduction {
    font-size: 19px;
    line-height: 27px;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry div.introduction,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .overview_item .listing-content-introduction,
  #portlets_standard .listing_standard_style .overview_item div.introduction,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .listing_entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .listing_entry div.introduction,
  #mod_overview .portlet-listing-entry .portlet-entry-introduction,
  #mod_overview .portlet-listing-entry .listing-content-introduction,
  #mod_overview .portlet-listing-entry div.introduction,
  #mod_overview .overview_item .portlet-entry-introduction,
  #mod_overview .overview_item .listing-content-introduction,
  #mod_overview .overview_item div.introduction,
  #mod_overview .listing_entry .portlet-entry-introduction,
  #mod_overview .listing_entry .listing-content-introduction,
  #mod_overview .listing_entry div.introduction,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-introduction,
  #mixItUp.standard .portlet-listing-entry .listing-content-introduction,
  #mixItUp.standard .portlet-listing-entry div.introduction,
  #mixItUp.standard .overview_item .portlet-entry-introduction,
  #mixItUp.standard .overview_item .listing-content-introduction,
  #mixItUp.standard .overview_item div.introduction,
  #mixItUp.standard .listing_entry .portlet-entry-introduction,
  #mixItUp.standard .listing_entry .listing-content-introduction,
  #mixItUp.standard .listing_entry div.introduction {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .portlet-listing-entry div.introduction,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .overview_item .listing-content-introduction,
  #portlets_standard .listing_standard_style .overview_item div.introduction,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction,
  #portlets_standard .listing_standard_style .listing_entry .listing-content-introduction,
  #portlets_standard .listing_standard_style .listing_entry div.introduction,
  #mod_overview .portlet-listing-entry .portlet-entry-introduction,
  #mod_overview .portlet-listing-entry .listing-content-introduction,
  #mod_overview .portlet-listing-entry div.introduction,
  #mod_overview .overview_item .portlet-entry-introduction,
  #mod_overview .overview_item .listing-content-introduction,
  #mod_overview .overview_item div.introduction,
  #mod_overview .listing_entry .portlet-entry-introduction,
  #mod_overview .listing_entry .listing-content-introduction,
  #mod_overview .listing_entry div.introduction,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-introduction,
  #mixItUp.standard .portlet-listing-entry .listing-content-introduction,
  #mixItUp.standard .portlet-listing-entry div.introduction,
  #mixItUp.standard .overview_item .portlet-entry-introduction,
  #mixItUp.standard .overview_item .listing-content-introduction,
  #mixItUp.standard .overview_item div.introduction,
  #mixItUp.standard .listing_entry .portlet-entry-introduction,
  #mixItUp.standard .listing_entry .listing-content-introduction,
  #mixItUp.standard .listing_entry div.introduction {
    font-size: 17px;
    line-height: 25px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .portlet-listing-entry div.introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .overview_item .listing-content-introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .overview_item div.introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .listing_entry .listing-content-introduction:nth-last-child(2),
#portlets_standard .listing_standard_style .listing_entry div.introduction:nth-last-child(2),
#mod_overview .portlet-listing-entry .portlet-entry-introduction:nth-last-child(2),
#mod_overview .portlet-listing-entry .listing-content-introduction:nth-last-child(2),
#mod_overview .portlet-listing-entry div.introduction:nth-last-child(2),
#mod_overview .overview_item .portlet-entry-introduction:nth-last-child(2),
#mod_overview .overview_item .listing-content-introduction:nth-last-child(2),
#mod_overview .overview_item div.introduction:nth-last-child(2),
#mod_overview .listing_entry .portlet-entry-introduction:nth-last-child(2),
#mod_overview .listing_entry .listing-content-introduction:nth-last-child(2),
#mod_overview .listing_entry div.introduction:nth-last-child(2),
#mixItUp.standard .portlet-listing-entry .portlet-entry-introduction:nth-last-child(2),
#mixItUp.standard .portlet-listing-entry .listing-content-introduction:nth-last-child(2),
#mixItUp.standard .portlet-listing-entry div.introduction:nth-last-child(2),
#mixItUp.standard .overview_item .portlet-entry-introduction:nth-last-child(2),
#mixItUp.standard .overview_item .listing-content-introduction:nth-last-child(2),
#mixItUp.standard .overview_item div.introduction:nth-last-child(2),
#mixItUp.standard .listing_entry .portlet-entry-introduction:nth-last-child(2),
#mixItUp.standard .listing_entry .listing-content-introduction:nth-last-child(2),
#mixItUp.standard .listing_entry div.introduction:nth-last-child(2) {
  margin-bottom: var(--size30);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction + .portlet-entry-content, #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction + .text, #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction + .listing-content-text,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction + .text,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-content-introduction + .listing-content-text,
#portlets_standard .listing_standard_style .portlet-listing-entry div.introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .portlet-listing-entry div.introduction + .text,
#portlets_standard .listing_standard_style .portlet-listing-entry div.introduction + .listing-content-text,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction + .text,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-introduction + .listing-content-text,
#portlets_standard .listing_standard_style .overview_item .listing-content-introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .overview_item .listing-content-introduction + .text,
#portlets_standard .listing_standard_style .overview_item .listing-content-introduction + .listing-content-text,
#portlets_standard .listing_standard_style .overview_item div.introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .overview_item div.introduction + .text,
#portlets_standard .listing_standard_style .overview_item div.introduction + .listing-content-text,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction + .text,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-introduction + .listing-content-text,
#portlets_standard .listing_standard_style .listing_entry .listing-content-introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .listing_entry .listing-content-introduction + .text,
#portlets_standard .listing_standard_style .listing_entry .listing-content-introduction + .listing-content-text,
#portlets_standard .listing_standard_style .listing_entry div.introduction + .portlet-entry-content,
#portlets_standard .listing_standard_style .listing_entry div.introduction + .text,
#portlets_standard .listing_standard_style .listing_entry div.introduction + .listing-content-text,
#mod_overview .portlet-listing-entry .portlet-entry-introduction + .portlet-entry-content,
#mod_overview .portlet-listing-entry .portlet-entry-introduction + .text,
#mod_overview .portlet-listing-entry .portlet-entry-introduction + .listing-content-text,
#mod_overview .portlet-listing-entry .listing-content-introduction + .portlet-entry-content,
#mod_overview .portlet-listing-entry .listing-content-introduction + .text,
#mod_overview .portlet-listing-entry .listing-content-introduction + .listing-content-text,
#mod_overview .portlet-listing-entry div.introduction + .portlet-entry-content,
#mod_overview .portlet-listing-entry div.introduction + .text,
#mod_overview .portlet-listing-entry div.introduction + .listing-content-text,
#mod_overview .overview_item .portlet-entry-introduction + .portlet-entry-content,
#mod_overview .overview_item .portlet-entry-introduction + .text,
#mod_overview .overview_item .portlet-entry-introduction + .listing-content-text,
#mod_overview .overview_item .listing-content-introduction + .portlet-entry-content,
#mod_overview .overview_item .listing-content-introduction + .text,
#mod_overview .overview_item .listing-content-introduction + .listing-content-text,
#mod_overview .overview_item div.introduction + .portlet-entry-content,
#mod_overview .overview_item div.introduction + .text,
#mod_overview .overview_item div.introduction + .listing-content-text,
#mod_overview .listing_entry .portlet-entry-introduction + .portlet-entry-content,
#mod_overview .listing_entry .portlet-entry-introduction + .text,
#mod_overview .listing_entry .portlet-entry-introduction + .listing-content-text,
#mod_overview .listing_entry .listing-content-introduction + .portlet-entry-content,
#mod_overview .listing_entry .listing-content-introduction + .text,
#mod_overview .listing_entry .listing-content-introduction + .listing-content-text,
#mod_overview .listing_entry div.introduction + .portlet-entry-content,
#mod_overview .listing_entry div.introduction + .text,
#mod_overview .listing_entry div.introduction + .listing-content-text,
#mixItUp.standard .portlet-listing-entry .portlet-entry-introduction + .portlet-entry-content,
#mixItUp.standard .portlet-listing-entry .portlet-entry-introduction + .text,
#mixItUp.standard .portlet-listing-entry .portlet-entry-introduction + .listing-content-text,
#mixItUp.standard .portlet-listing-entry .listing-content-introduction + .portlet-entry-content,
#mixItUp.standard .portlet-listing-entry .listing-content-introduction + .text,
#mixItUp.standard .portlet-listing-entry .listing-content-introduction + .listing-content-text,
#mixItUp.standard .portlet-listing-entry div.introduction + .portlet-entry-content,
#mixItUp.standard .portlet-listing-entry div.introduction + .text,
#mixItUp.standard .portlet-listing-entry div.introduction + .listing-content-text,
#mixItUp.standard .overview_item .portlet-entry-introduction + .portlet-entry-content,
#mixItUp.standard .overview_item .portlet-entry-introduction + .text,
#mixItUp.standard .overview_item .portlet-entry-introduction + .listing-content-text,
#mixItUp.standard .overview_item .listing-content-introduction + .portlet-entry-content,
#mixItUp.standard .overview_item .listing-content-introduction + .text,
#mixItUp.standard .overview_item .listing-content-introduction + .listing-content-text,
#mixItUp.standard .overview_item div.introduction + .portlet-entry-content,
#mixItUp.standard .overview_item div.introduction + .text,
#mixItUp.standard .overview_item div.introduction + .listing-content-text,
#mixItUp.standard .listing_entry .portlet-entry-introduction + .portlet-entry-content,
#mixItUp.standard .listing_entry .portlet-entry-introduction + .text,
#mixItUp.standard .listing_entry .portlet-entry-introduction + .listing-content-text,
#mixItUp.standard .listing_entry .listing-content-introduction + .portlet-entry-content,
#mixItUp.standard .listing_entry .listing-content-introduction + .text,
#mixItUp.standard .listing_entry .listing-content-introduction + .listing-content-text,
#mixItUp.standard .listing_entry div.introduction + .portlet-entry-content,
#mixItUp.standard .listing_entry div.introduction + .text,
#mixItUp.standard .listing_entry div.introduction + .listing-content-text {
  margin-top: var(--size20);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-date,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-date,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-date,
#portlets_standard .listing_standard_style .overview_item .listing-date,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-date,
#portlets_standard .listing_standard_style .listing_entry .listing-date,
#mod_overview .portlet-listing-entry .portlet-entry-date,
#mod_overview .portlet-listing-entry .listing-date,
#mod_overview .overview_item .portlet-entry-date,
#mod_overview .overview_item .listing-date,
#mod_overview .listing_entry .portlet-entry-date,
#mod_overview .listing_entry .listing-date,
#mixItUp.standard .portlet-listing-entry .portlet-entry-date,
#mixItUp.standard .portlet-listing-entry .listing-date,
#mixItUp.standard .overview_item .portlet-entry-date,
#mixItUp.standard .overview_item .listing-date,
#mixItUp.standard .listing_entry .portlet-entry-date,
#mixItUp.standard .listing_entry .listing-date {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  color: #999;
  font-weight: 700;
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-date,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-date,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-date,
  #portlets_standard .listing_standard_style .overview_item .listing-date,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-date,
  #portlets_standard .listing_standard_style .listing_entry .listing-date,
  #mod_overview .portlet-listing-entry .portlet-entry-date,
  #mod_overview .portlet-listing-entry .listing-date,
  #mod_overview .overview_item .portlet-entry-date,
  #mod_overview .overview_item .listing-date,
  #mod_overview .listing_entry .portlet-entry-date,
  #mod_overview .listing_entry .listing-date,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-date,
  #mixItUp.standard .portlet-listing-entry .listing-date,
  #mixItUp.standard .overview_item .portlet-entry-date,
  #mixItUp.standard .overview_item .listing-date,
  #mixItUp.standard .listing_entry .portlet-entry-date,
  #mixItUp.standard .listing_entry .listing-date {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-date,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-date,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-date,
  #portlets_standard .listing_standard_style .overview_item .listing-date,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-date,
  #portlets_standard .listing_standard_style .listing_entry .listing-date,
  #mod_overview .portlet-listing-entry .portlet-entry-date,
  #mod_overview .portlet-listing-entry .listing-date,
  #mod_overview .overview_item .portlet-entry-date,
  #mod_overview .overview_item .listing-date,
  #mod_overview .listing_entry .portlet-entry-date,
  #mod_overview .listing_entry .listing-date,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-date,
  #mixItUp.standard .portlet-listing-entry .listing-date,
  #mixItUp.standard .overview_item .portlet-entry-date,
  #mixItUp.standard .overview_item .listing-date,
  #mixItUp.standard .listing_entry .portlet-entry-date,
  #mixItUp.standard .listing_entry .listing-date {
    font-size: 12px;
    line-height: 17px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-date:not(:last-child),
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-date:not(:last-child),
#portlets_standard .listing_standard_style .overview_item .portlet-entry-date:not(:last-child),
#portlets_standard .listing_standard_style .overview_item .listing-date:not(:last-child),
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-date:not(:last-child),
#portlets_standard .listing_standard_style .listing_entry .listing-date:not(:last-child),
#mod_overview .portlet-listing-entry .portlet-entry-date:not(:last-child),
#mod_overview .portlet-listing-entry .listing-date:not(:last-child),
#mod_overview .overview_item .portlet-entry-date:not(:last-child),
#mod_overview .overview_item .listing-date:not(:last-child),
#mod_overview .listing_entry .portlet-entry-date:not(:last-child),
#mod_overview .listing_entry .listing-date:not(:last-child),
#mixItUp.standard .portlet-listing-entry .portlet-entry-date:not(:last-child),
#mixItUp.standard .portlet-listing-entry .listing-date:not(:last-child),
#mixItUp.standard .overview_item .portlet-entry-date:not(:last-child),
#mixItUp.standard .overview_item .listing-date:not(:last-child),
#mixItUp.standard .listing_entry .portlet-entry-date:not(:last-child),
#mixItUp.standard .listing_entry .listing-date:not(:last-child) {
  margin-bottom: var(--size10);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link,
#portlets_standard .listing_standard_style .overview_item .listing-more-button,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button,
#mod_overview .portlet-listing-entry .portlet-entry-link,
#mod_overview .portlet-listing-entry .listing-more-button,
#mod_overview .overview_item .portlet-entry-link,
#mod_overview .overview_item .listing-more-button,
#mod_overview .listing_entry .portlet-entry-link,
#mod_overview .listing_entry .listing-more-button,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link,
#mixItUp.standard .portlet-listing-entry .listing-more-button,
#mixItUp.standard .overview_item .portlet-entry-link,
#mixItUp.standard .overview_item .listing-more-button,
#mixItUp.standard .listing_entry .portlet-entry-link,
#mixItUp.standard .listing_entry .listing-more-button {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  color: #000;
  border-color: #000;
  margin-top: auto;
  order: 4;
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-link,
  #portlets_standard .listing_standard_style .overview_item .listing-more-button,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .listing_entry .listing-more-button,
  #mod_overview .portlet-listing-entry .portlet-entry-link,
  #mod_overview .portlet-listing-entry .listing-more-button,
  #mod_overview .overview_item .portlet-entry-link,
  #mod_overview .overview_item .listing-more-button,
  #mod_overview .listing_entry .portlet-entry-link,
  #mod_overview .listing_entry .listing-more-button,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-link,
  #mixItUp.standard .portlet-listing-entry .listing-more-button,
  #mixItUp.standard .overview_item .portlet-entry-link,
  #mixItUp.standard .overview_item .listing-more-button,
  #mixItUp.standard .listing_entry .portlet-entry-link,
  #mixItUp.standard .listing_entry .listing-more-button {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-link,
  #portlets_standard .listing_standard_style .overview_item .listing-more-button,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .listing_entry .listing-more-button,
  #mod_overview .portlet-listing-entry .portlet-entry-link,
  #mod_overview .portlet-listing-entry .listing-more-button,
  #mod_overview .overview_item .portlet-entry-link,
  #mod_overview .overview_item .listing-more-button,
  #mod_overview .listing_entry .portlet-entry-link,
  #mod_overview .listing_entry .listing-more-button,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-link,
  #mixItUp.standard .portlet-listing-entry .listing-more-button,
  #mixItUp.standard .overview_item .portlet-entry-link,
  #mixItUp.standard .overview_item .listing-more-button,
  #mixItUp.standard .listing_entry .portlet-entry-link,
  #mixItUp.standard .listing_entry .listing-more-button {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-link,
  #portlets_standard .listing_standard_style .overview_item .listing-more-button,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .listing_entry .listing-more-button,
  #mod_overview .portlet-listing-entry .portlet-entry-link,
  #mod_overview .portlet-listing-entry .listing-more-button,
  #mod_overview .overview_item .portlet-entry-link,
  #mod_overview .overview_item .listing-more-button,
  #mod_overview .listing_entry .portlet-entry-link,
  #mod_overview .listing_entry .listing-more-button,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-link,
  #mixItUp.standard .portlet-listing-entry .listing-more-button,
  #mixItUp.standard .overview_item .portlet-entry-link,
  #mixItUp.standard .overview_item .listing-more-button,
  #mixItUp.standard .listing_entry .portlet-entry-link,
  #mixItUp.standard .listing_entry .listing-more-button {
    font-size: 14px;
    line-height: 22px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link i,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button i,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link i,
#portlets_standard .listing_standard_style .overview_item .listing-more-button i,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link i,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button i,
#mod_overview .portlet-listing-entry .portlet-entry-link i,
#mod_overview .portlet-listing-entry .listing-more-button i,
#mod_overview .overview_item .portlet-entry-link i,
#mod_overview .overview_item .listing-more-button i,
#mod_overview .listing_entry .portlet-entry-link i,
#mod_overview .listing_entry .listing-more-button i,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link i,
#mixItUp.standard .portlet-listing-entry .listing-more-button i,
#mixItUp.standard .overview_item .portlet-entry-link i,
#mixItUp.standard .overview_item .listing-more-button i,
#mixItUp.standard .listing_entry .portlet-entry-link i,
#mixItUp.standard .listing_entry .listing-more-button i {
  margin: 0 8px 0 0;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:focus, #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:hover,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button:focus,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button:hover,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link:hover,
#portlets_standard .listing_standard_style .overview_item .listing-more-button:focus,
#portlets_standard .listing_standard_style .overview_item .listing-more-button:hover,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link:hover,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button:focus,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button:hover,
#mod_overview .portlet-listing-entry .portlet-entry-link:focus,
#mod_overview .portlet-listing-entry .portlet-entry-link:hover,
#mod_overview .portlet-listing-entry .listing-more-button:focus,
#mod_overview .portlet-listing-entry .listing-more-button:hover,
#mod_overview .overview_item .portlet-entry-link:focus,
#mod_overview .overview_item .portlet-entry-link:hover,
#mod_overview .overview_item .listing-more-button:focus,
#mod_overview .overview_item .listing-more-button:hover,
#mod_overview .listing_entry .portlet-entry-link:focus,
#mod_overview .listing_entry .portlet-entry-link:hover,
#mod_overview .listing_entry .listing-more-button:focus,
#mod_overview .listing_entry .listing-more-button:hover,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link:focus,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link:hover,
#mixItUp.standard .portlet-listing-entry .listing-more-button:focus,
#mixItUp.standard .portlet-listing-entry .listing-more-button:hover,
#mixItUp.standard .overview_item .portlet-entry-link:focus,
#mixItUp.standard .overview_item .portlet-entry-link:hover,
#mixItUp.standard .overview_item .listing-more-button:focus,
#mixItUp.standard .overview_item .listing-more-button:hover,
#mixItUp.standard .listing_entry .portlet-entry-link:focus,
#mixItUp.standard .listing_entry .portlet-entry-link:hover,
#mixItUp.standard .listing_entry .listing-more-button:focus,
#mixItUp.standard .listing_entry .listing-more-button:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-link,
  #portlets_standard .listing_standard_style .overview_item .listing-more-button,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .listing_entry .listing-more-button,
  #mod_overview .portlet-listing-entry .portlet-entry-link,
  #mod_overview .portlet-listing-entry .listing-more-button,
  #mod_overview .overview_item .portlet-entry-link,
  #mod_overview .overview_item .listing-more-button,
  #mod_overview .listing_entry .portlet-entry-link,
  #mod_overview .listing_entry .listing-more-button,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-link,
  #mixItUp.standard .portlet-listing-entry .listing-more-button,
  #mixItUp.standard .overview_item .portlet-entry-link,
  #mixItUp.standard .overview_item .listing-more-button,
  #mixItUp.standard .listing_entry .portlet-entry-link,
  #mixItUp.standard .listing_entry .listing-more-button {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-link,
  #portlets_standard .listing_standard_style .overview_item .listing-more-button,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .listing_entry .listing-more-button,
  #mod_overview .portlet-listing-entry .portlet-entry-link,
  #mod_overview .portlet-listing-entry .listing-more-button,
  #mod_overview .overview_item .portlet-entry-link,
  #mod_overview .overview_item .listing-more-button,
  #mod_overview .listing_entry .portlet-entry-link,
  #mod_overview .listing_entry .listing-more-button,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-link,
  #mixItUp.standard .portlet-listing-entry .listing-more-button,
  #mixItUp.standard .overview_item .portlet-entry-link,
  #mixItUp.standard .overview_item .listing-more-button,
  #mixItUp.standard .listing_entry .portlet-entry-link,
  #mixItUp.standard .listing_entry .listing-more-button {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button,
  #portlets_standard .listing_standard_style .overview_item .portlet-entry-link,
  #portlets_standard .listing_standard_style .overview_item .listing-more-button,
  #portlets_standard .listing_standard_style .listing_entry .portlet-entry-link,
  #portlets_standard .listing_standard_style .listing_entry .listing-more-button,
  #mod_overview .portlet-listing-entry .portlet-entry-link,
  #mod_overview .portlet-listing-entry .listing-more-button,
  #mod_overview .overview_item .portlet-entry-link,
  #mod_overview .overview_item .listing-more-button,
  #mod_overview .listing_entry .portlet-entry-link,
  #mod_overview .listing_entry .listing-more-button,
  #mixItUp.standard .portlet-listing-entry .portlet-entry-link,
  #mixItUp.standard .portlet-listing-entry .listing-more-button,
  #mixItUp.standard .overview_item .portlet-entry-link,
  #mixItUp.standard .overview_item .listing-more-button,
  #mixItUp.standard .listing_entry .portlet-entry-link,
  #mixItUp.standard .listing_entry .listing-more-button {
    display: none !important;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:hover, #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button:hover,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button:focus,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link:hover,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .overview_item .listing-more-button:hover,
#portlets_standard .listing_standard_style .overview_item .listing-more-button:focus,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link:hover,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button:hover,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button:focus,
#mod_overview .portlet-listing-entry .portlet-entry-link:hover,
#mod_overview .portlet-listing-entry .portlet-entry-link:focus,
#mod_overview .portlet-listing-entry .listing-more-button:hover,
#mod_overview .portlet-listing-entry .listing-more-button:focus,
#mod_overview .overview_item .portlet-entry-link:hover,
#mod_overview .overview_item .portlet-entry-link:focus,
#mod_overview .overview_item .listing-more-button:hover,
#mod_overview .overview_item .listing-more-button:focus,
#mod_overview .listing_entry .portlet-entry-link:hover,
#mod_overview .listing_entry .portlet-entry-link:focus,
#mod_overview .listing_entry .listing-more-button:hover,
#mod_overview .listing_entry .listing-more-button:focus,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link:hover,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link:focus,
#mixItUp.standard .portlet-listing-entry .listing-more-button:hover,
#mixItUp.standard .portlet-listing-entry .listing-more-button:focus,
#mixItUp.standard .overview_item .portlet-entry-link:hover,
#mixItUp.standard .overview_item .portlet-entry-link:focus,
#mixItUp.standard .overview_item .listing-more-button:hover,
#mixItUp.standard .overview_item .listing-more-button:focus,
#mixItUp.standard .listing_entry .portlet-entry-link:hover,
#mixItUp.standard .listing_entry .portlet-entry-link:focus,
#mixItUp.standard .listing_entry .listing-more-button:hover,
#mixItUp.standard .listing_entry .listing-more-button:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:hover, #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button:hover,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing-more-button:focus,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link:hover,
#portlets_standard .listing_standard_style .overview_item .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .overview_item .listing-more-button:hover,
#portlets_standard .listing_standard_style .overview_item .listing-more-button:focus,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link:hover,
#portlets_standard .listing_standard_style .listing_entry .portlet-entry-link:focus,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button:hover,
#portlets_standard .listing_standard_style .listing_entry .listing-more-button:focus,
#mod_overview .portlet-listing-entry .portlet-entry-link:hover,
#mod_overview .portlet-listing-entry .portlet-entry-link:focus,
#mod_overview .portlet-listing-entry .listing-more-button:hover,
#mod_overview .portlet-listing-entry .listing-more-button:focus,
#mod_overview .overview_item .portlet-entry-link:hover,
#mod_overview .overview_item .portlet-entry-link:focus,
#mod_overview .overview_item .listing-more-button:hover,
#mod_overview .overview_item .listing-more-button:focus,
#mod_overview .listing_entry .portlet-entry-link:hover,
#mod_overview .listing_entry .portlet-entry-link:focus,
#mod_overview .listing_entry .listing-more-button:hover,
#mod_overview .listing_entry .listing-more-button:focus,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link:hover,
#mixItUp.standard .portlet-listing-entry .portlet-entry-link:focus,
#mixItUp.standard .portlet-listing-entry .listing-more-button:hover,
#mixItUp.standard .portlet-listing-entry .listing-more-button:focus,
#mixItUp.standard .overview_item .portlet-entry-link:hover,
#mixItUp.standard .overview_item .portlet-entry-link:focus,
#mixItUp.standard .overview_item .listing-more-button:hover,
#mixItUp.standard .overview_item .listing-more-button:focus,
#mixItUp.standard .listing_entry .portlet-entry-link:hover,
#mixItUp.standard .listing_entry .portlet-entry-link:focus,
#mixItUp.standard .listing_entry .listing-more-button:hover,
#mixItUp.standard .listing_entry .listing-more-button:focus {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-more,
#portlets_standard .listing_standard_style .portlet-listing-entry .listing_properties,
#portlets_standard .listing_standard_style .overview_item .portlet-listing-more,
#portlets_standard .listing_standard_style .overview_item .listing_properties,
#portlets_standard .listing_standard_style .listing_entry .portlet-listing-more,
#portlets_standard .listing_standard_style .listing_entry .listing_properties,
#mod_overview .portlet-listing-entry .portlet-listing-more,
#mod_overview .portlet-listing-entry .listing_properties,
#mod_overview .overview_item .portlet-listing-more,
#mod_overview .overview_item .listing_properties,
#mod_overview .listing_entry .portlet-listing-more,
#mod_overview .listing_entry .listing_properties,
#mixItUp.standard .portlet-listing-entry .portlet-listing-more,
#mixItUp.standard .portlet-listing-entry .listing_properties,
#mixItUp.standard .overview_item .portlet-listing-more,
#mixItUp.standard .overview_item .listing_properties,
#mixItUp.standard .listing_entry .portlet-listing-more,
#mixItUp.standard .listing_entry .listing_properties {
  display: none;
}

.listing_entry.not_published {
  border: none !important;
}
.listing_entry.not_published .listing-entry-inline {
  border: 4px solid #DC2929;
}

.listing_entry_link, .overview_entry_link,
.portlet_content_entry_link, .portlet_listing_entry_link {
  z-index: 9;
  background: none !important;
}

.mod_action_show_entry .listing-detail-date {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
}
@media print {
  .mod_action_show_entry .listing-detail-date {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .mod_action_show_entry .listing-detail-date {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .mod_action_show_entry .listing-detail-date {
    font-size: 14px;
    line-height: 22px;
  }
}
.mod_action_show_entry .listing-detail-date:not(:last-child) {
  margin-bottom: 5px;
}
.mod_action_show_entry .listing_entry_backlink {
  margin-top: var(--size60);
  display: flex;
}
.mod_action_show_entry .listing_entry_backlink a {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  color: #000;
  border-color: #000;
}
@media print {
  .mod_action_show_entry .listing_entry_backlink a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .mod_action_show_entry .listing_entry_backlink a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .mod_action_show_entry .listing_entry_backlink a {
    font-size: 14px;
    line-height: 22px;
  }
}
.mod_action_show_entry .listing_entry_backlink a i {
  margin: 0 8px 0 0;
}
.mod_action_show_entry .listing_entry_backlink a:focus, .mod_action_show_entry .listing_entry_backlink a:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .mod_action_show_entry .listing_entry_backlink a {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .mod_action_show_entry .listing_entry_backlink a {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .mod_action_show_entry .listing_entry_backlink a {
    display: none !important;
  }
}
.mod_action_show_entry .listing_entry_backlink a:hover, .mod_action_show_entry .listing_entry_backlink a:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
.mod_action_show_entry .listing_entry_backlink a:hover, .mod_action_show_entry .listing_entry_backlink a:focus {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}
.mod_action_show_entry .select2-container .select2-dropdown li {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
  padding-top: var(--size10);
  padding-bottom: calc(var(--size10) + 1px);
}
@media print {
  .mod_action_show_entry .select2-container .select2-dropdown li {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .mod_action_show_entry .select2-container .select2-dropdown li {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .mod_action_show_entry .select2-container .select2-dropdown li {
    font-size: 14px;
    line-height: 22px;
  }
}

body[data-page-id="91"] .module-listing > div > h2 {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: var(--size15);
}
@media screen and (max-width: 1000px) {
  body[data-page-id="91"] .module-listing > div > h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  body[data-page-id="91"] .module-listing > div > h2 {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  body[data-page-id="91"] .module-listing > div > h2 {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
body[data-page-id="91"] .module-listing > div:not(:first-child) {
  margin-top: var(--size50);
}
body[data-page-id="91"] #mixItUp.standard .listing_entry:not(:first-child) {
  margin-top: var(--size15);
}
body[data-page-id="91"] #mixItUp.standard .listing_entry .listing-entry-inline {
  padding: 0;
  background: none;
  box-shadow: none;
}
body[data-page-id="91"] #mixItUp.standard .listing_entry .listing-entry-inline h2:empty + .listing-content-text {
  margin-top: 0;
}
body[data-page-id="91"] #mixItUp.standard .listing_entry .listing-entry-inline .listing-content-text {
  color: #000;
}
body[data-page-id="91"] #mixItUp.standard .listing_entry .listing-entry-inline .listing-content-text p:not(:last-child) {
  margin-bottom: var(--size10);
}
body[data-page-id="91"] #mixItUp.standard .listing_entry .listing-entry-inline .listing-content-text p span {
  position: relative;
}
body[data-page-id="91"] #mixItUp.standard .listing_entry .listing-entry-inline .listing-content-text p span:not(:first-child):before {
  content: "|";
  color: #a6a6a6;
  margin: 0 2px 0 3px;
}
body[data-page-id="91"] #mixItUp.standard .listing_entry .listing-entry-inline .content {
  padding: 0;
}

#mixItUp.offers .module-listing,
#portlets_standard .portlet_listing.slider .module-listing {
  --gapBetween: var(--size30);
  --gapTop: var(--size60);
  --widthElements: 25%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
}
#mixItUp.offers .module-listing > *,
#portlets_standard .portlet_listing.slider .module-listing > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
#mixItUp.offers .portlet-listing-entry-inline,
#mixItUp.offers .listing-entry-inline,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline,
#portlets_standard .portlet_listing.slider .listing-entry-inline {
  position: relative;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-flow: column;
  height: 100%;
}
@media screen and (max-width: 500px) {
  #mixItUp.offers .portlet-listing-entry-inline,
  #mixItUp.offers .listing-entry-inline,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline,
  #portlets_standard .portlet_listing.slider .listing-entry-inline {
    border-radius: 8px;
  }
}
#mixItUp.offers .portlet-listing-entry-inline .pictures .picture,
#mixItUp.offers .listing-entry-inline .pictures .picture,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures .picture,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures .picture {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  #mixItUp.offers .portlet-listing-entry-inline .pictures .picture,
  #mixItUp.offers .listing-entry-inline .pictures .picture,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures .picture,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures .picture {
    border-radius: 8px;
  }
}
#mixItUp.offers .portlet-listing-entry-inline .pictures .resource_description,
#mixItUp.offers .listing-entry-inline .pictures .resource_description,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures .resource_description,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures .resource_description {
  display: none !important;
}
#mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container, #mixItUp.offers .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container,
#mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
#mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
#mixItUp.offers .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
#mixItUp.offers .listing-entry-inline .pictures + .content .listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .listing-custom-fields-container {
  position: absolute;
  top: -45px;
}
#mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .listing-custom-field-data, #mixItUp.offers .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container .days .listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .content .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#mixItUp.offers .listing-entry-inline .pictures + .content .listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container .days .listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .listing-custom-fields-container .days .portlet-listing-custom-field-data,
#portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .listing-custom-fields-container .days .listing-custom-field-data {
  background: #FFFFFF;
  color: #136064;
}
#mixItUp.offers .portlet-listing-entry-inline .portlet-listing-content-container,
#mixItUp.offers .portlet-listing-entry-inline .content,
#mixItUp.offers .listing-entry-inline .portlet-listing-content-container,
#mixItUp.offers .listing-entry-inline .content,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-listing-content-container,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .content,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-listing-content-container,
#portlets_standard .portlet_listing.slider .listing-entry-inline .content {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: var(--size20) !important;
  position: relative;
}
#mixItUp.offers .portlet-listing-entry-inline .portlet-listing-more,
#mixItUp.offers .portlet-listing-entry-inline .portlet-entry-introduction,
#mixItUp.offers .portlet-listing-entry-inline .listing-content-text,
#mixItUp.offers .portlet-listing-entry-inline .listing_properties,
#mixItUp.offers .listing-entry-inline .portlet-listing-more,
#mixItUp.offers .listing-entry-inline .portlet-entry-introduction,
#mixItUp.offers .listing-entry-inline .listing-content-text,
#mixItUp.offers .listing-entry-inline .listing_properties,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-listing-more,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-entry-introduction,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-content-text,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing_properties,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-listing-more,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-entry-introduction,
#portlets_standard .portlet_listing.slider .listing-entry-inline .listing-content-text,
#portlets_standard .portlet_listing.slider .listing-entry-inline .listing_properties {
  display: none;
}
#mixItUp.offers .portlet-listing-entry-inline h2, #mixItUp.offers .portlet-listing-entry-inline h2 a,
#mixItUp.offers .portlet-listing-entry-inline h4, #mixItUp.offers .portlet-listing-entry-inline h4 a,
#mixItUp.offers .listing-entry-inline h2,
#mixItUp.offers .listing-entry-inline h2 a,
#mixItUp.offers .listing-entry-inline h4,
#mixItUp.offers .listing-entry-inline h4 a,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2 a,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4 a,
#portlets_standard .portlet_listing.slider .listing-entry-inline h2,
#portlets_standard .portlet_listing.slider .listing-entry-inline h2 a,
#portlets_standard .portlet_listing.slider .listing-entry-inline h4,
#portlets_standard .portlet_listing.slider .listing-entry-inline h4 a {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  margin: 0;
  text-decoration: none;
}
@media print {
  #mixItUp.offers .portlet-listing-entry-inline h2, #mixItUp.offers .portlet-listing-entry-inline h2 a,
  #mixItUp.offers .portlet-listing-entry-inline h4, #mixItUp.offers .portlet-listing-entry-inline h4 a,
  #mixItUp.offers .listing-entry-inline h2,
  #mixItUp.offers .listing-entry-inline h2 a,
  #mixItUp.offers .listing-entry-inline h4,
  #mixItUp.offers .listing-entry-inline h4 a,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2 a,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4 a,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h2,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h2 a,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h4,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h4 a {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp.offers .portlet-listing-entry-inline h2, #mixItUp.offers .portlet-listing-entry-inline h2 a,
  #mixItUp.offers .portlet-listing-entry-inline h4, #mixItUp.offers .portlet-listing-entry-inline h4 a,
  #mixItUp.offers .listing-entry-inline h2,
  #mixItUp.offers .listing-entry-inline h2 a,
  #mixItUp.offers .listing-entry-inline h4,
  #mixItUp.offers .listing-entry-inline h4 a,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2 a,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4 a,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h2,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h2 a,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h4,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h4 a {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp.offers .portlet-listing-entry-inline h2, #mixItUp.offers .portlet-listing-entry-inline h2 a,
  #mixItUp.offers .portlet-listing-entry-inline h4, #mixItUp.offers .portlet-listing-entry-inline h4 a,
  #mixItUp.offers .listing-entry-inline h2,
  #mixItUp.offers .listing-entry-inline h2 a,
  #mixItUp.offers .listing-entry-inline h4,
  #mixItUp.offers .listing-entry-inline h4 a,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2 a,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h4 a,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h2,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h2 a,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h4,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h4 a {
    font-size: 15px;
    line-height: 30px;
  }
}
#mixItUp.offers .portlet-listing-entry-inline h2 + h3,
#mixItUp.offers .listing-entry-inline h2 + h3,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h2 + h3,
#portlets_standard .portlet_listing.slider .listing-entry-inline h2 + h3 {
  margin-top: 0 !important;
}
#mixItUp.offers .portlet-listing-entry-inline h3.portlet-entry-subtitle,
#mixItUp.offers .portlet-listing-entry-inline h3.subtitle,
#mixItUp.offers .listing-entry-inline h3.portlet-entry-subtitle,
#mixItUp.offers .listing-entry-inline h3.subtitle,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.portlet-entry-subtitle,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.subtitle,
#portlets_standard .portlet_listing.slider .listing-entry-inline h3.portlet-entry-subtitle,
#portlets_standard .portlet_listing.slider .listing-entry-inline h3.subtitle {
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
}
@media print {
  #mixItUp.offers .portlet-listing-entry-inline h3.portlet-entry-subtitle,
  #mixItUp.offers .portlet-listing-entry-inline h3.subtitle,
  #mixItUp.offers .listing-entry-inline h3.portlet-entry-subtitle,
  #mixItUp.offers .listing-entry-inline h3.subtitle,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.portlet-entry-subtitle,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.subtitle,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h3.portlet-entry-subtitle,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h3.subtitle {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp.offers .portlet-listing-entry-inline h3.portlet-entry-subtitle,
  #mixItUp.offers .portlet-listing-entry-inline h3.subtitle,
  #mixItUp.offers .listing-entry-inline h3.portlet-entry-subtitle,
  #mixItUp.offers .listing-entry-inline h3.subtitle,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.portlet-entry-subtitle,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.subtitle,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h3.portlet-entry-subtitle,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h3.subtitle {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp.offers .portlet-listing-entry-inline h3.portlet-entry-subtitle,
  #mixItUp.offers .portlet-listing-entry-inline h3.subtitle,
  #mixItUp.offers .listing-entry-inline h3.portlet-entry-subtitle,
  #mixItUp.offers .listing-entry-inline h3.subtitle,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.portlet-entry-subtitle,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline h3.subtitle,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h3.portlet-entry-subtitle,
  #portlets_standard .portlet_listing.slider .listing-entry-inline h3.subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
#mixItUp.offers .portlet-listing-entry-inline .listing-content-bottom,
#mixItUp.offers .portlet-listing-entry-inline .portlet-listing-content-bottom,
#mixItUp.offers .listing-entry-inline .listing-content-bottom,
#mixItUp.offers .listing-entry-inline .portlet-listing-content-bottom,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-content-bottom,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-listing-content-bottom,
#portlets_standard .portlet_listing.slider .listing-entry-inline .listing-content-bottom,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-listing-content-bottom {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding-top: var(--size30);
  margin-top: auto;
  flex-flow: wrap;
}
#mixItUp.offers .portlet-listing-entry-inline .listing-more-button,
#mixItUp.offers .portlet-listing-entry-inline .portlet-entry-link,
#mixItUp.offers .listing-entry-inline .listing-more-button,
#mixItUp.offers .listing-entry-inline .portlet-entry-link,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-more-button,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-entry-link,
#portlets_standard .portlet_listing.slider .listing-entry-inline .listing-more-button,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-entry-link {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  text-decoration: none;
  background: none;
  margin-left: auto;
}
@media print {
  #mixItUp.offers .portlet-listing-entry-inline .listing-more-button,
  #mixItUp.offers .portlet-listing-entry-inline .portlet-entry-link,
  #mixItUp.offers .listing-entry-inline .listing-more-button,
  #mixItUp.offers .listing-entry-inline .portlet-entry-link,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-more-button,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-entry-link,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .listing-more-button,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-entry-link {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp.offers .portlet-listing-entry-inline .listing-more-button,
  #mixItUp.offers .portlet-listing-entry-inline .portlet-entry-link,
  #mixItUp.offers .listing-entry-inline .listing-more-button,
  #mixItUp.offers .listing-entry-inline .portlet-entry-link,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-more-button,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-entry-link,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .listing-more-button,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-entry-link {
    font-size: 12px;
    line-height: 17px;
  }
}
#mixItUp.offers .portlet-listing-entry-inline .listing-more-button:after,
#mixItUp.offers .portlet-listing-entry-inline .portlet-entry-link:after,
#mixItUp.offers .listing-entry-inline .listing-more-button:after,
#mixItUp.offers .listing-entry-inline .portlet-entry-link:after,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-more-button:after,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-entry-link:after,
#portlets_standard .portlet_listing.slider .listing-entry-inline .listing-more-button:after,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-entry-link:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#mixItUp.offers .portlet-listing-entry-inline .listing-more-button:hover,
#mixItUp.offers .portlet-listing-entry-inline .portlet-entry-link:hover,
#mixItUp.offers .listing-entry-inline .listing-more-button:hover,
#mixItUp.offers .listing-entry-inline .portlet-entry-link:hover,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-more-button:hover,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-entry-link:hover,
#portlets_standard .portlet_listing.slider .listing-entry-inline .listing-more-button:hover,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-entry-link:hover {
  color: #9d8f7f;
}
#mixItUp.offers .portlet-listing-entry-inline .listing-more-button:hover:after,
#mixItUp.offers .portlet-listing-entry-inline .portlet-entry-link:hover:after,
#mixItUp.offers .listing-entry-inline .listing-more-button:hover:after,
#mixItUp.offers .listing-entry-inline .portlet-entry-link:hover:after,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .listing-more-button:hover:after,
#portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .portlet-entry-link:hover:after,
#portlets_standard .portlet_listing.slider .listing-entry-inline .listing-more-button:hover:after,
#portlets_standard .portlet_listing.slider .listing-entry-inline .portlet-entry-link:hover:after {
  right: -5px;
}

.not_logged_in .portlet-listing-entry[data-entry-id="28"],
.not_logged_in #listing_entry_id_28 {
  display: none !important;
}
.portlet-listing-entry[data-entry-id="28"]:first-child:only-child,
#listing_entry_id_28:first-child:only-child {
  display: block !important;
}

.portlet-listing-entry[data-entry-id="28"]:first-child:nth-last-child(2) {
  display: block !important;
}

#mixItUp.offers {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
}
@media screen and (max-width: 1300px) {
  #mixItUp.offers {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  #mixItUp.offers {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  #mixItUp.offers {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.informations_right {
  display: flex;
  margin: 0;
}
.informations_right .portlet a {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  margin-left: var(--size30);
}
@media print {
  .informations_right .portlet a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .informations_right .portlet a {
    font-size: 12px;
    line-height: 17px;
  }
}
.informations_right .portlet a:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.informations_right .portlet a:hover {
  color: #9d8f7f;
}
.informations_right .portlet a:hover:after {
  right: -5px;
}
.not_logged_in .informations_right .portlet_no_title {
  display: none;
}

.number_of_offers {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
}
@media print {
  .number_of_offers {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .number_of_offers {
    font-size: 12px;
    line-height: 17px;
  }
}

.offers_content .breadcrumb {
  padding-bottom: 0;
  padding-top: var(--size35);
}
.offers_content .breadcrumb + .content_inner {
  padding-top: var(--size50);
  margin-bottom: var(--size60);
}
.offers_content .content_inner {
  margin-bottom: var(--size60);
}

@media screen and (min-width: 700px) {
  #scrolled_sticky_filter-sticky-wrapper {
    height: 0 !important;
  }
}
.listing_filter_sticky_element {
  background: #FAF9F8;
  z-index: 10;
  width: 100% !important;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  max-width: 100%;
  opacity: 0;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1300px) {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .listing_filter_sticky_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-sticky .listing_filter_sticky_element .listing_filter_sticky_element_inner {
  padding-top: var(--size25);
  padding-bottom: var(--size25);
  border-bottom: 1px solid #E3DED9;
  height: auto;
  opacity: 1;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .number_of_offers {
  flex: 1;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet a {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  text-decoration: none;
  background: none;
}
@media print {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet a {
    font-size: 12px;
    line-height: 17px;
  }
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet a:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet a:hover {
  color: #9d8f7f;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet a:hover:after {
  right: -5px;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner a.filter_link {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  text-decoration: none;
  display: flex;
  align-items: baseline;
}
@media print {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner a.filter_link {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner a.filter_link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .listing_filter_sticky_element .listing_filter_sticky_element_inner a.filter_link {
    font-size: 14px;
    line-height: 22px;
  }
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner a.filter_link i {
  margin-right: 8px;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner a.filter_link span:nth-last-child(2) {
  display: block;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner a.filter_link span:last-child {
  display: none;
}
.listing_filter_sticky_element .listing_filter_sticky_element_inner .listing_property_filter {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: none;
}
.listing_filter_sticky_element.open_filter .listing_filter_sticky_element_inner {
  overflow: auto;
  max-height: calc(100vh - 65px);
}
.listing_filter_sticky_element.open_filter .listing_filter_sticky_element_inner a span:nth-last-child(2) {
  display: none;
}
.listing_filter_sticky_element.open_filter .listing_filter_sticky_element_inner a span:last-child {
  display: block;
}
.listing_filter_sticky_element.open_filter .listing_filter_sticky_element_inner .listing_property_filter {
  margin-top: var(--size30);
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.listing_property_filter_wrap {
  background: #FAF9F8;
  overflow: hidden;
}
.listing_property_filter_wrap .listing_property_filter_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  max-width: 1020px;
}
@media print {
  .listing_property_filter_wrap .listing_property_filter_inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .listing_property_filter_wrap .listing_property_filter_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.listing_property_filter_wrap:not(:empty) {
  padding-top: var(--size50);
  padding-bottom: var(--size50);
  border-bottom: 1px solid #E3DED9;
}
.listing_property_filter_wrap .portlet {
  text-align: center;
}
.listing_property_filter_wrap .portlet h3 {
  margin: 0;
  margin-bottom: var(--size35);
}

.listing_property_filter form {
  --gapBetween: var(--size20);
  --gapTop: var(--size20);
  --widthElements: auto;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
}
.listing_property_filter form > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
.listing_property_filter form > * {
  flex: 1 0 33.33%;
  position: relative;
  padding-top: 0;
  margin-top: var(--gapTop);
  margin-bottom: 0;
  align-self: flex-end;
}
.listing_property_filter form .p_select2:not(:first-child):not(:nth-child(2)):not(:nth-child(5)) {
  display: none;
}
.listing_property_filter form select {
  width: 100%;
  height: 45px;
  padding: 1px var(--size15) 2px;
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  border: 1px solid #E3DED9 !important;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media print {
  .listing_property_filter form select {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing_property_filter form select {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .listing_property_filter form select {
    font-size: 15px;
    line-height: 30px;
  }
}
.listing_property_filter form .listing_reset_filter {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  position: relative;
  flex: 0 0 100%;
  text-align: right;
  text-decoration: none;
}
@media print {
  .listing_property_filter form .listing_reset_filter {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .listing_property_filter form .listing_reset_filter {
    font-size: 12px;
    line-height: 17px;
  }
}
.listing_property_filter form .listing_reset_filter:before {
  content: "\f0e2";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.listing_property_filter form .listing_reset_filter:hover {
  color: #000;
}
.listing_property_filter form .listing_search_buttons .listing_search_button_wrap {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print {
  .listing_property_filter form .listing_search_buttons .listing_search_button_wrap {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing_property_filter form .listing_search_buttons .listing_search_button_wrap {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .listing_property_filter form .listing_search_buttons .listing_search_button_wrap {
    font-size: 14px;
    line-height: 22px;
  }
}
.listing_property_filter form .listing_search_buttons .listing_search_button_wrap i {
  margin: 0 8px 0 0;
}
.listing_property_filter form .listing_search_buttons .listing_search_button_wrap:focus, .listing_property_filter form .listing_search_buttons .listing_search_button_wrap:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .listing_property_filter form .listing_search_buttons .listing_search_button_wrap {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .listing_property_filter form .listing_search_buttons .listing_search_button_wrap {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .listing_property_filter form .listing_search_buttons .listing_search_button_wrap {
    display: none !important;
  }
}
.listing_property_filter form .listing_search_buttons .listing_search_button_wrap:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  top: 0;
  margin-right: 4px;
}
.listing_property_filter form .listing_search_buttons .listing_search_button_wrap:after {
  content: "Suche";
  margin-left: 4px;
}
body[lang=fr] .listing_property_filter form .listing_search_buttons .listing_search_button_wrap:after {
  content: "chercher";
}
.listing_property_filter form .listing_search_buttons input {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: none;
  border: none;
  left: 0;
  top: 0;
  pointer-events: all;
}
.listing_property_filter .select2-search--dropdown {
  display: none !important;
}
.listing_property_filter ul.select2-results__options {
  margin-bottom: 0 !important;
}
.listing_property_filter li.select2-results__option {
  text-indent: 0 !important;
}
.listing_property_filter li.select2-results__option:before {
  display: none !important;
}

#detail_offer_wrap {
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
}
#detail_offer_wrap #content {
  width: 100%;
  overflow: hidden;
}
#detail_offer_wrap #content .content_inner {
  max-width: 1020px;
}
#detail_offer_wrap #content > .portlet.hidden {
  display: none !important;
}
#detail_offer_wrap .picture_detail_big {
  position: relative;
}
#detail_offer_wrap h1#page_title {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #detail_offer_wrap h1#page_title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #detail_offer_wrap h1#page_title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #detail_offer_wrap h1#page_title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #detail_offer_wrap h1#page_title {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
#detail_offer_wrap h2.subtitle {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #detail_offer_wrap h2.subtitle {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #detail_offer_wrap h2.subtitle {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #detail_offer_wrap h2.subtitle {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #detail_offer_wrap h2.subtitle {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
#detail_offer_wrap .detail_small_infos {
  display: flex;
  align-items: baseline;
}
#detail_offer_wrap .detail_small_infos .listing-custom-field.price {
  display: none;
}
#detail_offer_wrap .detail_small_infos .days .listing-custom-field-data {
  left: -10px;
}
#detail_offer_wrap .detail_small_infos .listing-custom-field-data {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 2px 10px;
}
@media screen and (max-width: 1000px) {
  #detail_offer_wrap .detail_small_infos .listing-custom-field-data {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  #detail_offer_wrap .detail_small_infos .listing-custom-field-data {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  #detail_offer_wrap .detail_small_infos .listing-custom-field-data {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
#detail_offer_wrap .detail_small_infos .listing-custom-fields-container {
  margin-bottom: calc(var(--size25) * -1);
  left: -10px;
  position: relative;
}
#detail_offer_wrap .scroll_to_price {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  margin-left: var(--size20);
}
@media print {
  #detail_offer_wrap .scroll_to_price {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #detail_offer_wrap .scroll_to_price {
    font-size: 12px;
    line-height: 17px;
  }
}
#detail_offer_wrap .scroll_to_price:first-child {
  margin-left: 0;
  margin-bottom: var(--size20);
}
#detail_offer_wrap .scroll_to_price a {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  background: none;
  margin-left: var(--size15);
}
@media print {
  #detail_offer_wrap .scroll_to_price a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #detail_offer_wrap .scroll_to_price a {
    font-size: 12px;
    line-height: 17px;
  }
}
#detail_offer_wrap .scroll_to_price a:hover {
  color: #9d8f7f;
}
#detail_offer_wrap .listing_entry_detail {
  margin-top: var(--size70);
}

#booking_right_sticky {
  position: sticky;
  top: 88px;
  height: calc(100vh - 88px);
  background: #FAF9F8;
  border-left: 1px solid #E3DED9;
  border-bottom: 1px solid #E3DED9;
  width: 330px;
  flex: 0 0 330px;
  box-sizing: border-box;
}
#booking_right_sticky .booking_right_sticky_inner {
  max-height: calc(100vh - 88px);
  overflow: auto;
  position: sticky;
  top: 88px;
}
#booking_right_sticky #close_sticky {
  background: #FFFFFF;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: 1px solid #E3DED9;
  display: none;
  z-index: 1;
}
#booking_right_sticky .booking_right_inner {
  padding: var(--size30);
  box-sizing: border-box;
}
#booking_right_sticky .booking_right_inner:not(:first-child) {
  border-top: 1px solid #E3DED9;
}
#booking_right_sticky .portlet_listing .portlet-listing-entry-inline:after,
#booking_right_sticky .portlet_listing .portlet-listing-entry-inline:before,
#booking_right_sticky .portlet_listing h3.portlet-title {
  display: none;
}
#booking_right_sticky .portlet_listing .picture {
  border-radius: 100%;
  overflow: hidden;
  width: 125px;
  height: 125px;
  margin-bottom: var(--size15);
}
#booking_right_sticky .portlet_listing .portlet-listing-entry-inline,
#booking_right_sticky .portlet_listing .portlet-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#booking_right_sticky .portlet_listing h3.portlet-entry-subtitle,
#booking_right_sticky .portlet_listing h4 {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  #booking_right_sticky .portlet_listing h3.portlet-entry-subtitle,
  #booking_right_sticky .portlet_listing h4 {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #booking_right_sticky .portlet_listing h3.portlet-entry-subtitle,
  #booking_right_sticky .portlet_listing h4 {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #booking_right_sticky .portlet_listing h3.portlet-entry-subtitle,
  #booking_right_sticky .portlet_listing h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
#booking_right_sticky .portlet_listing h4 {
  margin-bottom: var(--size5);
}
#booking_right_sticky .portlet_listing h3.portlet-entry-subtitle {
  font-weight: 400;
  margin: 0;
}
#booking_right_sticky .portlet_listing .portlet_listing_link {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  margin-top: var(--size25);
}
@media print {
  #booking_right_sticky .portlet_listing .portlet_listing_link {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #booking_right_sticky .portlet_listing .portlet_listing_link {
    font-size: 12px;
    line-height: 17px;
  }
}
#booking_right_sticky .portlet_listing .portlet_listing_link:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#booking_right_sticky .portlet_listing .portlet_listing_link:hover {
  color: #9d8f7f;
}
#booking_right_sticky .portlet_listing .portlet_listing_link:hover:after {
  right: -5px;
}
#booking_right_sticky .listing-custom-fields-container {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#booking_right_sticky .listing-custom-field.days, #booking_right_sticky .listing-custom-field.nights {
  display: none;
}
#booking_right_sticky .listing-custom-field.price .listing-custom-field-data {
  font-weight: 600;
}
#booking_right_sticky .listing-custom-field.standard_informations {
  display: block;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  color: #000;
  margin-top: var(--size15);
  text-align: center;
}
@media print {
  #booking_right_sticky .listing-custom-field.standard_informations {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #booking_right_sticky .listing-custom-field.standard_informations {
    font-size: 12px;
    line-height: 17px;
  }
}
#booking_right_sticky .scroll_to_price {
  margin-top: var(--size25);
  margin-left: 0;
}
#booking_right_sticky .scroll_to_price a {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  text-decoration: none;
  justify-content: center;
}
@media print {
  #booking_right_sticky .scroll_to_price a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #booking_right_sticky .scroll_to_price a {
    font-size: 12px;
    line-height: 17px;
  }
}
#booking_right_sticky .scroll_to_price a:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#booking_right_sticky .scroll_to_price a:hover {
  color: #9d8f7f;
}
#booking_right_sticky .scroll_to_price a:hover:after {
  right: -5px;
}
#booking_right_sticky .booking_form_listing_detail {
  margin-top: var(--size40);
}
#booking_right_sticky .booking_form_listing_detail + .portlet {
  margin-top: var(--size20);
}
#booking_right_sticky .booking_form_listing_detail + .portlet h3 {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  #booking_right_sticky .booking_form_listing_detail + .portlet h3 {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #booking_right_sticky .booking_form_listing_detail + .portlet h3 {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #booking_right_sticky .booking_form_listing_detail + .portlet h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
#booking_right_sticky .booking_form_listing_detail + .portlet a.portlet_content_link {
  color: #000;
  text-decoration: none;
  hyphens: auto;
  background: linear-gradient(to right, #999, #999), linear-gradient(to right, #E30613, #E30613);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  text-decoration: none;
}
#booking_right_sticky .booking_form_listing_detail + .portlet a.portlet_content_link:hover, #booking_right_sticky .booking_form_listing_detail + .portlet a.portlet_content_link:focus {
  background-size: 0 0.05em, 100% 0.05em;
}
.not_logged_in #booking_right_sticky .booking_form_listing_detail + .portlet {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  display: block;
}
#booking_right_sticky .booking_form_listing_detail h4 {
  margin-bottom: var(--size5);
  text-align: center;
}
#booking_right_sticky .booking_form_listing_detail .booking_element {
  margin-top: var(--size15);
}
#booking_right_sticky .booking_form_listing_detail .booking_element.submit input {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media print {
  #booking_right_sticky .booking_form_listing_detail .booking_element.submit input {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #booking_right_sticky .booking_form_listing_detail .booking_element.submit input {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #booking_right_sticky .booking_form_listing_detail .booking_element.submit input {
    font-size: 14px;
    line-height: 22px;
  }
}
#booking_right_sticky .booking_form_listing_detail .booking_element.submit input i {
  margin: 0 8px 0 0;
}
#booking_right_sticky .booking_form_listing_detail .booking_element.submit input:focus, #booking_right_sticky .booking_form_listing_detail .booking_element.submit input:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #booking_right_sticky .booking_form_listing_detail .booking_element.submit input {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #booking_right_sticky .booking_form_listing_detail .booking_element.submit input {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #booking_right_sticky .booking_form_listing_detail .booking_element.submit input {
    display: none !important;
  }
}
#booking_right_sticky .booking_form_listing_detail .booking_element.disable {
  pointer-events: none;
}
#booking_right_sticky .booking_form_listing_detail .booking_element.disable .select2-container:before,
#booking_right_sticky .booking_form_listing_detail .booking_element.disable .select2-selection__placeholder {
  color: #999;
}
#booking_right_sticky .booking_form_listing_detail .booking_element.disable.submit {
  opacity: 0.6;
}
#booking_right_sticky .booking_form_listing_detail .booking_element .select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 270px;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

/* @group google maps */
.google_iframe_wrap {
  height: calc(100vh - 109px);
  position: relative;
  overflow: hidden;
}
.google_iframe_wrap + .pictures {
  display: none;
}
.google_iframe_wrap iframe {
  width: 100% !important;
  height: 100% !important;
}
.google_iframe_wrap .resource_background {
  height: 100%;
}

#google_map {
  width: 100% !important;
}
#google_map #module_map {
  width: 100% !important;
}
#google_map .gm-style .gm-style-iw-c {
  border-radius: 4px;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  padding: 14px 18px;
}
@media print {
  #google_map .gm-style .gm-style-iw-c {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #google_map .gm-style .gm-style-iw-c {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #google_map .gm-style .gm-style-iw-c {
    font-size: 14px;
    line-height: 22px;
  }
}
#google_map .gm-style .gm-style-iw-c h2 {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
}
@media print {
  #google_map .gm-style .gm-style-iw-c h2 {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #google_map .gm-style .gm-style-iw-c h2 {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  #google_map .gm-style .gm-style-iw-c h2 {
    font-size: 15px;
    line-height: 30px;
  }
}
#google_map .gm-style .gm-style-iw-c p:empty {
  display: none;
}
#google_map .gm-style .gm-style-iw-c p:nth-last-child(2) {
  margin-bottom: 0;
}
#google_map .gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
}
#google_map .gm-style .gm-style-iw-c a {
  color: #000;
  text-decoration: none;
  hyphens: auto;
  background: linear-gradient(to right, #999, #999), linear-gradient(to right, #E30613, #E30613);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
#google_map .gm-style .gm-style-iw-c a:hover, #google_map .gm-style .gm-style-iw-c a:focus {
  background-size: 0 0.05em, 100% 0.05em;
}

/* @end */
/* @group mailform */
.mod_mailform #mailform_content {
  max-width: 960px;
}
.mod_mailform #mailform_content:not(:first-child) {
  margin-top: var(--size80);
}
.mod_mailform form:not(:first-child) {
  margin-top: var(--size80);
}
.mod_mailform .mailform_element {
  overflow: visible;
}
.mod_mailform .mailform_element:not(:first-child) {
  margin-top: var(--size20);
}
.mod_mailform .mailform_element p {
  position: relative;
  margin-bottom: 0;
}
.mod_mailform .mailform_element.heading2_field:not(:first-child) {
  margin-top: var(--size60);
}
.mod_mailform .mailform_element h2 {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .mod_mailform .mailform_element h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform .mailform_element h2 {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  .mod_mailform .mailform_element h2 {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
.mod_mailform #mailform_submit_button {
  margin-top: var(--size20);
  display: flex;
  justify-content: flex-start;
}
.mod_mailform #mailform_submit_button label {
  display: none;
}
.mod_mailform.mod_action_mailform_error .content_inner h1, .mod_mailform.mod_action_mailform_sent .content_inner h1 {
  display: none;
}
.mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: var(--size30);
}
@media screen and (max-width: 1000px) {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
.mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  color: #000;
}
@media print {
  .mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
    font-size: 15px;
    line-height: 30px;
  }
}

.logged_in .portlet_inline_form form {
  flex-flow: column;
}
.logged_in .portlet_inline_form form .select2-container {
  max-width: 100% !important;
}

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

.listing_search_filter label,
.listing_property_filter .p_select2 label,
.inline_form_wrapper p label,
.mailform_element label,
#mailform_submit_button label,
.login_form label {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  display: block;
  margin-bottom: var(--size5);
}
@media print {
  .listing_search_filter label,
  .listing_property_filter .p_select2 label,
  .inline_form_wrapper p label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .listing_search_filter label,
  .listing_property_filter .p_select2 label,
  .inline_form_wrapper p label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    font-size: 12px;
    line-height: 17px;
  }
}

.booking_form_listing_detail input,
.inline_form_wrapper input,
.newsletter_element input,
.listing_search_wrap input,
.form_element input,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
  text-transform: none;
  width: 100%;
  height: 45px;
  border: none;
  border: 1px solid #E3DED9;
  padding: 3px var(--size15) 4px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media print {
  .booking_form_listing_detail input,
  .inline_form_wrapper input,
  .newsletter_element input,
  .listing_search_wrap input,
  .form_element input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .booking_form_listing_detail input,
  .inline_form_wrapper input,
  .newsletter_element input,
  .listing_search_wrap input,
  .form_element input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .booking_form_listing_detail input,
  .inline_form_wrapper input,
  .newsletter_element input,
  .listing_search_wrap input,
  .form_element input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font-size: 14px;
    line-height: 22px;
  }
}
.booking_form_listing_detail input::-webkit-input-placeholder,
.inline_form_wrapper input::-webkit-input-placeholder,
.newsletter_element input::-webkit-input-placeholder,
.listing_search_wrap input::-webkit-input-placeholder,
.form_element input::-webkit-input-placeholder,
.add_portlet select::-webkit-input-placeholder,
.mailform_element input::-webkit-input-placeholder,
.mailform_element textarea::-webkit-input-placeholder,
.login_form input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  text-transform: normal;
}
.booking_form_listing_detail input:-moz-placeholder,
.inline_form_wrapper input:-moz-placeholder,
.newsletter_element input:-moz-placeholder,
.listing_search_wrap input:-moz-placeholder,
.form_element input:-moz-placeholder,
.add_portlet select:-moz-placeholder,
.mailform_element input:-moz-placeholder,
.mailform_element textarea:-moz-placeholder,
.login_form input:-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: normal;
}
.booking_form_listing_detail input::-moz-placeholder,
.inline_form_wrapper input::-moz-placeholder,
.newsletter_element input::-moz-placeholder,
.listing_search_wrap input::-moz-placeholder,
.form_element input::-moz-placeholder,
.add_portlet select::-moz-placeholder,
.mailform_element input::-moz-placeholder,
.mailform_element textarea::-moz-placeholder,
.login_form input::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: normal;
}
.booking_form_listing_detail input:-ms-input-placeholder,
.inline_form_wrapper input:-ms-input-placeholder,
.newsletter_element input:-ms-input-placeholder,
.listing_search_wrap input:-ms-input-placeholder,
.form_element input:-ms-input-placeholder,
.add_portlet select:-ms-input-placeholder,
.mailform_element input:-ms-input-placeholder,
.mailform_element textarea:-ms-input-placeholder,
.login_form input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  text-transform: normal;
}
.booking_form_listing_detail input:hover, .booking_form_listing_detail input:focus,
.inline_form_wrapper input:hover,
.inline_form_wrapper input:focus,
.newsletter_element input:hover,
.newsletter_element input:focus,
.listing_search_wrap input:hover,
.listing_search_wrap input:focus,
.form_element input:hover,
.form_element input:focus,
.add_portlet select:hover,
.add_portlet select:focus,
.mailform_element input:hover,
.mailform_element input:focus,
.mailform_element textarea:hover,
.mailform_element textarea:focus,
.login_form input:hover,
.login_form input:focus {
  border-color: #B3A89C;
  color: #000;
}
.booking_form_listing_detail input:-webkit-autofill,
.inline_form_wrapper input:-webkit-autofill,
.newsletter_element input:-webkit-autofill,
.listing_search_wrap input:-webkit-autofill,
.form_element input:-webkit-autofill,
.add_portlet select:-webkit-autofill,
.mailform_element input:-webkit-autofill,
.mailform_element textarea:-webkit-autofill,
.login_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.booking_form_listing_detail input.tooltip,
.inline_form_wrapper input.tooltip,
.newsletter_element input.tooltip,
.listing_search_wrap input.tooltip,
.form_element input.tooltip,
.add_portlet select.tooltip,
.mailform_element input.tooltip,
.mailform_element textarea.tooltip,
.login_form input.tooltip {
  width: calc(100% - 22px);
}

.mailform_element textarea {
  height: 200px;
  display: block;
  padding-top: 8px;
}

.inline_form_wrapper p {
  position: relative;
}
.inline_form_wrapper p input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: unset;
}
.inline_form_wrapper p input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: unset;
}
.inline_form_wrapper p input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: unset;
}
.inline_form_wrapper p input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: unset;
}
.inline_form_wrapper div.sendButtonWrap {
  margin-left: auto;
}

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

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

span.required {
  color: #B3A89C !important;
  font-weight: 700;
  padding: 0 0 0 2px;
}

div.invalid textarea,
div.invalid input,
div.mailform_error textarea,
div.mailform_error input {
  border-color: #E30613 !important;
}
div.invalid label,
div.mailform_error label {
  color: #E30613;
  font-weight: 600;
}
div.invalid label span.required,
div.mailform_error label span.required {
  color: #E30613 !important;
}
div.invalid.mailform_element > .checkbox_field p label a, div.invalid.mailform_element.checkbox_field p label a,
div.mailform_error.mailform_element > .checkbox_field p label a,
div.mailform_error.mailform_element.checkbox_field p label a {
  color: #E30613 !important;
}
div.invalid > .checkbox_field label.checkbox, div.invalid.checkbox_field label.checkbox,
div.mailform_error > .checkbox_field label.checkbox,
div.mailform_error.checkbox_field label.checkbox {
  color: #E30613 !important;
}
div.invalid > .checkbox_field label.checkbox a, div.invalid.checkbox_field label.checkbox a,
div.mailform_error > .checkbox_field label.checkbox a,
div.mailform_error.checkbox_field label.checkbox a {
  color: #E30613;
  text-decoration-color: #E30613;
}

.login_form form > p:last-child input,
#mailform_submit_button div input {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    font-size: 14px;
    line-height: 22px;
  }
}
.login_form form > p:last-child input i,
#mailform_submit_button div input i {
  margin: 0 8px 0 0;
}
.login_form form > p:last-child input:focus, .login_form form > p:last-child input:hover,
#mailform_submit_button div input:focus,
#mailform_submit_button div input:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    display: none !important;
  }
}

.login_form {
  max-width: 600px;
}
.login_form > p {
  margin-bottom: 40px !important;
}
.login_form form > p {
  position: relative;
}
.login_form form > p:last-child {
  margin-top: var(--size40);
}
.login_form .p_remember_me_checkbox label {
  padding: 0;
}
.login_form .p_remember_me_checkbox + .cf + p label {
  display: none;
}
.login_form form + p {
  display: none;
}

.p_remember_me_checkbox .checkbox_wrap,
.mailform_element > .checkbox_field,
.mailform_element.checkbox_field {
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap p,
.mailform_element > .checkbox_field p,
.mailform_element.checkbox_field p {
  width: 100%;
  float: right;
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap input,
.mailform_element > .checkbox_field input,
.mailform_element.checkbox_field input {
  display: none;
}
.p_remember_me_checkbox .checkbox_wrap + .cf + .checkbox_field, .p_remember_me_checkbox .checkbox_wrap + .checkbox_field,
.mailform_element > .checkbox_field + .cf + .checkbox_field,
.mailform_element > .checkbox_field + .checkbox_field,
.mailform_element.checkbox_field + .cf + .checkbox_field,
.mailform_element.checkbox_field + .checkbox_field {
  margin-top: var(--size15);
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox,
.mailform_element > .checkbox_field label.checkbox,
.mailform_element.checkbox_field label.checkbox {
  width: auto;
  float: none;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
  position: relative;
  top: auto !important;
  left: 0;
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  color: #000;
  letter-spacing: 0;
  padding-left: 32px;
  font-weight: 400;
  margin-top: 0;
}
@media print {
  .p_remember_me_checkbox .checkbox_wrap label.checkbox,
  .mailform_element > .checkbox_field label.checkbox,
  .mailform_element.checkbox_field label.checkbox {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .p_remember_me_checkbox .checkbox_wrap label.checkbox,
  .mailform_element > .checkbox_field label.checkbox,
  .mailform_element.checkbox_field label.checkbox {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .p_remember_me_checkbox .checkbox_wrap label.checkbox,
  .mailform_element > .checkbox_field label.checkbox,
  .mailform_element.checkbox_field label.checkbox {
    font-size: 15px;
    line-height: 30px;
  }
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox a,
.mailform_element > .checkbox_field label.checkbox a,
.mailform_element.checkbox_field label.checkbox a {
  color: #000;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox a:hover,
.mailform_element > .checkbox_field label.checkbox a:hover,
.mailform_element.checkbox_field label.checkbox a:hover {
  color: #000;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
.mailform_element > .checkbox_field label.checkbox:before,
.mailform_element.checkbox_field label.checkbox:before {
  content: "\f0c8";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #E3DED9;
  font-weight: 300;
  background: #FFFFFF;
  border-radius: 6px;
  width: 20px;
  height: 22px;
  margin-top: -12px;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.mailform_element > .checkbox_field label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:after {
  content: "\f14a";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #B3A89C;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  background: none;
  z-index: 4;
  margin-top: -12px;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element > .checkbox_field input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  opacity: 0;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:after,
.mailform_element > .checkbox_field input:checked + label:after,
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.p_remember_me_checkbox .checkbox_wrap input + label,
.mailform_element > .checkbox_field input + label,
.mailform_element.checkbox_field input + label {
  opacity: 1 !important;
}

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

.mailform_element.radio_field {
  position: relative;
}
.mailform_element.radio_field .wrap_radio_buttons > label {
  width: 100%;
}
.mailform_element.radio_field .multiple_radio_inputs {
  width: 100%;
  position: relative;
}
.mailform_element.radio_field input {
  display: none;
}
.mailform_element.radio_field .radio_item {
  display: inline-block;
  position: relative;
}
.mailform_element.radio_field label {
  left: 0;
  position: relative;
  padding-bottom: 0;
}
.mailform_element.radio_field label.radio {
  width: auto;
  float: none;
  cursor: pointer;
  display: block;
  padding: 0;
  margin-right: 30px;
  text-align: left;
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  left: 0;
  top: 0 !important;
  padding-left: 30px;
  margin-bottom: 0;
}
@media print {
  .mailform_element.radio_field label.radio {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .mailform_element.radio_field label.radio {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .mailform_element.radio_field label.radio {
    font-size: 15px;
    line-height: 30px;
  }
}
.mailform_element.radio_field label.radio:after, .mailform_element.radio_field label.radio:before {
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #E3DED9;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-weight: 300;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.mailform_element.radio_field label.radio:before {
  background: #FFFFFF;
}
.mailform_element.radio_field label.radio:after {
  content: "\f192";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #B3A89C;
  background: none;
  z-index: 4;
}
.mailform_element.radio_field input:checked + label.radio:before {
  color: #fff;
}
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

.time_field .select2-container {
  width: calc(35% - 10px) !important;
}
.time_field .separator {
  width: 20px;
  display: inline-block;
  text-align: center;
}

.not_logged_in select {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  padding: 6px 16px;
  border-color: #E3DED9;
  overflow: hidden;
}
@media print {
  .not_logged_in select {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .not_logged_in select {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .not_logged_in select {
    font-size: 14px;
    line-height: 22px;
  }
}
.not_logged_in select option:checked,
.not_logged_in select option {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  padding: 7px 0;
  background: #fff !important;
}
@media print {
  .not_logged_in select option:checked,
  .not_logged_in select option {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .not_logged_in select option:checked,
  .not_logged_in select option {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .not_logged_in select option:checked,
  .not_logged_in select option {
    font-size: 14px;
    line-height: 22px;
  }
}

.select2-container {
  width: 100% !important;
  position: relative;
}
.select2-container.chosen-single:before {
  display: none !important;
}
.select2-container:before {
  content: "\f107";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: black;
  right: var(--size15);
  width: 13px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  background: none;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  background: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: none !important;
  border: none;
}
.select2-container .select2-selection__arrow {
  display: none;
}
.select2-container li {
  padding: 0;
}
.select2-container li:before {
  display: none;
}
.select2-container.select2-container--open:before, .select2-container.select2-container--focus:before, .select2-container:hover:before {
  color: #000;
}
.select2-container.select2-container--open .select2-selection--single, .select2-container.select2-container--focus .select2-selection--single, .select2-container:hover .select2-selection--single {
  border-color: #B3A89C;
  color: #000;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered, .select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered, .select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.select2-container .select2-selection--single {
  border: 1px solid #E3DED9;
  border-radius: 8px;
  background: #fff;
  height: 45px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: auto;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.select2-container .select2-selection--single input {
  margin-top: 0;
  padding: 4px 0 6px 8px;
  -webkit-transition: all 0s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0s cubic-bezier(0.42, 0, 0.58, 1);
  height: 37px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  padding: 9px 30px 4px var(--size15);
  font-weight: 400;
  color: black;
}
@media print {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 22px;
  }
}
.select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
}
.select2-container .select2-dropdown {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  border: 1px solid #B3A89C;
  border-top: none;
  background: #fff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  margin-top: -1px;
  border-top: none;
  color: black;
}
@media print {
  .select2-container .select2-dropdown {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .select2-container .select2-dropdown {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .select2-container .select2-dropdown {
    font-size: 15px;
    line-height: 30px;
  }
}
.select2-container .select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  margin-bottom: -1px;
  margin-top: 0;
  border: 1px solid #B3A89C;
  border-bottom: none;
}
.select2-container .select2-dropdown li {
  padding: 2px var(--size15) 5px;
}
.select2-container .select2-dropdown li[aria-selected=true] {
  background: #FAF9F8;
  color: #999;
}
.select2-container .select2-dropdown li.select2-results__option--highlighted {
  background: #B3A89C;
  color: #fff;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  padding: 7px 10px 4px;
  margin: 5px 0 0 0;
  width: 285px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 24px 0 rgba(0, 0, 0, 0.3);
}
@media print {
  .ui-datepicker.ui-widget {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget {
    font-size: 12px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget table {
  margin-bottom: 0;
  margin-top: 4px;
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 12px 10px 12px;
  background: #B3A89C;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget .ui-widget-header {
    font-size: 12px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  padding: 1px;
  height: auto;
  border: none;
  margin: 0 5px;
  background: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font-size: 12px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 1px solid #B3A89C;
}
.ui-datepicker.ui-widget table tr:nth-child(2n),
.ui-datepicker.ui-widget table thead {
  background: transparent;
}
.ui-datepicker.ui-widget th {
  padding: 6px 2px 8px;
  text-transform: none;
  background: none;
  border: 0;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget th {
    font-size: 12px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
}
@media print {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font-size: 12px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 4px 2px 5px;
  color: #999;
  border: none;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 4px;
}
.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #f2efec;
  color: #000;
  border-color: #f2efec;
}
.ui-datepicker.ui-widget .ui-state-default:hover, .ui-datepicker.ui-widget .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-active {
  background: #B3A89C;
  color: #fff;
  border-color: #B3A89C;
}
.ui-datepicker.ui-widget .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-disabled {
  opacity: 0.7;
}
.ui-datepicker.ui-widget table thead,
.ui-datepicker.ui-widget table tbody {
  padding: 0 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  top: 8px !important;
  cursor: pointer;
  border: 0;
  left: 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  font-weight: 300;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.ui-datepicker.ui-widget .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
  background: none;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  opacity: 0.8;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover span,
.ui-datepicker.ui-widget .ui-datepicker-next:hover span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  left: auto;
  right: 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

.mailform_element {
  position: relative;
}

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

.css_buchungsanfrage #header {
  background: #FAF9F8 !important;
  border-bottom: none !important;
}
.css_buchungsanfrage #header .header_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  max-width: 1020px;
}
@media print {
  .css_buchungsanfrage #header .header_inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .css_buchungsanfrage #header .header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.css_buchungsanfrage #header .backlink {
  display: flex;
}
.css_buchungsanfrage.logged_in .mailform_tab_navigation {
  display: none !important;
}
.css_buchungsanfrage.logged_in .mailform_element h2 {
  display: block !important;
  border-bottom: 1px solid #E3DED9;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  padding-bottom: var(--size10);
  margin-bottom: var(--size30);
  color: #B3A89C;
}
@media print {
  .css_buchungsanfrage.logged_in .mailform_element h2 {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .css_buchungsanfrage.logged_in .mailform_element h2 {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .css_buchungsanfrage.logged_in .mailform_element h2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.css_buchungsanfrage #module_mailform > h2:first-child {
  margin-top: var(--size100);
}
.css_buchungsanfrage .message {
  margin-top: var(--size20);
  margin-bottom: var(--size20);
}
.css_buchungsanfrage .message + .mailform_tab_entry_wrap {
  margin-top: var(--size20);
}
.css_buchungsanfrage .responsive_navigation_toggle_wrap,
.css_buchungsanfrage .portlet_icons_bottom,
.css_buchungsanfrage #mailform_elements > .field_wrap_hp,
.css_buchungsanfrage #mailform_elements > #mailform_submit_button,
.css_buchungsanfrage #mailform_elements > .mailform_element,
.css_buchungsanfrage #navigation,
.css_buchungsanfrage #footer,
.css_buchungsanfrage #header .header_right > a:first-child,
.css_buchungsanfrage #header .header_right > a:last-child,
.css_buchungsanfrage .content_inner:first-child,
.css_buchungsanfrage .breadcrumb {
  display: none;
}
.css_buchungsanfrage .content_inner + .content_inner .content_small {
  margin: auto;
}
.css_buchungsanfrage form:not(:first-child) {
  margin-top: var(--size50);
}
.css_buchungsanfrage #mailform_elements > input,
.css_buchungsanfrage #mailform_elements .mailform_tab_entry_wrap > div {
  display: none;
}
.css_buchungsanfrage #tab_0:checked ~ .mailform_tab_entry_wrap .mailform_tab_entry[data-index=tab_0],
.css_buchungsanfrage #tab_1:checked ~ .mailform_tab_entry_wrap .mailform_tab_entry[data-index=tab_1],
.css_buchungsanfrage #tab_2:checked ~ .mailform_tab_entry_wrap .mailform_tab_entry[data-index=tab_2],
.css_buchungsanfrage #tab_3:checked ~ .mailform_tab_entry_wrap .mailform_tab_entry[data-index=tab_3],
.css_buchungsanfrage #tab_4:checked ~ .mailform_tab_entry_wrap .mailform_tab_entry[data-index=tab_4],
.css_buchungsanfrage #tab_5:checked ~ .mailform_tab_entry_wrap .mailform_tab_entry[data-index=tab_5] {
  display: block;
}
.css_buchungsanfrage #tab_0:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_0]:before,
.css_buchungsanfrage #tab_1:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_1]:before,
.css_buchungsanfrage #tab_2:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_2]:before,
.css_buchungsanfrage #tab_3:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_3]:before,
.css_buchungsanfrage #tab_4:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_4]:before,
.css_buchungsanfrage #tab_5:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_5]:before {
  content: "\f192";
  color: #E30613;
  font-weight: 700;
}
.css_buchungsanfrage #tab_0:checked ~ .mailform_tab_navigation .tab_navigation {
  pointer-events: none;
}
.css_buchungsanfrage #tab_1:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_0]:before {
  content: "\f058";
  color: #000;
  font-weight: 700;
}
.css_buchungsanfrage #tab_1:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_2], .css_buchungsanfrage #tab_1:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_3], .css_buchungsanfrage #tab_1:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_4], .css_buchungsanfrage #tab_1:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_5] {
  pointer-events: none;
}
.css_buchungsanfrage #tab_2:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_1]:before, .css_buchungsanfrage #tab_2:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_0]:before {
  content: "\f058";
  color: #000;
  font-weight: 700;
}
.css_buchungsanfrage #tab_2:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_3], .css_buchungsanfrage #tab_2:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_4], .css_buchungsanfrage #tab_2:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_5] {
  pointer-events: none;
}
.css_buchungsanfrage #tab_3:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_2]:before, .css_buchungsanfrage #tab_3:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_1]:before, .css_buchungsanfrage #tab_3:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_0]:before {
  content: "\f058";
  color: #000;
  font-weight: 700;
}
.css_buchungsanfrage #tab_3:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_4], .css_buchungsanfrage #tab_3:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_5] {
  pointer-events: none;
}
.css_buchungsanfrage #tab_4:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_3]:before, .css_buchungsanfrage #tab_4:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_2]:before, .css_buchungsanfrage #tab_4:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_1]:before, .css_buchungsanfrage #tab_4:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_0]:before {
  content: "\f058";
  color: #000;
  font-weight: 700;
}
.css_buchungsanfrage #tab_4:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_4] {
  pointer-events: none;
}
.css_buchungsanfrage #tab_5:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_4]:before, .css_buchungsanfrage #tab_5:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_3]:before, .css_buchungsanfrage #tab_5:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_2]:before, .css_buchungsanfrage #tab_5:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_1]:before, .css_buchungsanfrage #tab_5:checked ~ .mailform_tab_navigation .tab_navigation[for=tab_0]:before {
  content: "\f058";
  color: #000;
  font-weight: 700;
}
.css_buchungsanfrage .mailform_tab_navigation {
  background: #F1EEEC;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: var(--size60);
  padding: var(--size30);
  border-radius: 8px;
}
.css_buchungsanfrage .mailform_tab_navigation label {
  position: relative;
  width: 150px;
  text-align: center;
  margin: 0 10px;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  padding-top: var(--size45);
}
@media print {
  .css_buchungsanfrage .mailform_tab_navigation label {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .css_buchungsanfrage .mailform_tab_navigation label {
    font-size: 12px;
    line-height: 17px;
  }
}
.css_buchungsanfrage .mailform_tab_navigation label:before {
  content: "\f111";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: -12px;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
}
.css_buchungsanfrage .mailform_tab_navigation label:not(:last-child):after {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 174px;
  height: 3px;
  display: block;
  background: #000;
}
.css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label {
  width: 140px;
}
.css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label:not(:last-child):after {
  width: 150px;
}
.css_buchungsanfrage .mailform_tab_entry_wrap {
  margin-top: var(--size35);
}
.css_buchungsanfrage .mailform_tab_entry .mailform_tab_entry_inner {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  padding: var(--size40) var(--size50);
}
.css_buchungsanfrage .mailform_tab_entry h2 {
  display: none;
}
.css_buchungsanfrage .mailform_tab_entry .heading3_field + .heading3_field,
.css_buchungsanfrage .mailform_tab_entry .heading2_field + .heading3_field {
  margin-top: 0;
}
.css_buchungsanfrage .mailform_tab_entry .heading2_field + .heading3_field h3 {
  font-weight: 800;
}
.css_buchungsanfrage .mailform_tab_entry .heading3_field {
  margin-bottom: var(--size40);
  margin-top: var(--size45);
}
.css_buchungsanfrage .mailform_tab_entry .heading3_field + .heading3_field {
  margin-top: calc(-1 * var(--size40));
}
.css_buchungsanfrage .mailform_tab_entry h3 {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .css_buchungsanfrage .mailform_tab_entry h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  .css_buchungsanfrage .mailform_tab_entry h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .css_buchungsanfrage .mailform_tab_entry h3 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  .css_buchungsanfrage .mailform_tab_entry h3 {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
.css_buchungsanfrage .mailform_tab_entry .infotext_field {
  margin-bottom: 35px !important;
  width: 100%;
}
.css_buchungsanfrage .mailform_tab_entry span.required {
  color: #000 !important;
}
.css_buchungsanfrage .mailform_tab_entry .mailform_element p {
  display: flex;
  align-items: center;
}
.css_buchungsanfrage .mailform_tab_entry .mailform_element label {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  flex: 0 0 280px;
}
@media print {
  .css_buchungsanfrage .mailform_tab_entry .mailform_element label {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .css_buchungsanfrage .mailform_tab_entry .mailform_element label {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .css_buchungsanfrage .mailform_tab_entry .mailform_element label {
    font-size: 14px;
    line-height: 22px;
  }
}
.css_buchungsanfrage .mailform_tab_entry .mailform_element.text_field p {
  align-items: flex-start;
}
.css_buchungsanfrage .mailform_tab_entry .mailform_element input#BookingCategory,
.css_buchungsanfrage .mailform_tab_entry .mailform_element input#BookingDays {
  pointer-events: none;
  border: none;
  padding: 0 !important;
  color: #000;
  height: 30px !important;
}
.css_buchungsanfrage .mailform_tab_entry .checkbox_field {
  margin-left: 280px;
}
.css_buchungsanfrage .mailform_tab_entry .checkbox_field label {
  width: 100%;
  flex: unset !important;
  font-weight: 400;
}
.css_buchungsanfrage .mailform_tab_entry .next_prev_links {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--size30);
  margin-bottom: var(--size80);
}
.css_buchungsanfrage .mailform_tab_entry .next_prev_links label {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print {
  .css_buchungsanfrage .mailform_tab_entry .next_prev_links label {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .css_buchungsanfrage .mailform_tab_entry .next_prev_links label {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .css_buchungsanfrage .mailform_tab_entry .next_prev_links label {
    font-size: 14px;
    line-height: 22px;
  }
}
.css_buchungsanfrage .mailform_tab_entry .next_prev_links label i {
  margin: 0 8px 0 0;
}
.css_buchungsanfrage .mailform_tab_entry .next_prev_links label:focus, .css_buchungsanfrage .mailform_tab_entry .next_prev_links label:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .css_buchungsanfrage .mailform_tab_entry .next_prev_links label {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .css_buchungsanfrage .mailform_tab_entry .next_prev_links label {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .css_buchungsanfrage .mailform_tab_entry .next_prev_links label {
    display: none !important;
  }
}
.css_buchungsanfrage .mailform_tab_entry .next_prev_links label.prev {
  background: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
  margin-right: auto;
}
.css_buchungsanfrage .mailform_tab_entry .next_prev_links label.prev:hover {
  background: #e9e5e0;
  border-color: #e9e5e0;
}
.css_buchungsanfrage .mailform_tab_entry #mailform_submit_button {
  margin-top: 0;
}
.css_buchungsanfrage #module_mailform .cf + .mailform_element.checkbox_field textarea,
.css_buchungsanfrage #module_mailform .cf + .mailform_element.checkbox_field input,
.css_buchungsanfrage #module_mailform .mailform_element.text_field textarea,
.css_buchungsanfrage #module_mailform .mailform_element.text_field input,
.css_buchungsanfrage #module_mailform .mailform_element.email_field textarea,
.css_buchungsanfrage #module_mailform .mailform_element.email_field input,
.css_buchungsanfrage #module_mailform .mailform_element.integer_field textarea,
.css_buchungsanfrage #module_mailform .mailform_element.integer_field input,
.css_buchungsanfrage #module_mailform .mailform_element.input_field textarea,
.css_buchungsanfrage #module_mailform .mailform_element.input_field input {
  max-width: calc(100% - 180px);
}
.css_buchungsanfrage #module_mailform .cf + .mailform_element.checkbox_field label,
.css_buchungsanfrage #module_mailform .mailform_element.text_field label,
.css_buchungsanfrage #module_mailform .mailform_element.email_field label,
.css_buchungsanfrage #module_mailform .mailform_element.integer_field label,
.css_buchungsanfrage #module_mailform .mailform_element.input_field label {
  font-size: 15px;
  width: 180px;
}
.css_buchungsanfrage #module_mailform .cf + .mailform_element.checkbox_field input + label {
  margin-left: 180px;
}

/* @end */
/* @group sitemap */
ul.sitemap li {
  margin: 0;
  padding: 0;
  text-indent: 0 !important;
}
ul.sitemap li:before {
  display: none;
}
ul.sitemap li.level1 + li.level0 {
  margin-top: 10px !important;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
.picture {
  float: none;
}
.picture a.resource_link {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  box-shadow: none;
  /*&:before {
  	@include before(100%,100%,rgba($primary_color,0.7),0,0);
  	z-index: 1;
  	pointer-events: none;
  	border-radius: 0;
  	opacity: 0;
  	visibility: hidden;
  	@include transition(0.3s);
  }*/
}
.picture a.resource_link a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}
.picture a.resource_link:hover {
  /*&:before {
  	opacity: 1;
  	visibility: visible;
  }*/
}
.picture a.resource_link:hover a img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.picture .resource_subtitle {
  display: none !important;
}
.picture .resource_description {
  clip: unset;
  width: auto;
  height: auto;
  position: relative;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  margin-top: var(--size10);
}
@media print {
  .picture .resource_description {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .picture .resource_description {
    font-size: 12px;
    line-height: 17px;
  }
}
.picture .resource_description h2 {
  display: block;
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  margin: 0;
}
@media print {
  .picture .resource_description h2 {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .picture .resource_description h2 {
    font-size: 12px;
    line-height: 17px;
  }
}
.picture .resource_description h2 + * {
  margin-top: 5px;
}

.resource.picture:not(.picture_content) {
  float: none;
  width: 100%;
}
.resource.picture:not(.picture_content) img {
  width: 100%;
  height: auto;
}

.picture_top {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
}
@media screen and (max-width: 1300px) {
  .picture_top {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  .picture_top {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  .picture_top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.picture_top > .cf {
  display: none;
}
.picture_top .picture {
  position: relative;
}
.picture_top .resource_background {
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .picture_top .resource_background {
    border-radius: 14px;
  }
}
.picture_top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 80vh;
}
.picture_top .resource_description {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  text-align: center;
  margin-top: var(--size10);
}
@media print {
  .picture_top .resource_description {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .picture_top .resource_description {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.picture_detail_big .resource_background {
  border-radius: 4px;
  overflow: hidden;
}
.picture_detail_big .picutre {
  position: relative;
}
.picture_detail_big .resource_description {
  right: var(--size10);
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: var(--size10);
  transform-origin: bottom right;
  overflow: visible;
  max-width: 58%;
}
.picture_detail_big .resource_description h2 {
  position: relative;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  color: #fff;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.picture_detail_big .resource_description > *:not(h2) {
  display: none;
}

.picture_detail_gallery {
  --gapBetween: var(--size15);
  --gapTop: var(--size15);
  --widthElements: 25%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
  margin-top: 0;
}
.picture_detail_gallery > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
.picture_detail_gallery > .cf {
  display: none;
}
.picture_detail_gallery .resource_background {
  border-radius: 4px;
  overflow: hidden;
}
.picture_detail_gallery .picture_3 ~ .picture {
  display: none;
}
.picture_detail_gallery.more_than_four .picture_3 {
  position: relative;
}
.picture_detail_gallery.more_than_four .picture_3 .resource_background a {
  background: none !important;
}
.picture_detail_gallery.more_than_four .picture_3 .resource_background img {
  -webkit-filter: blur(6px); /* Chrome, Safari */
  -ms-filter: blur(6px); /* IE12? */
  filter: blur(6px);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  backface-visibility: hidden;
}
.picture_detail_gallery.more_than_four .picture_3 .resource_background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  color: #FFFFFF;
  content: "Mehr Fotos";
  z-index: 1;
  font-weight: 700;
  pointer-events: none;
  padding-bottom: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .picture_detail_gallery.more_than_four .picture_3 .resource_background:before {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .picture_detail_gallery.more_than_four .picture_3 .resource_background:before {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  .picture_detail_gallery.more_than_four .picture_3 .resource_background:before {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
body[lang=fr] .picture_detail_gallery.more_than_four .picture_3 .resource_background:before, body[lang=en] .picture_detail_gallery.more_than_four .picture_3 .resource_background:before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: calc(var(--size20) + var(--size20));
  font-weight: 400;
}
.picture_detail_gallery.more_than_four .picture_3 .resource_background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.picture_detail_gallery.more_than_four .picture_3:hover .resource_background img {
  -webkit-filter: blur(0px); /* Chrome, Safari */
  -ms-filter: blur(0px); /* IE12? */
  filter: blur(0px);
}
.picture_detail_gallery.more_than_four .picture_3:hover .resource_background:after {
  background: rgba(0, 0, 0, 0.3);
}

.resource_container.videos .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  position: relative;
}
.resource_container.videos video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.resource_container.videos:not(:last-child) {
  margin-bottom: var(--size90);
}
.resource_container.videos + .picture_big {
  display: none !important;
}

.map_wrap {
  margin-top: var(--size60);
  margin-bottom: var(--size60);
}

.iframe_map {
  width: 100%;
  height: 440px;
  display: block;
}

.youtube_iframe_wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.22%;
}
.youtube_iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.slick-track {
  display: flex;
}
.slick-track img.lazyload, .slick-track img.lazyloading, .slick-track img.lazypreload {
  filter: none;
  -webkit-filter: none;
}

.slick-slide {
  margin: 0 15px;
}

.slick-list {
  width: auto;
  margin: 0 -15px;
}

.slick-arrow {
  width: 36px !important;
  height: 36px;
  background: none;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
  color: #000;
  background: #E3DED9;
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  color: rgba(0, 0, 0, 0.3);
  background: #e9e6e2;
  pointer-events: none;
}
.slick-arrow.fa-angle-left {
  right: 44px;
}
.slick-arrow:hover {
  background: #cdc5bc;
}

#slider_home {
  background: #E3DED9;
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  padding-right: var(--size80);
  padding-left: var(--size80);
  padding-top: var(--size50);
  padding-bottom: var(--size140);
  height: calc(100vh - 87px);
}
@media screen and (max-width: 1300px) {
  #slider_home {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  #slider_home {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  #slider_home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#slider_home .slider_home_inner {
  position: relative;
  height: 100%;
}
#slider_home .slider_home_inner > .portlet {
  position: absolute;
  right: calc(var(--size20) * -1);
  top: calc(var(--size35) * -1);
  clip-path: url(#special-trip);
  background: #00C49A;
  max-width: 220px;
  text-align: center;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  padding: var(--size25) 0 var(--size20);
  z-index: 1;
  backface-visibility: hidden;
}
#slider_home .slider_home_inner > .portlet h3, #slider_home .slider_home_inner > .portlet h3 a {
  font: 400 24px/26px "Pacifico";
  margin: 0;
  padding: 0;
  letter-spacing: -0.16px;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  #slider_home .slider_home_inner > .portlet h3, #slider_home .slider_home_inner > .portlet h3 a {
    font-size: 21px;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  #slider_home .slider_home_inner > .portlet h3, #slider_home .slider_home_inner > .portlet h3 a {
    font-size: 16px;
    line-height: 20px;
  }
}
#slider_home .slider_home_inner > .portlet .portlet_content_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
}
#slider_home .slick-track,
#slider_home .slick-list {
  height: 100%;
}
#slider_home .pictures {
  height: 100%;
}
#slider_home .pictures > .picture:not(:first-child) {
  opacity: 0;
}
#slider_home .pictures .picture {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 500px) {
  #slider_home .pictures .picture {
    border-radius: 14px;
  }
}
#slider_home .pictures .picture .resource_background,
#slider_home .pictures .picture .resource_background a,
#slider_home .pictures .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#slider_home .pictures .picture[aria-hidden=true] {
  -webkit-filter: blur(5px); /* Chrome, Safari */
  -ms-filter: blur(5px); /* IE12? */
  filter: blur(5px);
  opacity: 0.2;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transform-origin: right;
}
#slider_home .pictures .picture[aria-hidden=false] + [aria-hidden=true] {
  transform-origin: left;
}
#slider_home .pictures .picture .resource_description {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  max-width: 100%;
  color: #FFFFFF;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
  padding-top: var(--size40);
  padding-bottom: var(--size40);
}
@media screen and (max-width: 1000px) {
  #slider_home .pictures .picture .resource_description {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #slider_home .pictures .picture .resource_description {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #slider_home .pictures .picture .resource_description {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #slider_home .pictures .picture .resource_description {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 1300px) {
  #slider_home .pictures .picture .resource_description {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  #slider_home .pictures .picture .resource_description {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  #slider_home .pictures .picture .resource_description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#slider_home .pictures .picture .resource_description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  background: rgba(0, 0, 0, 0.5); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); /* Standard syntax */
  border-radius: 24px 24px 0 0;
}
#slider_home .pictures .picture .resource_description > * {
  position: relative;
}
#slider_home .pictures .picture .resource_description h2 {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media print {
  #slider_home .pictures .picture .resource_description h2 {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #slider_home .pictures .picture .resource_description h2 {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  #slider_home .pictures .picture .resource_description h2 {
    font-size: 15px;
    line-height: 30px;
  }
}
#slider_home .pictures .picture .resource_description h2 + p {
  margin: 0;
}
#slider_home .pictures .picture .resource_description p:not(:last-child) {
  margin-bottom: var(--size30);
}
#slider_home .pictures .picture .resource_description > p.content_button > a {
  color: #000;
  border-color: #FFFFFF;
  background: #FFFFFF;
}
#slider_home .pictures .picture .resource_description > p.content_button > a:hover {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}
#slider_home .slick-arrow {
  width: 44px !important;
  height: 44px;
  background: #FFFFFF;
  line-height: 44px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  color: #E30613;
  top: 50%;
  margin-top: -22px;
  right: -22px;
}
#slider_home .slick-arrow:hover {
  background: #E30613;
  color: #FFFFFF;
}
#slider_home .slick-arrow.fa-angle-left {
  right: auto;
  left: -22px;
}

@media (max-aspect-ratio: 5/7) {
  #slider_home {
    height: calc(80vh - 87px);
  }
}
@media (max-aspect-ratio: 5/10) {
  #slider_home {
    height: calc(70vh - 87px);
  }
}
.gallery_slider {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery_slider h3 {
  padding-right: 100px;
}
.gallery_slider:not(:first-child) {
  margin-top: var(--size140);
}
.gallery_slider .resource.picture:not(.picture_content) {
  width: auto;
  max-width: 100vw;
}
.gallery_slider .resource.picture:not(.picture_content) img {
  width: auto;
  max-width: 100vw;
}

.content_inner ul.tags {
  position: relative;
  margin-top: var(--size140);
  margin-bottom: var(--size100);
  display: flex;
  flex-flow: wrap;
  padding-left: 0;
  max-width: 100%;
}
.content_inner ul.tags li {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-color: #000;
  padding: 9px 13px 9px;
  min-height: 38px;
  color: #FFFFFF;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #000;
  margin-top: var(--size15);
}
@media print {
  .content_inner ul.tags li {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .content_inner ul.tags li {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .content_inner ul.tags li {
    font-size: 14px;
    line-height: 22px;
  }
}
.content_inner ul.tags li i {
  margin: 0 8px 0 0;
}
.content_inner ul.tags li:focus, .content_inner ul.tags li:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .content_inner ul.tags li {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .content_inner ul.tags li {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .content_inner ul.tags li {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .content_inner ul.tags li {
    padding: 7px 12px 5px;
    font-size: 12px;
    min-height: 30px;
    min-width: 0;
  }
}
.content_inner ul.tags li:hover, .content_inner ul.tags li:focus {
  background: black;
  border-color: black;
  color: #FFFFFF;
}
.content_inner ul.tags li:not(:last-child) {
  margin-right: var(--size15);
}
.content_inner ul.tags li:before {
  display: none;
}
.content_inner ul.tags li:hover {
  background: #b1050f;
  border-color: #b1050f;
  color: #000;
}
.content_inner ul.tags li.active:hover, .content_inner ul.tags li.active {
  color: #E30613;
  background: #FFFFFF;
  border-color: #E30613;
}

.fancybox-toolbar button {
  display: none !important;
}
.fancybox-toolbar button.fancybox-button--close {
  display: block !important;
}

.fancybox-container .resource_description {
  display: block;
  color: #fff;
}

iframe {
  max-width: 100%;
}

/* @end */
/* @group documents */
h2 + .cf + .documents,
h2 + .documents, h3 + .cf + .documents,
h3 + .documents {
  padding-top: 1px;
}

.listing_entry_detail_documents,
.documents {
  max-width: 960px;
  display: flex;
  flex-flow: wrap;
}
*:not(h3) + .listing_entry_detail_documents,
*:not(h3) + .documents {
  margin-top: var(--size50);
}
.listing_entry_detail_documents .documents,
.documents .documents {
  padding-top: 0;
}
.listing_entry_detail_documents h2,
.documents h2 {
  display: none;
}
.listing_entry_detail_documents .document,
.documents .document {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  margin-top: var(--size10);
  margin-right: var(--size10);
}
.listing_entry_detail_documents .document:hover a,
.documents .document:hover a {
  color: #E30613;
}
.listing_entry_detail_documents .document:hover a:before,
.documents .document:hover a:before {
  color: #E30613;
}
.listing_entry_detail_documents .document .description,
.documents .document .description {
  display: none;
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  .listing_entry_detail_documents .document .description,
  .documents .document .description {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing_entry_detail_documents .document .description,
  .documents .document .description {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .listing_entry_detail_documents .document .description,
  .documents .document .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.listing_entry_detail_documents .document .fa,
.documents .document .fa {
  margin-right: 8px;
}
.listing_entry_detail_documents .document a,
.documents .document a {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
}
@media print {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    font-size: 14px;
    line-height: 22px;
  }
}
.listing_entry_detail_documents .document a i,
.documents .document a i {
  margin: 0 8px 0 0;
}
.listing_entry_detail_documents .document a:focus, .listing_entry_detail_documents .document a:hover,
.documents .document a:focus,
.documents .document a:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    display: none !important;
  }
}
.listing_entry_detail_documents .document a:hover, .listing_entry_detail_documents .document a:focus,
.documents .document a:hover,
.documents .document a:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
  position: relative;
}
.portlet.hidden {
  display: block;
}
.portlet a.add_portlet_action {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media print {
  .portlet a.add_portlet_action {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .portlet a.add_portlet_action {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .portlet a.add_portlet_action {
    font-size: 15px;
    line-height: 30px;
  }
}
.portlet ul.controls li a:before {
  display: none;
}
.portlet .portlet-content > a {
  color: #000;
  text-decoration: none;
  hyphens: auto;
  background: linear-gradient(to right, #999, #999), linear-gradient(to right, #E30613, #E30613);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.portlet .portlet-content > a:hover, .portlet .portlet-content > a:focus {
  background-size: 0 0.05em, 100% 0.05em;
}
.portlet .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 24px;
}

.add_portlet .management_container {
  background: none;
}

.content_inner .portlets .add_portlet_link,
.portlets .add_portlet_link {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-color: #000;
  padding: 9px 13px 9px;
  min-height: 38px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px 15px 7px;
  min-height: auto;
  line-height: 20px;
  font-weight: 700;
  border-radius: 3px;
  align-self: flex-end;
  margin: 20px;
  min-height: 0 !important;
  max-width: 180px;
  margin: 0;
  background: #00C49A;
  border-color: #00C49A;
}
@media print {
  .content_inner .portlets .add_portlet_link,
  .portlets .add_portlet_link {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .content_inner .portlets .add_portlet_link,
  .portlets .add_portlet_link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .content_inner .portlets .add_portlet_link,
  .portlets .add_portlet_link {
    font-size: 14px;
    line-height: 22px;
  }
}
.content_inner .portlets .add_portlet_link i,
.portlets .add_portlet_link i {
  margin: 0 8px 0 0;
}
.content_inner .portlets .add_portlet_link:focus, .content_inner .portlets .add_portlet_link:hover,
.portlets .add_portlet_link:focus,
.portlets .add_portlet_link:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  .content_inner .portlets .add_portlet_link,
  .portlets .add_portlet_link {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  .content_inner .portlets .add_portlet_link,
  .portlets .add_portlet_link {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  .content_inner .portlets .add_portlet_link,
  .portlets .add_portlet_link {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .content_inner .portlets .add_portlet_link,
  .portlets .add_portlet_link {
    padding: 7px 12px 5px;
    font-size: 12px;
    min-height: 30px;
    min-width: 0;
  }
}
.content_inner .portlets .add_portlet_link:hover, .content_inner .portlets .add_portlet_link:focus,
.portlets .add_portlet_link:hover,
.portlets .add_portlet_link:focus {
  background: black;
  border-color: black;
  color: #FFFFFF;
}
.content_inner .portlets .add_portlet_link:not(:first-child),
.portlets .add_portlet_link:not(:first-child) {
  margin-top: 20px;
}
.content_inner .portlets .add_portlet_link + .portlet .portlet_inner,
.portlets .add_portlet_link + .portlet .portlet_inner {
  padding: 0;
}
.content_inner .portlets .add_portlet_link + .portlet h3.portlet-title,
.portlets .add_portlet_link + .portlet h3.portlet-title {
  margin-bottom: 20px !important;
}
.content_inner .portlets .add_portlet_link + .portlet a.add_portlet_action,
.content_inner .portlets .add_portlet_link + .portlet select,
.content_inner .portlets .add_portlet_link + .portlet label,
.portlets .add_portlet_link + .portlet a.add_portlet_action,
.portlets .add_portlet_link + .portlet select,
.portlets .add_portlet_link + .portlet label {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  color: #000;
}
@media print {
  .content_inner .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .content_inner .portlets .add_portlet_link + .portlet select,
  .content_inner .portlets .add_portlet_link + .portlet label,
  .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .portlets .add_portlet_link + .portlet select,
  .portlets .add_portlet_link + .portlet label {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .content_inner .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .content_inner .portlets .add_portlet_link + .portlet select,
  .content_inner .portlets .add_portlet_link + .portlet label,
  .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .portlets .add_portlet_link + .portlet select,
  .portlets .add_portlet_link + .portlet label {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .content_inner .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .content_inner .portlets .add_portlet_link + .portlet select,
  .content_inner .portlets .add_portlet_link + .portlet label,
  .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .portlets .add_portlet_link + .portlet select,
  .portlets .add_portlet_link + .portlet label {
    font-size: 14px;
    line-height: 22px;
  }
}
.content_inner .portlets .add_portlet_link + .portlet label,
.portlets .add_portlet_link + .portlet label {
  font-weight: 700;
}
.content_inner .portlets .add_portlet_link + .portlet select,
.portlets .add_portlet_link + .portlet select {
  font-weight: 400;
  width: 300px;
  padding: 3px 5px 5px;
  border-color: #cdc5bc;
  border-radius: 0;
}

/* @end */
/* @group portlets static */
.logged_in .portlet_empty:not(.portlet_title_only) .portlet-content {
  display: none !important;
}
.logged_in .portlet_empty:not(.portlet_title_only) h3.portlet-title {
  margin-top: 0;
}
.logged_in .portlet_icons_bottom,
.logged_in #portlets_date_price,
.logged_in #portlets_hotel,
.logged_in .portlet_service,
.logged_in #portlets_programm_wrap,
.logged_in .portlet_highlights,
.logged_in #portlets_standard {
  position: relative;
  background: rgba(0, 0, 0, 0.02);
  border: dotted 4px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.logged_in .portlet_icons_bottom:before,
.logged_in #portlets_date_price:before,
.logged_in #portlets_hotel:before,
.logged_in .portlet_service:before,
.logged_in #portlets_programm_wrap:before,
.logged_in .portlet_highlights:before,
.logged_in #portlets_standard:before {
  content: "Verschiedene Portlets:";
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  color: #00C49A;
  background: none;
  padding: 5px 0 6px;
  margin: 0 30px 20px 0;
  display: inline-block;
  text-align: left;
  top: -36px;
  position: absolute;
  border-radius: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
}
@media print {
  .logged_in .portlet_icons_bottom:before,
  .logged_in #portlets_date_price:before,
  .logged_in #portlets_hotel:before,
  .logged_in .portlet_service:before,
  .logged_in #portlets_programm_wrap:before,
  .logged_in .portlet_highlights:before,
  .logged_in #portlets_standard:before {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .logged_in .portlet_icons_bottom:before,
  .logged_in #portlets_date_price:before,
  .logged_in #portlets_hotel:before,
  .logged_in .portlet_service:before,
  .logged_in #portlets_programm_wrap:before,
  .logged_in .portlet_highlights:before,
  .logged_in #portlets_standard:before {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .logged_in .portlet_icons_bottom:before,
  .logged_in #portlets_date_price:before,
  .logged_in #portlets_hotel:before,
  .logged_in .portlet_service:before,
  .logged_in #portlets_programm_wrap:before,
  .logged_in .portlet_highlights:before,
  .logged_in #portlets_standard:before {
    font-size: 14px;
    line-height: 22px;
  }
}
.logged_in .portlet_highlights:before {
  content: "Highlights (DIV-Highlights mit roten Icons):";
}
.logged_in #portlets_programm_wrap:before {
  content: "Programm (jeder Tag - 1 Portlet):";
}
.logged_in .portlet_service:before {
  content: "Leistungen (DIV-Leistungen mit Icons):";
}
.logged_in #portlets_date_price:before {
  content: "Termine & Preise (Datum: Portlet - Kategorie: DIV-Informationen in Box):";
}
.logged_in #portlets_hotel:before {
  content: "Beschreibung von Hotel / Ausflügen (DIV-Informationen in Box):";
}
.logged_in .portlet_icons_bottom {
  margin-top: var(--size120);
}
.logged_in .portlet_icons_bottom:before {
  content: "Icons: (DIV-Braune Box mit Icons):";
}
.logged_in .portlet_icons_bottom .portlet {
  margin-top: 0;
}

/* @end */
/* @group different portlet styles */
#detail_offer_wrap + #portlets_standard {
  padding-top: var(--size80);
  padding-bottom: var(--size100);
  border-top: 1px solid #E3DED9;
  margin-top: -1px;
}
#portlets_standard .portlet:not(:first-child) {
  margin-top: var(--size120);
  padding-top: var(--size120);
}
#portlets_standard .portlet:not(:first-child):before {
  content: "";
  width: calc(100% - var(--size60) - var(--size60));
  height: 1px;
  background: #E3DED9;
  position: absolute;
  top: 0;
  left: var(--size60);
}
#portlets_standard .portlet .portlet_content_subtitle, #portlets_standard .portlet .portlet_content_subtitle a,
#portlets_standard .portlet h3,
#portlets_standard .portlet h3 a {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #portlets_standard .portlet .portlet_content_subtitle, #portlets_standard .portlet .portlet_content_subtitle a,
  #portlets_standard .portlet h3,
  #portlets_standard .portlet h3 a {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet .portlet_content_subtitle, #portlets_standard .portlet .portlet_content_subtitle a,
  #portlets_standard .portlet h3,
  #portlets_standard .portlet h3 a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet .portlet_content_subtitle, #portlets_standard .portlet .portlet_content_subtitle a,
  #portlets_standard .portlet h3,
  #portlets_standard .portlet h3 a {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #portlets_standard .portlet .portlet_content_subtitle, #portlets_standard .portlet .portlet_content_subtitle a,
  #portlets_standard .portlet h3,
  #portlets_standard .portlet h3 a {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
#portlets_standard .portlet .portlet_content_subtitle + *:not(.portlet_content_subtitle),
#portlets_standard .portlet h3 + *:not(.portlet_content_subtitle) {
  margin-top: var(--size25);
}
#portlets_standard .portlet .portlet_content_subtitle {
  font-weight: 400;
}
#portlets_standard .portlet .portlet_content_description {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
#portlets_standard .portlet .portlet_content_link {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  color: #000;
  border-color: #000;
  margin-top: var(--size20);
}
@media print {
  #portlets_standard .portlet .portlet_content_link {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet .portlet_content_link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet .portlet_content_link {
    font-size: 14px;
    line-height: 22px;
  }
}
#portlets_standard .portlet .portlet_content_link i {
  margin: 0 8px 0 0;
}
#portlets_standard .portlet .portlet_content_link:focus, #portlets_standard .portlet .portlet_content_link:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet .portlet_content_link {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet .portlet_content_link {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #portlets_standard .portlet .portlet_content_link {
    display: none !important;
  }
}
#portlets_standard .portlet .portlet_content_link:hover, #portlets_standard .portlet .portlet_content_link:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
#portlets_standard .portlet .portlet_content_link:hover, #portlets_standard .portlet .portlet_content_link:focus {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}
#portlets_standard .portlet .portlet_content_introduction + .portlet_content_description {
  margin-top: var(--size20);
}
body[lang=fr] #portlets_standard .portlet#portlet_listing_48, body[lang=fr] #portlets_standard .portlet#portlet_listing_47 {
  display: none;
}
body[lang=fr] #portlets_standard .portlet#portlet_content_51 {
  margin-top: 0;
}
body[lang=fr] #portlets_standard .portlet#portlet_content_51:before {
  display: none;
}
#portlets_standard .portlet_content + .portlet_content {
  padding-top: var(--size120);
}
#portlets_standard .portlet_content + .portlet_content:before {
  content: "";
  width: calc(100% - var(--size60) - var(--size60));
  height: 1px;
  background: #E3DED9;
  position: absolute;
  top: 0;
  left: var(--size60);
}
#portlets_standard .portlet_content .portlet_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
}
@media print {
  #portlets_standard .portlet_content .portlet_inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_content .portlet_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#portlets_standard .portlet_content .portlet-content {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  display: flex;
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_content .portlet-content {
    border-radius: 14px;
  }
}
#portlets_standard .portlet_content .portlet-content > * {
  flex: 1;
}
#portlets_standard .portlet_content .portlet-content > .cf {
  display: none;
}
#portlets_standard .portlet_content .pictures * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#portlets_standard .portlet_content .portlet_text_wrap {
  padding: var(--size50) var(--size60);
  box-sizing: border-box;
}
#portlets_standard .portlet_content.brown {
  background: #FFFFFF;
  padding-bottom: var(--size120);
}
#portlets_standard .portlet_content.brown + .portlet:before, #portlets_standard .portlet_content.brown:before {
  display: none;
}
#portlets_standard .portlet_content.brown + .portlet {
  padding-top: 0;
}
#portlets_standard .portlet_content.brown .portlet-content {
  background: #E3DED9;
  box-shadow: none;
}
#portlets_standard .portlet_content.brown .portlet_content_link {
  border-color: #FFFFFF;
  background: #FFFFFF;
}
#portlets_standard .portlet_content.brown .portlet_content_link:hover {
  background: #000;
  border-color: #000;
}
#portlets_standard .portlet_content.without_background .portlet-content {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
#portlets_standard .portlet_content.without_background .portlet_text_wrap {
  padding: 0;
}
#portlets_standard .portlet_content.without_background .portlet_text_wrap h3 {
  text-align: center;
}
#portlets_standard .portlet_listing .portlet_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
}
@media print {
  #portlets_standard .portlet_listing .portlet_inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing .portlet_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#portlets_standard .portlet_listing .portlet_text_wrap {
  text-align: center;
  display: flex;
  flex-flow: column;
}
#portlets_standard .portlet_listing .portlet_text_wrap h3, #portlets_standard .portlet_listing .portlet_text_wrap h3 a {
  font: 800 46px/63px "Manrope";
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #portlets_standard .portlet_listing .portlet_text_wrap h3, #portlets_standard .portlet_listing .portlet_text_wrap h3 a {
    font-size: 4.6vw;
    line-height: 6.3vw;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing .portlet_text_wrap h3, #portlets_standard .portlet_listing .portlet_text_wrap h3 a {
    font-size: 26px;
    line-height: 30px;
  }
}
@media print {
  #portlets_standard .portlet_listing .portlet_text_wrap h3, #portlets_standard .portlet_listing .portlet_text_wrap h3 a {
    font: 800 25px/28px "Manrope";
    color: #000;
  }
}
#portlets_standard .portlet_listing .portlet_text_wrap h3 + *:not(.portlet_listing_subtitle):not(.portlet-listing-entry-wrap) {
  margin-top: var(--size30);
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_subtitle {
  font: 800 46px/63px "Manrope";
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_subtitle {
    font-size: 4.6vw;
    line-height: 6.3vw;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_subtitle {
    font-size: 26px;
    line-height: 30px;
  }
}
@media print {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_subtitle {
    font: 800 25px/28px "Manrope";
    color: #000;
  }
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_subtitle + *:not(.portlet-listing-entry-wrap) {
  margin-top: var(--size30);
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_introduction {
  font: 400 20px/28px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  color: #000;
}
@media print {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_introduction {
    font: 400 16px/25px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_introduction {
    font-size: 19px;
    line-height: 27px;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_introduction {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_introduction {
    font-size: 17px;
    line-height: 25px;
  }
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_introduction + *:not(.portlet-listing-entry-wrap) {
  margin-top: var(--size20);
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_text a {
  color: #000;
  text-decoration: none;
  hyphens: auto;
  background: linear-gradient(to right, #999, #999), linear-gradient(to right, #E30613, #E30613);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_text a:hover, #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_text a:focus {
  background-size: 0 0.05em, 100% 0.05em;
}
#portlets_standard .portlet_listing .portlet_text_wrap > .pictures {
  display: none;
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--size70);
  align-self: center;
}
@media print {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link {
    font-size: 14px;
    line-height: 22px;
  }
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link i {
  margin: 0 8px 0 0;
}
#portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link:focus, #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #portlets_standard .portlet_listing .portlet_text_wrap .portlet_listing_link {
    display: none !important;
  }
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-class-special .portlet-listing-content-container {
  padding-right: 100px !important;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry[data-entry-id="28"], #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry:nth-last-child(2) {
  display: none;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry[data-entry-id="28"] ~ .portlet-listing-entry {
  display: block;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap {
  --gapBetween: var(--size45);
  --gapTop: var(--size60);
  --widthElements: 50%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
  text-align: left;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-custom-fields-container,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap > .cf {
  display: none;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap:not(:first-child) {
  margin-top: var(--size35);
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-entry-inline {
  position: relative;
  display: flex;
  height: 100%;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures {
    border-radius: 14px;
  }
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures .picture,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures .resource_background,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures a, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures img {
  height: 100%;
  object-fit: cover;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container {
  position: absolute;
  top: 0;
  background: none;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container .portlet-entry-content,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container h4, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container h4 a, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container .portlet-entry-subtitle {
  color: #FFFFFF;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container .portlet-listing-more,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container .portlet-entry-link {
  border-color: #FFFFFF;
  background: #FFFFFF;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container .portlet-listing-more:hover,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .pictures + .portlet-listing-content-container .portlet-entry-link:hover {
  background: #000;
  border-color: #000;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container {
  padding: var(--size45) var(--size50);
  background: #FFFFFF;
  border-radius: 24px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container {
    border-radius: 14px;
  }
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4 a {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4 a {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4 a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4 a {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container h4 a {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-subtitle {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-subtitle {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-subtitle {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-subtitle {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-subtitle {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  color: #000;
  border-color: #000;
  margin-top: var(--size25);
}
@media print {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more,
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more,
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more,
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link {
    font-size: 14px;
    line-height: 22px;
  }
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more i,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link i {
  margin: 0 8px 0 0;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more:focus, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more:hover,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link:focus,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more,
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more,
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more,
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link {
    display: none !important;
  }
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more:hover, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more:focus,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link:hover,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more:hover, #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-listing-more:focus,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link:hover,
#portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap .portlet-listing-content-container .portlet-entry-link:focus {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}
#portlets_standard .portlet_listing.slider .portlet_inner {
  padding-left: var(--size60);
  padding-right: var(--size60);
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1440px;
  margin: 0 auto;*/
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  #portlets_standard .portlet_listing.slider .portlet_inner {
    padding-left: var(--size40);
    padding-right: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  #portlets_standard .portlet_listing.slider .portlet_inner {
    padding-left: var(--size30);
    padding-right: var(--size30);
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .portlet_listing.slider .portlet_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet-listing-entry-wrap {
  --widthElements: 100%;
  --gapBetween: 0;
  --gapTop: 0;
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
  margin-top: var(--size80);
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet-listing-entry {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet-listing-entry[aria-hidden=true] {
  -webkit-filter: blur(5px); /* Chrome, Safari */
  -ms-filter: blur(5px); /* IE12? */
  filter: blur(5px);
  opacity: 0.2;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transform-origin: right;
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet-listing-entry[aria-hidden=false] + [aria-hidden=true] {
  transform-origin: left;
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet_text_wrap {
  text-align: left;
  position: relative;
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet_text_wrap > *:not(.portlet-listing-entry-wrap):not(.portlet_listing_link) {
  padding-right: 250px;
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet_text_wrap.no_links_right > *:not(.portlet-listing-entry-wrap):not(.portlet_listing_link) {
  padding-right: 100px;
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet_text_wrap.no_links_right .portlet_listing_link {
  right: 0;
}
#portlets_standard .portlet_listing.slider .portlet_inner .portlet_text_wrap .portlet_listing_link {
  position: absolute;
  top: 10px;
  right: 112px;
  margin-top: 0;
}
#portlets_standard .listing_standard_style {
  max-width: 100%;
}
#portlets_standard .listing_standard_style .portlet_inner {
  max-width: 1020px;
}
#portlets_standard .listing_standard_style .portlet-listing-entry[data-entry-id="28"], #portlets_standard .listing_standard_style .portlet-listing-entry:nth-last-child(2) {
  display: none;
}
#portlets_standard .listing_standard_style .portlet-listing-entry[data-entry-id="28"] ~ .portlet-listing-entry {
  display: block;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-content-container {
  padding-bottom: var(--size25);
}
#portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a {
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  font-weight: 800;
  color: #000;
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry h4, #portlets_standard .listing_standard_style .portlet-listing-entry h4 a {
    font-size: 15px;
    line-height: 22px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle {
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  color: #000;
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry h4 + *:not(.portlet-entry-subtitle):not(.portlet-entry-date) {
  margin-top: var(--size10);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction:nth-last-child(2) {
  margin-bottom: 0;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-introduction + .portlet-entry-content {
  margin-top: var(--size10);
}
#portlets_standard .listing_standard_style .portlet-listing-entry-wrap:not(:first-child) {
  margin-top: var(--size80);
}
#portlets_standard .listing_standard_style .portlet_text_wrap {
  text-align: left;
}
#portlets_standard .listing_standard_style .portlet_text_wrap h3 {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: var(--size35);
}
@media screen and (max-width: 1000px) {
  #portlets_standard .listing_standard_style .portlet_text_wrap h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet_text_wrap h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet_text_wrap h3 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  #portlets_standard .listing_standard_style .portlet_text_wrap h3 {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}
#portlets_standard .listing_standard_style .portlet_text_wrap h3 + .portlet-entry-introduction {
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  margin-top: var(--size10) !important;
}
@media print {
  #portlets_standard .listing_standard_style .portlet_text_wrap h3 + .portlet-entry-introduction {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_standard .listing_standard_style .portlet_text_wrap h3 + .portlet-entry-introduction {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet_text_wrap h3 + .portlet-entry-introduction {
    font-size: 15px;
    line-height: 22px;
  }
}
#portlets_standard .listing_standard_style .portlet_text_wrap h3 + *:not(.portlet_listing_subtitle):not(.portlet-listing-entry-wrap) {
  margin-top: var(--size10);
}
#portlets_standard .listing_standard_style .portlet-listing-custom-fields-container {
  margin-bottom: var(--size15);
}
#portlets_standard .listing_standard_style .portlet-listing-content-bottom {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding-top: var(--size30);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: baseline;
  background: none;
  padding: 0;
  border: none;
  height: auto;
  min-height: 0;
  margin: 0;
}
@media print {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link {
    font-size: 12px;
    line-height: 17px;
  }
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:after {
  content: "\f061";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  font-weight: 900;
  margin-left: var(--size10);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:hover {
  color: #9d8f7f;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:hover:after {
  right: -5px;
}
#portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:hover, #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-entry-link:focus {
  border: none;
  background: none;
}
#portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-entry-inline:before, #portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-entry-inline:after {
  right: auto;
  left: calc(-1 * var(--size30));
  top: calc(-1 * var(--size20));
}
#portlets_standard .listing_standard_style .portlet-listing-entry-class-special .pictures + .portlet-listing-content-container {
  padding-right: var(--size30) !important;
}
#portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-content-container:first-child {
  padding-left: 120px;
}
#portlets_standard + .cf + .content_inner {
  padding-top: var(--size120);
}
#portlets_standard + .cf + .content_inner .content_small {
  max-width: 960px;
  margin: auto;
}

#portlets_standard .portlet_listing .portlet_inner .listing_entry_class_special .pictures + .portlet-listing-content-container,
#portlets_standard .portlet_listing .portlet_inner .listing_entry.special .pictures + .portlet-listing-content-container,
#portlets_standard .portlet_listing .portlet_inner .portlet-listing-entry-class-special .pictures + .portlet-listing-content-container {
  padding-right: var(--size120);
}
.listing_entry_class_special .picture_detail_big,
.listing_entry_class_special .listing-entry-inline,
.listing_entry_class_special .portlet-listing-entry-inline,
.listing_entry.special .picture_detail_big,
.listing_entry.special .listing-entry-inline,
.listing_entry.special .portlet-listing-entry-inline,
.portlet-listing-entry-class-special .picture_detail_big,
.portlet-listing-entry-class-special .listing-entry-inline,
.portlet-listing-entry-class-special .portlet-listing-entry-inline {
  position: relative;
}
.listing_entry_class_special .picture_detail_big:before,
.listing_entry_class_special .listing-entry-inline:before,
.listing_entry_class_special .portlet-listing-entry-inline:before,
.listing_entry.special .picture_detail_big:before,
.listing_entry.special .listing-entry-inline:before,
.listing_entry.special .portlet-listing-entry-inline:before,
.portlet-listing-entry-class-special .picture_detail_big:before,
.portlet-listing-entry-class-special .listing-entry-inline:before,
.portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--size30));
  left: auto;
  width: 120px;
  height: 120px;
  display: block;
  background: #F0A205;
  content: "Individual Reise";
  right: calc(-1 * var(--size10));
  font: 400 24px/26px "Pacifico";
  margin: 0;
  padding: 0;
  letter-spacing: -0.16px;
  color: #FFFFFF;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: circle(50% at 50% 50%);
  padding: 3px 3px 0 0;
  box-sizing: border-box;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  overflow: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .listing_entry_class_special .picture_detail_big:before,
  .listing_entry_class_special .listing-entry-inline:before,
  .listing_entry_class_special .portlet-listing-entry-inline:before,
  .listing_entry.special .picture_detail_big:before,
  .listing_entry.special .listing-entry-inline:before,
  .listing_entry.special .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special .picture_detail_big:before,
  .portlet-listing-entry-class-special .listing-entry-inline:before,
  .portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
    font-size: 21px;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  .listing_entry_class_special .picture_detail_big:before,
  .listing_entry_class_special .listing-entry-inline:before,
  .listing_entry_class_special .portlet-listing-entry-inline:before,
  .listing_entry.special .picture_detail_big:before,
  .listing_entry.special .listing-entry-inline:before,
  .listing_entry.special .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special .picture_detail_big:before,
  .portlet-listing-entry-class-special .listing-entry-inline:before,
  .portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
    font-size: 16px;
    line-height: 20px;
  }
}
html[lang=en] .listing_entry_class_special .picture_detail_big:before,
html[lang=en] .listing_entry_class_special .listing-entry-inline:before,
html[lang=en] .listing_entry_class_special .portlet-listing-entry-inline:before,
html[lang=en] .listing_entry.special .picture_detail_big:before,
html[lang=en] .listing_entry.special .listing-entry-inline:before,
html[lang=en] .listing_entry.special .portlet-listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special .picture_detail_big:before,
html[lang=en] .portlet-listing-entry-class-special .listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
  content: "Individual trip";
}
html[lang=fr] .listing_entry_class_special .picture_detail_big:before,
html[lang=fr] .listing_entry_class_special .listing-entry-inline:before,
html[lang=fr] .listing_entry_class_special .portlet-listing-entry-inline:before,
html[lang=fr] .listing_entry.special .picture_detail_big:before,
html[lang=fr] .listing_entry.special .listing-entry-inline:before,
html[lang=fr] .listing_entry.special .portlet-listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special .picture_detail_big:before,
html[lang=fr] .portlet-listing-entry-class-special .listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
  content: "Voyage individuel";
  line-height: 32px;
  padding-bottom: 10px;
}
.listing_entry_class_special.special_one_time .picture_detail_big:before, .listing_entry_class_special.special_one_time .listing-entry-inline:before, .listing_entry_class_special.special_one_time .portlet-listing-entry-inline:before,
.listing_entry.special.special_one_time .picture_detail_big:before,
.listing_entry.special.special_one_time .listing-entry-inline:before,
.listing_entry.special.special_one_time .portlet-listing-entry-inline:before,
.portlet-listing-entry-class-special.special_one_time .picture_detail_big:before,
.portlet-listing-entry-class-special.special_one_time .listing-entry-inline:before,
.portlet-listing-entry-class-special.special_one_time .portlet-listing-entry-inline:before {
  content: "mit Dampf";
  background: #00C49A;
  padding-top: 0;
  padding-bottom: 6px;
}
html[lang=en] .listing_entry_class_special.special_one_time .picture_detail_big:before, html[lang=en] .listing_entry_class_special.special_one_time .listing-entry-inline:before, html[lang=en] .listing_entry_class_special.special_one_time .portlet-listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_one_time .picture_detail_big:before,
html[lang=en] .listing_entry.special.special_one_time .listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_one_time .portlet-listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_one_time .picture_detail_big:before,
html[lang=en] .portlet-listing-entry-class-special.special_one_time .listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_one_time .portlet-listing-entry-inline:before {
  content: "Unique";
}
html[lang=fr] .listing_entry_class_special.special_one_time .picture_detail_big:before, html[lang=fr] .listing_entry_class_special.special_one_time .listing-entry-inline:before, html[lang=fr] .listing_entry_class_special.special_one_time .portlet-listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_one_time .picture_detail_big:before,
html[lang=fr] .listing_entry.special.special_one_time .listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_one_time .portlet-listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_one_time .picture_detail_big:before,
html[lang=fr] .portlet-listing-entry-class-special.special_one_time .listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_one_time .portlet-listing-entry-inline:before {
  content: "Train à vapeur";
}
.listing_entry_class_special.special_special_trip .picture_detail_big:before, .listing_entry_class_special.special_special_trip .listing-entry-inline:before, .listing_entry_class_special.special_special_trip .portlet-listing-entry-inline:before,
.listing_entry.special.special_special_trip .picture_detail_big:before,
.listing_entry.special.special_special_trip .listing-entry-inline:before,
.listing_entry.special.special_special_trip .portlet-listing-entry-inline:before,
.portlet-listing-entry-class-special.special_special_trip .picture_detail_big:before,
.portlet-listing-entry-class-special.special_special_trip .listing-entry-inline:before,
.portlet-listing-entry-class-special.special_special_trip .portlet-listing-entry-inline:before {
  content: "Sonder-Zug";
  background: #00C49A;
  height: 100px;
  clip-path: url(#special-trip);
  -webkit-clip-path: url(#special-trip);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  padding-top: 0;
}
html[lang=en] .listing_entry_class_special.special_special_trip .picture_detail_big:before, html[lang=en] .listing_entry_class_special.special_special_trip .listing-entry-inline:before, html[lang=en] .listing_entry_class_special.special_special_trip .portlet-listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_special_trip .picture_detail_big:before,
html[lang=en] .listing_entry.special.special_special_trip .listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_special_trip .portlet-listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_special_trip .picture_detail_big:before,
html[lang=en] .portlet-listing-entry-class-special.special_special_trip .listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_special_trip .portlet-listing-entry-inline:before {
  content: "Special-Trip";
}
html[lang=fr] .listing_entry_class_special.special_special_trip .picture_detail_big:before, html[lang=fr] .listing_entry_class_special.special_special_trip .listing-entry-inline:before, html[lang=fr] .listing_entry_class_special.special_special_trip .portlet-listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_special_trip .picture_detail_big:before,
html[lang=fr] .listing_entry.special.special_special_trip .listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_special_trip .portlet-listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_special_trip .picture_detail_big:before,
html[lang=fr] .portlet-listing-entry-class-special.special_special_trip .listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_special_trip .portlet-listing-entry-inline:before {
  content: "Train spécial";
}
.listing_entry_class_special.special_lesereise .picture_detail_big:before, .listing_entry_class_special.special_lesereise .listing-entry-inline:before, .listing_entry_class_special.special_lesereise .portlet-listing-entry-inline:before,
.listing_entry.special.special_lesereise .picture_detail_big:before,
.listing_entry.special.special_lesereise .listing-entry-inline:before,
.listing_entry.special.special_lesereise .portlet-listing-entry-inline:before,
.portlet-listing-entry-class-special.special_lesereise .picture_detail_big:before,
.portlet-listing-entry-class-special.special_lesereise .listing-entry-inline:before,
.portlet-listing-entry-class-special.special_lesereise .portlet-listing-entry-inline:before {
  content: "Leserreise";
  background: #136064;
  height: 72px;
  clip-path: url(#lesereise);
  -webkit-clip-path: url(#lesereise);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  top: 3px;
  padding-top: 0;
  padding-bottom: 7px;
}
html[lang=en] .listing_entry_class_special.special_lesereise .picture_detail_big:before, html[lang=en] .listing_entry_class_special.special_lesereise .listing-entry-inline:before, html[lang=en] .listing_entry_class_special.special_lesereise .portlet-listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_lesereise .picture_detail_big:before,
html[lang=en] .listing_entry.special.special_lesereise .listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_lesereise .portlet-listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_lesereise .picture_detail_big:before,
html[lang=en] .portlet-listing-entry-class-special.special_lesereise .listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_lesereise .portlet-listing-entry-inline:before {
  content: "reading trip";
}
html[lang=fr] .listing_entry_class_special.special_lesereise .picture_detail_big:before, html[lang=fr] .listing_entry_class_special.special_lesereise .listing-entry-inline:before, html[lang=fr] .listing_entry_class_special.special_lesereise .portlet-listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_lesereise .picture_detail_big:before,
html[lang=fr] .listing_entry.special.special_lesereise .listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_lesereise .portlet-listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_lesereise .picture_detail_big:before,
html[lang=fr] .portlet-listing-entry-class-special.special_lesereise .listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_lesereise .portlet-listing-entry-inline:before {
  content: "Voyage lecteurs";
  height: 88px;
  padding-bottom: 4px;
}
.listing_entry_class_special.special_exclusive .picture_detail_big:before, .listing_entry_class_special.special_exclusive .listing-entry-inline:before, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:before,
.listing_entry.special.special_exclusive .picture_detail_big:before,
.listing_entry.special.special_exclusive .listing-entry-inline:before,
.listing_entry.special.special_exclusive .portlet-listing-entry-inline:before,
.portlet-listing-entry-class-special.special_exclusive .picture_detail_big:before,
.portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:before,
.portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:before {
  content: "Exklusiv";
  background: #F0A205;
  height: 135px;
  clip-path: url(#exclusive);
  -webkit-clip-path: url(#exclusive);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  padding-bottom: 22px;
}
html[lang=en] .listing_entry_class_special.special_exclusive .picture_detail_big:before, html[lang=en] .listing_entry_class_special.special_exclusive .listing-entry-inline:before, html[lang=en] .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_exclusive .picture_detail_big:before,
html[lang=en] .listing_entry.special.special_exclusive .listing-entry-inline:before,
html[lang=en] .listing_entry.special.special_exclusive .portlet-listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:before,
html[lang=en] .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:before,
html[lang=en] .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:before {
  content: "Exclusive";
}
html[lang=fr] .listing_entry_class_special.special_exclusive .picture_detail_big:before, html[lang=fr] .listing_entry_class_special.special_exclusive .listing-entry-inline:before, html[lang=fr] .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_exclusive .picture_detail_big:before,
html[lang=fr] .listing_entry.special.special_exclusive .listing-entry-inline:before,
html[lang=fr] .listing_entry.special.special_exclusive .portlet-listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:before,
html[lang=fr] .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:before,
html[lang=fr] .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:before {
  content: "En exclusivité";
  line-height: 24px;
  padding-bottom: 39px;
}
.listing_entry_class_special.special_exclusive .picture_detail_big:after, .listing_entry_class_special.special_exclusive .listing-entry-inline:after, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
.listing_entry.special.special_exclusive .picture_detail_big:after,
.listing_entry.special.special_exclusive .listing-entry-inline:after,
.listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
.portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
.portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
.portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--size30));
  left: auto;
  width: 110px;
  height: 135px;
  display: block;
  background: none;
  content: "bei ZRT";
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  right: calc(-1 * var(--size10));
  padding-top: 15px;
}
@media print {
  .listing_entry_class_special.special_exclusive .picture_detail_big:after, .listing_entry_class_special.special_exclusive .listing-entry-inline:after, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
  .listing_entry.special.special_exclusive .picture_detail_big:after,
  .listing_entry.special.special_exclusive .listing-entry-inline:after,
  .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
  .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing_entry_class_special.special_exclusive .picture_detail_big:after, .listing_entry_class_special.special_exclusive .listing-entry-inline:after, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
  .listing_entry.special.special_exclusive .picture_detail_big:after,
  .listing_entry.special.special_exclusive .listing-entry-inline:after,
  .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
  .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .listing_entry_class_special.special_exclusive .picture_detail_big:after, .listing_entry_class_special.special_exclusive .listing-entry-inline:after, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
  .listing_entry.special.special_exclusive .picture_detail_big:after,
  .listing_entry.special.special_exclusive .listing-entry-inline:after,
  .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
  .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
    font-size: 15px;
    line-height: 30px;
  }
}
html[lang=en] .listing_entry_class_special.special_exclusive .picture_detail_big:after, html[lang=en] .listing_entry_class_special.special_exclusive .listing-entry-inline:after, html[lang=en] .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
html[lang=en] .listing_entry.special.special_exclusive .picture_detail_big:after,
html[lang=en] .listing_entry.special.special_exclusive .listing-entry-inline:after,
html[lang=en] .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
html[lang=en] .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
html[lang=en] .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
html[lang=en] .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
  content: "at ZRT";
}
html[lang=fr] .listing_entry_class_special.special_exclusive .picture_detail_big:after, html[lang=fr] .listing_entry_class_special.special_exclusive .listing-entry-inline:after, html[lang=fr] .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
html[lang=fr] .listing_entry.special.special_exclusive .picture_detail_big:after,
html[lang=fr] .listing_entry.special.special_exclusive .listing-entry-inline:after,
html[lang=fr] .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
html[lang=fr] .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
html[lang=fr] .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
html[lang=fr] .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
  content: "chez ZRT";
  padding-top: 20px;
}
.listing_entry_class_special.no_link h4 a,
.listing_entry_class_special.no_link h2 a,
.listing_entry_class_special.no_link .resource_link,
.listing_entry.special.no_link h4 a,
.listing_entry.special.no_link h2 a,
.listing_entry.special.no_link .resource_link,
.portlet-listing-entry-class-special.no_link h4 a,
.portlet-listing-entry-class-special.no_link h2 a,
.portlet-listing-entry-class-special.no_link .resource_link {
  pointer-events: none !important;
}
.listing_entry_class_special.no_link .portlet-entry-link,
.listing_entry_class_special.no_link .portlet-listing-entry-inline:before,
.listing_entry_class_special.no_link .listing-entry-inline:before,
.listing_entry_class_special.no_link .listing-content-bottom,
.listing_entry_class_special.no_link .listing-more-button,
.listing_entry.special.no_link .portlet-entry-link,
.listing_entry.special.no_link .portlet-listing-entry-inline:before,
.listing_entry.special.no_link .listing-entry-inline:before,
.listing_entry.special.no_link .listing-content-bottom,
.listing_entry.special.no_link .listing-more-button,
.portlet-listing-entry-class-special.no_link .portlet-entry-link,
.portlet-listing-entry-class-special.no_link .portlet-listing-entry-inline:before,
.portlet-listing-entry-class-special.no_link .listing-entry-inline:before,
.portlet-listing-entry-class-special.no_link .listing-content-bottom,
.portlet-listing-entry-class-special.no_link .listing-more-button {
  display: none !important;
}

.listing-custom-fields-container,
.portlet-listing-custom-fields-container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6px;
}
.listing-custom-fields-container .standard_informations,
.listing-custom-fields-container .portlet-listing-custom-field-title,
.listing-custom-fields-container .listing-custom-field-title,
.portlet-listing-custom-fields-container .standard_informations,
.portlet-listing-custom-fields-container .portlet-listing-custom-field-title,
.portlet-listing-custom-fields-container .listing-custom-field-title {
  display: none;
}
.listing-custom-fields-container .days .portlet-listing-custom-field-data,
.listing-custom-fields-container .days .listing-custom-field-data,
.listing-custom-fields-container .nights .portlet-listing-custom-field-data,
.listing-custom-fields-container .nights .listing-custom-field-data,
.portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
.portlet-listing-custom-fields-container .days .listing-custom-field-data,
.portlet-listing-custom-fields-container .nights .portlet-listing-custom-field-data,
.portlet-listing-custom-fields-container .nights .listing-custom-field-data {
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #136064;
  border-radius: 5px;
  padding: 3px 8px;
  display: flex;
  position: relative;
}
@media print {
  .listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .listing-custom-fields-container .days .listing-custom-field-data,
  .listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .listing-custom-fields-container .nights .listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .listing-custom-field-data {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .listing-custom-fields-container .days .listing-custom-field-data,
  .listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .listing-custom-fields-container .nights .listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .listing-custom-field-data {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .listing-custom-fields-container .days .listing-custom-field-data,
  .listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .listing-custom-fields-container .nights .listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .listing-custom-field-data {
    font-size: 15px;
    line-height: 22px;
  }
}
.listing-custom-fields-container .days .portlet-listing-custom-field-data,
.listing-custom-fields-container .days .listing-custom-field-data,
.portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
.portlet-listing-custom-fields-container .days .listing-custom-field-data {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: -5px;
  bottom: -2px;
}
.listing-custom-fields-container .nights .portlet-listing-custom-field-data,
.listing-custom-fields-container .nights .listing-custom-field-data,
.portlet-listing-custom-fields-container .nights .portlet-listing-custom-field-data,
.portlet-listing-custom-fields-container .nights .listing-custom-field-data {
  background: #00C49A;
  position: relative;
  z-index: 1;
}

.listing-custom-field.price,
.portlet-listing-custom-field.price {
  display: flex;
  align-items: baseline;
}
.listing-custom-field.price .listing-custom-field-title,
.listing-custom-field.price .portlet-listing-custom-field-title,
.portlet-listing-custom-field.price .listing-custom-field-title,
.portlet-listing-custom-field.price .portlet-listing-custom-field-title {
  display: block;
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  margin-right: var(--size10);
}
@media print {
  .listing-custom-field.price .listing-custom-field-title,
  .listing-custom-field.price .portlet-listing-custom-field-title,
  .portlet-listing-custom-field.price .listing-custom-field-title,
  .portlet-listing-custom-field.price .portlet-listing-custom-field-title {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  .listing-custom-field.price .listing-custom-field-title,
  .listing-custom-field.price .portlet-listing-custom-field-title,
  .portlet-listing-custom-field.price .listing-custom-field-title,
  .portlet-listing-custom-field.price .portlet-listing-custom-field-title {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .listing-custom-field.price .listing-custom-field-title,
  .listing-custom-field.price .portlet-listing-custom-field-title,
  .portlet-listing-custom-field.price .listing-custom-field-title,
  .portlet-listing-custom-field.price .portlet-listing-custom-field-title {
    font-size: 15px;
    line-height: 30px;
  }
}
.listing-custom-field.price .portlet-listing-custom-field-data,
.listing-custom-field.price .listing-custom-field-data,
.portlet-listing-custom-field.price .portlet-listing-custom-field-data,
.portlet-listing-custom-field.price .listing-custom-field-data {
  font: 800 32px/44px "Manrope";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .listing-custom-field.price .portlet-listing-custom-field-data,
  .listing-custom-field.price .listing-custom-field-data,
  .portlet-listing-custom-field.price .portlet-listing-custom-field-data,
  .portlet-listing-custom-field.price .listing-custom-field-data {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  .listing-custom-field.price .portlet-listing-custom-field-data,
  .listing-custom-field.price .listing-custom-field-data,
  .portlet-listing-custom-field.price .portlet-listing-custom-field-data,
  .portlet-listing-custom-field.price .listing-custom-field-data {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .listing-custom-field.price .portlet-listing-custom-field-data,
  .listing-custom-field.price .listing-custom-field-data,
  .portlet-listing-custom-field.price .portlet-listing-custom-field-data,
  .portlet-listing-custom-field.price .listing-custom-field-data {
    font-size: 21px;
    line-height: 30px;
  }
}
@media print {
  .listing-custom-field.price .portlet-listing-custom-field-data,
  .listing-custom-field.price .listing-custom-field-data,
  .portlet-listing-custom-field.price .portlet-listing-custom-field-data,
  .portlet-listing-custom-field.price .listing-custom-field-data {
    font: 800 22px/26px "Manrope";
    color: #000;
  }
}

.portlet_icons_bottom .portlet {
  position: relative;
  padding-top: var(--size120);
  margin-top: var(--size120);
}
.portlet_icons_bottom .portlet:before {
  content: "";
  width: calc(100% - var(--size60) - var(--size60));
  height: 1px;
  background: #E3DED9;
  position: absolute;
  top: 0;
  left: var(--size60);
}
.portlet_icons_bottom .portlet .portlet_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
}
@media print {
  .portlet_icons_bottom .portlet .portlet_inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .portlet_icons_bottom .portlet .portlet_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content_inner .portlet_icons_bottom .portlet {
  padding-top: 0;
}
.content_inner .portlet_icons_bottom .portlet .portlet_inner {
  padding: 0;
}
.content_inner .portlet_icons_bottom .portlet:before {
  display: none;
}

.logged_in .portlet_service,
.logged_in .portlet_highlights {
  margin-top: var(--size70);
}
.portlet_service:not(:first-child) .portlet,
.portlet_highlights:not(:first-child) .portlet {
  margin-top: var(--size70);
  padding-top: var(--size70);
  border-top: 1px solid #E3DED9;
}
.logged_in .portlet_service:not(:first-child) .portlet,
.logged_in .portlet_highlights:not(:first-child) .portlet {
  border-top: none;
  padding-top: var(--size20);
  margin-top: 0;
}
.portlet_service .portlet_content_subtitle,
.portlet_highlights .portlet_content_subtitle {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  display: block;
}

.portlet_highlights .portlet h3, .portlet_highlights .portlet h3 a {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
  background: none;
}
@media screen and (max-width: 1000px) {
  .portlet_highlights .portlet h3, .portlet_highlights .portlet h3 a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .portlet_highlights .portlet h3, .portlet_highlights .portlet h3 a {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  .portlet_highlights .portlet h3, .portlet_highlights .portlet h3 a {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
.portlet_highlights .portlet h3 {
  margin-bottom: var(--size45);
}
.portlet_highlights .portlet .portlet_content_description {
  text-align: center;
}
.portlet_highlights .portlet .portlet_content_link {
  color: #000;
  text-decoration: none;
  hyphens: auto;
  background: linear-gradient(to right, #999, #999), linear-gradient(to right, #E30613, #E30613);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-size 500ms cubic-bezier(0.42, 0, 0.58, 1);
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  font-weight: 700;
  margin: var(--size60) auto 0;
  display: inline-block;
}
.portlet_highlights .portlet .portlet_content_link:hover, .portlet_highlights .portlet .portlet_content_link:focus {
  background-size: 0 0.05em, 100% 0.05em;
}
@media print {
  .portlet_highlights .portlet .portlet_content_link {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .portlet_highlights .portlet .portlet_content_link {
    font-size: 12px;
    line-height: 17px;
  }
}

.portlet_service h3 {
  margin: 0;
  margin-bottom: var(--size30);
}
.portlet_service .informations_box:not(:first-child) {
  margin-top: var(--size45);
}

#portlets_programm_wrap:not(:first-child) {
  margin-top: var(--size70);
  border-top: 1px solid #E3DED9;
  padding-top: var(--size70);
}
.logged_in #portlets_programm_wrap {
  background: none !important;
  border-top: dotted 4px rgba(0, 0, 0, 0.05);
  padding-top: var(--size20);
}
#portlets_programm_wrap > .portlet h3 {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: var(--size20);
}
@media screen and (max-width: 1000px) {
  #portlets_programm_wrap > .portlet h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_programm_wrap > .portlet h3 {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  #portlets_programm_wrap > .portlet h3 {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
#portlets_programm_wrap > .portlet .portlet_content_subtitle {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  display: block;
}

#portlets_programm .portlet:not(:first-child) {
  margin-top: var(--size10);
}
#portlets_programm .portlet .portlet_inner {
  background: #FAF9F8;
}
#portlets_programm .portlet h3 {
  margin: 0;
  padding: var(--size15) var(--size25) var(--size15) 90px;
  position: relative;
  cursor: pointer;
}
#portlets_programm .portlet h3:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: auto;
  line-height: auto;
  font-weight: 400;
  text-transform: none;
  color: #000;
  line-height: 10px;
  margin-top: -5px;
}
#portlets_programm .portlet h3:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 66px;
  width: 1px;
  height: calc(100% - 20px);
  display: block;
  background: #E3DED9;
}
#portlets_programm .portlet h3, #portlets_programm .portlet h3 a {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  background: none;
}
@media print {
  #portlets_programm .portlet h3, #portlets_programm .portlet h3 a {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_programm .portlet h3, #portlets_programm .portlet h3 a {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_programm .portlet h3, #portlets_programm .portlet h3 a {
    font-size: 15px;
    line-height: 30px;
  }
}
#portlets_programm .portlet h3 a {
  pointer-events: none;
}
#portlets_programm .portlet.visible_detail h3:before {
  color: #E30613;
  content: "\f068";
}
#portlets_programm .portlet:hover h3 {
  color: #E30613;
}
#portlets_programm .portlet:hover h3 a, #portlets_programm .portlet:hover h3:before {
  color: #E30613;
}
#portlets_programm .portlet.open_accordon .portlet-content {
  display: block;
}
#portlets_programm .portlet .portlet-content {
  display: none;
  border-top: 1px solid #E3DED9;
  padding: var(--size20) var(--size25) var(--size25) var(--size25);
  box-sizing: border-box;
}
#portlets_programm .portlet .portlet-content .portlet_content_subtitle {
  font-weight: 700;
  margin-bottom: var(--size10);
}
#portlets_programm .portlet .portlet-content .table_wrap_container:not(:first-child) {
  margin-top: var(--size25);
}
#portlets_programm .portlet .portlet-content .portlet_content_introduction {
  font-weight: 500;
}
#portlets_programm .portlet .portlet-content .portlet_content_introduction + .portlet_content_description {
  margin-top: var(--size20);
}
#portlets_programm .portlet .portlet-content h2 {
  font: 800 26px/36px "Manrope";
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: var(--size10);
}
@media screen and (max-width: 1000px) {
  #portlets_programm .portlet .portlet-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_programm .portlet .portlet-content h2 {
    font-size: 19px;
    line-height: 28px;
  }
}
@media print {
  #portlets_programm .portlet .portlet-content h2 {
    font: 800 18px/22px "Manrope";
    color: #000;
  }
}
#portlets_programm .portlet .portlet-content h2:not(:first-child) {
  margin-top: var(--size30);
}
#portlets_programm .portlet .portlet-content table {
  font: 500 13px/18px "Manrope";
  text-transform: none;
  color: #B3A89C;
  letter-spacing: 0;
  color: #000;
}
@media print {
  #portlets_programm .portlet .portlet-content table {
    font: 500 11px/16px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #portlets_programm .portlet .portlet-content table {
    font-size: 12px;
    line-height: 17px;
  }
}
#portlets_programm .portlet .portlet-content table td {
  border: none !important;
  padding-bottom: 0;
}
#portlets_programm .portlet .portlet-content table td + td {
  width: 80%;
}
#portlets_programm .portlet .portlet-content a.portlet_content_link {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  margin-top: var(--size10);
  display: inline-block;
  color: #000;
  border-color: #000;
}
@media print {
  #portlets_programm .portlet .portlet-content a.portlet_content_link {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_programm .portlet .portlet-content a.portlet_content_link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_programm .portlet .portlet-content a.portlet_content_link {
    font-size: 14px;
    line-height: 22px;
  }
}
#portlets_programm .portlet .portlet-content a.portlet_content_link i {
  margin: 0 8px 0 0;
}
#portlets_programm .portlet .portlet-content a.portlet_content_link:focus, #portlets_programm .portlet .portlet-content a.portlet_content_link:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #portlets_programm .portlet .portlet-content a.portlet_content_link {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #portlets_programm .portlet .portlet-content a.portlet_content_link {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #portlets_programm .portlet .portlet-content a.portlet_content_link {
    display: none !important;
  }
}
#portlets_programm .portlet .portlet-content a.portlet_content_link:hover, #portlets_programm .portlet .portlet-content a.portlet_content_link:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
#portlets_programm .portlet .portlet-content a.portlet_content_link:hover, #portlets_programm .portlet .portlet-content a.portlet_content_link:focus {
  border-color: #000;
  background: #000;
  color: #FFFFFF;
}
#portlets_programm .portlet .pictures:not(:first-child) {
  --gapBetween: var(--size20);
  --gapTop: var(--size20);
  --widthElements: 33.33%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
  margin-top: var(--size10);
}
#portlets_programm .portlet .pictures:not(:first-child) > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
#portlets_programm .portlet .pictures > .cf {
  display: none;
}
#portlets_programm .portlet .pictures .resource_background {
  border-radius: 4px;
  overflow: hidden;
}

#portlets_hotel:not(:first-child),
#portlets_date_price:not(:first-child) {
  margin-top: var(--size70);
  border-top: 1px solid #E3DED9;
  padding-top: var(--size70);
}
.logged_in #portlets_hotel,
.logged_in #portlets_date_price {
  background: none !important;
  border-top: dotted 4px rgba(0, 0, 0, 0.05);
  padding-top: var(--size20);
}
#portlets_hotel .portlet:not(:first-child),
#portlets_date_price .portlet:not(:first-child) {
  margin-top: var(--size60);
}
#portlets_hotel .portlet h3,
#portlets_date_price .portlet h3 {
  margin-top: 0;
}
#portlets_hotel .portlet h3 a,
#portlets_date_price .portlet h3 a {
  background: none !important;
}
#portlets_hotel .portlet .portlet_content_subtitle,
#portlets_date_price .portlet .portlet_content_subtitle {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  display: block;
}
#portlets_hotel .portlet .portlet_content_introduction,
#portlets_date_price .portlet .portlet_content_introduction {
  margin-bottom: var(--size15);
}
#portlets_hotel .portlet .portlet_content_description,
#portlets_date_price .portlet .portlet_content_description {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
#portlets_hotel .portlet a.portlet_content_link,
#portlets_date_price .portlet a.portlet_content_link {
  font: 800 16px/24px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: var(--size10) var(--size20);
  width: auto;
  color: #FFFFFF;
  background: #E30613;
  border: 1px solid #E30613;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  min-height: 44px;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #E30613;
  margin-top: var(--size25);
  color: #000;
  border-color: #000;
}
@media print {
  #portlets_hotel .portlet a.portlet_content_link,
  #portlets_date_price .portlet a.portlet_content_link {
    font: 800 12px/18px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_hotel .portlet a.portlet_content_link,
  #portlets_date_price .portlet a.portlet_content_link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_hotel .portlet a.portlet_content_link,
  #portlets_date_price .portlet a.portlet_content_link {
    font-size: 14px;
    line-height: 22px;
  }
}
#portlets_hotel .portlet a.portlet_content_link i,
#portlets_date_price .portlet a.portlet_content_link i {
  margin: 0 8px 0 0;
}
#portlets_hotel .portlet a.portlet_content_link:focus, #portlets_hotel .portlet a.portlet_content_link:hover,
#portlets_date_price .portlet a.portlet_content_link:focus,
#portlets_date_price .portlet a.portlet_content_link:hover {
  background: #b1050f;
  border-color: #b1050f;
}
@media screen and (max-width: 800px) {
  #portlets_hotel .portlet a.portlet_content_link,
  #portlets_date_price .portlet a.portlet_content_link {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 500px) {
  #portlets_hotel .portlet a.portlet_content_link,
  #portlets_date_price .portlet a.portlet_content_link {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media print {
  #portlets_hotel .portlet a.portlet_content_link,
  #portlets_date_price .portlet a.portlet_content_link {
    display: none !important;
  }
}
#portlets_hotel .portlet a.portlet_content_link:hover, #portlets_hotel .portlet a.portlet_content_link:focus,
#portlets_date_price .portlet a.portlet_content_link:hover,
#portlets_date_price .portlet a.portlet_content_link:focus {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
#portlets_hotel .portlet a.portlet_content_link:hover, #portlets_hotel .portlet a.portlet_content_link:focus,
#portlets_date_price .portlet a.portlet_content_link:hover,
#portlets_date_price .portlet a.portlet_content_link:focus {
  border-color: #000;
  background: #000;
  color: #FFFFFF;
}
#portlets_hotel .portlet.date_category h3,
#portlets_date_price .portlet.date_category h3 {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: var(--size10);
}
@media print {
  #portlets_hotel .portlet.date_category h3,
  #portlets_date_price .portlet.date_category h3 {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_hotel .portlet.date_category h3,
  #portlets_date_price .portlet.date_category h3 {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_hotel .portlet.date_category h3,
  #portlets_date_price .portlet.date_category h3 {
    font-size: 15px;
    line-height: 30px;
  }
}
#portlets_hotel .portlet.date_category h3 a,
#portlets_date_price .portlet.date_category h3 a {
  font: 400 18px/36px "Manrope";
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
}
@media print {
  #portlets_hotel .portlet.date_category h3 a,
  #portlets_date_price .portlet.date_category h3 a {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_hotel .portlet.date_category h3 a,
  #portlets_date_price .portlet.date_category h3 a {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_hotel .portlet.date_category h3 a,
  #portlets_date_price .portlet.date_category h3 a {
    font-size: 15px;
    line-height: 30px;
  }
}
#portlets_hotel .portlet.date_category .informations_box h4 > span,
#portlets_date_price .portlet.date_category .informations_box h4 > span {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  display: block;
}
#portlets_hotel .portlet.date_category .informations_box.special_text .portlet_inner > *:not(ul.controls), #portlets_hotel .portlet.date_category.not_aviable .portlet_inner > *:not(ul.controls),
#portlets_date_price .portlet.date_category .informations_box.special_text .portlet_inner > *:not(ul.controls),
#portlets_date_price .portlet.date_category.not_aviable .portlet_inner > *:not(ul.controls) {
  opacity: 0.4;
}
#portlets_hotel .portlet.date_category .informations_box.special_text:after, #portlets_hotel .portlet.date_category.not_aviable:after,
#portlets_date_price .portlet.date_category .informations_box.special_text:after,
#portlets_date_price .portlet.date_category.not_aviable:after {
  content: "Bereits stattgefunden";
  font: 400 18px/24px "Manrope";
  text-transform: none;
  color: #999;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #E30613;
  border-radius: 5px;
  padding: 3px 8px;
  display: flex;
  position: relative;
  text-align: center;
  right: -5px;
  top: calc(var(--size20) - 2px);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  position: absolute;
}
@media print {
  #portlets_hotel .portlet.date_category .informations_box.special_text:after, #portlets_hotel .portlet.date_category.not_aviable:after,
  #portlets_date_price .portlet.date_category .informations_box.special_text:after,
  #portlets_date_price .portlet.date_category.not_aviable:after {
    font: 400 13px/20px "Manrope";
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #portlets_hotel .portlet.date_category .informations_box.special_text:after, #portlets_hotel .portlet.date_category.not_aviable:after,
  #portlets_date_price .portlet.date_category .informations_box.special_text:after,
  #portlets_date_price .portlet.date_category.not_aviable:after {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  #portlets_hotel .portlet.date_category .informations_box.special_text:after, #portlets_hotel .portlet.date_category.not_aviable:after,
  #portlets_date_price .portlet.date_category .informations_box.special_text:after,
  #portlets_date_price .portlet.date_category.not_aviable:after {
    font-size: 15px;
    line-height: 22px;
  }
}
body[lang=en] #portlets_hotel .portlet.date_category .informations_box.special_text:after, body[lang=en] #portlets_hotel .portlet.date_category.not_aviable:after,
body[lang=en] #portlets_date_price .portlet.date_category .informations_box.special_text:after,
body[lang=en] #portlets_date_price .portlet.date_category.not_aviable:after {
  content: "Unavailable";
}
body[lang=fr] #portlets_hotel .portlet.date_category .informations_box.special_text:after, body[lang=fr] #portlets_hotel .portlet.date_category.not_aviable:after,
body[lang=fr] #portlets_date_price .portlet.date_category .informations_box.special_text:after,
body[lang=fr] #portlets_date_price .portlet.date_category.not_aviable:after {
  content: "déjà eu lieu";
}
#portlets_hotel .portlet.date_category .informations_box.special_text,
#portlets_date_price .portlet.date_category .informations_box.special_text {
  position: relative;
}
#portlets_hotel .portlet.date_category .informations_box.special_text:after,
#portlets_date_price .portlet.date_category .informations_box.special_text:after {
  content: attr(data-after-content) !important;
  background: #F0A205;
  top: calc(-1 * var(--size10));
}

.portlet_call_to_action_detail .portlet {
  margin-top: var(--size100);
  margin-bottom: var(--size140);
}
.portlet_call_to_action_detail .portlet_inner {
  display: flex;
  justify-content: flex-end;
}
.portlet_call_to_action_detail h3 {
  font: 400 34px/40px "Pacifico";
  margin: 0;
  padding: 0;
  letter-spacing: -0.2px;
  color: #E30613;
  max-width: 300px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  text-indent: var(--size30);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .portlet_call_to_action_detail h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .portlet_call_to_action_detail h3 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media screen and (max-width: 500px) {
  .portlet_call_to_action_detail h3 {
    font-size: 19px;
    line-height: 23px;
  }
}
.portlet_call_to_action_detail h3:after {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  width: 200px;
  height: 90px;
  display: block;
  background: url(../img/pfeil_loop.svg) no-repeat;
  background-position: center;
  background-size: contain;
  right: -100px;
  bottom: -100%;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}

.open_booking_responsive {
  display: none;
}

.portlet_listing_filter {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: var(--size30);
  padding-left: var(--size30);
  box-sizing: border-box;
  margin-top: calc(-1 * var(--size90));
}
@media print {
  .portlet_listing_filter {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .portlet_listing_filter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.portlet_listing_filter .portlet_inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: var(--size50) var(--size80);
  border-radius: 8px;
}
.portlet_listing_filter .portlet_inner h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: var(--size35);
}
.portlet_listing_filter .portlet_inner .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 9px;
}
.portlet_listing_filter .portlet_inner .listing_property_filter form {
  flex-flow: row;
}
.portlet_listing_filter .portlet_inner .listing_property_filter form > * {
  flex: unset;
  width: 100%;
}
.portlet_listing_filter .portlet_inner .listing_property_filter form .p_select2 {
  display: block !important;
}
.portlet_listing_filter .portlet_inner .listing_property_filter form .p_select2:nth-child(6) {
  order: -2;
}
.portlet_listing_filter .portlet_inner .listing_property_filter form .p_select2:nth-child(5) {
  order: -1;
}
.portlet_listing_filter .portlet_inner .listing_property_filter form .p_select2:not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(3)) {
  display: none !important;
}
.portlet_listing_filter .portlet_inner .listing_property_filter form .listing_search_buttons {
  width: auto;
  flex: unset;
  margin-left: auto;
  margin-right: auto;
}

/* @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/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
@media print {
  body {
    --size10: 1vw;
    --size15: 1.5vw;
    --size20: 2vw;
    --size25: 2.5vw;
    --size30: 3vw;
    --size35: 3.5vw;
    --size40: 4vw;
    --size45: 4.5vw;
    --size50: 4.8vw;
    --size60: 5vw;
    --size70: 5.5vw;
    --size80: 6vw;
    --size90: 7vw;
    --size100: 8vw;
    --size110: 9vw;
    --size120: 10vw;
    --size130: 11vw;
    --size140: 12vw;
    --size150: 13vw;
    --size160: 16vw;
    --size170: 17vw;
    --size180: 18vw;
    --size190: 19vw;
    --size200: 20vw;
  }
  @page {
    margin: 1.8cm 1cm 1.5cm 2cm;
  }
  body {
    color: #000 !important;
    background: #fff;
    letter-spacing: 0 !important;
  }
  .picture_top + h1#page_title,
  .portlet_listing_subtitle,
  h1, h2, h3, h4, h5, h6, p, a, div {
    color: #000 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
  }
  * {
    opacity: 1 !important;
    background: none !important;
    border-radius: 0 !important;
  }
  #detail_offer_wrap .detail_small_infos .listing-custom-fields-container,
  .portlet_call_to_action_detail,
  #portlets_programm .portlet h3:before,
  #portlets_programm .portlet h3:after,
  .picture_detail_gallery.more_than_four .picture_3 .resource_background:after,
  .picture_detail_gallery.more_than_four .picture_3 .resource_background:before,
  .navigation_small,
  #undefined-sticky-wrapper,
  .scroll_to_price,
  .listing_entry_class_special .picture_detail_big:after,
  .listing_entry_class_special .picture_detail_big:before,
  #booking_right_sticky,
  .breadcrumb,
  .introduction_wrap .portlet,
  #footer .footer_copy,
  #footer .footer_top .footer_right,
  #footer .footer_top .footer_left,
  #portlets_standard .portlet_listing.slider,
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style),
  .portlet_listing_filter,
  #scroll_down,
  #slider_home,
  #navigation,
  #header .header_right,
  .picture_top,
  .copy {
    display: none !important;
  }
  #header {
    position: relative !important;
    box-shadow: none !important;
    border: none !important;
  }
  #header .header_inner {
    height: auto !important;
    padding: 0;
  }
  #header .header_inner #logo {
    padding: 0;
    margin-left: 0 !important;
  }
  #header .header_inner #logo a {
    padding: 0 !important;
  }
  #header .header_inner #logo img {
    width: 120px !important;
    height: auto;
  }
  .picture_top + h1#page_title {
    position: relative;
    top: 0;
    left: 0;
    border: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 50px !important;
  }
  .picture_top + h1 + #content .content_inner,
  .picture_top + .content_inner {
    padding-top: var(--size30) !important;
  }
  .content_inner {
    padding-top: 20px !important;
    margin-bottom: 0 !important;
  }
  #content:last-child {
    margin-bottom: var(--size40);
  }
  #siteframe {
    padding-top: 0 !important;
  }
  .picture,
  .portlet,
  p, ul, ol, h1, h2, h3, h4, h5, h6,
  .listing_entry,
  .overview_item,
  #footer {
    page-break-inside: avoid;
  }
  .picture_top + .content_inner,
  .content_inner {
    padding-top: var(--size60);
    margin-bottom: var(--size60);
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    border-color: #000;
    text-shadow: none !important;
    left: 0 !important;
    text-align: left;
  }
  h1 br {
    display: none;
  }
  h2.subtitle, h2 a.subtitle {
    font-weight: 400;
  }
  p {
    page-break-inside: avoid;
  }
  h5 {
    font-weight: 700;
  }
  strong {
    font-weight: 600;
  }
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .content_inner ol {
    color: #000;
    text-align: left;
  }
  .content_inner table th {
    padding-bottom: 8px;
    padding-left: 0 !important;
    color: #000;
  }
  .content_inner table td {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 0 !important;
    color: #000;
    border-top: 1px solid #000;
  }
  table thead th {
    color: #000;
    padding: 0 5px 3px 0;
    background: #fff;
    border: none;
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
  }
  .content_inner table td:after {
    display: none;
  }
  table td {
    padding: 6px 5px 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    text-align: left;
  }
  .table_wrap_container {
    page-break-inside: avoid;
  }
  .accordeon_wrap .accordeon_entry .accordeon_content {
    display: block !important;
  }
  .column {
    --gapBetween: var(--size60);
    --gapTop: var(--size60);
  }
  .table_wrap_container {
    margin-top: var(--size60);
  }
  .brown_box {
    padding: 0 !important;
  }
  .brown_box .all_icons_wrapper .icon_wrap .icon i {
    color: #000 !important;
  }
  .brown_box .all_icons_wrapper + p a {
    display: none;
  }
  .highlights.with_icons p.icon {
    font-size: 40px;
    line-height: 40px;
  }
  #detail_offer_wrap .detail_small_infos .days .listing-custom-field-data,
  #detail_offer_wrap + #portlets_standard,
  #portlets_programm_wrap:not(:first-child),
  .portlet_service:not(:first-child) .portlet,
  .portlet_highlights:not(:first-child) .portlet,
  .portlet_icons_bottom .portlet,
  #portlets_standard .portlet:not(:first-child) {
    padding-top: 0;
    border: none !important;
  }
  #detail_offer_wrap .detail_small_infos .days .listing-custom-field-data:before,
  #detail_offer_wrap + #portlets_standard:before,
  #portlets_programm_wrap:not(:first-child):before,
  .portlet_service:not(:first-child) .portlet:before,
  .portlet_highlights:not(:first-child) .portlet:before,
  .portlet_icons_bottom .portlet:before,
  #portlets_standard .portlet:not(:first-child):before {
    display: none !important;
  }
  #portlets_standard .portlet_content .portlet-content .pictures {
    max-width: 200px;
  }
  #portlets_standard .portlet_content .portlet-content {
    box-shadow: none !important;
  }
  #portlets_standard .portlet_content .portlet_text_wrap {
    padding: 0 0 0 20px;
  }
  #portlets_standard .portlet_content.brown {
    padding-bottom: 0 !important;
  }
  #portlets_standard .portlet-listing-entry-inline:before, #portlets_standard .portlet-listing-entry-inline:after {
    display: none !important;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .portlet-listing-entry .overview_item_inner,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .overview_item_inner,
  #portlets_standard .listing_standard_style .overview_item .listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .overview_item_inner,
  #portlets_standard .listing_standard_style .listing_entry .listing-entry-inline,
  #mod_overview .portlet-listing-entry .portlet-listing-entry-inline,
  #mod_overview .portlet-listing-entry .overview_item_inner,
  #mod_overview .portlet-listing-entry .listing-entry-inline,
  #mod_overview .overview_item .portlet-listing-entry-inline,
  #mod_overview .overview_item .overview_item_inner,
  #mod_overview .overview_item .listing-entry-inline,
  #mod_overview .listing_entry .portlet-listing-entry-inline,
  #mod_overview .listing_entry .overview_item_inner,
  #mod_overview .listing_entry .listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .portlet-listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .overview_item_inner,
  #mixItUp.standard .portlet-listing-entry .listing-entry-inline,
  #mixItUp.standard .overview_item .portlet-listing-entry-inline,
  #mixItUp.standard .overview_item .overview_item_inner,
  #mixItUp.standard .overview_item .listing-entry-inline,
  #mixItUp.standard .listing_entry .portlet-listing-entry-inline,
  #mixItUp.standard .listing_entry .overview_item_inner,
  #mixItUp.standard .listing_entry .listing-entry-inline {
    box-shadow: none !important;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry .pictures,
  #portlets_standard .listing_standard_style .overview_item .pictures,
  #portlets_standard .listing_standard_style .listing_entry .pictures,
  #mod_overview .portlet-listing-entry .pictures,
  #mod_overview .overview_item .pictures,
  #mod_overview .listing_entry .pictures,
  #mixItUp.standard .portlet-listing-entry .pictures,
  #mixItUp.standard .overview_item .pictures,
  #mixItUp.standard .listing_entry .pictures {
    flex: 0 0 200px;
    max-width: 44%;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry .pictures + .portlet-listing-content-container, #portlets_standard .listing_standard_style .portlet-listing-entry .pictures + .content,
  #portlets_standard .listing_standard_style .overview_item .pictures + .portlet-listing-content-container,
  #portlets_standard .listing_standard_style .overview_item .pictures + .content,
  #portlets_standard .listing_standard_style .listing_entry .pictures + .portlet-listing-content-container,
  #portlets_standard .listing_standard_style .listing_entry .pictures + .content,
  #mod_overview .portlet-listing-entry .pictures + .portlet-listing-content-container,
  #mod_overview .portlet-listing-entry .pictures + .content,
  #mod_overview .overview_item .pictures + .portlet-listing-content-container,
  #mod_overview .overview_item .pictures + .content,
  #mod_overview .listing_entry .pictures + .portlet-listing-content-container,
  #mod_overview .listing_entry .pictures + .content,
  #mixItUp.standard .portlet-listing-entry .pictures + .portlet-listing-content-container,
  #mixItUp.standard .portlet-listing-entry .pictures + .content,
  #mixItUp.standard .overview_item .pictures + .portlet-listing-content-container,
  #mixItUp.standard .overview_item .pictures + .content,
  #mixItUp.standard .listing_entry .pictures + .portlet-listing-content-container,
  #mixItUp.standard .listing_entry .pictures + .content {
    padding: 0 0 0 20px;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-content-container,
  #portlets_standard .listing_standard_style .portlet-listing-entry .content,
  #portlets_standard .listing_standard_style .overview_item .portlet-listing-content-container,
  #portlets_standard .listing_standard_style .overview_item .content,
  #portlets_standard .listing_standard_style .listing_entry .portlet-listing-content-container,
  #portlets_standard .listing_standard_style .listing_entry .content,
  #mod_overview .portlet-listing-entry .portlet-listing-content-container,
  #mod_overview .portlet-listing-entry .content,
  #mod_overview .overview_item .portlet-listing-content-container,
  #mod_overview .overview_item .content,
  #mod_overview .listing_entry .portlet-listing-content-container,
  #mod_overview .listing_entry .content,
  #mixItUp.standard .portlet-listing-entry .portlet-listing-content-container,
  #mixItUp.standard .portlet-listing-entry .content,
  #mixItUp.standard .overview_item .portlet-listing-content-container,
  #mixItUp.standard .overview_item .content,
  #mixItUp.standard .listing_entry .portlet-listing-content-container,
  #mixItUp.standard .listing_entry .content {
    padding: 0;
  }
  .picture_detail_gallery.more_than_four .picture_3 .resource_background img {
    -webkit-filter: blur(0px); /* Chrome, Safari */
    -ms-filter: blur(0px); /* IE12? */
    filter: blur(0px);
  }
  #portlets_hotel .portlet.date_category.not_aviable:after,
  #portlets_date_price .portlet.date_category.not_aviable:after {
    background: none !important;
  }
  #portlets_hotel .portlet.date_category h3,
  #portlets_date_price .portlet.date_category h3 {
    font-weight: 800;
  }
  #detail_offer_wrap h2.subtitle {
    font-weight: 400;
  }
  #portlets_programm .portlet:not(:first-child) h3 {
    padding-top: 30px;
  }
  #portlets_programm .portlet h3 {
    padding: 0;
    font-weight: 800;
  }
  #portlets_programm .portlet h3 a {
    font-weight: 800;
  }
  #portlets_programm .portlet .portlet-content {
    display: block !important;
    padding: 10px 0 0 0;
  }
  #footer .footer_top {
    font-weight: 400 !important;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateX(0);
    width: calc(100% + 1px);
  }
  40% {
    width: calc(100% + 1px);
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(0);
  }
}
/* @end */
/* @group mixins */
/* @end */
@media screen and (max-width: 1000px) {
  body {
    --size10: 1vw;
    --size15: 1.5vw;
    --size20: 2vw;
    --size25: 2.5vw;
    --size30: 3vw;
    --size35: 3.5vw;
    --size40: 4vw;
    --size45: 4.5vw;
    --size50: 5vw;
    --size60: 6vw;
    --size70: 7vw;
    --size80: 8vw;
    --size90: 9vw;
    --size100: 10vw;
    --size110: 11vw;
    --size120: 12vw;
    --size130: 13vw;
    --size140: 14vw;
    --size150: 15vw;
    --size160: 16vw;
    --size170: 17vw;
    --size180: 18vw;
    --size190: 19vw;
    --size200: 20vw;
    --gapBetween: 20px;
    --gapTop: 20px;
  }
}
@media screen and (max-width: 800px) {
  body {
    --widthElements: 50%;
  }
}
@media screen and (max-width: 500px) {
  body {
    --size10: 5px;
    --size15: 9px;
    --size20: 15px;
    --size25: 17px;
    --size30: 18px;
    --size35: 20px;
    --size40: 22px;
    --size45: 23px;
    --size50: 26px;
    --size60: 28px;
    --size70: 32px;
    --size80: 35px;
    --size90: 35px;
    --size100: 40px;
    --size110: 40px;
    --size120: 40px;
    --size130: 45px;
    --size140: 45px;
    --size150: 50px;
    --size160: 50px;
    --size170: 50px;
    --size180: 55px;
    --size190: 55px;
    --size200: 60px;
  }
}
@media screen and (max-height: 850px) {
  #booking_right_sticky .booking_right_inner.person_link {
    display: none;
  }
  #booking_right_sticky .booking_right_inner:not(:first-child) {
    border-top: none;
  }
}
@media screen and (max-width: 1500px) {
  .portlet_call_to_action_detail .portlet_inner {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1460px) {
  #mixItUp.offers .module-listing,
  #portlets_standard .portlet_listing.slider .module-listing {
    --widthElements: 33.33%;
  }
  body[lang=fr] #header .header_right a.button span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  #navigation .navigation > li {
    margin-right: var(--size25);
  }
  #header .header_right a.button,
  #header .header_right a:not(.button) + a:not(.button) {
    margin-left: var(--size25);
  }
  #nav-75 {
    display: none;
  }
  .introduction_wrap .portlet {
    right: -60px;
  }
  .introduction_wrap .portlet:after {
    left: 40px;
  }
  #header .header_right a:not(.button) span {
    font-size: 12px;
    vertical-align: 1px;
  }
}
@media screen and (max-width: 1300px) {
  #navigation ul.level1 {
    padding: 0 0 var(--size40) var(--size40);
  }
  #navigation ul.level1 > li {
    padding-top: var(--size40);
    padding-right: var(--size40);
  }
  #header .portlet {
    padding: var(--size40);
  }
  #portlets_standard .portlet:not(:first-child):before {
    width: calc(100% - var(--size40) - var(--size40));
    left: var(--size40);
  }
  .introduction_wrap div.introduction:not(:last-child) {
    padding-right: 200px;
  }
  .introduction_wrap .portlet {
    right: -20px;
    width: 200px;
  }
  .introduction_wrap .portlet:after {
    top: calc(100% + 10px);
    left: 40px;
    height: 140px;
  }
  .portlet_call_to_action_detail h3 {
    max-width: 260px;
  }
  .portlet_call_to_action_detail h3:after {
    height: 75px;
  }
  .portlet_call_to_action_detail .portlet_inner {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1250px) {
  #navigation .navigation > li {
    margin-right: var(--size20);
  }
  #header .header_right a.button,
  #header .header_right a:not(.button) + a:not(.button) {
    margin-left: var(--size15);
  }
  #header .header_right a:not(.button) span {
    display: none;
  }
  #header .header_right a:not(.button) {
    display: flex;
  }
  #header .header_right a:not(.button) i {
    margin-right: 0;
    font-size: 20px;
  }
  #header .header_right a:not(.button):hover i {
    color: #000;
  }
  #header .header_right a:first-child i {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  #header .header_right a.button,
  #header .header_right,
  #navigation .language_switcher a,
  #navigation .navigation {
    font-size: 15px;
  }
}
@media screen and (max-width: 1150px) {
  #header .header_right a:not(.button) span,
  #header .language_switcher,
  #header .meta-navigation,
  div#navigation {
    display: none;
  }
  .responsive_navigation_toggle_wrap,
  .responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    display: flex;
    flex-flow: wrap;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    width: calc(100% - 90px);
    height: 100%;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(1px) translate3d(100%, 0, 0);
    -moz-transform: perspective(1px) translate3d(100%, 0, 0);
    -o-transform: perspective(1px) translate3d(100%, 0, 0);
    transform: perspective(1px) translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    box-sizing: border-box;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  nav#rwdnav .rwdnav_inner {
    display: flex;
    flex-flow: column;
    min-height: 100%;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
  }
  nav#rwdnav .rwd_navigation {
    width: 100%;
    box-sizing: border-box;
  }
  nav#rwdnav .language_switcher {
    order: 2;
    background: #E3DED9;
    display: flex;
    justify-content: space-around;
    padding: var(--size10) var(--size10) calc(var(--size10) + 1px);
    margin: var(--size25);
    border-radius: 8px;
    min-height: 44px;
    align-items: center;
    box-sizing: border-box;
  }
  nav#rwdnav .language_switcher a {
    font: 800 16px/24px "Manrope";
    text-transform: none;
    color: #000;
    letter-spacing: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1150px) and (max-width: 800px) {
  nav#rwdnav .language_switcher a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1150px) and (max-width: 500px) {
  nav#rwdnav .language_switcher a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1150px) {
  nav#rwdnav .language_switcher a.current {
    font-weight: 700;
    color: #000;
  }
}
@media screen and (max-width: 1150px) {
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1150px) {
  #portlets_standard .portlet:not(:first-child):before {
    width: calc(100% - var(--size30) - var(--size30));
    left: var(--size30);
  }
  #portlets_standard .portlet_content .portlet_text_wrap {
    padding: var(--size40);
  }
}
@media screen and (max-width: 1150px) {
  #detail_offer_wrap .brown_box {
    padding: var(--size60) var(--size40) !important;
  }
}
@media screen and (max-width: 1150px) {
  #booking_right_sticky {
    width: 280px;
    flex: 0 0 280px;
  }
  #booking_right_sticky .booking_right_inner {
    padding: var(--size20);
  }
  #booking_right_sticky .booking_form_listing_detail .booking_element .select2-container .select2-selection--single .select2-selection__rendered {
    max-width: 230px;
  }
}
@media screen and (max-width: 1150px) {
  .navigation_small .navigation_small_wrap {
    max-width: calc(100vw - 300px);
  }
  .navigation_small .navigation_small_wrap li:not(:last-child) {
    margin-right: var(--size30);
  }
}
@media screen and (max-width: 1150px) {
  #footer .footer_top .footer_left {
    max-width: 300px;
  }
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font: 800 26px/36px "Manrope";
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
    color: #000;
  }
}
@media screen and (max-width: 1150px) and (max-width: 1000px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1150px) and (max-width: 500px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1150px) {
  #footer .footer_top .footer_left .portlet_content_subtitle {
    font-weight: 400;
  }
}
@media screen and (max-width: 1150px) {
  #footer .footer_top .footer_left .newsletter_form form {
    flex-flow: column;
    align-items: flex-start;
  }
  #footer .footer_top .footer_left .newsletter_form form .mailform_submit_button {
    margin-left: 0;
    margin-top: var(--size10);
  }
}
@media screen and (max-width: 1050px) {
  .portlet_listing_filter .portlet_inner {
    padding-left: var(--size50);
    padding-right: var(--size50);
  }
}
@media screen and (max-width: 1000px) {
  .introduction_wrap div.introduction:not(:last-child) {
    padding-right: 150px;
  }
  .introduction_wrap .portlet {
    right: -10px;
    width: 150px;
  }
  .introduction_wrap .portlet:after {
    top: calc(100% + 10px);
    left: 20px;
    height: 100px;
  }
  .brown_box {
    padding: var(--size60) var(--size40) !important;
  }
  .listing_entry_class_special .picture_detail_big:before,
  .listing_entry_class_special .listing-entry-inline:before,
  .listing_entry_class_special .portlet-listing-entry-inline:before,
  .listing_entry.special .picture_detail_big:before,
  .listing_entry.special .listing-entry-inline:before,
  .listing_entry.special .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special .picture_detail_big:before,
  .portlet-listing-entry-class-special .listing-entry-inline:before,
  .portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
    width: 110px;
    height: 110px;
  }
  .listing_entry_class_special.special_one_time .picture_detail_big:before, .listing_entry_class_special.special_one_time .listing-entry-inline:before, .listing_entry_class_special.special_one_time .portlet-listing-entry-inline:before,
  .listing_entry.special.special_one_time .picture_detail_big:before,
  .listing_entry.special.special_one_time .listing-entry-inline:before,
  .listing_entry.special.special_one_time .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_one_time .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_one_time .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_one_time .portlet-listing-entry-inline:before {
    padding-bottom: 4px;
  }
  .listing_entry_class_special.special_special_trip .picture_detail_big:before, .listing_entry_class_special.special_special_trip .listing-entry-inline:before, .listing_entry_class_special.special_special_trip .portlet-listing-entry-inline:before,
  .listing_entry.special.special_special_trip .picture_detail_big:before,
  .listing_entry.special.special_special_trip .listing-entry-inline:before,
  .listing_entry.special.special_special_trip .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_special_trip .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_special_trip .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_special_trip .portlet-listing-entry-inline:before {
    height: 90px;
  }
  .listing_entry_class_special.special_lesereise .picture_detail_big:before, .listing_entry_class_special.special_lesereise .listing-entry-inline:before, .listing_entry_class_special.special_lesereise .portlet-listing-entry-inline:before,
  .listing_entry.special.special_lesereise .picture_detail_big:before,
  .listing_entry.special.special_lesereise .listing-entry-inline:before,
  .listing_entry.special.special_lesereise .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_lesereise .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_lesereise .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_lesereise .portlet-listing-entry-inline:before {
    height: 62px;
    padding-bottom: 5px;
  }
  .listing_entry_class_special.special_exclusive .picture_detail_big:before, .listing_entry_class_special.special_exclusive .listing-entry-inline:before, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:before,
  .listing_entry.special.special_exclusive .picture_detail_big:before,
  .listing_entry.special.special_exclusive .listing-entry-inline:before,
  .listing_entry.special.special_exclusive .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:before {
    height: 125px;
    padding-bottom: 23px;
  }
  .listing_entry_class_special.special_exclusive .picture_detail_big:after, .listing_entry_class_special.special_exclusive .listing-entry-inline:after, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
  .listing_entry.special.special_exclusive .picture_detail_big:after,
  .listing_entry.special.special_exclusive .listing-entry-inline:after,
  .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
  .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
    width: 110px;
    height: 125px;
    padding-top: 13px;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-entry-inline:before,
  #portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-entry-inline:after {
    left: calc(-1 * var(--size20));
  }
  #slider_home .slider_home_inner > .portlet {
    width: 210px;
  }
  #slider_home .slick-arrow {
    width: 34px !important;
    height: 34px;
    line-height: 34px;
    margin-top: -16px;
    right: -16px;
  }
  #slider_home .slick-arrow.fa-angle-left {
    left: -16px;
  }
  #scroll_down {
    width: 30px;
    height: 30px;
    top: -15px;
    margin-left: -15px;
    line-height: 30px;
  }
  .portlet_call_to_action_detail h3 {
    max-width: 200px;
  }
  .portlet_call_to_action_detail h3:after {
    height: 55px;
  }
  .portlet_call_to_action_detail .portlet_inner {
    margin-right: 60px;
  }
  .navigation_small {
    height: 64px;
  }
  .navigation_small .navigation_small_inner li {
    padding-top: 25px;
  }
  #detail_offer_wrap .detail_small_infos .listing-custom-fields-container {
    left: -2px;
  }
  #footer .footer_top .footer_left {
    max-width: 320px;
  }
  #footer .footer_top .footer_left .newsletter_form form {
    flex-flow: column;
    align-items: flex-start;
  }
  #footer .footer_top .footer_left .mailform_submit_button {
    margin-top: var(--size10);
    margin-left: 0;
  }
  #footer .footer_top .footer_inner {
    flex-flow: wrap;
  }
  #footer .footer_top .footer_left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: var(--size80);
  }
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font: 800 32px/44px "Manrope";
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0;
    color: #000;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  #footer .footer_top .footer_left .portlet_content_subtitle,
  #footer .footer_top .footer_left h3 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer_top .footer_left .portlet_content_subtitle {
    font-weight: 400;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer_copy .footer_inner {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #footer .footer_copy .footer_inner .social_media {
    order: -1;
    margin-bottom: var(--size20);
  }
  #footer .footer_copy .footer_inner .social_media a {
    margin-left: 0;
  }
  #footer .footer_copy .footer_inner .copy_left span {
    margin-right: var(--size20);
  }
  #footer .footer_copy .footer_inner .copy_right {
    margin-top: 4px;
  }
  #footer .footer_copy .footer_inner .copy_right ul li {
    margin-left: 0;
    margin-right: var(--size20);
  }
}
@media screen and (max-width: 950px) {
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label {
    width: 120px;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label:not(:last-child):after {
    width: 130px;
  }
}
@media screen and (max-width: 900px) {
  #mixItUp.offers .module-listing,
  #portlets_standard .portlet_listing.slider .module-listing {
    --widthElements: 50%;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label {
    width: 130px;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label:not(:last-child):after {
    width: 140px;
  }
}
@media screen and (max-width: 850px) {
  #booking_right_sticky {
    position: fixed;
    right: -101%;
    width: 100%;
    z-index: 30;
    height: auto;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  }
  #booking_right_sticky .booking_right_sticky_inner {
    top: auto;
    position: static;
  }
  #booking_right_sticky #close_sticky {
    display: flex;
  }
  #booking_right_sticky.open_booking {
    right: 0;
  }
  #booking_right_sticky .booking_form_listing_detail .booking_element .select2-container .select2-selection--single .select2-selection__rendered {
    max-width: calc(100vw - 60px);
  }
  .navigation_small:before {
    display: none;
  }
  .navigation_small .responsive_elements {
    display: flex;
  }
  .navigation_small.navigation_open {
    height: auto !important;
  }
  .navigation_small.navigation_open .navigation_small_wrap {
    opacity: 1;
    pointer-events: all;
  }
  .navigation_small .navigation_small_wrap {
    max-width: 100vw;
    opacity: 0;
    padding-bottom: 5px;
    pointer-events: none;
  }
  .navigation_small .navigation_small_wrap .navigation_small_inner {
    flex-flow: column;
  }
  .navigation_small .navigation_small_wrap .navigation_small_inner li {
    padding-top: 0;
    padding-bottom: 11px;
  }
  .navigation_small .navigation_small_wrap .navigation_small_inner li:before {
    display: none;
  }
  .navigation_small:before {
    right: 20px;
  }
  .open_booking_responsive {
    font: 800 16px/24px "Manrope";
    text-transform: none;
    color: #000;
    letter-spacing: 0;
    letter-spacing: -0.1px;
    margin: 0;
    padding: var(--size10) var(--size20);
    width: auto;
    color: #FFFFFF;
    background: #E30613;
    border: 1px solid #E30613;
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    min-height: 44px;
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media screen and (max-width: 850px) and (max-width: 800px) {
  .open_booking_responsive {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 850px) and (max-width: 500px) {
  .open_booking_responsive {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 850px) {
  .open_booking_responsive i {
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 850px) {
  .open_booking_responsive:focus, .open_booking_responsive:hover {
    background: #b1050f;
    border-color: #b1050f;
  }
}
@media screen and (max-width: 850px) and (max-width: 800px) {
  .open_booking_responsive {
    padding-top: calc(var(--size10) - 2px);
  }
}
@media screen and (max-width: 850px) and (max-width: 500px) {
  .open_booking_responsive {
    min-height: 38px;
    padding-top: calc(var(--size10) - 1px);
  }
}
@media screen and (max-width: 850px) {
  .open_booking_responsive i {
    margin-left: 6px;
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .mod_action_show_entry #siteframe {
    overflow: hidden;
  }
}
@media screen and (max-width: 850px) {
  .portlet_call_to_action_detail h3 {
    max-width: 200px;
  }
  .portlet_call_to_action_detail h3:after {
    background: url(../img/pfeil.svg) no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    top: calc(100% - 10px);
    right: -30px;
  }
  .portlet_call_to_action_detail .portlet_inner {
    margin-right: -30px;
    justify-content: center;
  }
  .portlet_call_to_action_detail + .open_booking_responsive {
    margin-top: var(--size40);
  }
}
@media screen and (max-width: 800px) {
  #header {
    height: 63px;
  }
  #header #logo {
    flex: 0 0 140px;
    max-width: 140px;
    margin-bottom: 8px;
  }
  #header .header_right a.button {
    border: none !important;
    padding: 0 !important;
    color: #999;
    font-size: 20px;
    min-height: 0;
  }
  #header .header_right a.button:hover {
    background: none !important;
    color: #000;
  }
  #header .header_right a.button i {
    margin-right: 0;
  }
  #header .header_right a.button span {
    display: none;
  }
  .introduction_wrap div.introduction:not(:last-child) {
    padding-right: 0;
  }
  .introduction_wrap .portlet {
    position: relative !important;
    margin-left: auto;
    margin-bottom: calc(-1 * var(--size60));
  }
  .introduction_wrap .portlet:after {
    left: 50px;
    height: 80px;
  }
  #siteframe {
    padding-top: 63px;
  }
  .brown_box {
    padding: var(--size40) !important;
  }
  .brown_box .all_icons_wrapper .icon_wrap .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .brown_box .all_icons_wrapper .icon_wrap .icon i {
    font-size: 20px;
  }
  .brown_box .all_icons_wrapper .icon_wrap .icon + *,
  .brown_box .all_icons_wrapper .icon_wrap h4 {
    line-height: 23px !important;
  }
  .highlights.with_icons p.icon {
    font-size: 58px;
    line-height: 58px;
  }
  #mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container, #mixItUp.offers .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #mixItUp.offers .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .content .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .listing-custom-fields-container {
    top: -50px;
  }
  #portlets_standard .portlet:not(:first-child):before {
    width: calc(100% - 40px);
    left: 20px;
  }
  .portlet_listing_filter .portlet_inner .listing_property_filter form {
    flex-flow: wrap;
  }
  .portlet_listing_filter .portlet_inner .listing_property_filter form .listing_search_buttons,
  .portlet_listing_filter .portlet_inner .listing_property_filter form > * {
    flex: 1 0 50%;
    width: 50%;
  }
  .css_buchungsanfrage .mailform_tab_entry .mailform_element label {
    flex: 0 0 220px;
  }
  .css_buchungsanfrage .mailform_tab_entry .checkbox_field {
    margin-left: 220px;
  }
  .css_buchungsanfrage .mailform_tab_entry .checkbox_field label {
    flex: 0 0 100%;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label {
    width: 90px;
    font-size: 12px;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label:not(:last-child):after {
    width: 100px;
  }
  #booking_right_sticky {
    top: 64px;
  }
}
@media screen and (max-width: 750px) {
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_4 label, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label {
    width: 100px;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label:not(:last-child):after, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_4 label:not(:last-child):after, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label:not(:last-child):after {
    width: 110px;
  }
}
@media screen and (max-width: 700px) {
  .listing_property_filter_wrap {
    display: none;
  }
  .listing_property_filter form > * {
    flex: 1 0 50%;
  }
  .listing_filter_sticky_element {
    position: relative;
  }
  .listing_filter_sticky_element .listing_filter_sticky_element_inner {
    opacity: 1;
    padding-top: var(--size25);
    padding-bottom: var(--size25);
    border-bottom: 1px solid #E3DED9;
    background: #F1EEEC;
  }
  .listing_filter_sticky_element .listing_filter_sticky_element_inner .portlet {
    display: none;
  }
  .listing_filter_sticky_element .listing_filter_sticky_element_inner .number_of_offers {
    order: 2;
    flex: unset;
  }
  .informations_right .number_of_offers {
    display: none;
  }
  .css_buchungsanfrage .mailform_tab_entry .mailform_element p {
    flex-flow: column;
    align-items: flex-start;
  }
  .css_buchungsanfrage .mailform_tab_entry .mailform_element label {
    flex: unset;
  }
  .css_buchungsanfrage .mailform_tab_entry .checkbox_field {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #portlets_standard .portlet_content .portlet-content {
    flex-flow: column;
  }
  #portlets_standard .portlet_listing:not(.slider):not(.listing_standard_style) .portlet-listing-entry-wrap {
    --widthElements: 100%;
  }
  .brown_box .all_icons_wrapper {
    flex-flow: column;
  }
  .brown_box .all_icons_wrapper .icons_wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brown_box .all_icons_wrapper .icons_wrapper + .icons_wrapper {
    margin-top: var(--size25);
  }
  .picture_detail_gallery {
    --widthElements: 50%;
  }
  #detail_offer_wrap .detail_small_infos .scroll_to_price span {
    display: none;
  }
  #detail_offer_wrap .detail_small_infos .scroll_to_price a {
    margin-left: 0;
  }
  #portlets_standard .portlet_listing.slider .portlet_inner .portlet-listing-entry-wrap {
    margin-top: var(--size50);
    position: relative;
    padding-top: var(--size100);
  }
  #portlets_standard .portlet_listing.slider .portlet_inner .portlet_text_wrap > *:not(.portlet-listing-entry-wrap):not(.portlet_listing_link) {
    padding-right: 0;
  }
  #portlets_standard .portlet_listing.slider .portlet_inner .portlet_text_wrap .portlet_listing_link {
    position: relative;
    right: auto;
    margin-top: var(--size50);
  }
  #portlets_standard .portlet_listing.slider .portlet_inner .slick-arrow {
    top: -2px;
    width: 34px !important;
    height: 34px;
    line-height: 34px;
    left: 0;
    right: auto;
  }
  #portlets_standard .portlet_listing.slider .portlet_inner .slick-arrow.fa-angle-right {
    left: 40px;
  }
  #mixItUp.offers .module-listing,
  #portlets_standard .portlet_listing.slider .module-listing {
    --widthElements: 100%;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_4 label,
  .css_buchungsanfrage .mailform_tab_navigation label {
    width: 72px;
    padding-top: 32px !important;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_4 label:before,
  .css_buchungsanfrage .mailform_tab_navigation label:before {
    font-size: 23px;
    line-height: 23px;
    top: 1px;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_4 label:not(:last-child):after,
  .css_buchungsanfrage .mailform_tab_navigation label:not(:last-child):after {
    width: 80px;
  }
  #footer .footer_top .footer_middle {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: var(--size80);
  }
  #footer .footer_top .footer_right .logo_footer {
    max-width: 160px;
  }
  #footer .footer_top .footer_right .logo_footer img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label {
    width: 72px;
    font-size: 12px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label:not(:last-child):after, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label:not(:last-child):after {
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .select2-container .select2-selection--single,
  .booking_form_listing_detail input,
  .inline_form_wrapper input, .newsletter_element input,
  .listing_search_wrap input, .form_element input,
  .add_portlet select,
  .mailform_element input, .mailform_element textarea,
  .login_form input {
    height: 38px;
  }
  .mailform_element textarea {
    height: 150px;
  }
  nav#rwdnav {
    width: calc(100% - 65px);
  }
  nav#rwdnav .language_switcher {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .select2-container:before {
    height: 38px;
    line-height: 38px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 7px 27px 1px var(--size15);
  }
  .select2-container .select2-dropdown li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .listing_property_filter form > * {
    margin-top: 8px;
  }
  .listing_search_filter label, .listing_property_filter .p_select2 label,
  .inline_form_wrapper p label,
  .mailform_element label,
  #mailform_submit_button label, .login_form label {
    margin-bottom: 2px;
  }
  .portlet_listing_filter .portlet_inner .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
  }
  .mod_action_show_entry .select2-container,
  .mod_action_show_entry .select2-container .select2-dropdown {
    max-width: calc(100vw - 30px);
  }
  .picture_top img {
    height: 200px !important;
  }
  #slider_home .pictures .picture .resource_description:before {
    border-radius: 14px 14px 0 0;
  }
  .introduction_wrap .portlet {
    max-width: 140px;
    margin-bottom: 0;
  }
  .introduction_wrap .portlet:after {
    left: 50px;
    height: 55px;
    top: 100%;
  }
  .navigation_small {
    height: 58px;
  }
  .content_inner.flex_content {
    flex-flow: column;
  }
  .informations_right .portlet a {
    margin-left: 0;
  }
  .brown_box .all_icons_wrapper .icon_wrap .icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }
  .brown_box .all_icons_wrapper .icon_wrap .icon i {
    font-size: 17px;
  }
  .highlights.with_icons {
    --widthElements: 50%;
  }
  .highlights.with_icons p.icon {
    font-size: 45px;
    line-height: 45px;
  }
  .services.with_icons .icon_wrap .icon {
    width: 45px;
    flex: 0 0 45px;
    font-size: 22px;
  }
  .informations_box.has_price {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #portlets_hotel .portlet.date_category h3,
  #portlets_date_price .portlet.date_category h3 {
    align-self: flex-end;
    margin-top: var(--size20);
  }
  #portlets_programm .portlet h3 {
    padding-left: 50px;
  }
  #portlets_programm .portlet h3:before {
    left: 13px;
  }
  #portlets_programm .portlet h3:after {
    left: 38px;
  }
  #portlets_programm .portlet .pictures:not(:first-child) {
    --widthElements: 50%;
  }
  #slider_home {
    padding-bottom: 60px;
  }
  #slider_home .slider_home_inner > .portlet {
    width: 150px;
    padding-top: 13px;
    padding-bottom: 8px;
  }
  #slider_home .pictures .picture .resource_description {
    font-size: 18px;
    line-height: 26px;
  }
  #slider_home .pictures .picture .resource_description h2 {
    padding-right: 100px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: var(--size10);
  }
  #slider_home .pictures .picture .resource_description > p.content_button > a {
    font-size: 12px;
    line-height: 18px;
    min-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #slider_home .slick-list {
    margin: 0 -5px;
  }
  #slider_home .slick-slide {
    margin: 0 5px;
  }
  #slider_home .slick-arrow {
    display: none !important;
  }
  .portlet_listing_filter {
    margin-top: -25px;
  }
  .portlet_listing_filter .portlet_inner {
    padding: var(--size40);
  }
  .listing_entry_class_special .picture_detail_big,
  .listing_entry_class_special .listing-entry-inline,
  .listing_entry_class_special .portlet-listing-entry-inline,
  .listing_entry.special .picture_detail_big,
  .listing_entry.special .listing-entry-inline,
  .listing_entry.special .portlet-listing-entry-inline,
  .portlet-listing-entry-class-special .picture_detail_big,
  .portlet-listing-entry-class-special .listing-entry-inline,
  .portlet-listing-entry-class-special .portlet-listing-entry-inline {
    position: relative;
  }
  .listing_entry_class_special .picture_detail_big:before,
  .listing_entry_class_special .listing-entry-inline:before,
  .listing_entry_class_special .portlet-listing-entry-inline:before,
  .listing_entry.special .picture_detail_big:before,
  .listing_entry.special .listing-entry-inline:before,
  .listing_entry.special .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special .picture_detail_big:before,
  .portlet-listing-entry-class-special .listing-entry-inline:before,
  .portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
    width: 84px;
    height: 84px;
  }
  body[lang=fr] .listing_entry_class_special .picture_detail_big:before,
  body[lang=fr] .listing_entry_class_special .listing-entry-inline:before,
  body[lang=fr] .listing_entry_class_special .portlet-listing-entry-inline:before,
  body[lang=fr] .listing_entry.special .picture_detail_big:before,
  body[lang=fr] .listing_entry.special .listing-entry-inline:before,
  body[lang=fr] .listing_entry.special .portlet-listing-entry-inline:before,
  body[lang=fr] .portlet-listing-entry-class-special .picture_detail_big:before,
  body[lang=fr] .portlet-listing-entry-class-special .listing-entry-inline:before,
  body[lang=fr] .portlet-listing-entry-class-special .portlet-listing-entry-inline:before {
    line-height: 20px;
    padding-bottom: 5px;
  }
  .listing_entry_class_special.special_one_time .picture_detail_big:before, .listing_entry_class_special.special_one_time .listing-entry-inline:before, .listing_entry_class_special.special_one_time .portlet-listing-entry-inline:before,
  .listing_entry.special.special_one_time .picture_detail_big:before,
  .listing_entry.special.special_one_time .listing-entry-inline:before,
  .listing_entry.special.special_one_time .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_one_time .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_one_time .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_one_time .portlet-listing-entry-inline:before {
    padding-bottom: 2px;
  }
  .listing_entry_class_special.special_special_trip .picture_detail_big:before, .listing_entry_class_special.special_special_trip .listing-entry-inline:before, .listing_entry_class_special.special_special_trip .portlet-listing-entry-inline:before,
  .listing_entry.special.special_special_trip .picture_detail_big:before,
  .listing_entry.special.special_special_trip .listing-entry-inline:before,
  .listing_entry.special.special_special_trip .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_special_trip .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_special_trip .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_special_trip .portlet-listing-entry-inline:before {
    height: 65px;
  }
  .listing_entry_class_special.special_lesereise .picture_detail_big:before, .listing_entry_class_special.special_lesereise .listing-entry-inline:before, .listing_entry_class_special.special_lesereise .portlet-listing-entry-inline:before,
  .listing_entry.special.special_lesereise .picture_detail_big:before,
  .listing_entry.special.special_lesereise .listing-entry-inline:before,
  .listing_entry.special.special_lesereise .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_lesereise .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_lesereise .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_lesereise .portlet-listing-entry-inline:before {
    height: 44px;
    padding-bottom: 5px;
  }
  body[lang=fr] .listing_entry_class_special.special_lesereise .picture_detail_big:before, body[lang=fr] .listing_entry_class_special.special_lesereise .listing-entry-inline:before, body[lang=fr] .listing_entry_class_special.special_lesereise .portlet-listing-entry-inline:before,
  body[lang=fr] .listing_entry.special.special_lesereise .picture_detail_big:before,
  body[lang=fr] .listing_entry.special.special_lesereise .listing-entry-inline:before,
  body[lang=fr] .listing_entry.special.special_lesereise .portlet-listing-entry-inline:before,
  body[lang=fr] .portlet-listing-entry-class-special.special_lesereise .picture_detail_big:before,
  body[lang=fr] .portlet-listing-entry-class-special.special_lesereise .listing-entry-inline:before,
  body[lang=fr] .portlet-listing-entry-class-special.special_lesereise .portlet-listing-entry-inline:before {
    height: 66px;
  }
  .listing_entry_class_special.special_exclusive .picture_detail_big:before, .listing_entry_class_special.special_exclusive .listing-entry-inline:before, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:before,
  .listing_entry.special.special_exclusive .picture_detail_big:before,
  .listing_entry.special.special_exclusive .listing-entry-inline:before,
  .listing_entry.special.special_exclusive .portlet-listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:before,
  .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:before,
  .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:before {
    height: 95px;
    padding-bottom: 22px;
  }
  body[lang=fr] .listing_entry_class_special.special_exclusive .picture_detail_big:before, body[lang=fr] .listing_entry_class_special.special_exclusive .listing-entry-inline:before, body[lang=fr] .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:before,
  body[lang=fr] .listing_entry.special.special_exclusive .picture_detail_big:before,
  body[lang=fr] .listing_entry.special.special_exclusive .listing-entry-inline:before,
  body[lang=fr] .listing_entry.special.special_exclusive .portlet-listing-entry-inline:before,
  body[lang=fr] .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:before,
  body[lang=fr] .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:before,
  body[lang=fr] .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:before {
    line-height: 19px;
    padding-bottom: 33px;
  }
  .listing_entry_class_special.special_exclusive .picture_detail_big:after, .listing_entry_class_special.special_exclusive .listing-entry-inline:after, .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
  .listing_entry.special.special_exclusive .picture_detail_big:after,
  .listing_entry.special.special_exclusive .listing-entry-inline:after,
  .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
  .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
  .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
    width: 84px;
    height: 95px;
    padding-top: 10px;
  }
  body[lang=fr] .listing_entry_class_special.special_exclusive .picture_detail_big:after, body[lang=fr] .listing_entry_class_special.special_exclusive .listing-entry-inline:after, body[lang=fr] .listing_entry_class_special.special_exclusive .portlet-listing-entry-inline:after,
  body[lang=fr] .listing_entry.special.special_exclusive .picture_detail_big:after,
  body[lang=fr] .listing_entry.special.special_exclusive .listing-entry-inline:after,
  body[lang=fr] .listing_entry.special.special_exclusive .portlet-listing-entry-inline:after,
  body[lang=fr] .portlet-listing-entry-class-special.special_exclusive .picture_detail_big:after,
  body[lang=fr] .portlet-listing-entry-class-special.special_exclusive .listing-entry-inline:after,
  body[lang=fr] .portlet-listing-entry-class-special.special_exclusive .portlet-listing-entry-inline:after {
    padding-top: 15px;
  }
  .listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .listing-custom-fields-container .days .listing-custom-field-data,
  .listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .listing-custom-fields-container .nights .listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .nights .listing-custom-field-data {
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    padding: 3px 6px;
  }
  .listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .listing-custom-fields-container .days .listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .portlet-listing-custom-field-data,
  .portlet-listing-custom-fields-container .days .listing-custom-field-data {
    left: -4px;
    bottom: -1px;
  }
  #detail_offer_wrap .detail_small_infos .listing-custom-field-data {
    padding: 0px 8px;
    left: -5px;
  }
  #mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #mixItUp.offers .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container, #mixItUp.offers .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #mixItUp.offers .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #mixItUp.offers .listing-entry-inline .pictures + .content .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .portlet-listing-entry-inline .pictures + .content .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .portlet-listing-content-container .listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .portlet-listing-custom-fields-container,
  #portlets_standard .portlet_listing.slider .listing-entry-inline .pictures + .content .listing-custom-fields-container {
    top: -37px;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .portlet-listing-entry .overview_item_inner,
  #portlets_standard .listing_standard_style .portlet-listing-entry .listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .overview_item .overview_item_inner,
  #portlets_standard .listing_standard_style .overview_item .listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .portlet-listing-entry-inline,
  #portlets_standard .listing_standard_style .listing_entry .overview_item_inner,
  #portlets_standard .listing_standard_style .listing_entry .listing-entry-inline,
  #mod_overview .portlet-listing-entry .portlet-listing-entry-inline,
  #mod_overview .portlet-listing-entry .overview_item_inner,
  #mod_overview .portlet-listing-entry .listing-entry-inline,
  #mod_overview .overview_item .portlet-listing-entry-inline,
  #mod_overview .overview_item .overview_item_inner,
  #mod_overview .overview_item .listing-entry-inline,
  #mod_overview .listing_entry .portlet-listing-entry-inline,
  #mod_overview .listing_entry .overview_item_inner,
  #mod_overview .listing_entry .listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .portlet-listing-entry-inline,
  #mixItUp.standard .portlet-listing-entry .overview_item_inner,
  #mixItUp.standard .portlet-listing-entry .listing-entry-inline,
  #mixItUp.standard .overview_item .portlet-listing-entry-inline,
  #mixItUp.standard .overview_item .overview_item_inner,
  #mixItUp.standard .overview_item .listing-entry-inline,
  #mixItUp.standard .listing_entry .portlet-listing-entry-inline,
  #mixItUp.standard .listing_entry .overview_item_inner,
  #mixItUp.standard .listing_entry .listing-entry-inline {
    flex-flow: column;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry .pictures,
  #portlets_standard .listing_standard_style .overview_item .pictures,
  #portlets_standard .listing_standard_style .listing_entry .pictures,
  #mod_overview .portlet-listing-entry .pictures,
  #mod_overview .overview_item .pictures,
  #mod_overview .listing_entry .pictures,
  #mixItUp.standard .portlet-listing-entry .pictures,
  #mixItUp.standard .overview_item .pictures,
  #mixItUp.standard .listing_entry .pictures {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry .pictures *,
  #portlets_standard .listing_standard_style .overview_item .pictures *,
  #portlets_standard .listing_standard_style .listing_entry .pictures *,
  #mod_overview .portlet-listing-entry .pictures *,
  #mod_overview .overview_item .pictures *,
  #mod_overview .listing_entry .pictures *,
  #mixItUp.standard .portlet-listing-entry .pictures *,
  #mixItUp.standard .overview_item .pictures *,
  #mixItUp.standard .listing_entry .pictures * {
    height: auto;
  }
  .portlet_call_to_action_detail h3 {
    max-width: 160px;
  }
  .portlet_call_to_action_detail h3:after {
    height: 60px;
    right: -40px;
  }
  .portlet_call_to_action_detail .portlet {
    margin-bottom: 60px;
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-content-container:first-child {
    padding-left: var(--size30);
  }
  #portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-entry-inline:before, #portlets_standard .listing_standard_style .portlet-listing-entry-class-special .portlet-listing-entry-inline:after {
    left: auto;
    right: -8px;
  }
}
@media screen and (max-width: 420px) {
  .css_buchungsanfrage .mailform_tab_navigation label {
    font-size: 11px;
    padding-top: 27px !important;
    margin: 0 5px;
  }
  .css_buchungsanfrage .mailform_tab_navigation label:first-child {
    margin-left: 0;
  }
  .css_buchungsanfrage .mailform_tab_navigation label:last-child {
    margin-right: 0;
  }
  .css_buchungsanfrage .mailform_tab_navigation label:before {
    font-size: 20px;
    line-height: 20px;
  }
  .css_buchungsanfrage .mailform_tab_navigation label:not(:last-child):after {
    top: 10px;
    height: 2px;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label {
    width: 72px;
    font-size: 10px;
    line-height: 13px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label:not(:last-child):after, .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label:not(:last-child):after {
    width: 65px;
  }
}
@media screen and (max-width: 380px) {
  #header {
    height: 55px;
  }
  #header #logo {
    flex: 0 0 120px;
    max-width: 120px;
  }
  #header .header_right a i {
    font-size: 17px !important;
  }
  #header .header_right a:first-child i {
    font-size: 20px;
  }
  #siteframe {
    padding-top: 55px;
  }
  #booking_right_sticky {
    top: 55px;
  }
  .portlet_listing_filter .portlet_inner .listing_property_filter form .listing_search_buttons,
  .portlet_listing_filter .portlet_inner .listing_property_filter form > * {
    flex: 1 0 100%;
    width: 100%;
  }
  .listing_property_filter form > * {
    flex: 1 0 100%;
  }
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_6 label:not(:last-child):after,
  .css_buchungsanfrage .mailform_tab_navigation.number_of_elements_5 label:not(:last-child):after {
    width: 57px;
  }
}
/*



*/

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