@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
.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 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
.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 */
@font-face {
  font-family: "Fontin Sans";
  src: url("fonts/fontin_sans_r_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_r_45b-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fontin Sans";
  src: url("fonts/fontin_sans_bi_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_bi_45b-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Fontin Sans";
  src: url("fonts/fontin_sans_b_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_b_45b-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Fontin Sans";
  src: url("fonts/fontin_sans_i_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_i_45b-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Fontin Sans Sc";
  src: url("fonts/FontinSans-SmallCaps.woff2") format("woff2"), url("fonts/FontinSans-SmallCaps.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("fonts/StempelGaramondLTStd-BoldIt.woff2") format("woff2"), url("fonts/StempelGaramondLTStd-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  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 basic */
body {
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 500px) {
  body {
    font: 400 16px/25px "Fontin Sans";
  }
}

body > nav {
  display: none;
}

#siteframe {
  overflow: hidden;
}

#content {
  overflow: visible;
}
#content .content_inner {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #content .content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content .content_inner.full_width {
  width: 100%;
  background: #E5007D;
  max-width: unset;
  padding: 0;
}
#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 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-underline-position: under;
}
#content .content_inner .content_with_portlet p > .resource a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #286A28;
  background: #f7f7f7;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-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: #eaeaea;
  color: #286A28;
}
@media screen and (max-width: 500px) {
  #content .content_inner .content_with_portlet p > .resource a {
    padding: 7.5px 14px !important;
  }
}
#content .content_inner .content_with_background {
  background: #E5007D;
  color: #fff;
  text-align: center;
  padding: 50px 40px 45px;
}
#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: 25px;
  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 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#content .content_inner .content_with_background p > a:focus, #content .content_inner .content_with_background p > a:hover {
  background: #f2f2f2;
  color: #E5007D;
}
@media screen and (max-width: 500px) {
  #content .content_inner .content_with_background p > a {
    padding: 7.5px 14px !important;
  }
}
#content .multipage_tpl_text_with_portlet .content_inner {
  max-width: 1050px;
  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_entry.multipage_tpl_full_big_picture #bx-slider-wrap {
  max-height: calc(100vh + 2px);
  height: 100vh;
}
#content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1280px;
  bottom: 0px;
}
@media screen and (max-width: 450px) {
  #content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2,
#content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 a {
  font: 600 40px/45px "Fontin Sans";
  letter-spacing: 0px;
  padding: 0;
  margin: 0 0 45px 0;
  color: #E5007D;
  display: inline-block;
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.5) !important;
  font: 600 86px/86px "EB Garamond", serif;
  font-size: 100px !important;
  line-height: 80px !important;
  font-style: italic;
  color: white;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  #content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2,
#content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 a {
    font: 700 32px/40px "Fontin Sans";
    margin-bottom: 10px;
  }
}
@media print {
  #content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2,
#content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 a {
    font: 700 18px/24px "Fontin Sans";
    color: #000;
    margin-bottom: 10px;
  }
}
#content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container .slide_text p {
  font: 400 28px/36px "Fontin Sans";
  text-transform: uppercase;
  color: #E5007D;
  padding: 0;
  margin: 0 0 14px 0;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 1050px) {
  #content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container .slide_text p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  #content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container .slide_text p {
    font: 12px/15px "Fontin Sans";
    letter-spacing: 0.6px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
@media print {
  #content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container .slide_text p {
    font: 400 12px/23px "Fontin Sans";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}

.multipage_entry_wrap:not(:first-child) > .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
  max-width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.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%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
#social_media_wrap #social_media a:hover {
  opacity: 0.8;
  background: none !important;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}

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

#header {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  background: white;
  color: #E5007D;
  box-shadow: 0px 16px 28px 0px rgba(12, 17, 34, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .header_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 29px;
  padding-bottom: 22px;
  background: white !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@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;
  width: 300px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#logo img {
  width: 100%;
  height: auto;
  display: block;
}
#logo a {
  text-decoration: none;
}
#logo .title {
  font-family: "Fontin Sans";
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}
#logo span {
  font-family: "Fontin Sans";
  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: #f7f7f7;
}
#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) .multipage_entry {
  background: #f7f7f7;
}
#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 60px 0 #EEEADF;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag #mixItUp .listing_entry {
  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: #E5007D;
}
#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: #f7f7f7;
  border-color: rgba(109, 109, 109, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element input:-webkit-autofill, #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 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: #E5007D;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--default .select2-selection--single {
  border-color: rgba(109, 109, 109, 0.6);
  background: #f7f7f7;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: rgba(109, 109, 109, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--open .select2-selection--single,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container:hover .select2-selection--single {
  border-color: #E5007D;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--open .select2-selection--single .select2-selection__arrow:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container--open .select2-selection--single .select2-selection__rendered,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container:hover .select2-selection--single .select2-selection__arrow:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element .select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #E5007D;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_mod_mailform .mailform_element.checkbox_field label.checkbox:before {
  color: rgba(109, 109, 109, 0.6);
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) + .multipage_entry_wrap .multipage_tpl_text_with_background .content_inner.full_width {
  padding: 40px;
  box-sizing: border-box;
}
#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: 846px;
}
#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 {
  overflow: hidden;
  background: #f7f7f7;
  color: #6D6D6D;
}
#footer .footer_inner {
  box-sizing: padding-box;
  padding: 20px;
  padding-bottom: 0px;
}
#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 {
  margin-bottom: 20px;
  border: none;
  position: relative;
  background: #009b3d;
  border-radius: 7px;
  padding: 60px 40px 90px 40px;
  box-sizing: border-box;
}
#footer .footer_inner .call_to_action .portlet {
  padding-right: 200px;
  max-width: 1193px;
  margin: 0 auto;
  padding-right: 0px;
  color: white;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner {
  display: flex;
  align-items: center;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-title,
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-title a {
  font: 600 40px/45px "Fontin Sans";
  letter-spacing: 0px;
  padding: 0;
  margin: 0 0 45px 0;
  color: #E5007D;
  font-size: 48px !important;
  line-height: 54px !important;
  color: white;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-title,
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-title a {
    font: 700 32px/40px "Fontin Sans";
    margin-bottom: 10px;
  }
}
@media print {
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-title,
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-title a {
    font: 700 18px/24px "Fontin Sans";
    color: #000;
    margin-bottom: 10px;
  }
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet_content_subtitle {
  margin-bottom: 10px;
  color: white;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet_content_titles {
  width: calc(50% - 10px);
  margin-right: 20px;
  max-width: 576px;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content {
  width: calc(50% - 10px);
  margin-top: 35px;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content p {
  float: right;
  margin-bottom: 0px;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content p:first-child {
  margin-left: 20px;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content p a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #286A28;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content p a:focus, #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content p a:hover {
  background: #215721;
  color: white;
}
@media screen and (max-width: 500px) {
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content p a {
    padding: 7.5px 14px !important;
  }
}
#footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
  font: 600 40px/45px "Fontin Sans";
  letter-spacing: 0px;
  padding: 0;
  margin: 0 0 45px 0;
  color: #E5007D;
  text-transform: none;
  pointer-events: none;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font: 700 32px/40px "Fontin Sans";
    margin-bottom: 10px;
  }
}
@media print {
  #footer .footer_inner .call_to_action h3, #footer .footer_inner .call_to_action h3 a {
    font: 700 18px/24px "Fontin Sans";
    color: #000;
    margin-bottom: 10px;
  }
}
#footer .footer_inner .call_to_action .portlet_content_subtitle {
  font: 400 28px/36px "Fontin Sans";
  text-transform: uppercase;
  color: #E5007D;
  padding: 0;
  margin: 0 0 14px 0;
  text-decoration: none;
  margin-bottom: -5px;
}
@media screen and (max-width: 1050px) {
  #footer .footer_inner .call_to_action .portlet_content_subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_inner .call_to_action .portlet_content_subtitle {
    font: 12px/15px "Fontin Sans";
    letter-spacing: 0.6px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
@media print {
  #footer .footer_inner .call_to_action .portlet_content_subtitle {
    font: 400 12px/23px "Fontin Sans";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#footer .footer_inner .call_to_action h2 {
  font: 600 40px/45px "Fontin Sans";
  letter-spacing: 0px;
  padding: 0;
  margin: 0 0 45px 0;
  color: #E5007D;
  margin-bottom: 20px;
  color: #6D6D6D;
  text-transform: none !important;
}
@media screen and (max-width: 900px) {
  #footer .footer_inner .call_to_action h2 {
    font: 700 32px/40px "Fontin Sans";
    margin-bottom: 10px;
  }
}
@media print {
  #footer .footer_inner .call_to_action h2 {
    font: 700 18px/24px "Fontin Sans";
    color: #000;
    margin-bottom: 10px;
  }
}
#footer .footer_inner .call_to_action > a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  position: absolute;
  right: -12px;
  bottom: 25px;
}
#footer .footer_inner .call_to_action > a:focus, #footer .footer_inner .call_to_action > a:hover {
  background: #cc006f;
  color: white;
}
@media screen and (max-width: 500px) {
  #footer .footer_inner .call_to_action > a {
    padding: 7.5px 14px !important;
  }
}
#footer .footer_inner .footer_bottom {
  background: #575653;
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
}
#footer .footer_inner .footer_bottom:before, #footer .footer_inner .footer_bottom:after {
  content: "";
  width: 2000px;
  background: #575653;
  position: absolute;
  left: -2000px;
  top: 0px;
  height: 100%;
}
#footer .footer_inner .footer_bottom:after {
  left: auto;
  right: -2000px;
}
#footer .footer_inner .footer_bottom:after {
  left: auto;
  left: unset;
  right: -2000px;
}
#footer .footer_inner .footer_bottom .footer_opening {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding: 0;
  background: #575653;
  position: relative;
}
@media screen and (max-width: 450px) {
  #footer .footer_inner .footer_bottom .footer_opening {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .footer_inner .footer_bottom .footer_opening:before, #footer .footer_inner .footer_bottom .footer_opening:after {
  content: "";
  width: 2000px;
  background: #575653;
  position: absolute;
  left: -2000px;
  top: 0px;
  height: 100%;
}
#footer .footer_inner .footer_bottom .footer_opening:after {
  left: auto;
  right: -2000px;
}
#footer .footer_inner .footer_bottom .footer_opening .portlet .portlet-resource-link,
#footer .footer_inner .footer_bottom .footer_opening .portlet .portlet-delete-link,
#footer .footer_inner .footer_bottom .footer_opening .portlet .portlet-integration-link,
#footer .footer_inner .footer_bottom .footer_opening .portlet .portlet-handle {
  display: none;
}
#footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title {
  margin-bottom: 30px;
}
#footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title .portlet-content {
  display: none;
}
#footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title .portlet-title {
  font: 400 28px/36px "Fontin Sans";
  text-transform: uppercase;
  color: #E5007D;
  padding: 0;
  margin: 0 0 14px 0;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 18px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  #footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title .portlet-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title .portlet-title {
    font: 12px/15px "Fontin Sans";
    letter-spacing: 0.6px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
