/*
|--------------------------------------------------------------------------
| 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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
/* @group basic */
body {
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 850px) {
  body {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  body {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}

body > nav {
  display: none;
}

#siteframe {
  overflow-x: hidden;
}

#content h2.subtitle {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  padding: 0 0 4px 0;
  max-width: 800px;
}
@media screen and (max-width: 1050px) {
  #content h2.subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #content h2.subtitle {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #content h2.subtitle {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#content h2.subtitle:has(~ .page_title) {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  #content h2.subtitle:has(~ .page_title) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #content h2.subtitle:has(~ .page_title) {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #content h2.subtitle:has(~ .page_title) {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#content .content_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
  padding: 40px 40px 50px;
  box-sizing: content-box;
  position: relative;
  /*
  		.content_overflow {
  			overflow: hidden;
  		}
  */
}
@media screen and (max-width: 450px) {
  #content .content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content .content_inner:has(> .picture_right) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  max-width: 1300px !important;
  align-items: center;
}
#content .content_inner.full_width {
  width: 100%;
  background: #FEB037;
  max-width: unset;
  padding: 0;
}
#content .content_inner .content_left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .content_inner .content_left .table_wrap_container.half_width,
#content .content_inner .content_right .table_wrap_container.half_width {
  width: calc(50% - 10px);
  float: left;
}
#content .content_inner .content_left .table_wrap_container.half_width:nth-child(2n),
#content .content_inner .content_right .table_wrap_container.half_width:nth-child(2n) {
  margin-right: 20px;
}
#content .content_inner .content_with_portlet p {
  overflow: visible;
}
#content .content_inner .content_with_portlet .content_overflow > p > a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #EE7D00;
  background: #FAFAFC;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-left: 15px;
}
#content .content_inner .content_with_portlet .content_overflow > p > a:focus, #content .content_inner .content_with_portlet .content_overflow > p > a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#content .content_inner .content_with_portlet .content_overflow > p > a:focus:before, #content .content_inner .content_with_portlet .content_overflow > p > a:hover:before {
  content: url("../img/button_left_dark.svg");
}
#content .content_inner .content_with_portlet .content_overflow > p > a:focus:after, #content .content_inner .content_with_portlet .content_overflow > p > a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #content .content_inner .content_with_portlet .content_overflow > p > a {
    font: 800 14px/26px "Barlow" !important;
  }
}
#content .content_inner .content_with_portlet .content_overflow > p > a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#content .content_inner .content_with_portlet .content_overflow > p > a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#content .content_inner .content_with_portlet .content_overflow > p > a:before {
  content: url("../img/button_left_grey.svg") !important;
}
#content .content_inner .content_with_portlet .content_overflow > p > a:after {
  content: url("../img/button_right_grey.svg") !important;
}
#content .content_inner .content_with_portlet .content_overflow > p > a:hover, #content .content_inner .content_with_portlet .content_overflow > p > a:focus {
  background: #FAFAFC;
  color: #1A1B46;
}
@media screen and (max-width: 850px) {
  #content .content_inner .content_with_portlet .content_overflow > p > a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #content .content_inner .content_with_portlet .content_overflow > p > a {
    padding: 12.5px 30px !important;
  }
}
#content .content_inner .content_with_portlet p > .resource a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #EE7D00;
  background: #FAFAFC;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-left: 15px;
}
#content .content_inner .content_with_portlet p > .resource a:focus, #content .content_inner .content_with_portlet p > .resource a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#content .content_inner .content_with_portlet p > .resource a:focus:before, #content .content_inner .content_with_portlet p > .resource a:hover:before {
  content: url("../img/button_left_dark.svg");
}
#content .content_inner .content_with_portlet p > .resource a:focus:after, #content .content_inner .content_with_portlet p > .resource a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #content .content_inner .content_with_portlet p > .resource a {
    font: 800 14px/26px "Barlow" !important;
  }
}
#content .content_inner .content_with_portlet p > .resource a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#content .content_inner .content_with_portlet p > .resource a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#content .content_inner .content_with_portlet p > .resource a:before {
  content: url("../img/button_left_grey.svg") !important;
}
#content .content_inner .content_with_portlet p > .resource a:after {
  content: url("../img/button_right_grey.svg") !important;
}
#content .content_inner .content_with_portlet p > .resource a:hover, #content .content_inner .content_with_portlet p > .resource a:focus {
  background: #FAFAFC;
  color: #1A1B46;
}
@media screen and (max-width: 850px) {
  #content .content_inner .content_with_portlet p > .resource a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #content .content_inner .content_with_portlet p > .resource a {
    padding: 12.5px 30px !important;
  }
}
#content .content_inner .content_with_background {
  background: #FEB037;
  color: #fff;
  text-align: center;
  padding: 66px 40px 66px;
}
#content .content_inner .content_with_background .content_inner {
  padding: 0 20px;
}
#content .content_inner .content_with_background div.introduction,
#content .content_inner .content_with_background h1, #content .content_inner .content_with_background h2, #content .content_inner .content_with_background h3, #content .content_inner .content_with_background h4, #content .content_inner .content_with_background h5, #content .content_inner .content_with_background h6, #content .content_inner .content_with_background a {
  color: #fff;
}
#content .content_inner .content_with_background h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 1050px;
}
#content .content_inner .content_with_background h1:before {
  content: none;
  left: 50%;
  margin-left: -29px;
  background: #fff;
}
#content .content_inner .content_with_background p > a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #FEB037;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
#content .content_inner .content_with_background p > a:focus, #content .content_inner .content_with_background p > a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#content .content_inner .content_with_background p > a:focus:before, #content .content_inner .content_with_background p > a:hover:before {
  content: url("../img/button_left_dark.svg");
}
#content .content_inner .content_with_background p > a:focus:after, #content .content_inner .content_with_background p > a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #content .content_inner .content_with_background p > a {
    font: 800 14px/26px "Barlow" !important;
  }
}
#content .content_inner .content_with_background p > a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#content .content_inner .content_with_background p > a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#content .content_inner .content_with_background p > a:before {
  content: url("../img/button_left_white.svg") !important;
}
#content .content_inner .content_with_background p > a:after {
  content: url("../img/button_right_white.svg") !important;
}
#content .content_inner .content_with_background p > a:hover, #content .content_inner .content_with_background p > a:focus {
  background: white;
  color: #FEB037;
}
#content .content_inner .content_with_background p > a:before {
  content: url("../img/button_left_white.svg") !important;
}
#content .content_inner .content_with_background p > a:after {
  content: url("../img/button_right_white.svg") !important;
}
#content .content_inner .content_with_background p > a:hover, #content .content_inner .content_with_background p > a:focus {
  background: white;
  color: #FEB037;
}
#content .content_inner .content_with_background p > a:before {
  content: url("../img/button_left_white.svg") !important;
}
#content .content_inner .content_with_background p > a:after {
  content: url("../img/button_right_white.svg") !important;
}
#content .content_inner .content_with_background p > a:hover, #content .content_inner .content_with_background p > a:focus {
  background: white;
  color: #FEB037;
}
@media screen and (max-width: 850px) {
  #content .content_inner .content_with_background p > a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #content .content_inner .content_with_background p > a {
    padding: 12.5px 30px !important;
  }
}
#content .multipage_tpl_text_with_portlet .content_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 450px) {
  #content .multipage_tpl_text_with_portlet .content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content .multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
  font: 800 75px/75px "Asap" !important;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: none;
  color: white !important;
  font-style: italic !important;
  margin-bottom: -3px;
  margin-left: 38px;
  max-width: 930px;
}
@media screen and (max-width: 1400px) {
  #content .multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
    font-size: 60px !important;
    line-height: 36px;
  }
}
@media screen and (max-width: 900px) {
  #content .multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
    font-size: 50px !important;
    line-height: 60px !important;
    margin-left: 0px !important;
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 420px) {
  #content .multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
    font-size: 34px !important;
    line-height: 36px !important;
    margin-left: 0px !important;
    margin-bottom: 2px !important;
  }
}
@media print {
  #content .multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
    font: 700 18px/24px "Asap";
    color: white;
    margin-bottom: 10px;
  }
}

.content_right {
  float: right;
}

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

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

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

#header {
  position: fixed;
  top: 0;
  z-index: 101;
  width: calc(100% - var(--management-panel-width));
  background: white;
  color: #3FB4E8;
  box-shadow: 0px 16px 28px 0px rgba(12, 17, 34, 0.1);
  transition: all 0.2s ease-out;
}
#header .header_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 24px;
  padding-bottom: 28px;
  background: white !important;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 450px) {
  #header .header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .portlet {
  display: none;
}

#logo {
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0;
  margin-top: 17px;
  width: 268px;
  transition: all 0.2s ease-out;
}
#logo img {
  width: 100%;
  height: auto;
  display: block;
}
#logo a {
  text-decoration: none;
}
#logo .title {
  font-family: "Asap";
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}
#logo span {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  display: block;
}

#logo_print {
  display: none;
}

/* @end */
/* @group multipage */
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .pagination .pagination-numbers a {
  border-color: #fff;
  background: #FAFAFC;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .pagination .pagination-numbers a:hover, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .pagination .pagination-numbers a.current {
  background: #fff;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1):last-child .multipage_entry, #module_multipage .multipage_entry_wrap:nth-child(2n+1).standort .multipage_entry {
  background: #fff;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry {
  background: #FAFAFC;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) #mixItUp .listing_entry,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) #portlets_portlet_right .portlet .portlet_inner {
  background: #fff;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag #mixItUp .listing_entry {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a {
  background: #fff;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a.active {
  background: #3FB4E8;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea {
  background: #FAFAFC;
  border-color: rgba(26, 27, 70, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input:-webkit-autofill, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FAFAFC inset;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input:focus, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input:hover, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea:focus, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea:hover {
  border-color: #3FB4E8;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container--default .select2-selection--single {
  border-color: rgba(26, 27, 70, 0.6);
  background: #FAFAFC;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: rgba(26, 27, 70, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container--open .select2-selection--single,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container:hover .select2-selection--single {
  border-color: #3FB4E8;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container--open .select2-selection--single .select2-selection__arrow:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container--open .select2-selection--single .select2-selection__rendered,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container:hover .select2-selection--single .select2-selection__arrow:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #3FB4E8;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element.checkbox_field label.checkbox:before {
  color: rgba(26, 27, 70, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) + .multipage_entry_wrap .multipage_tpl_text_with_background .content_inner.full_width {
  padding: 40px;
}
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery {
  text-align: left;
}
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9 h1:before, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing h1:before, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery h1:before {
  content: none;
  left: 50%;
  margin-left: -29px;
}
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9 h1,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9 .subtitle,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9 .listing-description,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_entry_9 .introduction, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing h1,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing .subtitle,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing .listing-description,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_mod_listing .introduction, #module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery h1,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery .subtitle,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery .listing-description,
#module_multipage .multipage_entry_wrap .multipage_entry.multipage_tpl_gallery .introduction {
  max-width: 570px;
}
#module_multipage .multipage_entry_wrap .multipage_entry .add_portlet_link {
  display: none;
}

.bx-wrapper {
  position: relative;
}

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

/* @end */
/* @group footer */
#footer {
  background: #FAFAFC;
  color: #1A1B46;
}
#footer .footer_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: padding-box;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 450px) {
  #footer .footer_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .footer_inner .portlet .portlet-resource-link {
  display: none;
}
#footer .footer_inner .portlet_bottom {
  float: left;
}
#footer .footer_inner .portlet_bottom .logos_footer {
  clear: both;
  float: left;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
#footer .footer_inner .portlet_bottom .logos_footer .logo_footer {
  display: inline-block;
  margin: 5px 15px;
  width: 180px;
}
#footer .footer_inner .portlet_bottom .logos_footer .logo_footer img {
  width: 100%;
  height: auto;
}
#footer .footer_inner .call_to_action {
  border: none;
  padding-bottom: 28px;
  margin-bottom: 20px;
  position: relative;
  margin-right: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#footer .footer_inner .call_to_action .portlet {
  padding-right: 200px;
}
#footer .footer_inner .call_to_action .portlet_title_only {
  padding: unset !important;
}
#footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
  text-transform: none;
  font-style: italic;
  pointer-events: none;
  margin-bottom: 3px;
  font-size: 28px !important;
}
@media screen and (max-width: 850px) {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}
#footer .footer_inner .call_to_action h2 {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  margin-bottom: 20px;
  color: #1A1B46;
  text-transform: none !important;
}
@media screen and (max-width: 1050px) {
  #footer .footer_inner .call_to_action h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #footer .footer_inner .call_to_action h2 {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #footer .footer_inner .call_to_action h2 {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#footer .footer_inner .call_to_action .portlet_content_link {
  float: right;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #3FB4E8;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 6px;
}
#footer .footer_inner .call_to_action .portlet_content_link:focus, #footer .footer_inner .call_to_action .portlet_content_link:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#footer .footer_inner .call_to_action .portlet_content_link:focus:before, #footer .footer_inner .call_to_action .portlet_content_link:hover:before {
  content: url("../img/button_left_dark.svg");
}
#footer .footer_inner .call_to_action .portlet_content_link:focus:after, #footer .footer_inner .call_to_action .portlet_content_link:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #footer .footer_inner .call_to_action .portlet_content_link {
    font: 800 14px/26px "Barlow" !important;
  }
}
#footer .footer_inner .call_to_action .portlet_content_link:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#footer .footer_inner .call_to_action .portlet_content_link:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#footer .footer_inner .call_to_action .portlet_content_link:before {
  content: url("../img/button_left_white.svg") !important;
}
#footer .footer_inner .call_to_action .portlet_content_link:after {
  content: url("../img/button_right_white.svg") !important;
}
#footer .footer_inner .call_to_action .portlet_content_link:hover, #footer .footer_inner .call_to_action .portlet_content_link:focus {
  background: white;
  color: #3FB4E8;
}
#footer .footer_inner .call_to_action .portlet_content_link:before {
  content: url("../img/button_left_white.svg") !important;
}
#footer .footer_inner .call_to_action .portlet_content_link:after {
  content: url("../img/button_right_white.svg") !important;
}
#footer .footer_inner .call_to_action .portlet_content_link:hover, #footer .footer_inner .call_to_action .portlet_content_link:focus {
  background: white;
  color: #3FB4E8;
}
#footer .footer_inner .call_to_action .portlet_content_link:before {
  content: url("../img/button_left_white.svg") !important;
}
#footer .footer_inner .call_to_action .portlet_content_link:after {
  content: url("../img/button_right_white.svg") !important;
}
#footer .footer_inner .call_to_action .portlet_content_link:hover, #footer .footer_inner .call_to_action .portlet_content_link:focus {
  background: white;
  color: #3FB4E8;
}
@media screen and (max-width: 850px) {
  #footer .footer_inner .call_to_action .portlet_content_link {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #footer .footer_inner .call_to_action .portlet_content_link {
    padding: 12.5px 30px !important;
  }
}
#footer .footer_inner .footer_bottom .portlet {
  padding: unset !important;
}
#footer .footer_inner .footer_bottom .portlet,
#footer .footer_inner .meta_navi_footer {
  float: right;
}
#footer .footer_inner .footer_bottom .portlet ul li,
#footer .footer_inner .meta_navi_footer ul li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  float: left;
}
#footer .footer_inner .footer_bottom .portlet ul li:before,
#footer .footer_inner .meta_navi_footer ul li:before {
  content: "|";
  position: absolute;
  left: 11px;
  opacity: 0.6;
}
#footer .footer_inner .footer_bottom .portlet ul li:first-child,
#footer .footer_inner .meta_navi_footer ul li:first-child {
  padding-left: 0;
}
#footer .footer_inner .footer_bottom .portlet ul li:first-child:before,
#footer .footer_inner .meta_navi_footer ul li:first-child:before {
  display: none;
}
#footer .footer_inner .footer_bottom .portlet ul li a,
#footer .footer_inner .meta_navi_footer ul li a {
  color: #1A1B46;
  opacity: 0.6;
  text-decoration: none;
  transition: all 200ms ease-out;
}
#footer .footer_inner .footer_bottom .portlet ul li a:hover,
#footer .footer_inner .meta_navi_footer ul li a:hover {
  opacity: 1;
  color: #1A1B46;
}
#footer .footer_inner .footer_bottom .portlet {
  float: left;
  margin-bottom: 30px;
}
#footer .footer_inner .copy {
  text-align: center;
  color: black;
  margin: 0px;
  margin-top: 15px;
}
#footer .footer_inner .copy ul {
  display: inline-block;
}
#footer .footer_inner .copy ul li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  float: left;
}
#footer .footer_inner .copy ul li:before {
  content: "|";
  position: absolute;
  left: 11px;
}
#footer .footer_inner .copy ul li:first-child {
  padding-left: 0;
}
#footer .footer_inner .copy ul li:first-child:before {
  display: none;
}
#footer .footer_inner .copy a {
  text-decoration: none;
  color: #1A1B46;
  opacity: 0.3;
  transition: all 200ms ease-out;
}
#footer .footer_inner .copy a span {
  display: none;
}
#footer .footer_inner .copy a:hover {
  opacity: 1;
  color: #1A1B46;
}
#footer .footer_inner a.instagram {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  color: #1A1B46;
  transition: all 0.2s ease-out;
}
#footer .footer_inner a.instagram:hover {
  color: #FEB037;
}

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

#page_title:before {
  content: none !important;
}

#scroll_down_wrap {
  z-index: 50;
}

#navigation_wrap .portlet-title, #portlet_left_navigation .portlet-title {
  font-weight: 700 !important;
  font-size: 17px !important;
}

#footer .call_to_action .controls {
  right: 230px;
}
@media screen and (max-width: 650px) {
  #footer .call_to_action .controls {
    right: 0px;
  }
}
#footer .controls a {
  color: black !important;
}

#logo_plus_print {
  display: none;
}

/* Privacy Banner */
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button {
  background: #FEB037;
  color: white;
  opacity: 1;
  font-size: 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 3px;
  transform: skew(-11deg, 0deg);
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button:hover {
  background: #FFA61D;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_more_information {
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 1200px) {
  .logged_in .header_inner {
    position: relative;
  }
  .logged_in .header_inner #navigation_wrap {
    transition: all 0.2s ease-out;
  }
  .logged_in .header_inner #navigation_wrap #navigation .navigation {
    float: left;
  }
  .logged_in .header_inner #navigation_wrap #navigation .navigation .level0 {
    display: block;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .logged_in .header_inner {
    padding-bottom: 23px !important;
  }
}