@media print {
  #footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title .portlet-title {
    font: 400 12px/23px "Fontin Sans";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet {
  width: calc(100% / 3 - 30px);
  text-align: center;
}
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-title,
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-title a {
  float: left;
  color: white;
  text-transform: none;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-title {
  margin-right: 15px;
  margin-top: 3px;
}
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-content {
  float: left;
  color: white;
  text-align: left;
}
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-content p {
  margin: 0 0 5px 0;
}
#footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .add_portlet_link {
  display: none;
}
#footer .footer_inner .footer_bottom .copy {
  background: #51514e;
  position: relative;
}
#footer .footer_inner .footer_bottom .copy:before, #footer .footer_inner .footer_bottom .copy:after {
  content: "";
  width: 2000px;
  background: #51514e;
  position: absolute;
  left: -2000px;
  top: 0px;
  height: 100%;
}
#footer .footer_inner .footer_bottom .copy:after {
  left: auto;
  right: -2000px;
}
#footer .footer_inner .footer_bottom .portlet,
#footer .footer_inner .meta_navi_footer {
  text-align: center;
}
#footer .footer_inner .footer_bottom .portlet ul li,
#footer .footer_inner .meta_navi_footer ul li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  display: inline;
}
#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 {
  font-size: 16px;
  line-height: 36px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  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: 0.6;
}
#footer .footer_inner .footer_bottom .portlet {
  float: left;
  margin-bottom: 43px;
}
#footer .footer_inner .copy {
  z-index: 1;
  text-align: center;
  color: black;
  margin: 0px;
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 450px) {
  #footer .footer_inner .copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .footer_inner .copy ul.copy_inner {
  display: inline-block;
  float: right;
}
#footer .footer_inner .copy ul.copy_inner li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  float: left;
}
#footer .footer_inner .copy ul.copy_inner li:before {
  content: "|";
  position: absolute;
  left: 11px;
}
#footer .footer_inner .copy ul.copy_inner li:first-child {
  padding-left: 0;
}
#footer .footer_inner .copy ul.copy_inner li:first-child:before {
  display: none;
}
#footer .footer_inner .copy ul.copy_inner li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 16px;
  line-height: 36px;
}
#footer .footer_inner .copy ul.copy_inner li a span {
  display: none;
}
#footer .footer_inner .copy ul.copy_inner li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer_inner .copy .meta_navi_footer {
  float: left;
  margin-right: 20px;
}
#footer .footer_inner .copy .meta_navi_footer ul li a {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer_inner .copy .meta_navi_footer ul li a:hover {
  color: white !important;
  opacity: 1;
}
#footer .footer_inner .copy .meta_navi_footer ul li:before {
  opacity: 1;
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer_inner a.instagram {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  color: #6D6D6D;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .footer_inner a.instagram:hover {
  color: #E5007D;
}

#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_description {
  margin-bottom: 17px;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 11.5px 11px !important;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button:focus, #privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button:hover {
  background: #cc006f;
  color: white;
}
@media screen and (max-width: 500px) {
  #privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button {
    padding: 7.5px 14px !important;
  }
}
@media screen and (min-width: 500px) {
  #privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button {
    padding: 11.5px 18px !important;
  }
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_more_information {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 10px;
  margin-left: 10px;
}

/* Slider Preload */
body.preload .multipage_tpl_full_big_picture #slider {
  height: 100vh;
  overflow: hidden;
  background: #f7f7f7;
}
body.preload .multipage_tpl_full_big_picture #slider .bx-slider-wrap {
  opacity: 0;
}
body.preload .multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body.preload .multipage_tpl_full_big_picture #slider {
    height: calc(100vh - 106px);
  }
}

.multipage_entry_wrap:not(:first-child) .multipage_entry.multipage_tpl_full_big_picture #bx-slider-wrap {
  max-height: 765px !important;
}
.multipage_entry_wrap:not(:first-child) .multipage_entry.multipage_tpl_full_big_picture #bx-slider-wrap .slide img {
  width: 100% !important;
  height: auto !important;
}
.multipage_entry_wrap:not(:first-child) .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap {
  bottom: auto;
  bottom: unset;
  top: 66px;
}
.multipage_entry_wrap:not(:first-child) .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap:before {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
}
.multipage_entry_wrap:not(:first-child) .multipage_entry.multipage_tpl_full_big_picture #scroll_down_wrap {
  display: none;
}

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