/* Partner Slider print */
.partner_slider_print {
  display: none;
}

/* @end */
/* @group social media wall */
#content > .content_inner > .content > .social_wall .social_wall_inner {
  max-width: none;
  margin: 0;
  padding: clamp(15px, 2.5vw, 25px) 0 0;
}
#content > .content_inner > .content > .social_wall .juicer-feed .j-stack li.feed-item {
  opacity: 1 !important;
}
#content > .content_inner > .content > .social_wall .juicer-feed .j-stack li.feed-item:before {
  display: none;
}

.social_wall .social_wall_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social_wall .social_wall_title {
  text-align: center;
}
.social_wall h3.portlet-title {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
}
@media screen and (max-width: 1050px) {
  .social_wall h3.portlet-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .social_wall h3.portlet-title {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  .social_wall h3.portlet-title {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
.social_wall .portlet_content_subtitle {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
}
@media screen and (max-width: 1050px) {
  .social_wall .portlet_content_subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  .social_wall .portlet_content_subtitle {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  .social_wall .portlet_content_subtitle {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
.social_wall #button_detail_site {
  margin-top: clamp(40px, 6vw, 60px);
  text-align: center;
}
.social_wall #button_detail_site a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #FEB037;
  background: white;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  border-top: 1px solid #FEB037;
  border-bottom: 1px solid #FEB037;
}
.social_wall #button_detail_site a:focus, .social_wall #button_detail_site a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.social_wall #button_detail_site a:focus:before, .social_wall #button_detail_site a:hover:before {
  content: url("../img/button_left_dark.svg");
}
.social_wall #button_detail_site a:focus:after, .social_wall #button_detail_site a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .social_wall #button_detail_site a {
    font: 800 14px/26px "Barlow" !important;
  }
}
.social_wall #button_detail_site a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.social_wall #button_detail_site a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.social_wall #button_detail_site a:before {
  content: url("../img/button_left_white.svg") !important;
}
.social_wall #button_detail_site a:after {
  content: url("../img/button_right_white.svg") !important;
}
.social_wall #button_detail_site a:hover, .social_wall #button_detail_site a:focus {
  background: white;
  color: #FEB037;
}
.social_wall #button_detail_site a:before {
  content: url("../img/button_left_white.svg") !important;
}
.social_wall #button_detail_site a:after {
  content: url("../img/button_right_white.svg") !important;
}
.social_wall #button_detail_site a:hover, .social_wall #button_detail_site a:focus {
  background: white;
  color: #FEB037;
}
.social_wall #button_detail_site a:before {
  content: url("../img/button_left_white.svg") !important;
}
.social_wall #button_detail_site a:after {
  content: url("../img/button_right_white.svg") !important;
}
.social_wall #button_detail_site a:hover, .social_wall #button_detail_site a:focus {
  background: white;
  color: #FEB037;
}
@media screen and (max-width: 850px) {
  .social_wall #button_detail_site a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .social_wall #button_detail_site a {
    padding: 12.5px 30px !important;
  }
}
.social_wall #button_detail_site a:before {
  content: "" !important;
  background-image: url("../img/button_left_outline.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  top: -1.5px;
  bottom: -1.5px;
  width: 17px;
}
.social_wall #button_detail_site a:after {
  content: "" !important;
  background-image: url("../img/button_right_outline.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  top: -1.5px;
  bottom: -1.44px;
  width: 17px;
}
.social_wall #button_detail_site a:hover, .social_wall #button_detail_site a:focus {
  background: white;
  color: #FEB037;
}

.juicer-feed {
  --juicer-gap: clamp(20px,4vw,40px);
  padding-top: clamp(10px, 1.5vw, 15px) !important;
}
.juicer-feed li.feed-item.juicer,
.juicer-feed h1.referral {
  display: none;
  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;
}
.juicer-feed .j-stacker > ul.j-stack,
.juicer-feed .j-stacker-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.juicer-feed .j-stack {
  --juicer-gap: 20px;
  --gap: var(--juicer-gap) var(--juicer-gap);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
  display: grid !important;
  padding: 0 !important;
  margin: 0 !important;
}
.juicer-feed .j-stack > .cf {
  display: none;
}
.juicer-feed li.feed-item {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-flow: column;
  background: #FAFAFC !important;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: all;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.juicer-feed li.feed-item .j-image {
  order: -1;
}
.juicer-feed li.feed-item .j-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.juicer-feed li.feed-item .j-poster {
  padding: 14px 20px;
  padding-right: 55px;
}
.juicer-feed li.feed-item .j-poster h3 {
  margin: 0;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  font-size: clamp(15px, 1.8vw, 18px) !important;
  line-height: clamp(26px, 3vw, 30px);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600 !important;
}
@media screen and (max-width: 850px) {
  .juicer-feed li.feed-item .j-poster h3 {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  .juicer-feed li.feed-item .j-poster h3 {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
.juicer-feed li.feed-item .j-text {
  padding: 14px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.juicer-feed li.feed-item .j-message {
  display: none;
}
.juicer-feed li.feed-item .j-meta {
  margin: 0;
}
.juicer-feed li.feed-item .j-meta a {
  color: rgba(26, 27, 70, 0.7);
  text-decoration: none !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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
/* @group mainnavigation */
body[data-page-id="22"] a.header_backlink {
  display: none;
}

a.header_backlink {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 10.5px 25px !important;
  color: white !important;
  float: right;
}
a.header_backlink:focus, a.header_backlink:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
a.header_backlink:focus:before, a.header_backlink:hover:before {
  content: url("../img/button_left_dark.svg");
}
a.header_backlink:focus:after, a.header_backlink:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  a.header_backlink {
    font: 800 14px/26px "Barlow" !important;
  }
}
a.header_backlink:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
a.header_backlink:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  a.header_backlink {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  a.header_backlink {
    padding: 12.5px 30px !important;
  }
}
a.header_backlink .fa-regular {
  padding-right: 10px;
  font-weight: 700;
}

body:not([data-page-id="22"]) #navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"] {
  display: none;
}

body:not([data-page-id="22"]) #header .header_inner .responsive_navigation_toggle {
  display: none;
}

#navigation_wrap {
  position: relative;
}
#navigation_wrap .single_link_right {
  float: right;
}
#navigation_wrap .single_link_right a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #3FB4E8;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
#navigation_wrap .single_link_right a:focus, #navigation_wrap .single_link_right a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#navigation_wrap .single_link_right a:focus:before, #navigation_wrap .single_link_right a:hover:before {
  content: url("../img/button_left_dark.svg");
}
#navigation_wrap .single_link_right a:focus:after, #navigation_wrap .single_link_right a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #navigation_wrap .single_link_right a {
    font: 800 14px/26px "Barlow" !important;
  }
}
#navigation_wrap .single_link_right a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#navigation_wrap .single_link_right a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#navigation_wrap .single_link_right a:before {
  content: url("../img/button_left_white.svg") !important;
}
#navigation_wrap .single_link_right a:after {
  content: url("../img/button_right_white.svg") !important;
}
#navigation_wrap .single_link_right a:hover, #navigation_wrap .single_link_right a:focus {
  background: white;
  color: #3FB4E8;
}
#navigation_wrap .single_link_right a:before {
  content: url("../img/button_left_white.svg") !important;
}
#navigation_wrap .single_link_right a:after {
  content: url("../img/button_right_white.svg") !important;
}
#navigation_wrap .single_link_right a:hover, #navigation_wrap .single_link_right a:focus {
  background: white;
  color: #3FB4E8;
}
#navigation_wrap .single_link_right a:before {
  content: url("../img/button_left_white.svg") !important;
}
#navigation_wrap .single_link_right a:after {
  content: url("../img/button_right_white.svg") !important;
}
#navigation_wrap .single_link_right a:hover, #navigation_wrap .single_link_right a:focus {
  background: white;
  color: #3FB4E8;
}
@media screen and (max-width: 850px) {
  #navigation_wrap .single_link_right a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #navigation_wrap .single_link_right a {
    padding: 12.5px 30px !important;
  }
}
#navigation_wrap .single_link_right a.current, #navigation_wrap .single_link_right a:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  background: rgb(224.5, 224.5, 236.7);
  color: rgb(27.1934883721, 165.5255813953, 227.0065116279);
}

#navigation_wrap {
  text-align: right;
}
#navigation_wrap .navigation_inner #navigation li.scroll_navigations_point {
  font: 500 15px/18px "Barlow";
  letter-spacing: 1.75px;
  color: #1A1B46;
  padding: 0 15px;
  text-transform: uppercase;
  text-decoration: none;
}
@media print {
  #navigation_wrap .navigation_inner #navigation li.scroll_navigations_point {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#navigation_wrap .navigation_inner #navigation li.scroll_navigations_point.current {
  color: #FEB037;
}
#navigation_wrap .navigation_inner #navigation li.scroll_navigations_point:hover {
  color: #3FB4E8;
  transition: color 0.3s ease-out;
  cursor: pointer;
}
#navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"] {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 55px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
#navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:focus, #navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:focus:before, #navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:hover:before {
  content: url("../img/button_left_dark.svg");
}
#navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:focus:after, #navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"] {
    font: 800 14px/26px "Barlow" !important;
  }
}
#navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"]:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  #navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"] {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #navigation_wrap .navigation_inner #navigation a.single_navigation_link[data-id="4"] {
    padding: 12.5px 30px !important;
  }
}

#navigation_wrap ul {
  line-height: 18px;
}
#navigation_wrap > ul .level0 > a {
  display: none !important;
}
#navigation_wrap > ul > li {
  padding: 0;
}
#navigation_wrap > ul > li > ul > li:last-child a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#navigation_wrap li.level0.has_submenu > a {
  display: none;
}
#navigation_wrap li.level0 {
  padding-right: 0px;
}
#navigation_wrap .navigation {
  display: inline-block;
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 16.5px 55px !important;
  margin-left: none;
  color: #fff !important;
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:focus, #navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:focus:before, #navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:hover:before {
  content: url("../img/button_left_dark.svg");
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:focus:after, #navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a {
    font: 800 14px/26px "Barlow" !important;
  }
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  #navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a {
    padding: 12.5px 30px !important;
  }
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:hover {
  background: #FFA61D !important;
  color: white !important;
}
#navigation_wrap .navigation_inner #navigation .navigation li#nav-4 > a:before {
  bottom: unset !important;
  background: unset;
  opacity: 1 !important;
  top: 1px;
}
#navigation_wrap li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
#navigation_wrap li.level3, #navigation_wrap li.level2 {
  display: none;
}
#navigation_wrap li a {
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 200ms ease-out;
  text-transform: uppercase;
  font: 500 15px/18px "Barlow";
  letter-spacing: 1.75px;
  color: #1A1B46;
}
#navigation_wrap li a:hover {
  background: transparent !important;
  color: #3FB4E8 !important;
}
@media print {
  #navigation_wrap li a {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#navigation_wrap li a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
#navigation_wrap li a.current:before, #navigation_wrap li a:hover:before {
  opacity: 1;
  visibility: visible;
}
#navigation_wrap li.current > a:before {
  opacity: 1;
  visibility: visible;
}
#navigation_wrap li.current > a {
  color: #FEB037 !important;
}
#navigation_wrap li.current + li a {
  border-top-color: transparent !important;
}

#navigation_wrap.responsive_navi #logo {
  display: none;
}

#header.header_left .header_inner,
#navigation_wrap.responsive_navi {
  width: 75%;
  max-width: 500px;
  padding: 0;
  background: #FAFAFC;
}
#header.header_left .header_inner #logo,
#navigation_wrap.responsive_navi #logo {
  float: none;
  padding: 0px;
  padding-left: 26px;
  margin-top: 14px;
  margin-bottom: 51px;
  width: 173px;
}
#header.header_left .header_inner .single_link_right,
#navigation_wrap.responsive_navi .single_link_right {
  float: none;
  margin: 30px 20px 0;
  text-align: center;
}
#header.header_left .header_inner #portlet_left_navigation,
#navigation_wrap.responsive_navi #portlet_left_navigation {
  display: none;
}
#header.header_left .header_inner #navigation,
#navigation_wrap.responsive_navi #navigation {
  text-align: left;
  display: block;
}
#header.header_left .header_inner #navigation #nav-1 > a,
#navigation_wrap.responsive_navi #navigation #nav-1 > a {
  display: none;
}
#header.header_left .header_inner #navigation .navigation,
#navigation_wrap.responsive_navi #navigation .navigation {
  margin-top: 0;
  display: block;
  width: 100%;
}
#header.header_left .header_inner #navigation .navigation li,
#navigation_wrap.responsive_navi #navigation .navigation li {
  display: block;
  padding: 0;
}
#header.header_left .header_inner #navigation .navigation li a,
#navigation_wrap.responsive_navi #navigation .navigation li a {
  font-family: "Barlow";
  font-weight: 600;
  letter-spacing: 1.75px !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px !important;
  color: #1A1B46;
  padding: 20px 0px;
  display: block;
  margin: 0 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  letter-spacing: 0.8px !important;
}
#header.header_left .header_inner #navigation .navigation li a:before,
#navigation_wrap.responsive_navi #navigation .navigation li a:before {
  display: none;
}
#header.header_left .header_inner #navigation .navigation li.current > a,
#navigation_wrap.responsive_navi #navigation .navigation li.current > a {
  color: #FEB037;
  border-bottom: 1px solid #feb037;
}
#header.header_left .header_inner #navigation .navigation.level0 #nav-4,
#navigation_wrap.responsive_navi #navigation .navigation.level0 #nav-4 {
  padding-top: 20px;
}
#header.header_left .header_inner #navigation .navigation.level0 #nav-4 > a,
#navigation_wrap.responsive_navi #navigation .navigation.level0 #nav-4 > a {
  padding: 16px 30px !important;
}
#header.header_left .header_inner #navigation .navigation.level0 #nav-4 > a:before,
#navigation_wrap.responsive_navi #navigation .navigation.level0 #nav-4 > a:before {
  top: 0px;
}
@media screen and (max-width: 450px) {
  #header.header_left .header_inner #navigation .navigation.level0 #nav-4 > a,
  #navigation_wrap.responsive_navi #navigation .navigation.level0 #nav-4 > a {
    padding: 12.5px 30px !important;
  }
  #header.header_left .header_inner #navigation .navigation.level0 #nav-4 > a:before,
  #navigation_wrap.responsive_navi #navigation .navigation.level0 #nav-4 > a:before {
    top: 1px;
  }
}

#navigation_wrap.responsive_navi #portlet_left_navigation,
#header.header_left #portlet_left_navigation {
  margin-top: 80px;
  background: #EE7D00;
  color: #fff;
  padding: 30px 37px 42px;
}
#navigation_wrap.responsive_navi #portlet_left_navigation.position_bottom,
#header.header_left #portlet_left_navigation.position_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#navigation_wrap.responsive_navi #portlet_left_navigation .portlet,
#header.header_left #portlet_left_navigation .portlet {
  display: block;
}
#navigation_wrap.responsive_navi #portlet_left_navigation h3, #navigation_wrap.responsive_navi #portlet_left_navigation h3 a,
#header.header_left #portlet_left_navigation h3,
#header.header_left #portlet_left_navigation h3 a {
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  color: #fff;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}
@media screen and (max-width: 850px) {
  #navigation_wrap.responsive_navi #portlet_left_navigation h3, #navigation_wrap.responsive_navi #portlet_left_navigation h3 a,
  #header.header_left #portlet_left_navigation h3,
  #header.header_left #portlet_left_navigation h3 a {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  #navigation_wrap.responsive_navi #portlet_left_navigation h3, #navigation_wrap.responsive_navi #portlet_left_navigation h3 a,
  #header.header_left #portlet_left_navigation h3,
  #header.header_left #portlet_left_navigation h3 a {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#navigation_wrap.responsive_navi #portlet_left_navigation p,
#header.header_left #portlet_left_navigation p {
  line-height: 28px;
}
#navigation_wrap.responsive_navi #portlet_left_navigation .portlet_content_description a,
#header.header_left #portlet_left_navigation .portlet_content_description a {
  color: #fff;
  text-decoration: none;
}
#navigation_wrap.responsive_navi #portlet_left_navigation .portlet_content_description a:hover,
#header.header_left #portlet_left_navigation .portlet_content_description a:hover {
  text-decoration: underline;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link,
#header.header_left #portlet_left_navigation a.portlet_content_link {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #3FB4E8;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 30px;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:focus, #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover,
#header.header_left #portlet_left_navigation a.portlet_content_link:focus,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:focus:before, #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover:before,
#header.header_left #portlet_left_navigation a.portlet_content_link:focus:before,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover:before {
  content: url("../img/button_left_dark.svg");
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:focus:after, #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover:after,
#header.header_left #portlet_left_navigation a.portlet_content_link:focus:after,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link,
  #header.header_left #portlet_left_navigation a.portlet_content_link {
    font: 800 14px/26px "Barlow" !important;
  }
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:before,
#header.header_left #portlet_left_navigation a.portlet_content_link:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:after,
#header.header_left #portlet_left_navigation a.portlet_content_link:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:before,
#header.header_left #portlet_left_navigation a.portlet_content_link:before {
  content: url("../img/button_left_white.svg") !important;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:after,
#header.header_left #portlet_left_navigation a.portlet_content_link:after {
  content: url("../img/button_right_white.svg") !important;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover, #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:focus,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover,
#header.header_left #portlet_left_navigation a.portlet_content_link:focus {
  background: white;
  color: #3FB4E8;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:before,
#header.header_left #portlet_left_navigation a.portlet_content_link:before {
  content: url("../img/button_left_white.svg") !important;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:after,
#header.header_left #portlet_left_navigation a.portlet_content_link:after {
  content: url("../img/button_right_white.svg") !important;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover, #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:focus,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover,
#header.header_left #portlet_left_navigation a.portlet_content_link:focus {
  background: white;
  color: #3FB4E8;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:before,
#header.header_left #portlet_left_navigation a.portlet_content_link:before {
  content: url("../img/button_left_white.svg") !important;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:after,
#header.header_left #portlet_left_navigation a.portlet_content_link:after {
  content: url("../img/button_right_white.svg") !important;
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover, #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:focus,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover,
#header.header_left #portlet_left_navigation a.portlet_content_link:focus {
  background: white;
  color: #3FB4E8;
}
@media screen and (max-width: 850px) {
  #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link,
  #header.header_left #portlet_left_navigation a.portlet_content_link {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link,
  #header.header_left #portlet_left_navigation a.portlet_content_link {
    padding: 12.5px 30px !important;
  }
}
#navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link:hover,
#header.header_left #portlet_left_navigation a.portlet_content_link:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  background: rgb(224.5, 224.5, 236.7);
  color: rgb(27.1934883721, 165.5255813953, 227.0065116279);
}