/* @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 mainnavigation */
#navigation_wrap {
  position: relative;
  overflow: visible;
  margin: 0;
}
#navigation_wrap .single_link_right {
  float: right;
}
#navigation_wrap .single_link_right a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#navigation_wrap .single_link_right a:focus, #navigation_wrap .single_link_right a:hover {
  background: #f2f2f2;
  color: #E5007D;
}
@media screen and (max-width: 500px) {
  #navigation_wrap .single_link_right a {
    padding: 7.5px 14px !important;
  }
}
#navigation_wrap .single_link_right a.current, #navigation_wrap .single_link_right a:hover {
  box-shadow: 0 8px 60px 0 #EEEADF;
  background: #e3e3e3;
  color: #bc0067;
}
#navigation_wrap .single_link_right a:before {
  width: 0% !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;
  float: right;
  padding-top: 0px;
}
#navigation_wrap ul.level1 li:first-child a {
  border-top: 0px !important;
}
#navigation_wrap li {
  list-style: none;
  display: inline-block;
  padding: 0 16px;
}
#navigation_wrap li.level3, #navigation_wrap li.level2 {
  display: none;
}
#navigation_wrap li a {
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  color: #009b3d !important;
  font: 400 16px/28px "Fontin Sans";
  letter-spacing: 0.3px;
  color: white;
  text-transform: uppercase;
}
#navigation_wrap li a span {
  color: #009b3d !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navigation_wrap li a:hover {
  background: transparent !important;
  color: #E5007D !important;
}
#navigation_wrap li a:hover span {
  color: #E5007D !important;
}
#navigation_wrap li a span {
  color: white;
}
@media print {
  #navigation_wrap li a {
    font: 400 13px/20px "Fontin Sans";
    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 ul.level1 li:last-child a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #009b3d;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: white !important;
  padding: 10px 16px !important;
  font-size: 14px;
  line-height: 20px;
  top: -2px;
}
#navigation_wrap li ul.level1 li:last-child a:focus, #navigation_wrap li ul.level1 li:last-child a:hover {
  background: #008233;
  color: white;
}
@media screen and (max-width: 500px) {
  #navigation_wrap li ul.level1 li:last-child a {
    padding: 7.5px 14px !important;
  }
}
#navigation_wrap li ul.level1 li:last-child a span {
  color: white !important;
}
#navigation_wrap li ul.level1 li:last-child a:hover {
  background: #008233 !important;
}
#navigation_wrap li ul.level1 li:last-child a:hover span {
  color: white !important;
}
#navigation_wrap li ul.level1 li:last-child.current a {
  background: #008233 !important;
}
#navigation_wrap li ul.level1 li:last-child.current a span {
  color: white !important;
}
#navigation_wrap li.current > a:before {
  opacity: 1;
  visibility: visible;
}
#navigation_wrap li.current > a {
  color: #E5007D !important;
}
#navigation_wrap li.current > a span {
  color: #E5007D !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: white;
}
#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: 400 16px/28px "Fontin Sans";
  letter-spacing: 0.3px;
  color: white;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
}
#header.header_left .header_inner #navigation .navigation li a span,
#navigation_wrap.responsive_navi #navigation .navigation li a span {
  color: white;
}
@media print {
  #header.header_left .header_inner #navigation .navigation li a,
#navigation_wrap.responsive_navi #navigation .navigation li a {
    font: 400 13px/20px "Fontin Sans";
    color: #000;
  }
}
#header.header_left .header_inner #navigation .navigation li a:before,
#navigation_wrap.responsive_navi #navigation .navigation li a:before {
  content: none;
}

#navigation_wrap.responsive_navi #portlet_left_navigation,
#header.header_left #portlet_left_navigation {
  margin-top: 80px;
  background: #286A28;
  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 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  color: #fff;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}
@media screen and (max-width: 500px) {
  #navigation_wrap.responsive_navi #portlet_left_navigation h3, #navigation_wrap.responsive_navi #portlet_left_navigation h3 a,
#header.header_left #portlet_left_navigation h3,
#header.header_left #portlet_left_navigation h3 a {
    font: 400 16px/25px "Fontin Sans";
  }
}
#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 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-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: #f2f2f2;
  color: #E5007D;
}
@media screen and (max-width: 500px) {
  #navigation_wrap.responsive_navi #portlet_left_navigation a.portlet_content_link,
#header.header_left #portlet_left_navigation a.portlet_content_link {
    padding: 7.5px 14px !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 60px 0 #EEEADF;
  background: #e3e3e3;
  color: #bc0067;
}

/* @group responsive navigation */
.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 44px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.responsive_navigation_toggle span {
  background: #E5007D;
  display: block;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 13px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 26px;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
.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 */
body:not(.system_page) p.content_button > a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  margin-top: 20px;
}
body:not(.system_page) p.content_button > a:focus, body:not(.system_page) p.content_button > a:hover {
  background: #cc006f;
  color: white;
}
@media screen and (max-width: 500px) {
  body:not(.system_page) p.content_button > a {
    padding: 7.5px 14px !important;
  }
}

/* @group headings, paragraph */
h1 {
  font: 600 40px/45px "Fontin Sans";
  letter-spacing: 0px;
  padding: 0;
  margin: 0 0 45px 0;
  color: #E5007D;
  position: relative;
  padding: 0 0 20px 0;
  padding: 0 0 4px 0;
  max-width: 800px;
}
@media screen and (max-width: 900px) {
  h1 {
    font: 700 32px/40px "Fontin Sans";
    margin-bottom: 10px;
  }
}
@media print {
  h1 {
    font: 700 18px/24px "Fontin Sans";
    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: 400 28px/36px "Fontin Sans";
  text-transform: uppercase;
  color: #E5007D;
  padding: 0;
  margin: 0 0 14px 0;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  .subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .subtitle {
    font: 12px/15px "Fontin Sans";
    letter-spacing: 0.6px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
@media print {
  .subtitle {
    font: 400 12px/23px "Fontin Sans";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}

#content .content_inner .introduction {
  font: 400 22px/34px "Fontin Sans";
  color: black;
}

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

h2, h2 a {
  font: 700 28px/44px "Fontin Sans";
  font-size: 28px;
  padding: 0;
  color: #6D6D6D;
  margin-bottom: 15px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  h2, h2 a {
    font: 700 24px/27px "Fontin Sans";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  h2, h2 a {
    font: 700 15px/22px "Fontin Sans";
    font-size: 15px;
  }
}
* + h2, * + h2 a {
  margin-top: 35px;
}

h3, h3 a {
  font-weight: 600;
  font-size: 20px !important;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.42px;
  color: #6D6D6D;
  color: #E5007D;
  text-decoration: none;
}
@media print {
  h3, h3 a {
    font: 500 12px/23px "Fontin Sans" !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 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (max-width: 500px) {
  w h6,
h6 a,
h4, h4 a,
h5, h5 a {
    font: 400 16px/25px "Fontin Sans";
  }
}
* + 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;
}

/* @end */
/* @group link */
a {
  outline: none;
  color: #E5007D;
  text-decoration: underline;
}
s a.button {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 6px 28px 7px;
}
s a.button:focus, s a.button:hover {
  background: #cc006f;
  color: #fff;
}
@media screen and (max-width: 500px) {
  s a.button {
    padding: 7.5px 14px !important;
  }
}
s a.button:hover {
  color: #fff;
}

a:hover {
  color: #286A28;
}

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):not(.juicer-feed) {
	list-style: none;
	margin: 0 0 20px;

	&:last-child {
		margin-bottom: 0;
	}

	li {
		position: relative;
		padding: 0 0 0 29px;

		&:before {
			@include fontAwesome('\f00c',$text_color,16px,2px,0);
			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_entry.visible_detail .accordeon_title:before {
  content: "";
}
.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: #E5007D;
}
.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: #E5007D !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: #E5007D !important;
}
.accordeon_wrap .accordeon_title h4,
.accordeon_wrap .accordeon_title h3 {
  margin-bottom: 8px;
  text-transform: none;
}
.accordeon_wrap .accordeon_title:before {
  content: "+";
  position: absolute;
  top: 11px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
  color: #6D6D6D;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordeon_wrap .accordeon_title .accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}

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

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

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

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

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
.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 */
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: "";
}
.listing_entry_detail_pictures .bx-controls-direction a.bx-prev {
  right: 0px;
  left: unset;
}
.listing_entry_detail_pictures .bx-controls-direction a:before {
  content: "";
  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;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.6;
}
.listing_entry_detail_pictures .bx-controls-direction a:hover:before {
  color: #6D6D6D;
  opacity: 1;
}

/* @group picture right */
.listing_entry_detail_pictures,
.picture_right {
  float: right;
  max-width: 444px;
  text-align: center;
  width: 50%;
}
.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 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_entry_detail_pictures a img:hover,
.picture_right a img:hover {
  box-shadow: 0 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 {
  float: left;
  max-width: 444px;
  text-align: center;
  width: 50%;
}
.picture_left .picture {
  width: 100%;
}
.picture_left img {
  width: 100%;
  height: auto;
}
.picture_left a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.picture_left a img:hover {
  box-shadow: 0 8px 60px 0 #EEEADF;
  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 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  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;
  padding-top: 90px;
}
@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 h1:before {
  background: #fff;
  left: 50%;
  margin-left: -29px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}

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

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

/* @end */
/* @group slider */
#slider {
  width: 100%;
}
#slider #scroll_down_wrap {
  position: absolute;
  bottom: 74px;
  width: 100%;
}
#slider #scroll_down_wrap #scroll_down {
  max-width: 1050px;
  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: #E5007D;
}
#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 {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#slider .bx-slider-wrap .bx-viewport a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#slider .bx-slider-wrap .slide_text_container_wrap {
  position: absolute;
  bottom: 66px;
  width: 100%;
}
#slider .bx-slider-wrap .slide_text_container_wrap:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 303px;
  display: block;
  background: rgba(255, 255, 255, 0);
  bottom: -64px;
  background: rgba(255, 255, 255, 0);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  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: 1050px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1024px;
  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: #E5007D;
}
#slider .bx-slider-wrap .slide_text_container_wrap .slide_text_container h2 {
  font-size: 48px !important;
  line-height: 60px;
  font-weight: 700;
  font-family: "Fontin Sans";
  color: #fff;
  margin-bottom: 12;
  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: 0px;
}
#slider .bx-slider-wrap .bx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction {
  max-width: 1050px;
  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: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
#slider .bx-slider-wrap .bx-controls .bx-controls-direction a:hover:before {
  color: #E5007D;
}
#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: "";
}

/* @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 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 6px 28px 7px;
}
.documents .document a:focus, .documents .document a:hover {
  background: #cc006f;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .documents .document a {
    padding: 7.5px 14px !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 standard portlets */
.portlet {
  margin: 0;
  padding: 0;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet a.portlet_content_link {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 6px 28px 7px;
  margin-top: 20px;
}
.portlet a.portlet_content_link:focus, .portlet a.portlet_content_link:hover {
  background: #cc006f;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .portlet a.portlet_content_link {
    padding: 7.5px 14px !important;
  }
}

a.add_portlet_link {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 6px 28px 7px;
  display: inline-block;
  margin-top: 20px;
}
a.add_portlet_link:focus, a.add_portlet_link:hover {
  background: #cc006f;
  color: #fff;
}
@media screen and (max-width: 500px) {
  a.add_portlet_link {
    padding: 7.5px 14px !important;
  }
}

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

/* @end */
/* @group standard portlets */
#portlets_portlet_right {
  width: 404px;
  float: right;
  margin-left: 140px;
}
#portlets_portlet_right .portlet {
  margin-top: 40px;
}
#portlets_portlet_right .portlet.hidden {
  display: block;
}
#portlets_portlet_right .portlet .portlet_inner {
  background: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
}
#portlets_portlet_right .portlet .portlet_inner h3 {
  font: 400 28px/36px "Fontin Sans";
  text-transform: uppercase;
  color: #E5007D;
  padding: 0;
  margin: 0 0 14px 0;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  #portlets_portlet_right .portlet .portlet_inner h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  #portlets_portlet_right .portlet .portlet_inner h3 {
    font: 12px/15px "Fontin Sans";
    letter-spacing: 0.6px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
@media print {
  #portlets_portlet_right .portlet .portlet_inner h3 {
    font: 400 12px/23px "Fontin Sans";
    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;
}
#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: #f7f7f7;
}

/* @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 */
#module_multipage .multipage_entry_wrap:nth-child(2n+1) {
  z-index: 1;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry {
  background: #f7f7f7;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry #listing .listing_entry {
  background: white !important;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry .portlet .portlet_inner {
  background: white !important;
}
#module_multipage .multipage_entry_wrap:nth-child(2n+1).css_slider_ein_eintrag .multipage_entry #listing .listing_entry {
  background: #f7f7f7 !important;
}

.multipage_entry_wrap.no_navi {
  z-index: 2;
}

#module_multipage .multipage_entry_wrap:nth-child(2n) .multipage_entry {
  background: #ffffff;
}
#module_multipage .multipage_entry_wrap:nth-child(2n) .multipage_entry #listing .listing_entry {
  background: #f7f7f7 !important;
}
#module_multipage .multipage_entry_wrap:nth-child(2n).css_slider_ein_eintrag .multipage_entry #listing .listing_entry {
  background: white !important;
}
#module_multipage .multipage_entry_wrap:nth-child(2n).css_slider_ein_eintrag .multipage_entry #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a:not(.active) {
  background: #f7f7f7;
}