/*
#header.header_left {

	#navigation_wrap {
		position: static;
	}
}

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

	#logo {
		display: none;
	}

	.navigation_inner {
		padding-top: 30px;
	}

	#navigation .navigation {

		> li {

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

		li {

			&:hover,
			&.current {

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

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

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

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

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

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

/*
body.navi_open .page {

	@include transition(200ms);

	filter: brightness(80%) blur(4px);

	&:before {
		opacity: 0;
		@include transition(200ms);
	}

	&:before {
		@include transition(200ms);
		content: '';
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background: $primary_color;
		opacity: 0.5;
		z-index: 1;
	}
}
*/
/* @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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
body:not(.system_page) p.content_button > a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 20px;
}
body:not(.system_page) p.content_button > a:focus, body:not(.system_page) p.content_button > a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
body:not(.system_page) p.content_button > a:focus:before, body:not(.system_page) p.content_button > a:hover:before {
  content: url("../img/button_left_dark.svg");
}
body:not(.system_page) p.content_button > a:focus:after, body:not(.system_page) p.content_button > a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  body:not(.system_page) p.content_button > a {
    font: 800 14px/26px "Barlow" !important;
  }
}
body:not(.system_page) p.content_button > a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
body:not(.system_page) p.content_button > a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  body:not(.system_page) p.content_button > a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  body:not(.system_page) p.content_button > a {
    padding: 12.5px 30px !important;
  }
}

/* @group headings, paragraph */
h1 {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  position: relative;
  padding: 0 0 20px 0;
  padding: 0 0 4px 0;
  max-width: 800px;
}
@media screen and (max-width: 1050px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  h1 {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  h1 {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
h1:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 58px;
  height: 3px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  bottom: -2px;
  border-radius: 3px;
}
@media print {
  h1 {
    padding: 0;
  }
  h1:before {
    display: none;
  }
}

.multipage_tpl_text_with_portlet h1, .content_with_background h1 {
  padding: 0 0 20px 0;
}

.subtitle {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
}
@media screen and (max-width: 1050px) {
  .subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .subtitle {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  .subtitle {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}

div.introduction {
  font: 400 clamp(15px, 2.8vw, 28px)/clamp(25px, 4.5vw, 45px) "Barlow";
  margin-bottom: 18px;
}

.content_with_background .introduction {
  margin: 0 0 20px 0;
}

h2.subtitle {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  text-transform: none !important;
  max-width: 550px;
}
@media screen and (max-width: 1050px) {
  h2.subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  h2.subtitle {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  h2.subtitle {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}

h2 {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  h2 {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  h2 {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}

h2 a {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 50px;
  font-style: italic;
}
@media screen and (max-width: 850px) {
  h2 a {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  h2 a {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}
* + h2 a {
  margin-top: 35px;
}

.slide_text_container h2 {
  font: 800 75px/75px "Asap" !important;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: none;
  color: white !important;
  font-style: italic !important;
}
@media screen and (max-width: 1400px) {
  .slide_text_container h2 {
    font-size: 60px !important;
    line-height: 36px;
  }
}
@media screen and (max-width: 900px) {
  .slide_text_container h2 {
    font-size: 50px !important;
    line-height: 60px !important;
    margin-left: 0px !important;
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 420px) {
  .slide_text_container h2 {
    font-size: 34px !important;
    line-height: 36px !important;
    margin-left: 0px !important;
    margin-bottom: 2px !important;
  }
}
@media print {
  .slide_text_container h2 {
    font: 700 18px/24px "Asap";
    color: white;
    margin-bottom: 10px;
  }
}

h3, h3 a {
  font-weight: 600;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.42px;
  color: #3FB4E8;
  text-decoration: none;
}
@media print {
  h3, h3 a {
    font: 500 12px/23px "Barlow" !important;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
  }
}
* + h3, * + h3 a {
  margin-top: 25px;
}
h2 + h3, h2 + h3 a {
  margin-top: 15px;
}

h3 a:hover {
  color: #000000;
}

w h6,
h6 a,
h4, h4 a,
h5, h5 a {
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (max-width: 850px) {
  w h6,
  h6 a,
  h4, h4 a,
  h5, h5 a {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  w h6,
  h6 a,
  h4, h4 a,
  h5, h5 a {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
* + w h6,
* + h6 a,
* + h4, * + h4 a,
* + h5, * + h5 a {
  margin-top: 30px;
}

strong {
  font-weight: 700;
}

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

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

.page_title {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  position: relative;
  padding: 0 0 20px 0;
  padding: 0 0 4px 0;
  max-width: 800px;
}
@media screen and (max-width: 1050px) {
  .page_title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  .page_title {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  .page_title {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
.page_title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 58px;
  height: 3px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  bottom: -2px;
  border-radius: 3px;
}
@media print {
  .page_title {
    padding: 0;
  }
  .page_title:before {
    display: none;
  }
}
.page_title:has(+ h2.subtitle) {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
}
@media screen and (max-width: 1050px) {
  .page_title:has(+ h2.subtitle) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .page_title:has(+ h2.subtitle) {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  .page_title:has(+ h2.subtitle) {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}

/* @end */
/* @group link */
a {
  outline: none;
  color: #3FB4E8;
  text-decoration: underline;
}
s a.button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
}
s a.button:focus, s a.button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
s a.button:focus:before, s a.button:hover:before {
  content: url("../img/button_left_dark.svg");
}
s a.button:focus:after, s a.button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  s a.button {
    font: 800 14px/26px "Barlow" !important;
  }
}
s a.button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
s a.button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
s a.button:before {
  content: url("../img/button_left_blue.svg") !important;
}
s a.button:after {
  content: url("../img/button_right_blue.svg") !important;
}
s a.button:hover, s a.button:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  s a.button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  s a.button {
    padding: 12.5px 30px !important;
  }
}
s a.button:hover {
  color: #fff;
}

a:hover {
  color: #EE7D00;
}

a img {
  border: none;
}

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

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

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

/* @end */
.accordeon_wrap {
  margin-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.accordeon_wrap:nth-last-child(2) {
  margin-bottom: 0;
}
h2 + .accordeon_wrap, h3 + .accordeon_wrap {
  margin-top: 0;
}
.accordeon_wrap .accordeon_title {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 30px 0 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.accordeon_wrap .accordeon_title.visible_detail, .accordeon_wrap .accordeon_title:hover {
  border-top-color: #3FB4E8;
}
.accordeon_wrap .accordeon_title.visible_detail h4,
.accordeon_wrap .accordeon_title.visible_detail h3, .accordeon_wrap .accordeon_title:hover h4,
.accordeon_wrap .accordeon_title:hover h3 {
  color: #3FB4E8 !important;
}
.accordeon_wrap .accordeon_title.visible_detail h4:before,
.accordeon_wrap .accordeon_title.visible_detail h3:before, .accordeon_wrap .accordeon_title:hover h4:before,
.accordeon_wrap .accordeon_title:hover h3:before {
  opacity: 1;
  visibility: visible;
}
.accordeon_wrap .accordeon_title.visible_detail:before, .accordeon_wrap .accordeon_title:hover:before {
  color: #3FB4E8 !important;
}
.accordeon_wrap .accordeon_title h4,
.accordeon_wrap .accordeon_title h3 {
  margin-bottom: 8px;
}
.accordeon_wrap .accordeon_title.visible_detail:before {
  content: "\f068";
}
.accordeon_wrap .accordeon_title:before {
  content: "\f067";
  position: absolute;
  top: 11px;
  left: auto;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
  color: #1A1B46;
  right: 0;
  transition: all 0.3s ease-out;
}
.accordeon_wrap .accordeon_title .accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}

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

.table_wrap_container {
  overflow: auto;
  max-width: 100%;
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  --scroll-indicator-size: clamp(18px,2vw,20px);
}
.table_wrap_container.visible_indicator {
  position: relative;
  padding: calc(var(--scroll-indicator-size) + var(--size-10)) 0 0;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}
.table_wrap_container .table_scroll_indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--scroll-indicator-size);
  line-height: var(--scroll-indicator-size);
}
.table_wrap_container .table_scroll_indicator:hover {
  cursor: pointer;
}
.table_wrap_container .table_scroll_indicator .fa-arrow-right-arrow-left, .table_wrap_container .table_scroll_indicator .fa-exchange {
  color: #3FB4E8;
}
.table_wrap_container.half_width {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 30px;
}
.table_wrap_container.half_width:nth-child(2n) {
  margin-right: 20px;
}

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

table th {
  color: #1A1B46;
  font-weight: 700;
  border-bottom: 2px solid rgba(26, 27, 70, 0.5);
  text-align: left;
  padding: 8px 15px 8px 0;
}

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

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

.resource_link {
  display: block;
  text-decoration: none;
}

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

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

#bx-slider-wrap .video_slide .video_in_slider {
  position: relative !important;
  padding-bottom: 56.25% !important;
  width: unset !important;
  height: 0 !important;
  z-index: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input#remember_me {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("fonts/Lato-Hairline.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("fonts/Lato-HairlineItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("fonts/Asap-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-ExtraBoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/Barlow-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("fonts/PlayfairDisplay-Italic.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: 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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
img.lazyloaded {
  width: 100%;
  height: auto;
}

.listing_entry_detail_pictures ul.controls {
  position: absolute;
  padding: 5px 12px 7px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 50;
}
.listing_entry_detail_pictures .bx-controls {
  position: absolute;
  top: -10px;
  right: 20px;
}
.listing_entry_detail_pictures .bx-controls-direction a {
  background: none;
  width: 30px;
  height: 20px;
  margin: -30px 0 0 0;
  left: 15%;
  color: transparent;
  font-weight: 500;
  z-index: 100;
  position: absolute;
  top: 0;
  font-size: 0;
}
.listing_entry_detail_pictures .bx-controls-direction a.bx-next {
  left: 0px;
}
.listing_entry_detail_pictures .bx-controls-direction a.bx-next:before {
  content: "\f105";
}
.listing_entry_detail_pictures .bx-controls-direction a.bx-prev {
  right: 0px;
  left: unset;
}
.listing_entry_detail_pictures .bx-controls-direction a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 20px;
  text-indent: 0;
  z-index: 105;
  color: black;
  transition: all 0.2s ease-out;
  opacity: 0.6;
}
.listing_entry_detail_pictures .bx-controls-direction a:hover:before {
  color: #1A1B46;
  opacity: 1;
}

/* @group picture right */
.listing_entry_detail_pictures,
.picture_right {
  box-shadow: 0 44px 70px -31px rgba(0, 0, 0, 0.3);
  float: right;
  max-width: 514px;
  margin-left: 120px;
  text-align: center;
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media screen and (max-width: 600px) {
  .listing_entry_detail_pictures,
  .picture_right {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  }
}
@media print {
  .listing_entry_detail_pictures,
  .picture_right {
    box-shadow: none;
  }
}
.listing_entry_detail_pictures .picture,
.picture_right .picture {
  width: 100%;
}
.listing_entry_detail_pictures img,
.picture_right img {
  width: 100%;
  height: auto;
}
.listing_entry_detail_pictures a img,
.picture_right a img {
  transition: all 0.3s ease-out;
}
.listing_entry_detail_pictures a img:hover,
.picture_right a img:hover {
  box-shadow: 0 44px 70px -31px rgba(0, 0, 0, 0.3);
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .listing_entry_detail_pictures a img:hover,
  .picture_right a img:hover {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  }
}
@media print {
  .listing_entry_detail_pictures a img:hover,
  .picture_right a img:hover {
    box-shadow: none;
  }
}
.listing_entry_detail_pictures .listing_entry_hidden,
.picture_right .listing_entry_hidden {
  display: none;
}
.listing_entry_detail_pictures .show_more,
.picture_right .show_more {
  margin-left: 30px;
  margin-top: 0;
}

.picture_left {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  float: left;
  max-width: 514px;
  text-align: center;
  width: 50%;
}
.picture_left .picture {
  width: 100%;
}
.picture_left img {
  width: 100%;
  height: auto;
}
.picture_left a img {
  transition: all 0.3s ease-out;
}
.picture_left a img:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.7;
}
.picture_left .listing_entry_hidden {
  display: none;
}
.picture_left .show_more {
  margin-left: 30px;
  margin-top: 0;
}

/* @end */
/* @group small picture */
#small_picture {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 576px;
}
#small_picture .resource_container, #small_picture .resource, #small_picture .resource_background, #small_picture a {
  height: 100%;
  position: relative;
}
.page_template_div #small_picture {
  height: 13px !important;
}
#small_picture .picture {
  width: 100%;
  position: relative;
}
#small_picture .picture img {
  width: 100%;
  top: 0;
  left: 0;
  height: auto !important;
}
#small_picture #picture_small_description {
  position: absolute;
  width: 100%;
  top: 0;
  color: #fff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
#small_picture #picture_small_description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 303px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0.6); /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0)); /* Standard syntax */
}
#small_picture #picture_small_description .picture_small_description_inner {
  position: relative;
  text-align: left;
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 108px;
  padding-top: 60px;
  max-width: 970px;
}
@media screen and (max-width: 1200px) {
  #small_picture #picture_small_description .picture_small_description_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  #small_picture #picture_small_description .picture_small_description_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#small_picture #picture_small_description .picture_small_description_inner div.introduction,
#small_picture #picture_small_description .picture_small_description_inner h1,
#small_picture #picture_small_description .picture_small_description_inner .subtitle {
  color: #fff;
  max-width: 510px;
}
#small_picture #picture_small_description .picture_small_description_inner .subtitle {
  font-weight: 600;
}
#small_picture #picture_small_description .picture_small_description_inner h1:before {
  background: #fff;
  left: 50%;
  margin-left: -29px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}

/* @end */
/* @group gallery */
#content .multipage_tpl_gallery .content_inner {
  max-width: unset;
  padding: 0;
}

#gallery .pictures {
  width: 100%;
  box-sizing: border-box;
  float: left;
  border: 2px solid white;
}
#gallery .pictures .picture {
  width: 25%;
  height: 25vw;
  border: 2px solid white;
  box-sizing: border-box;
}
#gallery .pictures .picture span, #gallery .pictures .picture a, #gallery .pictures .picture div {
  width: 100%;
  height: 100%;
}
#gallery .pictures img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  transition: all 0.3s ease-out;
}
#gallery .pictures img:hover {
  opacity: 0.7;
}
#gallery .gallery_picture_hidden {
  width: auto;
  padding: 0;
  display: none;
  min-width: 100%;
}
#gallery .gallery_picture_hidden .picture {
  width: 25%;
  box-sizing: border-box;
  padding: 3.7% 0 0 3.7%;
}

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

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

/* @end */
/* @group documents */
.documents {
  margin: 0 0 33px;
  padding: 5px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: 15px 12px 0 0;
}
.documents .document a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
}
.documents .document a:focus, .documents .document a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.documents .document a:focus:before, .documents .document a:hover:before {
  content: url("../img/button_left_dark.svg");
}
.documents .document a:focus:after, .documents .document a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .documents .document a {
    font: 800 14px/26px "Barlow" !important;
  }
}
.documents .document a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.documents .document a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.documents .document a:before {
  content: url("../img/button_left_blue.svg") !important;
}
.documents .document a:after {
  content: url("../img/button_right_blue.svg") !important;
}
.documents .document a:hover, .documents .document a:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  .documents .document a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .documents .document a {
    padding: 12.5px 30px !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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet a.portlet_content_link {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
  margin-top: 20px;
}
.portlet a.portlet_content_link:focus, .portlet a.portlet_content_link:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.portlet a.portlet_content_link:focus:before, .portlet a.portlet_content_link:hover:before {
  content: url("../img/button_left_dark.svg");
}
.portlet a.portlet_content_link:focus:after, .portlet a.portlet_content_link:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .portlet a.portlet_content_link {
    font: 800 14px/26px "Barlow" !important;
  }
}
.portlet a.portlet_content_link:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.portlet a.portlet_content_link:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.portlet a.portlet_content_link:before {
  content: url("../img/button_left_blue.svg") !important;
}
.portlet a.portlet_content_link:after {
  content: url("../img/button_right_blue.svg") !important;
}
.portlet a.portlet_content_link:hover, .portlet a.portlet_content_link:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  .portlet a.portlet_content_link {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .portlet a.portlet_content_link {
    padding: 12.5px 30px !important;
  }
}

a.add_portlet_link {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
  display: inline-block;
  margin-top: 20px;
}
a.add_portlet_link:focus, a.add_portlet_link:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
a.add_portlet_link:focus:before, a.add_portlet_link:hover:before {
  content: url("../img/button_left_dark.svg");
}
a.add_portlet_link:focus:after, a.add_portlet_link:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  a.add_portlet_link {
    font: 800 14px/26px "Barlow" !important;
  }
}
a.add_portlet_link:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
a.add_portlet_link:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
a.add_portlet_link:before {
  content: url("../img/button_left_blue.svg") !important;
}
a.add_portlet_link:after {
  content: url("../img/button_right_blue.svg") !important;
}
a.add_portlet_link:hover, a.add_portlet_link:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  a.add_portlet_link {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  a.add_portlet_link {
    padding: 12.5px 30px !important;
  }
}

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

/* @end */
/* @group standard portlets */
#portlets_portlet_right {
  width: 404px;
  float: right;
  margin-left: 140px;
}
#portlets_portlet_right .portlet {
  margin-top: 40px;
}
#portlets_portlet_right .portlet.hidden {
  display: block;
}
#portlets_portlet_right .portlet .portlet_inner {
  background: #FAFAFC;
  border-radius: 10px;
  overflow: hidden;
}
#portlets_portlet_right .portlet .portlet_inner h3 {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
}
@media screen and (max-width: 1050px) {
  #portlets_portlet_right .portlet .portlet_inner h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_portlet_right .portlet .portlet_inner h3 {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #portlets_portlet_right .portlet .portlet_inner h3 {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#portlets_portlet_right .portlet .portlet_inner .portlet_content_subtitle {
  font-weight: 700;
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
}
@media screen and (max-width: 1050px) {
  #portlets_portlet_right .portlet .portlet_inner .portlet_content_subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_portlet_right .portlet .portlet_inner .portlet_content_subtitle {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_portlet_right .portlet .portlet_inner .portlet_content_subtitle {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_portlet_right .portlet .portlet_inner .portlet_content_introduction {
  margin-bottom: 17px;
}
#portlets_portlet_right .portlet:first-child {
  margin-top: 0;
}
#portlets_portlet_right .portlet .portlet_text_wrap {
  padding: 30px 40px 33px;
}
#portlets_portlet_right .portlet .portlet_text_wrap .documents {
  margin-bottom: 0;
  margin-right: -12px;
}
#portlets_portlet_right + .cf {
  clear: none;
}