/* @group listing */
#mixItUp {
  margin: 50px 0 0 0;
  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: #f7f7f7;
  overflow: hidden;
  position: relative;
  min-height: 0;
  border-radius: 2px;
}
#mixItUp .listing_entry h3.subtitle,
#mixItUp .listing_entry .listing-date {
  margin: 0px;
  margin-bottom: 30px;
  font: 400 16px/28px "Fontin Sans" !important;
  text-align: left;
  text-transform: none;
  color: #6D6D6D;
  letter-spacing: 0.3px !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-left: 52.4%;
}
#mixItUp .listing_entry .content {
  padding: 30px 40px 30px;
  overflow: hidden;
  text-align: left;
  padding-right: 34px;
}
#mixItUp .listing_entry .content h2, #mixItUp .listing_entry .content h2 a {
  font: 700 28px/31px "Fontin Sans";
  color: #6D6D6D;
  margin-bottom: 20px;
  margin-bottom: 20px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms--webkit-hyphens: auto;
  -o--webkit-hyphens: auto;
}
@media screen and (max-width: 900px) {
  #mixItUp .listing_entry .content h2, #mixItUp .listing_entry .content h2 a {
    font: 700 24px/32px "Fontin Sans";
  }
}
#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: left;
  width: 52.4%;
  position: absolute;
  left: 0;
  height: 100%;
  overflow: hidden;
}
#mixItUp .listing_entry .pictures .picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  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 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  font-size: 28px !important;
  font-style: italic;
  text-transform: none;
  margin-top: -10px;
  margin-bottom: 20px;
  letter-spacing: 0px !important;
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.has_date .subtitle {
    font: 400 16px/25px "Fontin Sans";
  }
}
#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: 400 28px/36px "Fontin Sans";
  text-transform: uppercase;
  color: #E5007D;
  padding: 0;
  margin: 0 0 14px 0;
  text-decoration: none;
  font-size: 75%;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  margin: 48px 0 0 0;
}
@media screen and (max-width: 1050px) {
  .show_more {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .show_more {
    font: 12px/15px "Fontin Sans";
    letter-spacing: 0.6px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
@media print {
  .show_more {
    font: 400 12px/23px "Fontin Sans";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
.show_more:hover {
  color: #E5007D;
}

.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner {
  max-width: 100%;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner #page_title,
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner .subtitle {
  text-align: left !important;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner #page_title {
  margin: 0 0 45px 0;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner .subtitle {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner .listing-description,
.multipage_entry_wrap.css_slider_mehrere_eintraegen .content_inner div.introduction {
  max-width: 724px;
  text-align: left !important;
  margin: 0 0;
}
.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: 0px;
}
@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;
  background: white !important;
  box-shadow: 0 8px 60px 0 #EEEADF;
}
.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;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 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: 0%;
}
.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: 41px;
  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: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: 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: #E5007D;
}
.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: "";
}

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

.multipage_entry_wrap.css_slider_ein_eintrag .multipage_mod_listing {
  text-align: left !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_mod_listing .content_inner .content {
  max-width: 900px !important;
  margin: 0 auto;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_mod_listing .content_inner h1 {
  margin-left: 0px !important;
  max-width: 510px !important;
  margin-right: none;
  text-align: left !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_mod_listing .content_inner h1:before {
  left: 0 !important;
  margin-left: 0 !important;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_mod_listing .content_inner .subtitle {
  margin-left: 0px;
  margin-right: none;
  text-align: left;
}
.multipage_entry_wrap.css_slider_ein_eintrag .multipage_mod_listing .content_inner .listing-description {
  max-width: 50%;
  margin-left: 0px;
  margin-right: none;
  text-align: left;
}
.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 {
  margin-top: 22px;
  display: block;
}
.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: 53.1%;
  margin-right: 0px;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .pictures {
  left: 0px;
  right: unset;
  width: 53.1%;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .listing_entry .picture {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.multipage_entry_wrap.css_slider_ein_eintrag #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: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: 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: #E5007D;
}
.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: "";
}
.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: white;
  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: transparent;
  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: #E5007D;
}
.multipage_entry_wrap.css_slider_ein_eintrag #mixItUp .bx-wrapper .bx-pager .bx-pager-item > a.active:before {
  background: transparent;
  border-color: rgba(229, 0, 125, 0.4);
}

.content_inner .listing-more-button {
  margin: 26px 0 0 0;
}

.content_inner .listing_entry_backlink a {
  font: 400 28px/36px "Fontin Sans";
  text-transform: uppercase;
  color: #E5007D;
  padding: 0;
  margin: 0 0 14px 0;
  text-decoration: none;
  font-size: 75%;
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  margin: -9px 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .content_inner .listing_entry_backlink a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .content_inner .listing_entry_backlink a {
    font: 12px/15px "Fontin Sans";
    letter-spacing: 0.6px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
@media print {
  .content_inner .listing_entry_backlink a {
    font: 400 12px/23px "Fontin Sans";
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }
}
.content_inner .listing_entry_backlink a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
  color: #6D6D6D;
  opacity: 0.8;
  top: 7px;
}
.content_inner .listing_entry_backlink a:hover {
  color: #E5007D;
}
.content_inner .listing_entry_backlink a:hover:before {
  color: #E5007D;
  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 {
  box-shadow: 0 8px 60px 0 #EEEADF;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
#google_maps_wrap #google_map {
  width: 62.7%;
  height: 100%;
  position: absolute;
}
#google_maps_wrap #google_map .gmap-map {
  height: 100%;
}
#google_maps_wrap #google_map #module_map {
  height: 100% !important;
}
#google_maps_wrap #google_map iframe {
  width: 100%;
}
#google_maps_wrap .content_google_maps {
  padding: 45px 40px 55px 70px;
  margin-left: 62.7%;
  line-height: 36px;
  background: #fff;
  /*
  		.subtitle {
  			margin: 0 0 10px 0;
  			font-size: 16px !important;
  			line-height: 28px !important;
  		}
  */
}
#google_maps_wrap .content_google_maps ul {
  list-style: none;
  margin: 0 0 20px;
}
#google_maps_wrap .content_google_maps ul:last-child {
  margin-bottom: 0;
}
#google_maps_wrap .content_google_maps ul li {
  position: relative;
  padding: 0 0 0 29px;
}
#google_maps_wrap .content_google_maps ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: #6D6D6D;
  line-height: 28px;
}
#google_maps_wrap .content_google_maps ul li {
  font-weight: 400;
}
#google_maps_wrap .content_google_maps ul li:before {
  font-weight: 700;
  color: #E5007D;
  top: 5px;
}
#google_maps_wrap .content_google_maps ul li > a {
  color: #6D6D6D;
  font-weight: 400;
  text-decoration: none;
}
#google_maps_wrap .content_google_maps ul li > a:hover {
  color: #E5007D;
}
#google_maps_wrap .content_google_maps ul li:nth-child(1):before {
  content: "";
}
#google_maps_wrap .content_google_maps ul li:nth-child(2):before {
  content: "";
}
#google_maps_wrap .content_google_maps ul li:nth-child(3):before {
  content: "";
}
#google_maps_wrap .content_google_maps ul li:nth-child(4):before {
  content: "";
}
#google_maps_wrap .content_google_maps ul li:last-child {
  margin-top: 40px;
}
#google_maps_wrap .content_google_maps ul li:last-child > a {
  font-weight: 700;
  text-decoration: none;
  color: #6D6D6D;
}
#google_maps_wrap .content_google_maps ul li:last-child > a:hover {
  color: #E5007D;
}
#google_maps_wrap .content_google_maps ul li:last-child:before {
  content: "";
}
#google_maps_wrap div.infowindow {
  padding: 10px 0 5px 10px;
  text-align: left;
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 500px) {
  #google_maps_wrap div.infowindow {
    font: 400 16px/25px "Fontin Sans";
  }
}
#google_maps_wrap div.infowindow h2 {
  font: 700 28px/44px "Fontin Sans";
  font-size: 28px;
  padding: 0;
  color: #6D6D6D;
}
@media screen and (max-width: 900px) {
  #google_maps_wrap div.infowindow h2 {
    font: 700 24px/27px "Fontin Sans";
    font-size: 24px;
    font-style: italic;
  }
}
@media print {
  #google_maps_wrap div.infowindow h2 {
    font: 700 15px/22px "Fontin Sans";
    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;
}

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

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

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 46.5%;
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  color: #6D6D6D;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 500px) {
  .add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
    font: 400 16px/25px "Fontin Sans";
  }
}
.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: #E5007D;
  color: #E5007D;
}
.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 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-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: #cc006f;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .mailform-submit,
.login_form .button {
    padding: 7.5px 14px !important;
  }
}
.mailform-submit:hover,
.login_form .button:hover {
  color: #fff;
}

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

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

.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: "";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #eaeaea;
  width: 20px;
  height: 20px;
  font-weight: 300;
  pointer-events: none;
  background: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #E5007D;
  background: none;
  z-index: 4;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  color: #E5007D;
}
.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: "";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #eaeaea;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-weight: 300;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailform_element.radio_field label.radio:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #6D6D6D;
  background: none;
  z-index: 4;
}
.mailform_element.radio_field input:checked + label.radio:before {
  color: #E5007D;
}
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

.multipage_tpl_text_with_picture .content_overflow,
.multipage_tpl_text_with_picture_left .content_overflow {
  width: calc(50% - 15px);
  overflow: visible;
}
.multipage_tpl_text_with_picture .content_overflow p,
.multipage_tpl_text_with_picture_left .content_overflow p {
  max-width: 480px;
}

.multipage_tpl_text_with_picture_left {
  /*
  	.content_overflow {
  		right: 40px;
  	}
  */
}

/* Multipage tpl with background */
.multipage_tpl_text_with_background {
  padding: 40px;
  background: white !important;
}

/* Multipage template gallery */
.multipage_tpl_gallery .content_inner {
  text-align: left;
}
.multipage_tpl_gallery .content_inner .subtitle,
.multipage_tpl_gallery .content_inner #page_title {
  max-width: none !important;
}
.multipage_tpl_gallery .content_inner #gallery {
  margin-top: 20px;
  text-align: center;
}
.multipage_tpl_gallery .content_inner .show_more {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #E5007D;
  background: transparent;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 2px solid #E5007D;
  display: inline-block;
  float: none;
  clear: both;
  width: auto;
  margin: 0 auto;
  margin-top: 40px;
}
.multipage_tpl_gallery .content_inner .show_more:focus, .multipage_tpl_gallery .content_inner .show_more:hover {
  background: rgba(0, 0, 0, 0);
  color: #E5007D;
}
@media screen and (max-width: 500px) {
  .multipage_tpl_gallery .content_inner .show_more {
    padding: 7.5px 14px !important;
  }
}
.multipage_tpl_gallery .content_inner .show_more:hover {
  background: #E5007D;
  color: white;
}

/* Multipage tpl small picture */
.multipage_tpl_small_picture #picture_small_description .picture_small_description_inner {
  text-align: center;
}
.multipage_tpl_small_picture #picture_small_description .picture_small_description_inner h2,
.multipage_tpl_small_picture #picture_small_description .picture_small_description_inner #page_title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 615px;
}
.multipage_tpl_small_picture #picture_small_description .picture_small_description_inner .subtitle {
  margin-bottom: 5px;
}