#add_portlet_portlet_right {
  background: #FAFAFC;
}

/* @end */
.social_wall #button_detail_site a {
  border: 1px solid #FEB037;
}

#footer_partner .partner_show a:nth-child(2n) {
  border: 1px solid #FEB037;
}

/* @group onepager portlets */
#portlets_one_page .portlet {
  clear: both;
}
#portlets_one_page .portlet:nth-child(odd) {
  background-color: #FAFAFC;
}
#portlets_one_page .portlet.portlet_content {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  padding: 0 0 4px 0;
  max-width: 800px;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title:has(~ .portlet_content_subtitle) {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title:has(~ .portlet_content_subtitle) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title:has(~ .portlet_content_subtitle) {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_content .portlet_text_wrap .portlet-title:has(~ .portlet_content_subtitle) {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#portlets_one_page .portlet.portlet_content.picture_left {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
}
#portlets_one_page .portlet.portlet_content.picture_left .portlet_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(50px, 8vw, 80px) clamp(20px, 4vw, 40px);
  position: relative;
}
#portlets_one_page .portlet.portlet_content.picture_left .portlet_inner .portlet-content {
  display: flex;
  flex-direction: row;
}
#portlets_one_page .portlet.portlet_content.picture_left .pictures {
  float: left;
  max-width: 514px;
  margin-right: clamp(100px, 12vw, 120px);
  text-align: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 44px 70px -31px rgba(0, 0, 0, 0.3);
}
#portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  flex: 1;
}
#portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap .portlet_content_subtitle {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap .portlet_content_subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap .portlet_content_subtitle {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap .portlet_content_subtitle {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap .portlet_content_description {
  display: flex;
  flex-wrap: wrap;
}
#portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap .portlet_content_description h3 {
  width: 100%;
  margin-bottom: 0;
}
#portlets_one_page .portlet.portlet_content.picture_left .portlet_text_wrap .portlet_content_description table {
  flex: 1 1 45%;
  min-width: 250px;
  margin-bottom: 35px;
  margin-right: 15px;
}
#portlets_one_page .portlet.portlet_content.with_picture_right {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(50px, 8vw, 80px) clamp(20px, 4vw, 40px);
  position: relative;
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_inner .portlet-content {
  display: flex;
  flex-direction: row-reverse;
}
#portlets_one_page .portlet.portlet_content.with_picture_right .pictures {
  float: right;
  max-width: 514px;
  margin-left: 70px;
  text-align: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 44px 70px -31px rgba(0, 0, 0, 0.3);
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 70% !important;
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_subtitle {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  text-transform: none !important;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_subtitle {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_subtitle {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 20px;
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:focus, #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:focus:before, #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:hover:before {
  content: url("../img/button_left_dark.svg");
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:focus:after, #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button {
    font: 800 14px/26px "Barlow" !important;
  }
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .button {
    padding: 12.5px 30px !important;
  }
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_description .portlet_content_link {
  display: none;
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_description:has(table) {
  display: flex;
  flex-wrap: wrap;
}
#portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_description:has(table) h3 {
  width: 100%;
  margin-bottom: 0;
}
#portlets_one_page .portlet.portlet_listing {
  max-width: 900px;
  margin: 50px 0 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet_inner {
  padding: 80px 40px;
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap:not(:has(.portlet-listing-entry)) .portlet-title::after {
  content: "Momentan gibt es keine anstehende Events";
  display: block;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  color: #3FB4E8;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap:not(:has(.portlet-listing-entry)) .portlet-title::after {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap:not(:has(.portlet-listing-entry)) .portlet-title::after {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_subtitle {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_subtitle {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_subtitle {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  padding: 0 0 4px 0;
  max-width: 800px;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title:has(~ .portlet_listing_subtitle) {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title:has(~ .portlet_listing_subtitle) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title:has(~ .portlet_listing_subtitle) {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title:has(~ .portlet_listing_subtitle) {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button {
  order: 2;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:focus, #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:focus:before, #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:hover:before {
  content: url("../img/button_left_dark.svg");
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:focus:after, #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button {
    font: 800 14px/26px "Barlow" !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button {
    padding: 12.5px 30px !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_text p .button span {
  display: inline-block;
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_second_link {
  display: none;
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 40px;
  margin-left: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:focus, #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:focus:before, #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:hover:before {
  content: url("../img/button_left_dark.svg");
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:focus:after, #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap {
    font: 800 14px/26px "Barlow" !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap {
    padding: 12.5px 30px !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap a {
  color: white;
  text-decoration: none;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry {
  background-color: white;
  padding: 41px 40px 30px;
  margin: 40px 0 0 0;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  width: 900px;
  max-width: 100%;
  box-sizing: border-box;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container h3.portlet-entry-title {
  order: -1;
  margin-top: 0;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container h3.portlet-entry-title a {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
  font-style: italic;
  text-transform: none;
  font-size: 28px !important;
  margin-bottom: 12px;
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container h3.portlet-entry-title a {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container h3.portlet-entry-title a {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle1 {
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  font-size: 20px !important;
  text-transform: none !important;
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle1 {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle1 {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date {
  order: 2;
  margin-bottom: 20px;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date span {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date span {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date span {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date span {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content {
  order: 3;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-entry-title {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
  font-style: italic;
  text-transform: none;
  font-size: clamp(24px, 2.4vw, 28px) !important;
  margin-bottom: 12px;
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-entry-title {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-entry-title {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-entry-subtitle {
  margin-bottom: 23px;
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-entry-subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-entry-subtitle {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-entry-subtitle {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:focus, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:focus:before, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:hover:before {
  content: url("../img/button_left_dark.svg");
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:focus:after, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button {
    font: 800 14px/26px "Barlow" !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .button {
    padding: 12.5px 30px !important;
  }
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
  display: flex;
  flex-direction: row;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-pictures {
  flex: 0 0 300px;
  max-width: 40%;
  box-sizing: border-box;
  max-height: 100%;
  display: block;
  margin: -41px -41px -30px 0;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-pictures .resource, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-pictures .resource_background {
  display: block;
  height: 100%;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-pictures .resource a, #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-pictures .resource_background a {
  height: 100%;
}
#portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-pictures .resource_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#portlets_one_page .portlet.gallery {
  padding: 0 5px;
  margin-bottom: 0;
  max-width: 100%;
}
#portlets_one_page .portlet.gallery .resource_container.pictures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  max-width: 100%;
}
#portlets_one_page .portlet.gallery .resource_container.pictures .picture {
  float: none;
  width: 100%;
}
#portlets_one_page .portlet.gallery .resource_container.pictures .picture img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#portlets_one_page .portlet.picture_full_width {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
#portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-left: 108px;
  padding-top: 60px;
  max-width: 970px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
#portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
  font: 700 clamp(35px, 5vw, 50px)/clamp(45px, 6.1vw, 61px) "Asap" !important;
  letter-spacing: -0.1px !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 0 35px 0;
  color: #1A1B46;
  color: white;
  max-width: 510px;
  text-transform: none !important;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }
}
@media print {
  #portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet-title {
    font: 700 18px/24px "Asap";
    color: #000;
    margin-bottom: 10px;
  }
}
#portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet_content_subtitle {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  order: -1;
  color: white;
  max-width: 510px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1050px) {
  #portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet_content_subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet_content_subtitle {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap .portlet_content_subtitle {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#portlets_one_page .portlet.picture_full_width .portlet_inner a.resource_link {
  pointer-events: none;
}
#portlets_one_page .portlet.picture_full_width .picture {
  position: relative;
}
#portlets_one_page .portlet.picture_full_width .picture img {
  width: 100%;
  aspect-ratio: 26/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
  position: relative;
}
#portlets_one_page .portlet.picture_full_width .picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 303px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 2;
}

/* @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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
#module_multipage .multipage_entry_wrap:nth-child(2n) .multipage_entry {
  background: #FAFAFC;
}
#module_multipage .multipage_entry_wrap:nth-child(2n) .multipage_entry #listing .listing_entry {
  background: white !important;
}
#module_multipage .multipage_entry_wrap:nth-child(2n) .multipage_entry .portlet .portlet_inner {
  background: white !important;
}

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

/* @group listing */
.category_9 #mixItUp .listing_entry.listing_entry_with_picture {
  min-height: 0;
}

#mixItUp {
  margin: 50px 0 0 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#mixItUp .module-listing > .listing_entry:first-child {
  margin-top: 0;
}
#mixItUp .listing_entry {
  margin: 40px 0 0 0;
  padding: 0;
  background: #FAFAFC;
  overflow: hidden;
  position: relative;
  min-height: 0;
  border-radius: 10px;
}
#mixItUp .listing_entry h3.subtitle {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  margin: 0px;
}
@media screen and (max-width: 1050px) {
  #mixItUp .listing_entry h3.subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #mixItUp .listing_entry h3.subtitle {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #mixItUp .listing_entry h3.subtitle {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#mixItUp .listing_entry .subtitle + .listing-title {
  margin-top: 10px;
}
#mixItUp .listing_entry div.introduction {
  display: none;
}
#mixItUp .listing_entry.listing_entry_with_picture {
  min-height: 294px;
}
#mixItUp .listing_entry.listing_entry_with_picture .content {
  margin-right: 45.9%;
}
#mixItUp .listing_entry .content {
  padding: 41px 40px 30px;
  overflow: hidden;
  text-align: left;
  padding-right: 34px;
}
#mixItUp .listing_entry .content h2, #mixItUp .listing_entry .content h2 a {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
  margin-bottom: 12px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms--webkit-hyphens: auto;
  -o--webkit-hyphens: auto;
  font-style: italic;
}
@media screen and (max-width: 850px) {
  #mixItUp .listing_entry .content h2, #mixItUp .listing_entry .content h2 a {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  #mixItUp .listing_entry .content h2, #mixItUp .listing_entry .content h2 a {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}
#mixItUp .listing_entry .content .listing-date {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
}
@media screen and (max-width: 1050px) {
  #mixItUp .listing_entry .content .listing-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #mixItUp .listing_entry .content .listing-date {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  #mixItUp .listing_entry .content .listing-date {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#mixItUp .listing_entry .content .documents {
  margin-bottom: 0;
  padding-top: 15px;
}
#mixItUp .listing_entry .content p {
  margin-bottom: 10px;
}
#mixItUp .listing_entry .content p:first-child {
  margin-bottom: 24px;
}
#mixItUp .listing_entry .content p:last-child {
  margin-bottom: 0;
}
#mixItUp .listing_entry .content .listing-date + .listing-content-text > p {
  margin-bottom: 10px;
}
#mixItUp .listing_entry .pictures {
  float: right;
  width: 45.9%;
  position: absolute;
  right: 0;
  height: 100%;
  overflow: hidden;
}
#mixItUp .listing_entry .pictures .picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
#mixItUp .listing_entry .pictures div,
#mixItUp .listing_entry .pictures span,
#mixItUp .listing_entry .pictures a {
  height: 100%;
  width: 100%;
}
#mixItUp .listing_entry .pictures img {
  width: 100%;
  width: auto;
}
#mixItUp .listing_entry.has_date .subtitle {
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  font-size: 28px !important;
  font-style: italic;
  text-transform: none !important;
  margin-top: -10px;
  margin-bottom: 20px;
  letter-spacing: 0px !important;
}
@media screen and (max-width: 850px) {
  #mixItUp .listing_entry.has_date .subtitle {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  #mixItUp .listing_entry.has_date .subtitle {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#mixItUp .listing_entry_hidden {
  display: none;
}
#mixItUp h2.listing-tag-header {
  clear: both;
  margin-top: 40px;
}

#content .css_listing_3_eintraege #mixItUp .listing_entry {
  padding: 39px 27px 39px 27px;
}

@media screen and (min--moz-device-pixel-ratio: 0) {
  #mixItUp .listing_entry .pictures .picture {
    max-width: 500px;
  }
}
.show_more {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  font-size: 75%;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  margin: 48px 0 0 0;
}
@media screen and (max-width: 1050px) {
  .show_more {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .show_more {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  .show_more {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
.show_more:hover {
  color: #3FB4E8;
}

.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner {
  max-width: 100%;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner .listing-description {
  max-width: 724px;
  margin: 0 auto;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp {
  margin-top: 50px;
  margin-bottom: 0px;
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 108px;
  padding-top: 60px;
  padding-left: 68px;
}
@media screen and (max-width: 1200px) {
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport {
  overflow: visible !important;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport .listing_entry {
  margin-top: 0;
  width: 423px !important;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport .listing_entry .pictures {
  position: relative;
  width: 100%;
  height: auto;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport .listing_entry .pictures .picture {
  max-width: none;
  position: relative;
  left: 0;
  transform: translate(0, 0);
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport .listing_entry .pictures * {
  width: 100%;
  height: auto;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport .listing_entry.listing_entry_with_picture .content {
  margin-left: 45.9%;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport .bx-wrapper .bx-controls {
  display: none;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-controls {
  position: absolute;
  top: -28px;
  right: 0;
  width: 35px;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-controls .bx-controls-direction {
  position: relative;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-controls .bx-controls-direction a {
  width: 8px;
  height: 14px;
  text-indent: 0;
  background: none;
  font-size: 0;
  right: 0;
  z-index: 1;
  margin-top: 0;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-controls .bx-controls-direction a:before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-controls .bx-controls-direction a:hover:before {
  color: #3FB4E8;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-controls .bx-controls-direction a.bx-prev {
  left: -20px !important;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "\f053";
}

.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry,
.css_listing_gallery #mixItUp .listing_entry {
  min-height: unset;
  width: 25%;
  overflow: auto;
  background: none;
  float: left;
  margin: 0;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .content,
.css_listing_gallery #mixItUp .listing_entry .content {
  display: none;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .pictures,
.css_listing_gallery #mixItUp .listing_entry .pictures {
  position: relative;
  float: none;
  padding: 0 0 100%;
  width: unset;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .pictures .picture,
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .pictures span,
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .pictures a,
.css_listing_gallery #mixItUp .listing_entry .pictures .picture,
.css_listing_gallery #mixItUp .listing_entry .pictures span,
.css_listing_gallery #mixItUp .listing_entry .pictures a {
  width: 100%;
  height: 100%;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .pictures .picture,
.css_listing_gallery #mixItUp .listing_entry .pictures .picture {
  padding: 30px;
  box-sizing: border-box;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .pictures img,
.css_listing_gallery #mixItUp .listing_entry .pictures img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s ease-out;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry:hover img,
.css_listing_gallery #mixItUp .listing_entry:hover img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry:not(.listing_entry_with_picture),
.css_listing_gallery #mixItUp .listing_entry:not(.listing_entry_with_picture) {
  min-height: 200px;
}

.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry {
  text-align: left !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry h1 {
  margin-left: 0 !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry h1:before {
  left: 0 !important;
  margin-left: 0 !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry .listing-description {
  max-width: 50%;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp {
  max-width: 900px;
  margin: 0 auto;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry {
  margin-top: 0;
  box-shadow: none;
  background: none;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #1A1B46;
  background: #FAFAFC;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 30px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:focus, .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:focus:before, .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:hover:before {
  content: url("../img/button_left_dark.svg");
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:focus:after, .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button {
    font: 800 14px/26px "Barlow" !important;
  }
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:before {
  content: url("../img/button_left_grey.svg") !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:after {
  content: url("../img/button_right_grey.svg") !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:hover, .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button:focus {
  background: #FAFAFC;
  color: #1A1B46;
}
@media screen and (max-width: 850px) {
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button {
    padding: 12.5px 30px !important;
  }
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry.listing_entry_with_picture .content {
  padding-left: 40px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry.listing_entry_with_picture .content {
  margin-left: 45.9%;
  margin-right: 0px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .pictures {
  left: 0px;
  right: unset;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .picture {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  transform: translate(0, 0);
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .picture * {
  height: auto;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .picture div,
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .picture span,
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .picture a {
  height: 100%;
  width: 100%;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .picture img {
  width: 100%;
  height: auto;
  max-width: unset;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .content {
  padding: 30px 31px 30px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .content h2 {
  margin-bottom: 12px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .content .listing-date {
  margin-bottom: 35px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-wrapper .bx-controls {
  display: none;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls {
  position: absolute;
  top: -70px;
  right: 49px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction {
  text-align: center !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 14px;
  text-indent: 0;
  background: none;
  font-size: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin-top: 0;
  margin: 0 45px;
  position: relative;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a:before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a:hover:before {
  color: #3FB4E8;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a.bx-next {
  margin-right: 0;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a.bx-prev {
  left: auto;
  margin-left: 0;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a.bx-prev:before {
  content: "\f053";
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager {
  display: inline-block;
  position: relative;
  width: auto;
  padding-top: 0;
  bottom: 0px;
  line-height: 16px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a {
  width: 10px;
  height: 10px;
  background: #FAFAFC;
  border-radius: 100%;
  margin: 0 12px;
  position: relative;
  z-index: 9;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  display: block;
  background: #FAFAFC;
  border: 5px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a.active {
  background: #3FB4E8;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a.active:before {
  background: transparent;
  border-color: rgba(63, 180, 232, 0.4);
}

.content_inner .listing-more-button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
  margin: 26px 0 0 0;
  padding: 10px 28px 11px;
}
.content_inner .listing-more-button:focus, .content_inner .listing-more-button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.content_inner .listing-more-button:focus:before, .content_inner .listing-more-button:hover:before {
  content: url("../img/button_left_dark.svg");
}
.content_inner .listing-more-button:focus:after, .content_inner .listing-more-button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .content_inner .listing-more-button {
    font: 800 14px/26px "Barlow" !important;
  }
}
.content_inner .listing-more-button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.content_inner .listing-more-button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  .content_inner .listing-more-button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .content_inner .listing-more-button {
    padding: 12.5px 30px !important;
  }
}

.content_inner .listing_entry_backlink a {
  font: 600 15px/18px "Barlow";
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 23px 0;
  color: #3FB4E8;
  text-decoration: none;
  font-size: 15px !important;
  font-size: 75%;
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  margin: -9px 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .content_inner .listing_entry_backlink a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .content_inner .listing_entry_backlink a {
    font: 14px/15px "Barlow";
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media print {
  .content_inner .listing_entry_backlink a {
    font: 400 12px/23px "Barlow";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
.content_inner .listing_entry_backlink a:before {
  content: "\f060";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
  color: #1A1B46;
  opacity: 0.8;
  top: 3px;
}
.content_inner .listing_entry_backlink a:hover {
  color: #3FB4E8;
}
.content_inner .listing_entry_backlink a:hover:before {
  color: #3FB4E8;
  opacity: 1;
}

.listing_entry_detail_pictures .pictures.float_left_with_clear {
  display: none;
}
.listing_entry_detail_pictures .pictures {
  margin-left: 0px;
  overflow: hidden;
}
.listing_entry_detail_pictures .pictures .picture {
  width: 100%;
}
.listing_entry_detail_pictures .pictures .picture:first-child {
  width: 100%;
}

/* @group google maps */
#google_maps_wrap {
  border: 1px solid #FAFAFC;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
#google_maps_wrap #google_map {
  width: 59.8%;
  height: 100%;
  position: absolute;
}
#google_maps_wrap #google_map .gmap-map {
  height: 100%;
}
#google_maps_wrap #google_map #module_map {
  height: 100% !important;
}
#google_maps_wrap .content_google_maps {
  padding: 45px 40px 55px 60px;
  margin-left: 59.8%;
  line-height: 36px;
  background: #fff;
}
#google_maps_wrap .content_google_maps ul li:before {
  font-weight: 700;
  color: #3FB4E8;
  top: 5px;
}
#google_maps_wrap .content_google_maps ul li > a {
  color: #1A1B46;
}
#google_maps_wrap .content_google_maps ul li > a:hover {
  color: #3FB4E8;
}
#google_maps_wrap .content_google_maps ul li:nth-child(1):before {
  content: "\f3c5";
}
#google_maps_wrap .content_google_maps ul li:nth-child(2):before {
  content: "\f52b";
}
#google_maps_wrap .content_google_maps ul li:nth-child(3):before {
  content: "\f1fa";
}
#google_maps_wrap .content_google_maps ul li:last-child {
  margin-top: 43px;
}
#google_maps_wrap .content_google_maps ul li:last-child > a {
  font-weight: 700;
  text-decoration: none;
  color: #1A1B46;
}
#google_maps_wrap .content_google_maps ul li:last-child > a:hover {
  color: #3FB4E8;
}
#google_maps_wrap .content_google_maps ul li:last-child:before {
  content: "\f4d7";
}
#google_maps_wrap div.infowindow {
  padding: 10px 0 5px 10px;
  text-align: left;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
}
@media screen and (max-width: 850px) {
  #google_maps_wrap div.infowindow {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  #google_maps_wrap div.infowindow {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#google_maps_wrap div.infowindow h2 {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
}
@media screen and (max-width: 850px) {
  #google_maps_wrap div.infowindow h2 {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  #google_maps_wrap div.infowindow h2 {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}
#google_maps_wrap div.infowindow p {
  margin: 0;
}
#google_maps_wrap div.infowindow p:empty {
  display: none;
}

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

#mailform_submit_button {
  margin-left: 20px;
  clear: both;
}

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

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

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 46.5%;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  color: #1A1B46;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid rgb(234.0625, 234.0625, 242.4375);
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 850px) {
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
.add_portlet select:hover, .add_portlet select:focus,
.mailform_element input:hover,
.mailform_element input:focus,
.mailform_element textarea:hover,
.mailform_element textarea:focus,
.login_form input:hover,
.login_form input:focus {
  border-color: #3FB4E8;
  color: #3FB4E8;
}
.add_portlet select:-webkit-autofill,
.mailform_element input:-webkit-autofill,
.mailform_element textarea:-webkit-autofill,
.login_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

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

.mailform_element textarea {
  height: 150px;
}

.mailform-submit,
.login_form .button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 16.5px 30px !important;
  margin: 10px 0 0;
}
.mailform-submit:focus, .mailform-submit:hover,
.login_form .button:focus,
.login_form .button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.mailform-submit:focus:before, .mailform-submit:hover:before,
.login_form .button:focus:before,
.login_form .button:hover:before {
  content: url("../img/button_left_dark.svg");
}
.mailform-submit:focus:after, .mailform-submit:hover:after,
.login_form .button:focus:after,
.login_form .button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .mailform-submit,
  .login_form .button {
    font: 800 14px/26px "Barlow" !important;
  }
}
.mailform-submit:before,
.login_form .button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.mailform-submit:after,
.login_form .button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.mailform-submit:before,
.login_form .button:before {
  content: url("../img/button_left_blue.svg") !important;
}
.mailform-submit:after,
.login_form .button:after {
  content: url("../img/button_right_blue.svg") !important;
}
.mailform-submit:hover, .mailform-submit:focus,
.login_form .button:hover,
.login_form .button:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  .mailform-submit,
  .login_form .button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .mailform-submit,
  .login_form .button {
    padding: 12.5px 30px !important;
  }
}
.mailform-submit:hover,
.login_form .button:hover {
  color: #fff;
}

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

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

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

.p_remember_me_checkbox .checkbox_wrap,
.mailform_element.checkbox_field {
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap p,
.mailform_element.checkbox_field p {
  width: 69%;
  float: right;
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap input,
.mailform_element.checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox,
.mailform_element.checkbox_field label.checkbox {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after, .p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
.mailform_element.checkbox_field label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:before {
  content: "\f0c8";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: rgb(234.0625, 234.0625, 242.4375);
  width: 20px;
  height: 20px;
  font-weight: 300;
  pointer-events: none;
  background: none;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #3FB4E8;
  background: none;
  z-index: 4;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  color: #3FB4E8;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:after,
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

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

.mailform_element.radio_field {
  position: relative;
  margin: -5px 0 9px;
}
.mailform_element.radio_field .wrap_radio_buttons > label {
  width: 31%;
  float: left;
  margin-bottom: 0;
}
.mailform_element.radio_field .multiple_radio_inputs {
  width: 46.5%;
  float: left;
  position: relative;
  padding-top: 9px;
}
.mailform_element.radio_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.mailform_element.radio_field .radio_item {
  display: inline-block;
  position: relative;
}
.mailform_element.radio_field label.radio {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  margin-right: 30px;
  text-align: left;
}
.mailform_element.radio_field label.radio:after, .mailform_element.radio_field label.radio:before {
  content: "\f111";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: rgb(234.0625, 234.0625, 242.4375);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-weight: 300;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.mailform_element.radio_field label.radio:after {
  content: "\f192";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #1A1B46;
  background: none;
  z-index: 4;
}
.mailform_element.radio_field input:checked + label.radio:before {
  color: #3FB4E8;
}
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

#content .multipage_entry_wrap:first-child {
  font: 400 28px/44px "Barlow";
  letter-spacing: 0px;
  color: #1A1B46;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  #content .multipage_entry_wrap:first-child {
    font: 400 15px/25px "Barlow";
  }
}
@media print {
  #content .multipage_entry_wrap:first-child {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
#content .multipage_entry_wrap:first-child .content_inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
#content .multipage_entry_wrap:first-child p.content_button > a {
  padding: 3.5px 30px !important;
}

.multipage_tpl_text_with_picture h1,
.multipage_tpl_text_with_picture_left h1 {
  max-width: 550px;
}
.multipage_tpl_text_with_picture .content_overflow,
.multipage_tpl_text_with_picture_left .content_overflow {
  width: calc(50% - 30px);
  overflow: visible;
}

/* title and subtitle in center */
.multipage_tpl_title_top_text_with_picture h1,
.multipage_tpl_title_top_text_with_picture .subtitle,
.multipage_tpl_title_top_text_with_picture_left h1,
.multipage_tpl_title_top_text_with_picture_left .subtitle {
  max-width: unset;
  text-align: center;
}
.multipage_tpl_title_top_text_with_picture h1,
.multipage_tpl_title_top_text_with_picture_left h1 {
  margin: 0 0 73px 0;
}
.multipage_tpl_title_top_text_with_picture .content_overflow,
.multipage_tpl_title_top_text_with_picture_left .content_overflow {
  max-width: calc(100% - 634px);
}

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

span.select2-container--default span.select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgb(234.0625, 234.0625, 242.4375);
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
  transition: border 0.3s ease-out;
}
span.select2-container--default span.select2-selection--single .select2-selection__rendered {
  font: "Barlow";
  color: #1A1B46;
  padding: 8px 17px 9px;
  outline: none;
  box-sizing: border-box;
  display: block;
  transition: color 0.3s ease-out;
}
span.select2-container--default span.select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
span.select2-container--default span.select2-selection--single .select2-selection__arrow {
  top: 19px;
  right: 10px;
}
span.select2-container--default span.select2-selection--single .select2-selection__arrow:before {
  content: "\f0d7";
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: rgb(227.6875, 227.6875, 238.6125);
  font-weight: 700;
  transition: all 0.3s ease-out;
}
span.select2-container--default span.select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container--default span.select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
}
span.select2-container--default .select2-results__option[aria-selected=true] {
  background: #FAFAFC;
}
span.select2-container--default .select2-results__option {
  background: #fff;
}
span.select2-container--default .select2-results__option--highlighted[aria-selected],
span.select2-container--default .select2-results__option--highlighted {
  background: #3FB4E8;
}

span.select2-container--open .select2-dropdown {
  border: 1px solid #3FB4E8;
  border-top: none;
  margin-top: -1px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
}
span.select2-container--open .select2-dropdown ul {
  border-radius: 0;
  border-top: 0;
}
span.select2-container--open select2-dropdown--above ul {
  border-top: 1px solid #3FB4E8;
  border-bottom: 0;
}

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

li.select2-results__option {
  padding: 8px 17px 9px;
  color: #1A1B46;
}

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

.select2_dark .select2-dropdown {
  background: #FAFAFC;
}
.select2_dark .select2-results__option {
  background: #FAFAFC;
}
.select2_dark .select2-results__option[aria-selected=true] {
  background: rgb(230.875, 230.875, 240.525);
  color: #1A1B46;
}
.select2_dark .select2-results__option[aria-selected=true]:hover {
  background: #3FB4E8;
  color: #fff;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "Barlow";
  color: #1A1B46;
  padding: 7px 10px 2px;
  margin: 7px 0 0 0;
  width: 340px;
  border-radius: 10px;
  border: 1px solid rgb(234.0625, 234.0625, 242.4375);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 11px 10px 12px;
  background: #FAFAFC;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #1A1B46;
}
.ui-datepicker.ui-widget th {
  padding: 5px 2px;
  color: #1A1B46;
  text-transform: none;
  background: none;
  border: 0;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .ui-datepicker.ui-widget th {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
}
@media screen and (max-width: 850px) {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 2px 2px 4px;
  color: #1A1B46;
  border: none;
  background: #fff;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #FAFAFC;
  color: #1A1B46;
  border-color: #FAFAFC;
}
.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: #3FB4E8;
  color: #fff;
  border-color: #3FB4E8;
}
.ui-datepicker.ui-widget .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-disabled {
  opacity: 0.4;
}
.ui-datepicker.ui-widget table thead,
.ui-datepicker.ui-widget table tbody {
  padding: 0 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  top: 15px !important;
  cursor: pointer;
  border: 0 !important;
  left: 4px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #1A1B46;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
  background: none;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  color: #3FB4E8;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover span,
.ui-datepicker.ui-widget .ui-datepicker-next:hover span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  left: auto;
  right: 4px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

.login_form {
  text-align: left;
}
.login_form label {
  text-align: left;
  width: 200px;
}
.login_form input {
  width: 300px;
}
.login_form .p_remember_me_checkbox label {
  padding: 0;
}
.login_form .p_remember_me_checkbox input {
  margin: 0 10px 0 0;
}
.login_form form + p {
  display: none;
}

.mailform_element {
  position: relative;
}

.mailform_field_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 7px;
  font-size: 16px;
  line-height: 24px;
  background: #FAFAFC;
  z-index: 10;
}
.mailform_field_actions li, .mailform_field_actions a {
  color: #1A1B46;
  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: #3FB4E8;
}

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

.multipage_entry_11 #portlets_portlet_right {
  max-width: 403px !important;
}

#content .content_inner .content_with_portlet .content_overflow .introduction {
  margin-top: 22px;
  margin-bottom: 9px;
}
#content .content_inner .content_with_portlet .content_overflow #page_title {
  margin-bottom: 17px;
}
#content .content_inner .content_with_portlet .content_overflow p > a {
  margin-top: 20px !important;
}
#content .content_inner .content_with_portlet .content_overflow p:last-child {
  margin-bottom: 20px;
}
#content .content_inner .content_with_portlet .portlets {
  width: 444px;
  margin-left: 73px !important;
}
#content .content_inner .content_with_portlet .portlet .portlet_inner {
  padding: 39px 27px 30px 37px;
  background: #FAFAFC !important;
  box-shadow: none !important;
}
#content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3FB4E8;
  font-weight: 600;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}
@media print {
  #content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-title {
    font: 500 12px/23px "Barlow" !important;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
  }
}
#content .content_inner .content_with_portlet .portlet .portlet_inner h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3FB4E8;
  font-weight: 600;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}
@media print {
  #content .content_inner .content_with_portlet .portlet .portlet_inner h3 {
    font: 500 12px/23px "Barlow" !important;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
  }
}
#content .content_inner .content_with_portlet .portlet .portlet_inner p + h3 {
  margin-top: 45px;
  margin-bottom: 20px;
}
#content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-content .portlet_content_description p > a {
  color: #1A1B46;
  text-decoration: none;
  transition: all 200ms ease-out;
  line-height: 30px;
}
#content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-content .portlet_content_description p > a:hover {
  color: #3FB4E8;
}
#content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-content .resource_container {
  padding: 0px;
  margin-top: 20px;
}
#content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-content .resource_container .resource {
  margin: 0px;
}

.wrapper_input_button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 0px !important;
  margin-top: 10px;
}
.wrapper_input_button:focus, .wrapper_input_button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.wrapper_input_button:focus:before, .wrapper_input_button:hover:before {
  content: url("../img/button_left_dark.svg");
}
.wrapper_input_button:focus:after, .wrapper_input_button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .wrapper_input_button {
    font: 800 14px/26px "Barlow" !important;
  }
}
.wrapper_input_button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.wrapper_input_button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.wrapper_input_button:before {
  content: url("../img/button_left_blue.svg") !important;
}
.wrapper_input_button:after {
  content: url("../img/button_right_blue.svg") !important;
}
.wrapper_input_button:hover, .wrapper_input_button:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  .wrapper_input_button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .wrapper_input_button {
    padding: 12.5px 30px !important;
  }
}
.wrapper_input_button input {
  margin: 0px !important;
}

.tags {
  margin-top: -20px !important;
  padding-left: 20px;
  padding-top: 20px;
  text-align: center;
}
.tags li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-left: 30px;
  font-weight: 700 !important;
  margin-top: 20px;
}
.tags li:focus, .tags li:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.tags li:focus:before, .tags li:hover:before {
  content: url("../img/button_left_dark.svg");
}
.tags li:focus:after, .tags li:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .tags li {
    font: 800 14px/26px "Barlow" !important;
  }
}
.tags li:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.tags li:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.tags li:before {
  content: url("../img/button_left_blue.svg") !important;
}
.tags li:after {
  content: url("../img/button_right_blue.svg") !important;
}
.tags li:hover, .tags li:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  .tags li {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .tags li {
    padding: 12.5px 30px !important;
  }
}
.tags li:first-child, .tags li:first-child.active {
  margin-left: 0px;
}
.tags li.active {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #3FB4E8;
  background: white;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  margin-left: 30px;
  margin-top: 20px;
}
.tags li.active:focus, .tags li.active:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.tags li.active:focus:before, .tags li.active:hover:before {
  content: url("../img/button_left_dark.svg");
}
.tags li.active:focus:after, .tags li.active:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  .tags li.active {
    font: 800 14px/26px "Barlow" !important;
  }
}
.tags li.active:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
.tags li.active:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
.tags li.active:before {
  content: url("../img/button_left_white.svg") !important;
}
.tags li.active:after {
  content: url("../img/button_right_white.svg") !important;
}
.tags li.active:hover, .tags li.active:focus {
  background: white;
  color: #3FB4E8;
}
.tags li.active:before {
  content: url("../img/button_left_white.svg") !important;
}
.tags li.active:after {
  content: url("../img/button_right_white.svg") !important;
}
.tags li.active:hover, .tags li.active:focus {
  background: white;
  color: #3FB4E8;
}
.tags li.active:before {
  content: url("../img/button_left_white.svg") !important;
}
.tags li.active:after {
  content: url("../img/button_right_white.svg") !important;
}
.tags li.active:hover, .tags li.active:focus {
  background: white;
  color: #3FB4E8;
}
@media screen and (max-width: 850px) {
  .tags li.active {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  .tags li.active {
    padding: 12.5px 30px !important;
  }
}
.tags li button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
}

body.mod_multipage .multipage_entry_wrap.css_listing_3_eintraege .listing-description {
  max-width: 724px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.multipage_entry_wrap.css_listing_3_eintraege, body.css_listing_3_eintraege {
  background: #FAFAFC;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry, body.css_listing_3_eintraege #mixItUp .listing_entry {
  padding: 39px 27px 39px 37px;
  box-sizing: border-box;
  float: left;
  width: calc(33.3% - 26.6px);
  margin-top: 40px !important;
  margin-left: 40px;
  background: white;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry:nth-child(3n+1), body.css_listing_3_eintraege #mixItUp .listing_entry:nth-child(3n+1) {
  margin-left: 0px;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry.listing_index_0, body.css_listing_3_eintraege #mixItUp .listing_entry.listing_index_0 {
  margin-right: 40px !important;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry.listing_index_0 + div, body.css_listing_3_eintraege #mixItUp .listing_entry.listing_index_0 + div {
  margin-left: 0px !important;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .resource_container, body.css_listing_3_eintraege #mixItUp .listing_entry .resource_container {
  position: relative;
  width: 100%;
  height: 188px;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .resource_container .resource_background, body.css_listing_3_eintraege #mixItUp .listing_entry .resource_container .resource_background {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .resource_container .resource_background a, body.css_listing_3_eintraege #mixItUp .listing_entry .resource_container .resource_background a {
  height: 100%;
  width: 100%;
  /*
  					    &:before {
  						    content: '';
  						    position: absolute;
  						    top: 0;
  						    left: 0;
  						    width: 100%;
  						    height: 100%;
  						    background-color: $primary_color;
  						    opacity: 0;
  						    z-index: 1;
  						    @include transition(250ms);
  					    }
  */
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .resource_container .resource_background a img, body.css_listing_3_eintraege #mixItUp .listing_entry .resource_container .resource_background a img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content, body.css_listing_3_eintraege #mixItUp .listing_entry .content {
  margin-left: 0px;
  width: 100%;
  padding: 0;
  padding-top: 32px;
  text-align: center;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-title a, body.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-title a {
  font: 500 20px/24px "Asap";
  padding: 0;
  letter-spacing: 0.42px;
  margin: 0 0 3px 0;
  color: #3FB4E8;
  text-transform: uppercase;
}
@media print {
  .multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-title a, body.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-title a {
    font: 500 15px/22px "Asap";
  }
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-content-text, body.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-content-text {
  margin-bottom: 20px;
  transition: all 100ms ease-out;
  display: none;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-content-text p:first-child, body.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-content-text p:first-child {
  font-weight: 800 !important;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-content-introduction, body.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-content-introduction {
  transition: all 200ms ease-out;
  opacity: 1;
  transition-delay: 150ms;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-more-button, body.css_listing_3_eintraege #mixItUp .listing_entry .content .listing-more-button {
  margin: 0;
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, 0%);
  transition: all 250ms ease-out;
  transition-delay: 150ms;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry:hover, body.css_listing_3_eintraege #mixItUp .listing_entry:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry:hover .listing-content-introduction, body.css_listing_3_eintraege #mixItUp .listing_entry:hover .listing-content-introduction {
  opacity: 0;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry:hover .content .listing-content-text, body.css_listing_3_eintraege #mixItUp .listing_entry:hover .content .listing-content-text {
  color: white;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry:hover .content .listing-more-button, body.css_listing_3_eintraege #mixItUp .listing_entry:hover .content .listing-more-button {
  display: block;
  opacity: 1;
  bottom: 14px;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp_entry_content a, body.css_listing_3_eintraege #mixItUp_entry_content a {
  transition: all 200ms ease-out;
  opacity: 1;
  color: #1A1B46;
}
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp_entry_content a:hover, body.css_listing_3_eintraege #mixItUp_entry_content a:hover {
  text-decoration: none;
  color: #3FB4E8;
}

.multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
  margin: 0 !important;
}
.multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 {
  font: 800 75px/75px "Asap" !important;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: none;
  color: white !important;
  font-style: italic !important;
}
@media screen and (max-width: 1400px) {
  .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 {
    font-size: 60px !important;
    line-height: 36px;
  }
}
@media screen and (max-width: 900px) {
  .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 {
    font-size: 50px !important;
    line-height: 60px !important;
    margin-left: 0px !important;
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 420px) {
  .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 {
    font-size: 34px !important;
    line-height: 36px !important;
    margin-left: 0px !important;
    margin-bottom: 2px !important;
  }
}
@media print {
  .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 {
    font: 700 18px/24px "Asap";
    color: white;
    margin-bottom: 10px;
  }
}

#scroll_down_wrap {
  z-index: 0;
}

.show_more {
  clear: both;
  float: left;
  width: 100%;
}

#content .die-partei .content_inner .content_with_portlet .portlet .portlet_inner .portlet-title {
  margin-bottom: 30px;
}

#content .die-partei .multipage_tpl_text_with_portlet .content_inner {
  padding-right: 50px;
}

body.mod_action_show_entry {
  background: white !important;
}

/* Partner Slider */
#footer_partner {
  background: white;
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
}
@media screen and (max-width: 450px) {
  #footer_partner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer_partner .logo_slider {
  float: left;
  width: 50%;
}
#footer_partner .logo_slider ul.controls {
  position: absolute;
  padding: 5px 12px 7px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 50;
}
#footer_partner .logo_slider .bx-controls {
  position: absolute;
  top: -10px;
  right: 20px;
}
#footer_partner .logo_slider .bx-controls-direction a {
  background: none;
  width: 30px;
  height: 20px;
  margin: -30px 0 0 0;
  left: 15%;
  color: transparent;
  font-weight: 500;
  z-index: 100;
  position: absolute;
  top: 0;
  font-size: 0;
}
#footer_partner .logo_slider .bx-controls-direction a.bx-next {
  left: 0px;
}
#footer_partner .logo_slider .bx-controls-direction a.bx-next:before {
  content: "\f105";
}
#footer_partner .logo_slider .bx-controls-direction a.bx-prev {
  right: 0px;
  left: unset;
}
#footer_partner .logo_slider .bx-controls-direction a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 20px;
  text-indent: 0;
  z-index: 105;
  color: black;
  transition: all 0.2s ease-out;
  opacity: 0.6;
}
#footer_partner .logo_slider .bx-controls-direction a:hover:before {
  color: #1A1B46;
  opacity: 1;
}
#footer_partner .logo_slider .bx-pager {
  display: none;
}
#footer_partner .logo_slider .portlet .portlet_inner ul.controls {
  right: 45px;
}
#footer_partner .logo_slider .portlet .portlet_inner ul.controls li.portlet-edit-link {
  display: none;
}
#footer_partner .logo_slider .portlet .portlet_inner .portlet-title {
  font: 700 28px/44px "Asap";
  font-size: 28px;
  padding: 0;
  color: #1A1B46;
  font-style: italic;
  color: #1A1B46;
  margin-top: 20px;
  font-size: 28px !important;
  text-transform: none;
}
@media screen and (max-width: 850px) {
  #footer_partner .logo_slider .portlet .portlet_inner .portlet-title {
    font: 700 24px/27px "Asap";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  #footer_partner .logo_slider .portlet .portlet_inner .portlet-title {
    font: 700 15px/22px "Asap";
    font-size: 15px;
  }
}
#footer_partner .logo_slider .portlet .portlet_inner .portlet-content .portlet_content_description .portlet_content_link .portlet_content_second_link .hidden {
  display: none !important;
}
#footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture {
  padding: clamp(20px, 3vw, 50px);
  box-sizing: border-box;
}
#footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture:hover .resource_background a img, #footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture:hover .resource_background span img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
#footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background {
  padding: 0 0 66%;
  box-shadow: none !important;
}
#footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background a, #footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background span {
  width: 100%;
  height: 100%;
  box-shadow: none !important;
}
#footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background a img, #footer_partner .logo_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background span img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
#footer_partner #partner_slider {
  width: calc(33.3333333333% + 50px);
}
#footer_partner #partner_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background {
  padding: 0 0 74%;
}
#footer_partner #sponsor_slider {
  width: calc(66.6666666667% - 92px);
  border-right: 2px solid #EDEDEF;
  padding-right: 20px;
  margin-right: 20px;
}
#footer_partner .partner_show {
  padding-top: 30px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
}
#footer_partner .partner_show a {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: white;
  background: #FEB037;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