/* 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);
}

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

.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #eaeaea;
  height: auto;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font: "Fontin Sans";
  color: #6D6D6D;
  padding: 8px 17px 9px;
  outline: none;
  box-sizing: border-box;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 19px;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #e5e5e5;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f7f7f7;
}
.select2-container--default .select2-results__option {
  background: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted {
  background: #E5007D;
}

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

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

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

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

.select2_dark .select2-dropdown {
  background: #f7f7f7;
}
.select2_dark .select2-results__option {
  background: #f7f7f7;
}
.select2_dark .select2-results__option[aria-selected=true] {
  background: #e8e8e8;
  color: #6D6D6D;
}
.select2_dark .select2-results__option[aria-selected=true]:hover {
  background: #E5007D;
  color: #fff;
}

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

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

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "Fontin Sans";
  color: #6D6D6D;
  padding: 7px 10px 2px;
  margin: 7px 0 0 0;
  width: 340px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  box-shadow: 0 8px 60px 0 #EEEADF;
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 11px 10px 12px;
  background: #f7f7f7;
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 16px/25px "Fontin Sans";
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 16px/25px "Fontin Sans";
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #6D6D6D;
}
.ui-datepicker.ui-widget th {
  padding: 5px 2px;
  color: #6D6D6D;
  text-transform: none;
  background: none;
  border: 0;
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget th {
    font: 400 16px/25px "Fontin Sans";
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 500px) {
  .ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
    font: 400 16px/25px "Fontin Sans";
  }
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 2px 2px 4px;
  color: #6D6D6D;
  border: none;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #f7f7f7;
  color: #6D6D6D;
  border-color: #f7f7f7;
}
.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: #E5007D;
  color: #fff;
  border-color: #E5007D;
}
.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 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 span:before,
.ui-datepicker.ui-widget .ui-datepicker-next span:before {
  content: "";
  border-style: solid;
  border-width: 6.5px 8px 6.5px 0;
  border-color: transparent black transparent transparent;
  position: absolute;
  top: 3px;
  left: 9px;
}
.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: #E5007D;
}
.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: "";
}
.ui-datepicker.ui-widget .ui-datepicker-next span:before {
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent black;
}

.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: #f7f7f7;
  z-index: 10;
}
.mailform_field_actions li, .mailform_field_actions a {
  color: #6D6D6D;
  width: auto;
}
.mailform_field_actions li i.fa, .mailform_field_actions a i.fa {
  margin: 0 5px;
}
.mailform_field_actions li:hover, .mailform_field_actions a:hover {
  color: #E5007D;
}

/* @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: #f7f7f7 !important;
  box-shadow: none !important;
}
#content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #E5007D;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.42px;
  color: #6D6D6D;
}
@media print {
  #content .content_inner .content_with_portlet .portlet .portlet_inner .portlet-title {
    font: 500 12px/23px "Fontin Sans" !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: #E5007D;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.42px;
  color: #6D6D6D;
}
@media print {
  #content .content_inner .content_with_portlet .portlet .portlet_inner h3 {
    font: 500 12px/23px "Fontin Sans" !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: #6D6D6D;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  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: #E5007D;
}
#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 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  margin-top: 10px;
}
.wrapper_input_button:focus, .wrapper_input_button:hover {
  background: #cc006f;
  color: white;
}
@media screen and (max-width: 500px) {
  .wrapper_input_button {
    padding: 7.5px 14px !important;
  }
}
@media screen and (min-width: 850px) {
  .wrapper_input_button {
    padding: 0px !important;
  }
}
.wrapper_input_button input {
  margin: 0px !important;
}

.tags {
  margin-top: -20px !important;
  padding-left: 20px;
  padding-top: 20px;
  text-align: center;
}
.tags li {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  margin-left: 30px;
  font-weight: 700 !important;
  margin-top: 20px;
}
.tags li:focus, .tags li:hover {
  background: #cc006f;
  color: white;
}
@media screen and (max-width: 500px) {
  .tags li {
    padding: 7.5px 14px !important;
  }
}
.tags li:first-child, .tags li:first-child.active {
  margin-left: 0px;
}
.tags li.active {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  margin-left: 30px;
  margin-top: 20px;
}
.tags li.active:focus, .tags li.active:hover {
  background: #f2f2f2;
  color: #E5007D;
}
@media screen and (max-width: 500px) {
  .tags li.active {
    padding: 7.5px 14px !important;
  }
}

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: #f7f7f7;
}
.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: 100%;
  height: 100%;
  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%;
}
.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%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -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 h2,
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content h2 a, body.css_listing_3_eintraege #mixItUp .listing_entry .content h2,
body.css_listing_3_eintraege #mixItUp .listing_entry .content h2 a {
  font: 700 28px/31px "Fontin Sans";
  color: #6D6D6D;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
  color: #E5007D;
}
@media screen and (max-width: 900px) {
  .multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content h2,
.multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .content h2 a, body.css_listing_3_eintraege #mixItUp .listing_entry .content h2,
body.css_listing_3_eintraege #mixItUp .listing_entry .content h2 a {
    font: 700 24px/32px "Fontin Sans";
  }
}
.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;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  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 {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 18px;
  line-height: 27px;
  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;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  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: 1;
}
.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 {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 1;
  color: #6D6D6D;
}
.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: #E5007D;
}

#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;
}
body.mod_action_show_entry .content_overflow {
  float: left;
  width: 50%;
}

/* Partner Slider */
body.category_13 #footer_partner {
  padding-top: 0px;
}
body.category_13 #footer_partner .partner_show {
  padding-top: 0px;
}

/* Multipage Mod listing */
.multipage_mod_listing .content_inner .content .subtitle,
.multipage_mod_listing .content_inner .content #page_title,
.multipage_mod_listing .content_inner .content .listing-description {
  text-align: left;
}

.mailform_submit_button .wrapper_input_button {
  margin-left: -16px;
}

/* @end */
.j-display-filters {
  display: none !important;
}

.juicer-feed .referral {
  display: none !important;
}

.feed-item {
  border: 0px !important;
}

.juicer-feed.modern .j-poster h3, .juicer-feed.modern .j-poster .j-date,
.j-poster h3 {
  font-size: 12px !important;
  text-transform: none;
}

/*
|--------------------------------------------------------------------------
| 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 misc management elements */
#management,
.management_container {
  text-align: left !important;
}
#management a.button.with_icon,
#management input.button,
#management a.button,
.management_container a.button.with_icon,
.management_container input.button,
.management_container a.button {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-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: #cc006f;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #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: 7.5px 14px !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 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 14.5px 18px !important;
  width: auto;
  position: relative;
  font-family: "Fontin Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #E5007D;
  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;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#management input.button:focus, #management input.button:hover,
.management_container input.button:focus,
.management_container input.button:hover {
  background: #cc006f;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #management input.button,
.management_container input.button {
    padding: 7.5px 14px !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 !important;
}
#management ul li:before,
.management_container ul li:before {
  display: none;
}
#management td, #management th,
.management_container td,
.management_container th {
  padding: 10px 10px 10px 0;
}
#management .select2-container,
.management_container .select2-container {
  width: auto !important;
  max-width: 600px;
  min-width: 226px;
}
#management .select2-container.select2-container--default .select2-selection--single,
.management_container .select2-container.select2-container--default .select2-selection--single {
  border-color: #aaa !important;
  border-radius: 0;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 3px 20px 2px 3px;
  background: #fff;
  color: #666;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 0;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 15px;
  color: #666;
  top: -1px;
  left: 4px;
}

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

#module_multipage .multipage_entry_wrap:first-child .multipage_controls {
  top: 214px;
}

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

.message {
  border: 0;
  background: white;
  padding: 6px 20px 7px;
  margin: 0 0 20px;
  border-radius: 2px;
  font: 400 16px/29px "Fontin Sans";
  color: #6D6D6D;
  letter-spacing: 0.3px;
  color: #E5007D;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .message {
    font: 400 16px/25px "Fontin Sans";
  }
}
.message .missing_fields {
  max-width: 460px;
  margin: 0 auto;
}
.message .missing_fields ul li {
  color: #6D6D6D;
  font-weight: 400;
}
.message .missing_fields ul li:before {
  color: #6D6D6D;
}