#footer_partner .partner_show a:focus, #footer_partner .partner_show a:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#footer_partner .partner_show a:focus:before, #footer_partner .partner_show a:hover:before {
  content: url("../img/button_left_dark.svg");
}
#footer_partner .partner_show a:focus:after, #footer_partner .partner_show a:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #footer_partner .partner_show a {
    font: 800 14px/26px "Barlow" !important;
  }
}
#footer_partner .partner_show a:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#footer_partner .partner_show a:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
@media screen and (max-width: 850px) {
  #footer_partner .partner_show a {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #footer_partner .partner_show a {
    padding: 12.5px 30px !important;
  }
}
#footer_partner .partner_show a:first-child {
  margin-right: 10px;
}
#footer_partner .partner_show a:nth-child(2n) {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #FEB037;
  background: white;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  border-top: 1px solid #FEB037;
  border-bottom: 1px solid #FEB037;
}
#footer_partner .partner_show a:nth-child(2n):focus, #footer_partner .partner_show a:nth-child(2n):hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#footer_partner .partner_show a:nth-child(2n):focus:before, #footer_partner .partner_show a:nth-child(2n):hover:before {
  content: url("../img/button_left_dark.svg");
}
#footer_partner .partner_show a:nth-child(2n):focus:after, #footer_partner .partner_show a:nth-child(2n):hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #footer_partner .partner_show a:nth-child(2n) {
    font: 800 14px/26px "Barlow" !important;
  }
}
#footer_partner .partner_show a:nth-child(2n):before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#footer_partner .partner_show a:nth-child(2n):after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#footer_partner .partner_show a:nth-child(2n):before {
  content: url("../img/button_left_white.svg") !important;
}
#footer_partner .partner_show a:nth-child(2n):after {
  content: url("../img/button_right_white.svg") !important;
}
#footer_partner .partner_show a:nth-child(2n):hover, #footer_partner .partner_show a:nth-child(2n):focus {
  background: white;
  color: #FEB037;
}
#footer_partner .partner_show a:nth-child(2n):before {
  content: url("../img/button_left_white.svg") !important;
}
#footer_partner .partner_show a:nth-child(2n):after {
  content: url("../img/button_right_white.svg") !important;
}
#footer_partner .partner_show a:nth-child(2n):hover, #footer_partner .partner_show a:nth-child(2n):focus {
  background: white;
  color: #FEB037;
}
#footer_partner .partner_show a:nth-child(2n):before {
  content: url("../img/button_left_white.svg") !important;
}
#footer_partner .partner_show a:nth-child(2n):after {
  content: url("../img/button_right_white.svg") !important;
}
#footer_partner .partner_show a:nth-child(2n):hover, #footer_partner .partner_show a:nth-child(2n):focus {
  background: white;
  color: #FEB037;
}
@media screen and (max-width: 850px) {
  #footer_partner .partner_show a:nth-child(2n) {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #footer_partner .partner_show a:nth-child(2n) {
    padding: 12.5px 30px !important;
  }
}
#footer_partner .partner_show a:nth-child(2n):before {
  content: "" !important;
  background-image: url("../img/button_left_outline.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  top: -1.5px;
  bottom: -1.5px;
  width: 17px;
}
#footer_partner .partner_show a:nth-child(2n):after {
  content: "" !important;
  background-image: url("../img/button_right_outline.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  top: -1.5px;
  bottom: -1.44px;
  width: 17px;
}
#footer_partner .partner_show a:nth-child(2n):hover, #footer_partner .partner_show a:nth-child(2n):focus {
  background: white;
  color: #FEB037;
}

body.category_13 #footer_partner {
  padding-top: 0px;
}
body.category_13 #footer_partner .partner_show {
  padding-top: 0px;
}

/*
@media (-moz-os-version: windows-xp), (-moz-os-version: windows-vista),
		(-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {

	#content .content_with_portlet #portlets_portlet_right .resource_container a {

		&:before {
			border-bottom: 57px solid white !important;
		}

		&:after {
			border-top: 57px solid white !important;
		}
	}

	#content .content_inner .content_with_background p > a {
		&:before {
			border-bottom: 56px solid white !important;
		}

		&:after {
			border-top: 56px solid white !important;
		}
	}

	.tags li {
		&:before {
			border-bottom: 56px solid white !important;
		}

		&:after {
			border-top: 56px solid white !important;
		}
	}

	.tags li.active {
		&:before {
			border-bottom: 56px solid $primary_color !important;
		}

		&:after {
			border-top: 56px solid $primary_color !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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
/* @group misc management elements */
body {
  --management-highlight-color: #FEB037;
  --management-highlight-color-rgb: 254, 176, 55;
  --management-panel-width: 0px;
}

body span.management_controls {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

#management,
.management_container {
  text-align: left !important;
}
#management a.button.with_icon,
#management input.button,
#management a.button,
.management_container a.button.with_icon,
.management_container input.button,
.management_container a.button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding: 6px 28px 7px;
  margin: 5px 7px 5px 0;
}
#management a.button.with_icon:focus, #management a.button.with_icon:hover,
#management input.button:focus,
#management input.button:hover,
#management a.button:focus,
#management a.button:hover,
.management_container a.button.with_icon:focus,
.management_container a.button.with_icon:hover,
.management_container input.button:focus,
.management_container input.button:hover,
.management_container a.button:focus,
.management_container a.button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#management a.button.with_icon:focus:before, #management a.button.with_icon:hover:before,
#management input.button:focus:before,
#management input.button:hover:before,
#management a.button:focus:before,
#management a.button:hover:before,
.management_container a.button.with_icon:focus:before,
.management_container a.button.with_icon:hover:before,
.management_container input.button:focus:before,
.management_container input.button:hover:before,
.management_container a.button:focus:before,
.management_container a.button:hover:before {
  content: url("../img/button_left_dark.svg");
}
#management a.button.with_icon:focus:after, #management a.button.with_icon:hover:after,
#management input.button:focus:after,
#management input.button:hover:after,
#management a.button:focus:after,
#management a.button:hover:after,
.management_container a.button.with_icon:focus:after,
.management_container a.button.with_icon:hover:after,
.management_container input.button:focus:after,
.management_container input.button:hover:after,
.management_container a.button:focus:after,
.management_container a.button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #management a.button.with_icon,
  #management input.button,
  #management a.button,
  .management_container a.button.with_icon,
  .management_container input.button,
  .management_container a.button {
    font: 800 14px/26px "Barlow" !important;
  }
}
#management a.button.with_icon:before,
#management input.button:before,
#management a.button:before,
.management_container a.button.with_icon:before,
.management_container input.button:before,
.management_container a.button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#management a.button.with_icon:after,
#management input.button:after,
#management a.button:after,
.management_container a.button.with_icon:after,
.management_container input.button:after,
.management_container a.button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#management a.button.with_icon:before,
#management input.button:before,
#management a.button:before,
.management_container a.button.with_icon:before,
.management_container input.button:before,
.management_container a.button:before {
  content: url("../img/button_left_blue.svg") !important;
}
#management a.button.with_icon:after,
#management input.button:after,
#management a.button:after,
.management_container a.button.with_icon:after,
.management_container input.button:after,
.management_container a.button:after {
  content: url("../img/button_right_blue.svg") !important;
}
#management a.button.with_icon:hover, #management a.button.with_icon:focus,
#management input.button:hover,
#management input.button:focus,
#management a.button:hover,
#management a.button:focus,
.management_container a.button.with_icon:hover,
.management_container a.button.with_icon:focus,
.management_container input.button:hover,
.management_container input.button:focus,
.management_container a.button:hover,
.management_container a.button:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  #management a.button.with_icon,
  #management input.button,
  #management a.button,
  .management_container a.button.with_icon,
  .management_container input.button,
  .management_container a.button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #management a.button.with_icon,
  #management input.button,
  #management a.button,
  .management_container a.button.with_icon,
  .management_container input.button,
  .management_container a.button {
    padding: 12.5px 30px !important;
  }
}
#management a.button.with_icon:hover,
#management input.button:hover,
#management a.button:hover,
.management_container a.button.with_icon:hover,
.management_container input.button:hover,
.management_container a.button:hover {
  border: none;
}
#management a.button.with_icon:after, #management a.button.with_icon:before,
#management input.button:after,
#management input.button:before,
#management a.button:after,
#management a.button:before,
.management_container a.button.with_icon:after,
.management_container a.button.with_icon:before,
.management_container input.button:after,
.management_container input.button:before,
.management_container a.button:after,
.management_container a.button:before {
  content: none !important;
}
#management input.button,
.management_container input.button {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 10.5px 30px;
  width: auto;
  position: relative;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background: #3FB4E8;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
#management input.button:focus, #management input.button:hover,
.management_container input.button:focus,
.management_container input.button:hover {
  background: #FFA61D;
  color: white;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
#management input.button:focus:before, #management input.button:hover:before,
.management_container input.button:focus:before,
.management_container input.button:hover:before {
  content: url("../img/button_left_dark.svg");
}
#management input.button:focus:after, #management input.button:hover:after,
.management_container input.button:focus:after,
.management_container input.button:hover:after {
  content: url("../img/button_right_dark.svg");
}
@media screen and (max-width: 450px) {
  #management input.button,
  .management_container input.button {
    font: 800 14px/26px "Barlow" !important;
  }
}
#management input.button:before,
.management_container input.button:before {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 1px;
  left: -9px;
  display: block;
  content: url("../img/button_left.svg");
}
#management input.button:after,
.management_container input.button:after {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -9px;
  display: block;
  content: url("../img/button_right.svg");
}
#management input.button:before,
.management_container input.button:before {
  content: url("../img/button_left_blue.svg") !important;
}
#management input.button:after,
.management_container input.button:after {
  content: url("../img/button_right_blue.svg") !important;
}
#management input.button:hover, #management input.button:focus,
.management_container input.button:hover,
.management_container input.button:focus {
  background: #3FB4E8;
  color: white;
}
@media screen and (max-width: 850px) {
  #management input.button,
  .management_container input.button {
    padding: 13px 30px !important;
  }
}
@media screen and (max-width: 450px) {
  #management input.button,
  .management_container input.button {
    padding: 12.5px 30px !important;
  }
}
#management input.button:after, #management input.button:before,
.management_container input.button:after,
.management_container input.button:before {
  content: none !important;
}
#management a.button.with_icon,
.management_container a.button.with_icon {
  padding-left: 40px;
}
#management ul li:before,
.management_container ul li:before {
  display: none;
}
#management td, #management th,
.management_container td,
.management_container th {
  padding: 10px 10px 10px 0;
}

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

.message {
  border: 0;
  background: white;
  padding: 6px 20px 7px;
  margin: 0 0 20px;
  border-radius: 10px;
  font: 400 18px/30px "Barlow";
  color: #1A1B46;
  color: #FEB037;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .message {
    font: 400 17px/25px "Barlow";
  }
}
@media print {
  .message {
    font: 400 13px/20px "Barlow";
    color: #000;
  }
}
.message .missing_fields {
  max-width: 460px;
  margin: 0 auto;
}
.message .missing_fields ul li {
  color: #1A1B46;
  font-weight: 400;
}
.message .missing_fields ul li:before {
  color: #1A1B46;
}

.listing-tag-container .listing-entry-inline .entry_duplicate_link {
  display: none;
}

/* @end */
/* @group controls */
#mailform_elements .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls,
.portlet .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls,
#mixItUp .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls,
#module_multipage .multipage_entry_wrap .multipage_controls:first-child .mulitpage_controls {
  top: 108px;
}
#mailform_elements .mailform_field_actions,
#mailform_elements ul.controls,
#mailform_elements .multipage_controls,
#mailform_elements .listing_actions,
.portlet .mailform_field_actions,
.portlet ul.controls,
.portlet .multipage_controls,
.portlet .listing_actions,
#mixItUp .mailform_field_actions,
#mixItUp ul.controls,
#mixItUp .multipage_controls,
#mixItUp .listing_actions,
#module_multipage .mailform_field_actions,
#module_multipage ul.controls,
#module_multipage .multipage_controls,
#module_multipage .listing_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 16px;
  line-height: 24px;
  background: rgb(230.875, 230.875, 240.525);
  z-index: 9;
}
#mailform_elements .mailform_field_actions li, #mailform_elements .mailform_field_actions a,
#mailform_elements ul.controls li,
#mailform_elements ul.controls a,
#mailform_elements .multipage_controls li,
#mailform_elements .multipage_controls a,
#mailform_elements .listing_actions li,
#mailform_elements .listing_actions a,
.portlet .mailform_field_actions li,
.portlet .mailform_field_actions a,
.portlet ul.controls li,
.portlet ul.controls a,
.portlet .multipage_controls li,
.portlet .multipage_controls a,
.portlet .listing_actions li,
.portlet .listing_actions a,
#mixItUp .mailform_field_actions li,
#mixItUp .mailform_field_actions a,
#mixItUp ul.controls li,
#mixItUp ul.controls a,
#mixItUp .multipage_controls li,
#mixItUp .multipage_controls a,
#mixItUp .listing_actions li,
#mixItUp .listing_actions a,
#module_multipage .mailform_field_actions li,
#module_multipage .mailform_field_actions a,
#module_multipage ul.controls li,
#module_multipage ul.controls a,
#module_multipage .multipage_controls li,
#module_multipage .multipage_controls a,
#module_multipage .listing_actions li,
#module_multipage .listing_actions a {
  color: rgb(17.7125, 18.39375, 47.6875);
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 24px;
  height: auto;
}
#mailform_elements .mailform_field_actions li i.fa, #mailform_elements .mailform_field_actions a i.fa,
#mailform_elements ul.controls li i.fa,
#mailform_elements ul.controls a i.fa,
#mailform_elements .multipage_controls li i.fa,
#mailform_elements .multipage_controls a i.fa,
#mailform_elements .listing_actions li i.fa,
#mailform_elements .listing_actions a i.fa,
.portlet .mailform_field_actions li i.fa,
.portlet .mailform_field_actions a i.fa,
.portlet ul.controls li i.fa,
.portlet ul.controls a i.fa,
.portlet .multipage_controls li i.fa,
.portlet .multipage_controls a i.fa,
.portlet .listing_actions li i.fa,
.portlet .listing_actions a i.fa,
#mixItUp .mailform_field_actions li i.fa,
#mixItUp .mailform_field_actions a i.fa,
#mixItUp ul.controls li i.fa,
#mixItUp ul.controls a i.fa,
#mixItUp .multipage_controls li i.fa,
#mixItUp .multipage_controls a i.fa,
#mixItUp .listing_actions li i.fa,
#mixItUp .listing_actions a i.fa,
#module_multipage .mailform_field_actions li i.fa,
#module_multipage .mailform_field_actions a i.fa,
#module_multipage ul.controls li i.fa,
#module_multipage ul.controls a i.fa,
#module_multipage .multipage_controls li i.fa,
#module_multipage .multipage_controls a i.fa,
#module_multipage .listing_actions li i.fa,
#module_multipage .listing_actions a i.fa {
  margin: 0 5px;
}
#mailform_elements .mailform_field_actions li:hover, #mailform_elements .mailform_field_actions a:hover,
#mailform_elements ul.controls li:hover,
#mailform_elements ul.controls a:hover,
#mailform_elements .multipage_controls li:hover,
#mailform_elements .multipage_controls a:hover,
#mailform_elements .listing_actions li:hover,
#mailform_elements .listing_actions a:hover,
.portlet .mailform_field_actions li:hover,
.portlet .mailform_field_actions a:hover,
.portlet ul.controls li:hover,
.portlet ul.controls a:hover,
.portlet .multipage_controls li:hover,
.portlet .multipage_controls a:hover,
.portlet .listing_actions li:hover,
.portlet .listing_actions a:hover,
#mixItUp .mailform_field_actions li:hover,
#mixItUp .mailform_field_actions a:hover,
#mixItUp ul.controls li:hover,
#mixItUp ul.controls a:hover,
#mixItUp .multipage_controls li:hover,
#mixItUp .multipage_controls a:hover,
#mixItUp .listing_actions li:hover,
#mixItUp .listing_actions a:hover,
#module_multipage .mailform_field_actions li:hover,
#module_multipage .mailform_field_actions a:hover,
#module_multipage ul.controls li:hover,
#module_multipage ul.controls a:hover,
#module_multipage .multipage_controls li:hover,
#module_multipage .multipage_controls a:hover,
#module_multipage .listing_actions li:hover,
#module_multipage .listing_actions a:hover {
  color: #3FB4E8;
}

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

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