/* @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: #e8e8e8;
  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: #5e5e5e;
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 24px;
  height: auto;
}
#mailform_elements .mailform_field_actions li i.fa, #mailform_elements .mailform_field_actions a i.fa,
#mailform_elements ul.controls li i.fa,
#mailform_elements ul.controls a i.fa,
#mailform_elements .multipage_controls li i.fa,
#mailform_elements .multipage_controls a i.fa,
#mailform_elements .listing_actions li i.fa,
#mailform_elements .listing_actions a i.fa,
.portlet .mailform_field_actions li i.fa,
.portlet .mailform_field_actions a i.fa,
.portlet ul.controls li i.fa,
.portlet ul.controls a i.fa,
.portlet .multipage_controls li i.fa,
.portlet .multipage_controls a i.fa,
.portlet .listing_actions li i.fa,
.portlet .listing_actions a i.fa,
#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: #E5007D;
}

/* @end */
/* @group adminpanel */
#administration_panel {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  border-radius: 2px;
}
#administration_panel h1 {
  background-color: #E5007D;
  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: #f7f7f7;
  color: #6D6D6D;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}
#administration_panel .admin_part {
  background: #fff none;
  padding: 10px;
}
#administration_panel .state-published {
  color: #E5007D;
}

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

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

#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;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding-left: 10px !important;
}
ul.sitemap li:before {
  content: none !important;
}
ul.sitemap li a {
  text-decoration: none;
  color: #6D6D6D;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-weight: 400;
}
ul.sitemap li a:hover {
  color: #E5007D !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 {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#management.management_container .button:hover {
  background: #215721 !important;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

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

/* @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 */
@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: 0px;
  }

  .picture_right,
.picture_left {
    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);
  }

  .multipage_tpl_gallery .content_inner {
    overflow: auto;
  }

  #navigation_wrap li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    overflow-y: auto !important;
  }
  #header .header_inner #logo {
    margin-left: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #content .content_with_portlet #portlets_portlet_right {
    max-width: unset !important;
  }

  #siteframe {
    padding-top: 80px;
  }

  .responsive_navigation_toggle {
    display: block;
  }

  #navigation_wrap {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: perspective(1px) translate3d(-100%, 0, 0);
    -moz-transform: perspective(1px) translate3d(-100%, 0, 0);
    -o-transform: perspective(1px) translate3d(-100%, 0, 0);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0;
  }

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

  #navigation_wrap ul,
#navigation_wrap ul li,
#navigation_wrap ul li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    border: 0;
    box-shadow: none;
  }

  #navigation_wrap ul li a {
    color: #1e1e1e !important;
    padding: 13px 0px;
    margin: 0px 25px !important;
    margin: 0;
    border-radius: 0;
    display: block;
    text-decoration: none;
    font: 20px/34px "Fontin Sans", Arial, sans-serif;
    font-weight: bold;
  }

  #navigation_wrap ul li.has_submenu a {
    padding-bottom: 5px;
  }

  #navigation_wrap #navigation > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font: 17px/30px "Fontin Sans", Arial, sans-serif;
    font-weight: bold;
  }

  #navigation_wrap #navigation > ul > li > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  #navigation_wrap ul li ul li a {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 25px;
    text-transform: none;
    border-radius: 0;
    margin: 0 !important;
    font-weight: normal;
  }

  #navigation_wrap ul li ul li.current a {
    font-weight: 400 !important;
  }

  #navigation_wrap ul li ul li:last-child a {
    padding-bottom: 18px;
  }

  #navigation_wrap ul li ul {
    position: relative;
    width: auto;
    margin: 0 !important;
    visibility: visible !important;
    opacity: 1;
    display: block;
  }

  #navigation_wrap ul li ul:before {
    display: none !important;
  }

  #navigation_wrap ul li ul li a {
    font-size: 17px;
    background: none transparent;
    position: relative;
    box-shadow: none;
    color: #1e1e1e;
  }

  #navigation_wrap ul li ul li ul li a {
    font-size: 15px;
    background: none transparent;
    position: relative;
    border-top: 0;
    box-shadow: none;
    padding-left: 30px;
    color: #1e1e1e;
  }

  #navigation_wrap ul li ul li ul li:last-child a {
    padding-bottom: 10px !important;
  }

  #navigation_wrap ul li ul li ul li a:before {
    content: "- ";
    position: absolute;
    left: 20px;
    top: 4px;
  }

  #navigation_wrap ul li ul li ul li ul {
    margin: -3px 0 5px !important;
  }

  #navigation_wrap ul li ul li ul li ul li a {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    padding-left: 40px;
  }

  #navigation_wrap ul li ul li ul li ul li a:before {
    left: 30px;
    display: none;
  }

  #navigation_wrap li a {
    opacity: 1;
  }

  #navigation_wrap li.current > a {
    color: #E5007D !important;
    font-weight: bold;
    opacity: 1;
  }

  #navigation_wrap li.current ul li.current > a {
    color: #E5007D !important;
    background: none transparent;
    box-shadow: none;
  }

  #navigation_wrap li#nav-7 {
    margin: 20px 30px 0 30px !important;
  }
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .call_to_action {
    padding: 40px;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet_content_titles {
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content {
    width: 100%;
    margin-top: 0px;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content .portlet_content_description p {
    float: left;
    margin-left: 0px;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content .portlet_content_description p:nth-child(2n) {
    margin-left: 20px;
  }
}
@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;
  }

  #footer .footer_inner .call_to_action .portlet_content_subtitle {
    margin-bottom: 0px;
  }
  #footer .footer_inner .footer_bottom .portlet {
    margin-bottom: 3px;
  }

  .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;
  }

  #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: 0px;
    padding-bottom: 0px;
  }

  #slider #scroll_down_wrap {
    bottom: 30px;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap {
    bottom: 30px;
  }

  #footer .footer_inner .meta_navi_footer {
    float: left;
    clear: both;
  }

  #footer .footer_inner .footer_bottom {
    padding-top: 20px;
  }

  #footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title {
    margin-bottom: 10px;
  }

  #footer .footer_inner .footer_bottom .footer_opening .portlet.portlet_content_opening_title .portlet-title {
    margin-bottom: 0px;
  }

  .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);
  }
}
@media screen and (max-width: 1010px) {
  .multipage_entry_wrap.css_listing_3_eintraege #mixItUp, body.css_listing_3_eintraege #mixItUp {
    margin-top: 0px;
  }
  .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;
  }
  .multipage_entry_wrap.css_listing_3_eintraege #mixItUp .listing_entry .pictures, body.css_listing_3_eintraege #mixItUp .listing_entry .pictures {
    height: 53vw;
  }
}
@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) {
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet_content_titles .portlet-title,
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet_content_titles .portlet-title a {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  #scroll_down_wrap {
    bottom: 43px !important;
  }
  #scroll_down_wrap i {
    font-size: 30px !important;
  }

  .multipage_tpl_gallery .content_inner .show_more {
    margin-top: 30px;
  }

  .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
    padding-right: 90px !important;
  }

  .multipage_tpl_text_with_portlet .content_with_portlet #portlets_portlet_right {
    width: 370px !important;
  }

  .multipage_tpl_text_with_portlet .content_overflow {
    width: calc(100% - 443px);
    float: left;
  }

  #content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2,
#content .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container h2 a {
    font-size: 32px;
    line-height: 50px;
    font-family: "EB Garamond";
    font-style: italic;
  }
}
@media screen and (max-width: 850px) {
  .multipage_tpl_gallery .content_inner .subtitle {
    margin-bottom: 10px;
  }
  .multipage_tpl_gallery .content_inner #page_title {
    margin-bottom: 20px !important;
  }

  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;
  }

  #listing .listing_entry.has_date .subtitle {
    font-size: 20px !important;
    font-style: italic;
  }

  .mailform-submit,
.login_form .button {
    padding: 2.5px 0px !important;
  }

  #google_maps_wrap .content_google_maps .subtitle,
#footer .footer_inner .call_to_action .portlet_content_subtitle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .multipage_tpl_text_with_portlet .content_overflow {
    width: calc(100% - 388px);
    float: left;
  }
  .multipage_tpl_text_with_portlet .content_with_portlet #portlets_portlet_right {
    width: 315px !important;
  }

  /* @group slider */
  #slider .bx-slider-wrap .slide_text_container_wrap:before {
    height: 239px;
    bottom: -25px;
  }
}
@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;
  }
}
@media screen and (max-width: 700px) {
  #header .header_inner #logo {
    margin-left: -3px;
  }

  body.mod_action_show_entry .content_overflow {
    width: 100%;
  }

  #footer .footer_inner .call_to_action .portlet_content_subtitle {
    margin-bottom: 11px;
  }
  #footer .footer_inner .call_to_action .portlet-title {
    padding-bottom: 23px !important;
    line-height: 35px;
  }

  .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .bx-wrapper .slide_text_container {
    display: none;
  }
  .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .bx-wrapper .slide_text_container h2,
.multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .bx-wrapper .slide_text_container h2 a {
    font-size: 30px !important;
    line-height: 30px !important;
    padding-bottom: 5px !important;
  }
  .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .bx-wrapper .slide_text_container .slide_text p {
    font-weight: 700;
  }

  #footer .footer_inner .call_to_action > a {
    position: relative;
    right: 0;
    bottom: 9px;
  }

  body.mod_listing .content_overflow {
    width: 100%;
  }

  #slider #scroll_down_wrap {
    bottom: 20px;
  }
  #slider .bx-slider-wrap .bx-controls .bx-controls-direction a {
    margin-top: -25px !important;
  }
  #slider .bx-slider-wrap .bx-controls .bx-controls-direction a:before {
    font-size: 30px !important;
  }
  #slider .bx-slider-wrap .slide_text_container_wrap {
    bottom: 18px;
  }

  #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 #google_map iframe,
#google_maps_wrap #google_map .resource,
#google_maps_wrap #google_map .resource_background {
    height: 100%;
  }
  #google_maps_wrap .content_google_maps {
    padding: 20px 20px 20px 20px;
    margin-left: 0;
  }
  #google_maps_wrap .content_google_maps ul li:last-child {
    margin-top: 25px;
  }

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

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

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

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

  #mailform_submit_button label {
    display: none;
  }

  .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;
  }

  #footer .footer_inner .footer_bottom .portlet ul li {
    float: none;
    padding-left: 0px;
  }
  #footer .footer_inner .footer_bottom .portlet ul li:before {
    display: none;
  }
  #footer .footer_inner .footer_bottom .portlet ul li a {
    opacity: 1;
  }
  #footer .footer_inner .footer_bottom .portlet ul li a:hover {
    color: #E5007D;
  }

  .multipage_tpl_text_with_portlet .content_with_portlet #portlets_portlet_right {
    width: 100% !important;
  }

  #scroll_down_wrap {
    bottom: 34px !important;
  }

  .multipage_tpl_text_with_portlet h1,
.content_with_background h1 {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 650px) {
  #footer .footer_inner .footer_bottom .copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #footer .footer_inner .footer_bottom .footer_opening {
    padding-bottom: 10px;
  }

  #footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap {
    flex-direction: column;
  }
  #footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet {
    width: 100%;
  }
  #footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-content {
    float: right;
    text-align: right;
  }

  .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;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 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;
  }
}
@media screen and (max-width: 650px) {
  .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) {
  .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: auto;
    left: 30px;
    right: auto;
  }

  .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 .footer_inner .footer_bottom .portlet ul li:before,
#footer .footer_inner .meta_navi_footer ul li:before {
    line-height: 32px;
  }

  #mixItUp .listing_entry .content {
    padding: 25px 26px 24px;
  }

  #footer .footer_inner .copy .meta_navi_footer {
    float: none;
    text-align: left;
  }
  #footer .footer_inner .copy ul.copy_inner {
    float: none;
    text-align: left;
    display: block;
  }

  #footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-title {
    float: none;
    text-align: left;
  }
  #footer .footer_inner .footer_bottom .footer_opening #portlets_opening_content .portlets_inner_wrap .portlet .portlet-content {
    float: none;
    text-align: left;
  }

  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet_content_titles .portlet-title,
#footer .footer_inner .call_to_action .portlet .portlet_inner .portlet_content_titles .portlet-title a {
    margin: 0;
    padding: 0;
    padding-bottom: 0px !important;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content .portlet_content_description p {
    float: none;
    margin-left: 0px;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content .portlet_content_description p:nth-child(2n) {
    margin-top: 20px;
    margin-left: 0px;
  }

  #footer_partner .partner_show a:nth-child(2n) {
    margin-top: 20px;
    margin-left: 0px;
  }

  #logo {
    width: 207px;
  }

  .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .bx-wrapper .slide_text_container h2,
.multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .bx-wrapper .slide_text_container h2 a {
    font-size: 25px !important;
    padding-bottom: 5px !important;
    line-height: 30px !important;
  }
  .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .bx-wrapper .slide_text_container .slide_text p {
    font-weight: 700;
  }

  .multipage_entry_wrap:not(:first-child) > .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .multipage_entry_wrap:not(:first-child) .multipage_entry.multipage_tpl_full_big_picture #slider .bx-slider-wrap .slide_text_container_wrap {
    top: 40px;
  }

  .css_slider_mehrere_eintraegen .content_inner #listing #mixItUp {
    padding-left: 0px;
  }
  .css_slider_mehrere_eintraegen .content_inner #listing #mixItUp .bx-wrapper .listing_entry {
    width: calc(100vw - 80px) !important;
  }
  .css_slider_mehrere_eintraegen .content_inner #listing #mixItUp .bx-controls {
    right: -18px !important;
  }
}
@media screen and (max-width: 450px) {
  #footer .footer_inner .call_to_action {
    padding: 20px;
  }
  #footer .footer_inner .call_to_action .portlet .portlet_inner .portlet-content p a {
    font-size: 12px;
  }

  .multipage_entry_wrap:not(:first-child) > .multipage_entry.multipage_tpl_full_big_picture .bx-wrapper .slide_text_container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  #footer .footer_inner .footer_bottom .footer_opening,
#footer .footer_inner .footer_bottom .copy {
    padding-left: 0px;
    padding-right: 0px;
  }

  #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: 40px;
  }

  .css_slider_mehrere_eintraegen .content_inner #listing #mixItUp {
    padding-left: 0px;
  }
  .css_slider_mehrere_eintraegen .content_inner #listing #mixItUp .bx-wrapper .listing_entry {
    width: calc(100vw - 40px) !important;
  }
  .css_slider_mehrere_eintraegen .content_inner #listing #mixItUp .bx-controls {
    right: -18px !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;
  }

  #logo {
    width: 145px;
  }

  .responsive_navigation_toggle {
    right: 17px;
  }
}
@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 */
@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,
.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;
  }

  #logo_plus_print {
    display: block;
    margin-left: 41px;
    margin-top: 6px;
    font-size: 16px;
    text-transform: uppercase;
  }

  #google_maps_wrap .content_google_maps ul li {
    font-weight: 400 !important;
  }
  #google_maps_wrap .content_google_maps ul li:last-child {
    display: none;
  }
  #google_maps_wrap .content_google_maps ul li:before {
    top: -5px;
  }

  .multipage_tpl_full_big_picture {
    margin-top: 0px !important;
  }

  .multipage_mod_listing .content_inner .content .subtitle,
.multipage_mod_listing .content_inner .content #page_title,
.multipage_mod_listing .content_inner .content .listing-description {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
  }

  #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: #6D6D6D !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;
  }

  .multipage_tpl_text_with_portlet .content_inner .content_with_portlet .content_overflow {
    margin-top: 40px;
  }

  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;
    margin-bottom: 40px;
  }

  #module_multipage .multipage_entry_wrap:nth-child(2n+1) {
    z-index: 1;
  }
  #module_multipage .multipage_entry_wrap:nth-child(2n+1) .multipage_entry {
    box-shadow: none !important;
  }

  .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;
  }

  .css_slider_ein_eintrag {
    display: none;
  }

  .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 .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;
    display: none;
  }
  #google_maps_wrap .content_google_maps {
    padding: 30px 20px 30px 20px;
    margin-left: 0px;
  }
  #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;
  }
  #google_maps_wrap .content_google_maps #page_title {
    font-size: 18px !important;
  }

  .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: 15px !important;
  }
  .multipage_tpl_text_with_picture .content_inner .content_overflow,
.multipage_tpl_text_with_picture_left .content_inner .content_overflow {
    margin-top: 15px !important;
  }

  /* @end */
}

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