.pagination {
  margin-top: 70px;
  margin-bottom: 25px;
  text-align: center;
}
.pagination .pagination_inner {
  display: inline-block;
  position: relative;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers {
  display: flex;
}
.pagination .pagination-numbers a {
  display: block;
  margin: 0 6px;
  padding: 3px 12px;
  font-weight: 700;
  color: #1A1B46;
  text-decoration: none;
  background: #fff;
  border: 1px solid #FAFAFC;
  border-radius: 10px;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a.current {
  color: #3FB4E8;
  background: #FAFAFC;
}
.pagination .pagination-links a {
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
}
.pagination .pagination-links a:before {
  content: "\f104";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  color: #1A1B46;
  font-weight: 300;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
  transition: all 0.3s ease-out;
}
.pagination .pagination-links a.next {
  left: auto;
  right: -40px;
}
.pagination .pagination-links a.next:before {
  content: "\f105";
}
.pagination .pagination-links a:hover:before {
  color: #3FB4E8;
}

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

ul.sitemap {
  margin-bottom: 209px;
}
ul.sitemap li.level1 + li.level0 {
  margin-top: 0 !important;
}
ul.sitemap li {
  line-height: 30px;
  font-size: 17px !important;
  transition: all 200ms ease-out;
  padding-left: 10px !important;
}
ul.sitemap li:before {
  content: none !important;
}
ul.sitemap li a {
  text-decoration: none;
  color: #1A1B46;
  transition: all 200ms ease-out;
  font-weight: 400;
}
ul.sitemap li a:hover {
  color: #3FB4E8 !important;
}

#management.management_container a {
  text-decoration: none !important;
  box-shadow: none !important;
}
#management.management_container a:hover {
  box-shadow: none !important;
}
#management.management_container .wrapper_input_button {
  box-shadow: none !important;
}
#management.management_container input {
  box-shadow: none !important;
}
#management.management_container input:hover {
  box-shadow: none !important;
}
#management.management_container .button {
  transition: all 200ms ease-out;
}
#management.management_container .button:hover {
  background: rgb(212.5, 111.6071428571, 0) !important;
  transition: all 200ms ease-out;
}

.add_portlet_link.button:before, .add_portlet_link.button:after {
  content: none;
}

/* @end */
/* @group footer */
html body.system_page div#footer_partner {
  display: none !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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
@media screen and (min-width: 1550px) {
  #navigation_wrap li {
    padding: 0 14px;
  }
  #logo {
    margin-top: 13px;
  }
}
@media screen and (min-width: 1535px) {
  #small_picture {
    height: unset !important;
  }
  /*
  	.resource {
  		@include translate(0px, 50%);

  		img {
  			width: 130% !important;
  		}
  	}
  */
}
@media screen and (max-width: 1360px) {
  #portlets_portlet_right {
    margin-left: 60px;
  }
  #content .content_with_portlet #portlets_portlet_right {
    max-width: 344px !important;
  }
  #content .content_with_portlet #portlets_portlet_right .resource_container a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1340px) {
  .css_listing_3_eintraege .listing_entry .listing-title a {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1300px) {
  #appartment_table #picture_appartment_change_wrap img {
    width: 300px !important;
    margin-left: -40px;
  }
  #appartment_table #rent_an_appartment {
    margin-left: 250px;
  }
  #content .content_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .footer_inner {
    padding-top: 40px;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .pictures {
    max-width: 400px;
  }
  #portlets_one_page .portlet.portlet_content.picture_left .pictures {
    max-width: 400px;
  }
  .multipage_tpl_title_top_text_with_picture .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    max-width: calc(100% - 520px);
  }
  .multipage_tpl_text_with_picture .content_overflow,
  .multipage_tpl_title_top_text_with_picture .content_overflow,
  .multipage_tpl_text_with_picture_left .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    width: calc(100% - 520px);
  }
  .social_wall .social_wall_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .portlet {
    padding: 40px !important;
  }
  #portlets_one_page .portlet.gallery {
    padding: 0 5px !important;
  }
  .portlet_inner,
  #portlets_one_page .portlet.picture_full_width {
    padding: 0 !important;
  }
  .listing_entry_detail_pictures, .picture_right {
    max-width: 400px;
  }
}
@media screen and (max-width: 1550px) {
  #navigation li {
    padding: 0 15px;
  }
  #header .header_inner {
    padding-top: 24px;
    padding-bottom: 23px;
  }
  #header .header_inner #logo {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    overflow-y: auto !important;
  }
  #header .header_inner #logo {
    margin-top: 0px;
  }
  #content .content_with_portlet #portlets_portlet_right {
    max-width: unset !important;
  }
  #siteframe {
    padding-top: 80px;
  }
  .responsive_navigation_toggle {
    display: block;
    border: none;
    background: none;
  }
  #navigation_wrap {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    transition: all 0.3s ease-out;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .navi_open #navigation_wrap {
    visibility: visible;
    opacity: 1;
    transform: perspective(1px) translate3d(0, 0, 0);
  }
  .navi_open #navigation_wrap #navigation {
    width: 100%;
    height: 100%;
    right: 0 !important;
  }
  .navi_open #navigation_wrap #navigation .navigation li {
    padding: 20px 0;
    margin: 0 20px !important;
    font-weight: 600;
    font-size: 17px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navi_open #navigation_wrap #navigation a.single_navigation_link {
    margin: 20px !important;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    padding: 10.5px 30px !important;
  }
  .navi_open #navigation_wrap #navigation a.single_navigation_link::before {
    visibility: visible !important;
  }
  .navi_open #navigation_wrap #navigation a.single_navigation_link::after {
    visibility: visible !important;
  }
  #header .header_inner a.header_backlink {
    background: none;
    padding: 0 !important;
  }
  #header .header_inner a.header_backlink::after, #header .header_inner a.header_backlink::before {
    display: none;
  }
  #header .header_inner a.header_backlink span {
    color: #FEB037;
  }
  #header .header_inner a.header_backlink .fa-arrow-left {
    color: #FEB037;
  }
  #header .header_inner a.header_backlink:hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 1350px) {
  #navigation_wrap li {
    padding: 0 10px;
  }
  #navigation_wrap li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  #scroll_down_wrap {
    bottom: 48px !important;
  }
  #content .content_inner .content_with_background {
    padding: 30px 20px 35px;
  }
  #content .content_inner .content_with_background h1 {
    margin-bottom: 20px;
  }
  .listing_entry_detail_pictures {
    max-width: 300px;
  }
  .listing_entry_detail_pictures .pictures .picture {
    width: 50%;
    padding: 0 0 0 0px;
  }
  #portlets_portlet_right {
    width: 300px;
    margin-left: 30px;
  }
  #portlets_portlet_right .portlet .portlet_text_wrap {
    padding: 20px 20px 20px;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .pictures {
    max-width: 400px;
    min-width: 250px;
    flex: 1;
  }
  #google_maps_wrap {
    margin-bottom: 20px;
  }
  #google_maps_wrap #google_map {
    width: calc(100% - 350px);
  }
  #google_maps_wrap .content_google_maps {
    padding: 30px 20px 30px 30px;
    margin-left: calc(100% - 350px);
  }
  #footer .footer_inner {
    padding-top: 20px;
  }
  .show_more {
    margin-top: 37px;
  }
  #slider #scroll_down_wrap {
    bottom: 30px;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap {
    bottom: 30px;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  #footer .footer_inner .meta_navi_footer {
    float: left;
    clear: both;
  }
  .picture_left,
  .picture_right {
    max-width: 250px;
    margin-left: 70px;
  }
  .picture_left {
    margin-right: 70px;
    margin-left: 0px;
  }
  .multipage_tpl_text_with_picture .content_overflow,
  .multipage_tpl_title_top_text_with_picture .content_overflow,
  .multipage_tpl_text_with_picture_left .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    width: calc(100% - 320px);
  }
  .multipage_tpl_title_top_text_with_picture .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    max-width: calc(100% - 320px);
  }
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title span {
    font-size: clamp(35px, 5vw, 50px);
    line-height: clamp(45px, 6.1vw, 61px);
  }
}
@media screen and (max-width: 1010px) {
  .multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry, body.css_listing_3_eintraege #mixItUp .listing_entry {
    width: 100% !important;
    clear: both;
    float: left;
    margin-left: 0px;
  }
}
@media screen and (max-width: 943px) {
  #footer_partner #partner_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background {
    padding: 0 0 55%;
  }
}
@media screen and (max-width: 900px) {
  #scroll_down_wrap {
    bottom: 43px !important;
  }
  #scroll_down_wrap i {
    font-size: 30px !important;
  }
  .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
    padding-right: 70px !important;
  }
  .table_wrap_container.half_width {
    width: 100%;
    float: none;
  }
  .table_wrap_container:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .juicer-feed .j-stack {
    --columns: 2;
  }
  p {
    margin: 0 0 12px 0;
  }
  p > a {
    margin-top: 0px;
  }
  #appartment_table #picture_appartment_change_wrap {
    position: relative !important;
    width: 100%;
  }
  #appartment_table #picture_appartment_change_wrap img {
    width: 100% !important;
  }
  #appartment_table #picture_appartment_change_wrap #picture_appartment_change_fix-sticky-wrapper {
    height: auto !important;
  }
  #appartment_table #picture_appartment_change_wrap #picture_appartment_change_fix {
    position: relative !important;
    top: 0 !important;
  }
  #appartment_table #rent_an_appartment {
    margin-left: 0;
  }
  .multipage_tpl_text_with_portlet .content_overflow {
    width: calc(100% - 517px);
    float: left;
  }
  #listing .listing_entry.has_date .subtitle {
    font-size: 20px !important;
    font-style: italic;
  }
  #footer .footer_inner .call_to_action h3,
  #footer .footer_inner .call_to_action h3 a {
    font-size: clamp(22px, 2.8vw, 28px) !important;
  }
  .mailform-submit,
  .login_form .button {
    padding: 2.5px 0px !important;
  }
}
@media screen and (max-width: 800px) {
  #header .header_inner a.header_backlink span {
    display: none;
  }
  #header .header_inner a.header_backlink .fa-arrow-left {
    color: #3FB4E8;
    font-size: 25px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  #footer_partner #partner_slider, #footer_partner #sponsor_slider {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0px;
  }
  #footer_partner #partner_slider {
    padding-top: 25px;
    margin-top: 18px;
    border-top: 2px solid #EDEDEF;
  }
  #footer_partner #partner_slider .portlet .portlet_inner .portlet-content .resource_container .picture .resource_background {
    padding: 0 0 66%;
  }
  #footer_partner .logo_slider {
    margin-bottom: 0px;
  }
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
    display: flex;
    flex-direction: column-reverse;
  }
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline .portlet-listing-pictures {
    width: auto;
    max-width: unset;
    margin-bottom: 30px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 700px) {
  body.mod_listing .content_overflow {
    width: 100%;
  }
  #slider #scroll_down_wrap {
    bottom: 20px;
  }
  #slider .bx-slider-wrap .bx-controls .bx-controls-direction {
    display: none;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap {
    bottom: 18px;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  #small_picture #picture_small_description {
    display: none;
  }
  .listing_entry_detail_pictures {
    max-width: 100%;
    width: 100%;
    margin: 5px 0 20px 0;
  }
  /*
  #portlets_portlet_right {
  		width: auto;
  		float: none;
  		margin: 30px 0 0 -20px;		

  		.portlet {
  			@include gallery(50%,20px);
  			margin-top: 0;
  		}

  		& + .cf {
  			clear: both;
  		}		
  	}
  */
  #google_maps_wrap #google_map {
    width: 100%;
    height: 300px;
    position: relative;
  }
  #google_maps_wrap .content_google_maps {
    padding: 20px 20px 20px 20px;
    margin-left: 0;
  }
  #google_maps_wrap .content_google_maps ul li:last-child {
    margin-top: 25px;
  }
  .mailform_element label, #mailform_submit_button label, .login_form label,
  .add_portlet select, .mailform_element input,
  .mailform_element textarea, .login_form input {
    width: 100%;
    text-align: left;
  }
  span.select2-container {
    width: 100% !important;
  }
  .mailform_element.radio_field .multiple_radio_inputs,
  .mailform_element.radio_field .wrap_radio_buttons > label,
  .p_remember_me_checkbox .checkbox_wrap p, .mailform_element.checkbox_field p {
    width: 100%;
  }
  .mailform_element.radio_field .multiple_radio_inputs {
    padding-top: 0;
  }
  #mailform_submit_button label {
    display: none;
  }
  .picture_right,
  .picture_left {
    margin: 0 auto;
    width: 100%;
    position: relative;
    float: none;
    max-width: unset;
  }
  .multipage_tpl_text_with_picture .content_overflow,
  .multipage_tpl_title_top_text_with_picture .content_overflow,
  .multipage_tpl_text_with_picture_left .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    width: 100%;
    margin-top: 40px !important;
    float: none;
    margin: 0 auto;
    max-width: none;
  }
  .multipage_tpl_text_with_picture_left .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  .multipage_tpl_title_top_text_with_picture .picture_right,
  .multipage_tpl_title_top_text_with_picture .picture_left,
  .multipage_tpl_title_top_text_with_picture_left .picture_right,
  .multipage_tpl_title_top_text_with_picture_left .picture_left {
    margin-top: 10px;
  }
  .multipage_tpl_text_with_portlet .content_overflow {
    width: 100%;
  }
  #content .content_with_portlet #portlets_portlet_right {
    width: 100%;
    margin: 0;
  }
  #content .content_inner:has(> .picture_right) {
    display: flex;
    flex-direction: column;
  }
  #content .content_inner .content_left {
    margin-top: 40px;
    width: 100%;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap {
    min-width: 100%;
    margin-top: 40px;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .pictures {
    width: 100%;
    margin: 0;
    max-width: unset;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_inner .portlet-content {
    display: flex;
    flex-direction: column;
    max-width: unset !important;
  }
  #footer .footer_inner .meta_navi_footer ul li,
  #footer .footer_inner .footer_bottom .portlet ul li {
    float: none;
    padding-left: 0px;
  }
  #footer .footer_inner .meta_navi_footer ul li:before,
  #footer .footer_inner .footer_bottom .portlet ul li:before {
    display: none;
  }
  #footer .footer_inner .meta_navi_footer ul li a,
  #footer .footer_inner .footer_bottom .portlet ul li a {
    opacity: 1;
  }
  #footer .footer_inner .meta_navi_footer ul li a:hover,
  #footer .footer_inner .footer_bottom .portlet ul li a:hover {
    color: #FEB037;
  }
  #footer .footer_inner .meta_navi_footer ul li a {
    font-size: 14px;
    opacity: 0.6;
  }
  #footer .footer_inner .meta_navi_footer ul li a:hover {
    color: black;
  }
  .copy {
    float: right;
    margin-top: -25px !important;
  }
  .copy a {
    font-size: 14px;
    opacity: 0.6;
  }
  #portlets_one_page .portlet.picture_full_width .portlet_inner .portlet-content .portlet_text_wrap,
  #portlets_one_page .portlet.picture_full_width .picture::before {
    display: none !important;
  }
  #content .content_inner .content_left .content_button {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 650px) {
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls {
    position: absolute;
    top: -38px;
    right: 0px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a.bx-prev {
    left: auto;
    margin-left: 0;
    margin-right: 10px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls-direction > a.bx-next {
    margin-left: 10px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry.listing_entry_with_picture .content {
    margin-left: 0;
    padding: 41px 40px 30px;
    overflow: visible;
    clear: both;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry.listing_entry_with_picture .pictures {
    width: 100%;
    position: relative;
    height: auto;
  }
  #mixItUp .listing_entry .pictures {
    width: 100%;
    float: none;
    position: relative;
    overflow: visible;
  }
  #mixItUp .listing_entry .pictures .picture {
    position: relative;
    left: 0;
    transform: translate(0, 0);
  }
  #mixItUp .listing_entry .pictures * {
    width: 100%;
    height: auto;
  }
  #mixItUp .listing_entry.listing_entry_with_picture .content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) and (min--moz-device-pixel-ratio: 0) {
  #mixItUp .listing_entry .pictures .picture {
    max-width: none;
  }
}
@media screen and (max-width: 650px) {
  .multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry span, body.css_listing_3_eintraege #mixItUp .listing_entry span {
    margin: 0 auto;
  }
  .multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry span img, body.css_listing_3_eintraege #mixItUp .listing_entry span img {
    width: auto !important;
  }
  .css_listing_gallery #listing #mixItUp .listing_entry {
    width: 50%;
    margin-top: 10px;
  }
  .css_listing_gallery #listing #mixItUp .listing_entry .pictures {
    padding: 0px;
  }
  .css_listing_gallery #listing #mixItUp .listing_entry .pictures .picture {
    padding: 0px 20px;
  }
  .css_listing_gallery #listing #mixItUp .listing_entry .pictures a {
    padding: 0 0 100%;
  }
  .css_listing_gallery #listing #mixItUp .listing_entry .pictures img {
    width: 100% !important;
    height: auto !important;
  }
  .css_listing_gallery #footer_partner {
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .juicer-feed .j-stack {
    --columns: 1;
  }
  #content > .social_wall .juicer-feed .j-stack li.feed-item:nth-child(4) ~ li.feed-item {
    display: none !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-viewport {
    padding-bottom: 30px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-controls {
    bottom: 0px;
    top: unset;
    left: 30px;
    right: unset;
  }
  .tags {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tags li {
    margin-left: 0px;
    display: block;
  }
  .tags li.active {
    display: block;
  }
  .show_more {
    float: left;
    clear: both;
    width: 100%;
  }
  #footer .footer_inner .call_to_action .portlet {
    padding-right: 0;
  }
  #footer .footer_inner .call_to_action .portlet_content_link {
    position: relative;
    float: left;
    top: 0;
  }
  #content .content_inner.full_width {
    padding: 0px !important;
    width: 100%;
    margin-top: 0px;
  }
  #content .content_inner.full_width .content_inner {
    padding: 0px !important;
  }
}
@media screen and (max-width: 525px) {
  #footer_partner .partner_show a:nth-child(2n) {
    margin-top: 20px;
    margin-left: 0px;
  }
  #portlets_one_page .portlet.gallery .resource_container.pictures {
    grid-template-columns: repeat(3, 1fr);
  }
  #logo {
    width: 207px;
  }
}
@media screen and (max-width: 450px) {
  .multipage_entry_wrap:first-child p.content_button > a {
    padding: 12.5px 30px !important;
  }
  #content .content_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #content .multipage_entry_wrap:first-child .content_inner {
    padding-top: 20px;
  }
  .multipage_tpl_text_with_picture_left .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    margin-bottom: 20px !important;
  }
  .multipage_tpl_text_with_picture .content_overflow,
  .multipage_tpl_title_top_text_with_picture .content_overflow,
  .multipage_tpl_text_with_picture_left .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_overflow {
    margin-top: 20px !important;
  }
  .mailform-submit, .login_form .button {
    padding: 0.5px 0px !important;
  }
  #footer_partner #partner_slider .portlet .portlet_inner .portlet-content .resource_container .picture,
  #footer_partner #sponsor_slider .portlet .portlet_inner .portlet-content .resource_container .picture {
    padding: clamp(20px, 4vw, 40px);
  }
  .navi_open #navigation_wrap a.header_backlink {
    font-size: clamp(10px, 1.5vw, 15px) !important;
    padding: 12.5px clamp(12px, 3vw, 30px) !important;
  }
  .responsive_navigation_toggle {
    right: 20px;
  }
  .portlet {
    padding: 20px !important;
  }
}
@media screen and (max-width: 420px) {
  #footer .footer_inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 400px) {
  .mod_action_show_entry #page_title {
    padding-right: 50px;
  }
}
@media screen and (max-width: 365px) {
  #scroll_down_wrap {
    bottom: 56px !important;
  }
  #scroll_down_wrap i {
    font-size: 25px !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 */
.wrapper_a_button {
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
}

body.system_page a:before, body.system_page a:after, body.system_page .wrapper_input_button:before, body.system_page .wrapper_input_button:after, body.mod_action_history a:before, body.mod_action_history a:after, body.mod_action_history .wrapper_input_button:before, body.mod_action_history .wrapper_input_button:after {
  content: none !important;
}

/* @end */
/* @group mixins */
/* @end */
/* @group grid */
/* @end */
@media print {
  /* @group basic */
  @page {
    margin: 1.5cm 1cm 1.5cm 2cm;
  }
  #footer_partner {
    display: none;
  }
  body {
    color: #000;
    background: #FFF;
  }
  .multipage_mod_mailform,
  .show_more,
  .ui-datepicker.ui-widget,
  #footer .footer_inner .copy,
  #footer .footer_inner .meta_navi_footer,
  #footer .footer_inner .call_to_action,
  .multipage_tpl_small_picture,
  p > a,
  .mailform-submit, .login_form .button,
  .p_remember_me_checkbox .checkbox_wrap, .mailform_element.checkbox_field,
  span.select2-container--default .select2-selection--single .select2-selection__arrow:before,
  #navigation_wrap,
  .bx-controls,
  .documents,
  .portlet a.portlet_content_link,
  #slider,
  #header,
  .imprint,
  .multipage_tpl_gallery,
  #footer_partner {
    display: none !important;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .pictures {
    width: 200px;
    margin-left: 30px;
    box-shadow: none;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_inner {
    padding: 0;
  }
  #portlets_one_page .portlet.portlet_listing {
    margin-bottom: -50px;
  }
  #portlets_one_page .portlet.portlet_listing .portlet-listing-entry {
    box-shadow: none;
  }
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet-title a {
    font-size: 35px;
  }
  #portlets_one_page .portlet.portlet_listing .portlet_inner {
    padding: 0;
    margin-top: 150px;
  }
  .listing-more-button {
    background-color: #FEB037;
  }
  .wrapper_input_button,
  .juicer-feed .j-paginate,
  .social_wall #button_detail_site,
  #portlets_one_page .portlet.picture_full_width,
  #portlets_one_page .portlet.portlet_listing .portlet_inner .portlet-content .portlet_text_wrap .portlet_listing_link_wrap {
    display: none;
  }
  .table_wrap_container .half_width {
    width: 10px;
    font-size: 10px;
  }
  #portlets_one_page .portlet.portlet_content.with_picture_right .portlet_text_wrap .portlet_content_description:has(table) table {
    margin-bottom: 0;
  }
  #logo_plus_print {
    display: block;
    margin-left: 41px;
    margin-top: 6px;
    font-size: 16px;
    text-transform: uppercase;
  }
  #page_title {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
  }
  div, #content .content_inner .content_with_portlet .portlet .portlet_inner {
    background: white !important;
    border: none !important;
  }
  #content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-title {
    margin-bottom: 20px !important;
  }
  #content .content_inner .content_with_portlet .portlet .portlet_inner a {
    color: #1A1B46 !important;
    text-decoration: none;
    background-color: none;
    display: block !important;
    line-height: 4px !important;
  }
  #content .content_inner .content_with_portlet .portlet .portlet_inner a:before, #content .content_inner .content_with_portlet .portlet .portlet_inner a:after {
    content: none !important;
  }
  .die-partei .content_overflow {
    margin: 0 !important;
    margin-top: -300px;
  }
  .die-partei .portlets_portlet_right {
    height: auto !important;
  }
  ul.tags {
    display: none !important;
  }
  #mixItUp-description {
    margin: 0 !important;
    width: unset !important;
  }
  .multipage_tpl_text_with_background {
    display: none !important;
  }
  #mixItUp {
    margin-top: -40px !important;
  }
  #mixItUp .listing_entry {
    float: left !important;
    width: 90% !important;
    clear: both !important;
    padding: 0px !important;
    margin-top: 50px !important;
    margin-left: 0px !important;
  }
  #mixItUp .listing_entry img {
    display: block !important;
  }
  #mixItUp .listing_entry p, #mixItUp .listing_entry a, #mixItUp .listing_entry h1, #mixItUp .listing_entry h2, #mixItUp .listing_entry h3 {
    color: black !important;
  }
  #content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-content .portlet_content_introduction {
    max-width: unset !important;
  }
  #portlets_portlet_right {
    float: left !important;
    clear: both !important;
    width: 100% !important;
    max-width: unset !important;
    padding: 0 !important;
    height: 290px !important;
  }
  #portlets_portlet_right .portlet_inner {
    padding: 0px !important;
  }
  .content_overflow {
    float: left;
    width: 100%;
  }
  #content .content_inner .content_with_portlet .portlets {
    margin-left: 0px !important;
  }
  .controls {
    display: none;
  }
  #logo_print {
    display: block;
  }
  .page,
  #content .content_inner,
  #siteframe {
    padding: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100%;
    text-align: left !important;
  }
  #content .content_inner {
    padding: 20px 0 !important;
  }
  #content .content_inner .content_with_background {
    color: #000;
    background: #fff;
    padding: 0;
  }
  #content .content_inner .content_with_background .content_inner {
    padding: 0 !important;
  }
  #content .content_inner .content_with_background .content_inner h1,
  #content .content_inner .content_with_background .content_inner div.introduction {
    color: #000;
  }
  #footer {
    margin: 20px 0 0 0;
    padding: 0;
    background: #fff;
  }
  #footer .footer_inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 80%;
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    max-width: 100%;
  }
  h2, h2 a {
    margin-bottom: 5px;
  }
  * + h2, * + h2 a {
    margin-top: 20px;
  }
  h3, h3 a {
    margin-bottom: 0;
  }
  * + h3, * + h3 a {
    margin-top: 15px;
  }
  p {
    margin-bottom: 15px;
  }
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font-weight: 700;
    margin-bottom: 2px;
  }
  * + h6, * + h6 a,
  * + h4, * + h4 a,
  * + h5, * + h5 a {
    margin-top: 15px;
  }
  .content_inner ul {
    margin-bottom: 15px;
  }
  .content_inner ul li {
    padding-left: 18px;
    line-height: 20px;
  }
  .content_inner ul li:before {
    font-size: 11px;
    line-height: 20px;
    color: #000;
  }
  .content_inner ol {
    margin-bottom: 15px;
  }
  table th {
    color: #000;
    padding-top: 0;
    border-bottom: 1px solid #000;
  }
  .table_wrap_container {
    margin-bottom: 20px;
  }
  /* @end */
  /* @group modules */
  ul.sitemap li {
    padding: 0;
  }
  ul.sitemap li:before {
    display: none;
  }
  #google_map {
    height: 230px;
    margin: 0 0 25px;
  }
  #gallery {
    margin-top: 20px;
  }
  .listing_entry_detail_pictures,
  .picture_right,
  .picture_left {
    max-width: 200px;
    margin-left: 20px;
    float: right;
  }
  .multipage_tpl_title_top_text_with_picture .content_inner .content_overflow,
  .multipage_tpl_title_top_text_with_picture_left .content_inner .content_overflow {
    width: 62% !important;
  }
  #module_multipage .multipage_entry_wrap .multipage_entry,
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry {
    background: #fff;
  }
  /*
  	#module_multipage .multipage_entry_wrap {
  	    page-break-inside: avoid;
  	}
  */
  .schwerpunkt {
    page-break-inside: auto !important;
  }
  .listing_entry {
    page-break-inside: avoid !important;
  }
  #portlets_portlet_right {
    width: 200px;
    margin-left: 20px;
    page-break-inside: avoid !important;
  }
  #portlets_portlet_right .portlet {
    background: #fff;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
  #portlets_portlet_right .portlet .portlet_inner {
    background: #fff !important;
    box-shadow: none !important;
  }
  #portlets_portlet_right .portlet .portlet_text_wrap {
    padding: 10px;
    background: #fff;
  }
  #mixItUp {
    margin-top: 20px;
  }
  #mixItUp .listing_entry {
    background: #fff;
    margin-top: 20px;
    box-shadow: none !important;
  }
  #mixItUp .listing_entry.listing_entry_with_picture {
    min-height: 117px !important;
  }
  #mixItUp .listing_entry.listing_entry_with_picture .content {
    margin-left: 200px;
    padding: 0 0 0 20px !important;
  }
  #mixItUp .listing_entry .content {
    padding: 0;
  }
  #mixItUp .listing_entry .content .listing-date {
    margin-bottom: 10px;
  }
  #mixItUp .listing_entry .pictures {
    width: 200px;
    height: 100% !important;
    padding: 0;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag .multipage_entry .listing-description {
    max-width: 100%;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag .bx-viewport {
    height: 290px !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry {
    max-width: 700px;
    background: #fff;
    box-shadow: none !important;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .content .listing-date {
    margin-bottom: 10px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .content h2 {
    margin-bottom: 5px;
  }
  .multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .listing-more-button {
    display: none;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp {
    margin-top: 20px;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry {
    min-height: auto !important;
    background: #fff !important;
    box-shadow: none !important;
    max-width: 310px;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .listing_entry .content {
    padding: 0;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen #mixItUp .bx-viewport .listing_entry.listing_entry_with_picture .content {
    padding: 15px 0 0 0 !important;
    clear: both;
  }
  .multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner .listing-description {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .mod_mailform #mailform_content,
  .multipage_mod_mailform #mailform_content {
    max-width: 100%;
  }
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea {
    background: #fff !important;
  }
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element span.select2-container--default .select2-selection--single {
    background: #fff !important;
  }
  #google_maps_wrap {
    background: #fff;
    box-shadow: none;
    border: none;
  }
  #google_maps_wrap #google_map {
    width: 300px;
  }
  #google_maps_wrap .content_google_maps {
    padding: 30px 20px 30px 20px;
    margin-left: 300px;
  }
  #google_maps_wrap .content_google_maps ul li:before {
    color: #000;
  }
  #google_maps_wrap .content_google_maps ul li a {
    color: #000 !important;
  }
  #google_maps_wrap .content_google_maps ul li:last-child {
    margin-top: 20px;
  }
  .die-partei .content_overflow {
    margin: 0 !important;
    margin-top: -300px;
  }
  .die-partei #portlets_portlet_right {
    height: auto !important;
  }
  .die-partei #portlets_portlet_right .portlet_content_introduction {
    margin-bottom: 20px !important;
  }
  .css_listing_3_eintraege #mixItUp .listing_entry {
    min-height: 47px !important;
    text-align: left !important;
  }
  .css_listing_3_eintraege #mixItUp .listing_entry .content {
    padding: 0px !important;
  }
  .css_listing_3_eintraege #mixItUp .listing_entry h2, .css_listing_3_eintraege #mixItUp .listing_entry .listing-content-introduction, .css_listing_3_eintraege #mixItUp .listing_entry .listing-content-text {
    text-align: left !important;
  }
  #mixItUp {
    padding: 0px !important;
    margin: 0px !important;
  }
  /* partner slider print */
  .partner_slider {
    display: none;
  }
  .partner_slider_print {
    display: block;
    page-break-inside: avoid;
  }
  .partner_slider_print h2 {
    display: inline-block;
    float: left;
    clear: both;
    margin-bottom: 30px;
  }
  .partner_slider_print .partner_wrap_inner {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
  .partner_slider_print .partner_wrap_inner .partner {
    width: 50%;
    display: block;
    float: left;
  }
  .partner_slider_print .partner_wrap_inner .partner img {
    margin: 0 auto;
    width: 70px;
    display: block;
    margin-bottom: 20px;
  }
  /* */
  .multipage_tpl_text_with_picture .content_inner .picture_right,
  .multipage_tpl_text_with_picture .content_inner .picture_left,
  .multipage_tpl_text_with_picture_left .content_inner .picture_right,
  .multipage_tpl_text_with_picture_left .content_inner .picture_left {
    margin-top: 0px !important;
  }
  .multipage_tpl_text_with_picture .content_inner .content_overflow,
  .multipage_tpl_text_with_picture_left .content_inner .content_overflow {
    margin-top: 0px !important;
  }
  /* @end */
}/*# sourceMappingURL=styles2.css.map */