@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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("fonts/EuclidSquare-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "pfyn-finges";
  src: url("fonts/pfyn-finges.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "pfyn-finges" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "pfyn-finges" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "g";
}

.icon-shop:before {
  content: "a";
}

.icon-shape:before {
  content: "b";
}

.icon-suchbegriff:before {
  content: "c";
}

.icon-teilen:before {
  content: "f";
}

.icon-test:before {
  content: "d";
}

.icon-next:before {
  content: "u";
}

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

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

/* @end */
/* @group picture styles */
.resource.picture:not(.picture_content) {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input#remember_me {
  width: auto;
}

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

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

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

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee");
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div.captcha_protection span.captcha_title {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: -14px -15px 8px;
  padding: 8px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee");
  border-radius: 7px 7px 0 0;
  color: #333;
}

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

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

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

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

div.captcha_protection span#captcha_help_text {
  position: absolute;
  top: 10px;
  right: -195px;
  width: 180px;
  background: #f0f0f0;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  padding: 5px 8px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#eee));
  background: -moz-linear-gradient(top, #fff, #ddd);
  background: -o-linear-gradient(top, #f0f0f0, #eee);
  background: linear-gradient(to bottom, #f0f0f0, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#eee");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

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

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: 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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
/* @group basic */
body {
  --management-highlight-color: #147d50;
  --management-highlight-color-rgb: 20, 125, 80;
  --management-panel-width: 0px;
}

body {
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

*:focus {
  outline: 2px dotted #147D50 !important;
  outline-offset: 4px !important;
}

body > nav {
  display: none;
}

.page {
  padding: 0;
  overflow-x: hidden;
}

#siteframe {
  position: relative;
}

.content_wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 84px 20px 64px;
  position: relative;
  box-sizing: border-box;
}
.content_wrap.no_padding_top {
  padding-top: 0;
}
.content_wrap.no_padding_bottom {
  padding-bottom: 0;
}
.content_wrap.small_padding_top {
  padding-top: 60px;
}
.content_wrap > .content {
  margin: 0;
  padding: 0;
}
.content_wrap .portlets_top + .cf + .content {
  padding-top: 82px;
}
.content_wrap .content_inner {
  overflow: hidden;
}
.logged_in:has(#portlets_parks_map) .content_wrap .content_inner {
  overflow: visible;
}

.content_left {
  float: left;
}

.only_map #mapCanvas {
  min-height: 500px !important;
}
.only_map #mixItUp {
  overflow: visible;
}

/* @end */
/* @group header */
.header {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 186px;
  z-index: 280;
  /* --- navigation buttons --- */
}
.header .header_top {
  background: #F8F7F3;
}
.header .header_top .header_inner {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding-top: 6px;
  padding-bottom: 7px;
}
.header .header_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.header > .header_inner {
  display: flex;
  flex-flow: column;
}
.header .logos {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  display: block;
  margin: 0;
  float: left;
  padding: 15px 0 17px 0;
}
.header .logo.parc {
  float: left;
  margin: 0 20px 0 0;
}
.header .logo + .logo img {
  width: 380px;
}
.header .logo img {
  display: block;
}
.header .small_logo {
  display: none;
  position: fixed;
  top: 15px;
  right: -200px;
  opacity: 0;
  visibility: hidden;
}
.header .small_logo.parc {
  left: -200px;
  right: auto;
}
.header .small_logo.parc img {
  height: 58px;
}
.header .small_logo img {
  width: auto;
  height: 50px;
  backface-visibility: hidden;
}
.header .navigation_buttons {
  margin: -32px 0 0 0;
  padding: 0;
  float: right;
  text-align: right;
}
.header .navigation_buttons a {
  display: inline-block;
  color: #147D50;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -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;
}
.header .navigation_buttons a:first-child {
  display: none;
}
.header .navigation_buttons a span {
  display: block;
}
.header .navigation_buttons a span svg {
  color: green;
}
.header .navigation_buttons a span.icon {
  font-family: "pfyn-finges";
  font-size: 0;
  line-height: 0;
  text-transform: none;
  font-weight: 400;
  padding: 0 0 4px;
  -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;
}
.header .navigation_buttons a + a {
  margin: 0 0 0 40px;
}
.header .navigation_buttons a:hover {
  opacity: 0.6;
}
.header .is-sticky .navigation_buttons {
  margin-top: 7px;
}
.header .is-sticky .navigation_buttons span.icon {
  padding: 0;
  width: 38px;
}
.header .is-sticky .navigation_buttons span.icon img {
  width: 100%;
  height: auto;
}
.header .is-sticky .navigation_buttons span.text {
  display: none;
}

.is-sticky .small_logo {
  opacity: 1;
  visibility: visible;
  right: 15px;
  -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;
}
.is-sticky .small_logo.parc {
  right: auto;
  left: 15px;
}

/* --- menu button --- */
.responsive_navigation_toggle {
  z-index: 350;
  display: none;
  width: 40px;
  height: 30px;
  position: relative;
}
.responsive_navigation_toggle span {
  background: #147D50;
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 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: 80;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 12px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

.navi_open .responsive_navigation_toggle span {
  background: #fff !important;
}
.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);
}
.navi_open .responsive_navigation_toggle span {
  top: 42.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;
}

.rwd_overlay {
  background: #786857;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 320;
  -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;
}

.navi_open .rwd_overlay {
  opacity: 0.6;
  visibility: visible;
}

/* @end */
/* @group quick navigation */
#quick_navigation-sticky-wrapper {
  height: 0 !important;
}

.quick_navigation {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  right: -124px;
  top: 87px;
  z-index: 80;
}
.quick_navigation a {
  display: block;
  width: 35px;
  height: 35px;
  float: left;
  margin: 5px;
  padding: 0;
  background: #147D50;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.quick_navigation a:nth-child(2) {
  background: #786857;
}
.quick_navigation a:nth-child(3) {
  background: #565655;
}
.quick_navigation a:nth-child(4) {
  background: #147D50;
}
.quick_navigation a:hover {
  opacity: 1;
}

.is-sticky .quick_navigation {
  right: 50%;
  margin: 0 -764px 0 0;
}

/* @end */
/* @group page home  */
/*
.page_home {

	.gradient {
		bottom: -1px;
	}

	.special_slider {
		padding: 60px 0 130px;

		h2,
		h1 {
			text-align: left;
			text-transform: uppercase;
			font-size: 44px;
			line-height: 56px;
			font-weight: 700;
			margin: 0 0 25px 0;
		}
	}

	#header {
		height: 100px;
		background: transparent;
		text-align: center;
		position: absolute;
		width: 100%;

		.header_inner {
			max-width: 100%;
			padding: 10px 40px;
		}

		#navigation,
		#navigation-sticky-wrapper,
		.special_portlet_wrap,
		#search_wrap {
			display: none;
		}

		.logo + .logo {
			float: right;
		}

		#background_home {
			background: url(../img/wolke.png) no-repeat;
		    background-size: 100% auto;
		    width: 250px;
		    height: 130px;
		    position: absolute;
		    left: 50%;
		    top: -9px;
		    margin-left: -145px;
		    -webkit-transform: rotate(-5deg);
		    -moz-transform: rotate(-5deg);
		    -o-transform: rotate(-5deg);
		    transform: rotate(-5deg);
		}

		#language_wrap {
			float: none;
			padding: 35px 0 0 0;
			width: 160px;
			margin: 0 auto;			
		}
	}

	/* --- menu boxes --- 

	.menu_boxes {
		width: 864px;
		position: absolute;
		z-index: 10;
		margin: 0 auto;
		padding: 0;
		z-index: 150;
		@include centerAbsoluteElementLeft();
		top: 150px;
		list-style: none;

		.box {
			width: 25%;
			padding: 0 12px 0;
			box-sizing: border-box;
			float: left;

			.box_inner {
				background: rgba(0,140,52,0.7);
				height: 0;
				padding-bottom: 100%;
				position: relative;
				text-align: center;
				vertical-align: middle;
				box-shadow: none;
				@include transition(0.3s);
				display: block;
			}
			&:nth-child(2) .box_inner {
				background: rgba(120,104,87,0.7);
			}
			&:nth-child(3) .box_inner {
				background: rgba(86,86,85,0.7);
			}
			&:nth-child(4) .box_inner {
				background: rgba(0,101,49,0.7);
			}
			&:nth-child(2) .box_inner:hover {
				background: $brown;
			}
			&:nth-child(3) .box_inner:hover {
				background: $gray;
			}
			&:nth-child(4) .box_inner:hover {
				background: $green;
			}
			a.box_link {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				z-index: 10;
				cursor: pointer;
			}
			span.title {
				display: inline-block;
				position: absolute;
				top: 50%;
				left: 0;
				right: 0;
				color: #fff;
				font-size: 32px;
				line-height: 48px;
				letter-spacing: 0.6px;
				font-weight: 700;
				margin: 0;
				text-transform: none;
				@include translate(0,-50%);
			}
		}
	}
}*/
#slider_home {
  position: relative;
  /* --- scroll button --- */
}
#slider_home .scroll_button {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin: 0 0 0 -17px;
  text-decoration: none;
  color: #147D50;
  font-size: 60px;
  line-height: 60px;
  opacity: 0.5;
  z-index: 50;
  cursor: pointer;
  -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-animation: bounce 2.5s infinite;
  -moz-animation: bounce 2.5s infinite;
  -o-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
}
#slider_home .scroll_button:hover {
  opacity: 1;
}

.slider_home {
  position: relative;
}
.slider_home .slick-track {
  display: flex;
  overflow: hidden;
}
.slider_home .slick-track .picture {
  float: none;
  position: relative;
}
.slider_home .slick-track .picture img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
.slider_home .slick-track .picture a.resource_link {
  position: relative;
  display: block;
}
.slider_home .slick-track .picture a.resource_link:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); /* Standard syntax */
}
.slider_home .slick-track .picture a.resource_link img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
  backface-visibility: hidden;
}
.slider_home .slick-track .picture a.resource_link:hover img {
  -webkit-transform: scale(1.015);
  -moz-transform: scale(1.015);
  -o-transform: scale(1.015);
  transform: scale(1.015);
}
.slider_home .slick-track .picture .resource_description {
  clip: unset !important;
  height: auto !important;
  position: absolute !important;
  width: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: block !important;
  top: 46%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc((100% - 1200px) / 2);
  max-width: 1200px;
  padding: 30px;
  overflow: visible !important;
  pointer-events: none;
  z-index: 2;
  padding-bottom: 3px;
}
.slider_home .slick-track .picture .resource_description .resource_title {
  font-size: 80px;
  line-height: 94px;
  letter-spacing: 2.5px;
  display: block;
  color: #fff;
  text-shadow: 0 2px 30px black;
  text-transform: uppercase;
  margin: 0;
}
.slider_home .slick-track .picture .resource_description p {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 1.3px;
  display: block;
  color: #fff;
  text-shadow: 0 2px 20px black;
  font-weight: 700;
  margin-top: 11px;
}
.slider_home .slick-track .picture .resource_description a.button,
.slider_home .slick-track .picture .resource_description p > a:only-child {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  font-size: clamp(11px, 1.6vw, 16px);
  line-height: clamp(17px, 2.4vw, 24px);
  padding: clamp(7px, 1.1vw, 11px) clamp(45px, 5vw, 50px) clamp(7px, 1.1vw, 11px) clamp(10px, 1.5vw, 15px);
  letter-spacing: unset;
  color: #fff;
  background: #147D50;
  text-shadow: none;
  margin-top: 20px;
  pointer-events: all;
}
.slider_home .slick-track .picture .resource_description a.button:after,
.slider_home .slick-track .picture .resource_description p > a:only-child:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.slider_home .slick-track .picture .resource_description a.button:before,
.slider_home .slick-track .picture .resource_description p > a:only-child:before {
  display: none;
}
.slider_home .slick-track .picture .resource_description a.button:hover,
.slider_home .slick-track .picture .resource_description p > a:only-child:hover {
  background: #147D50;
  color: #fff;
}
.slider_home .slick-track .picture .resource_description a.button:hover:after,
.slider_home .slick-track .picture .resource_description p > a:only-child:hover:after {
  color: #fff;
}
@media print {
  .slider_home .slick-track .picture .resource_description a.button,
.slider_home .slick-track .picture .resource_description p > a:only-child {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .slider_home .slick-track .picture .resource_description a.button,
.slider_home .slick-track .picture .resource_description p > a:only-child {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .slider_home .slick-track .picture .resource_description a.button:after,
.slider_home .slick-track .picture .resource_description p > a:only-child:after {
    right: 11px;
    font-size: 15px;
  }
}
.slider_home .slick-track .picture .resource_description a.button:after,
.slider_home .slick-track .picture .resource_description p > a:only-child:after {
  color: inherit !important;
}
.slider_home .slick-track .picture .resource_description a.button:hover, .slider_home .slick-track .picture .resource_description a.button:focus,
.slider_home .slick-track .picture .resource_description p > a:only-child:hover,
.slider_home .slick-track .picture .resource_description p > a:only-child:focus {
  color: #147D50;
  background: #fff;
  border-color: #fff;
}
.slider_home .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 21;
  padding: 20px;
}
.slider_home .slick-dots li {
  list-style: none;
  cursor: pointer;
}
.slider_home .slick-dots li button {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: none;
  font-size: 0;
  border: 2px solid #fff;
  display: block;
}
.slider_home .slick-dots li:hover button, .slider_home .slick-dots li.slick-active button {
  background: #fff;
}
.slider_home .slick-arrow {
  position: absolute;
  width: 30px;
  height: 46px;
  margin-top: 0;
  box-sizing: border-box;
  background: none;
  text-align: center;
  z-index: 1;
  top: 46%;
  margin-top: -23px;
  line-height: 46px;
  font-size: 46px;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 2px 30px black;
}
.slider_home .slick-arrow.fa-chevron-left {
  left: 30px;
  padding-right: 2px;
}
.slider_home .slick-arrow.fa-chevron-right {
  right: 30px;
  padding-left: 1px;
}
.slider_home .slick-arrow:hover {
  opacity: 0.6;
}

@media screen and (max-height: 850px) {
  .slider_home .slick-track .picture img {
    max-height: 500px;
  }
  .gradient img {
    max-height: 150px;
  }
}
@media screen and (min-height: 1000px) {
  .slider_home .slick-track .picture img {
    max-height: 700px;
  }
}
/* @end */
/* @group special slider */
.special_slider {
  margin: 0;
  padding: 14px 0 120px;
  clear: both;
}
.special_slider .slider_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.special_slider .slider_navigation {
  position: relative;
  display: block;
  margin: 0 -10px;
}
.special_slider .slider_navigation li {
  float: left;
  display: block;
  list-style: none;
}
.special_slider .slider_navigation li.cf {
  float: none;
}
.special_slider .slider_navigation li a {
  display: block;
  margin: 0 -2px 0 0;
  padding: 13px 0 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #1f1f1f;
  text-decoration: none;
  cursor: pointer;
  -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;
}
.special_slider .slider_navigation li a span {
  display: block;
  margin: 0 2px 0 0;
  padding: 0 12px;
  border-left: 2px solid #b9b9b8;
}
.special_slider .slider_navigation li:first-child > a > span {
  border: 0;
}
.special_slider .slider_navigation li:hover > a, .special_slider .slider_navigation li.current > a {
  color: #147D50;
  background: #fff;
}
.special_slider .slider_navigation li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -30px;
  right: -30px;
  background: #fff;
  padding: 2px 30px 0;
  z-index: 20;
  -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;
}
.special_slider .slider_navigation li ul a {
  text-transform: none;
}
.special_slider .slider_navigation li:hover > ul, .special_slider .slider_navigation li.current > ul {
  opacity: 1;
  visibility: visible;
}
.special_slider .slider_navigation li:hover > ul {
  z-index: 30;
}
.special_slider .slider_navigation > Li.current + li > a span,
.special_slider .slider_navigation > Li.current > a span,
.special_slider .slider_navigation > Li:hover > a span,
.special_slider .slider_navigation > Li:hover + li > a span {
  border-color: #fff;
}
.special_slider .resource_container {
  position: relative;
}
.special_slider .resource_container .slide_text_container {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 1280px;
  margin: 0 0 0 -640px;
  padding: 27px 40px 43px;
  background: #fff;
  box-sizing: border-box;
}
.special_slider .resource_container .slide_text_container > *:last-child {
  margin-bottom: 0;
}
.special_slider .resource_container .slide_text_container h4 {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 18px;
}
.special_slider .resource_container .slide_text_container ul {
  margin: 0 0 20px 0;
  list-style: none;
  width: auto;
}
.special_slider .resource_container .slide_text_container ul li {
  position: relative;
  padding-left: 35px;
}
.special_slider .resource_container .slide_text_container ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../img/logo_icon.png) no-repeat center center;
  background-size: 20px;
  z-index: 10;
}
.special_slider .resource_container .slide_text_container ol {
  margin: 0 0 20px 25px;
  width: auto;
}
.special_slider .resource_container .picture {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.special_slider .resource_container .picture.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.special_slider .resource_container img {
  width: 100%;
  height: auto;
  display: block;
}

/* @end */
/* @group header images */
/* --- big image --- */
.system_page div#big_image {
  display: none;
}

div#big_image,
div#small_image {
  display: none;
  width: 100%;
}

.with_header_image div#big_image,
.with_header_image div#small_image {
  display: block;
}

div#big_image {
  position: relative;
  overflow: hidden;
}
div#big_image .resource_container {
  height: 100%;
  margin: 0;
}
div#big_image .resource_container .resource_link,
div#big_image .resource_container .resource_background,
div#big_image .resource_container .picture {
  height: 100%;
  display: block;
  float: none;
  clear: both;
}
div#big_image .resource_container .resource_subtitle {
  display: none;
}
div#big_image .resource_container .resource_link {
  pointer-events: none;
}
div#big_image .resource_container div.picture {
  display: none;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}
div#big_image .resource_container div.picture.picture_0 {
  display: block;
}
div#big_image .resource_container div.picture img {
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#small_image {
  position: relative;
  overflow: hidden;
  max-height: 440px;
}
#small_image .resource_link {
  pointer-events: none;
}
#small_image .picture {
  float: none;
  clear: both;
}
#small_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- gradient --- */
.gradient {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: -5px;
  z-index: 20;
  pointer-events: none;
}
.gradient img {
  width: 100%;
  height: auto;
  display: block;
}

#big_image .gradient img {
  min-height: 150px;
}

/* @end */
/* @group footer */
.footer {
  background: #fff;
  overflow: hidden;
}
.footer .footer_inner {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 20px 65px;
}
.footer .footer_inner h2,
.footer .footer_inner h1 {
  text-align: left;
  margin-bottom: 20px;
}
.footer .footer_inner .portlets_wrap {
  margin: 0 -30px 0 0;
}
.footer .footer_inner .portlet {
  float: left;
  width: 33.33%;
  padding: 0 45px 0 0;
  box-sizing: border-box;
}
.footer .footer_inner .portlet .portlet_inner {
  position: relative;
}
.footer .footer_inner .portlet h3, .footer .footer_inner .portlet h3 a {
  font-weight: 700;
  text-transform: none;
}
.footer .footer_inner .portlet .portlet_content_link:hover {
  color: #fff;
}
.footer .footer_inner .portlet .portlet-content a {
  color: #1f1f1f;
  text-decoration: none;
}
.footer .footer_inner .portlet .portlet-content a i {
  font-size: 26px;
}
.footer .footer_inner .portlet .portlet-content a:hover {
  color: #147D50;
}
.footer .footer_inner .portlet .portlet-content a.portlet_content_link {
  color: #147D50;
}
.footer .footer_inner .portlet .portlet-content a.portlet_content_link:hover {
  color: #fff;
}
.footer .footer_inner .portlet .portlet-content p.social_icons {
  margin-top: 25px;
}
.footer .footer_inner .portlet .portlet-content p.social_icons a {
  float: left;
  margin-right: 15px;
}
.footer .footer_inner .portlet .controls {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 7px 10px 12px 12px;
  z-index: 20;
}
.footer .footer_inner .portlet .controls li {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer_inner .portlet .controls li.portlet-resource-link {
  display: none;
}
.footer .footer_inner .portlet .controls a {
  color: #1f1f1f;
}
.footer .footer_inner .portlet .controls a:hover {
  color: #147D50;
}
.footer #copy {
  margin-top: 26px;
}
.footer #copy .meta-navigation {
  margin-left: 0;
}
.footer #copy li {
  display: inline-block;
  line-height: 24px;
  margin-right: 25px;
}
.footer #copy li a {
  display: inline-block;
  color: rgba(31, 31, 31, 0.5);
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 0;
  vertical-align: middle;
  -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;
}
.footer #copy li a:hover {
  color: #1f1f1f;
}
.footer #copy li:first-child a {
  border: 0;
}

.with_portlets_pictures .footer {
  background: #fff;
}

/* @end */
/* @group page not found */
.page_not_found_image {
  width: 203px;
  height: 329px;
  float: right;
  margin: -15px 0 0 10px;
  background: url(../img/finya_cut.png) no-repeat;
  position: relative;
}
.page_not_found_image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/finya_questionmarks.png) no-repeat center top;
  -webkit-animation: "bounce" 4s infinite;
  -moz-animation: "bounce" 4s infinite;
  -o-animation: "bounce" 4s infinite;
  animation: "bounce" 4s infinite;
}

/* @end */
/* @group screenreader */
.page_screenreader #skiplinks_navigation,
.page_screenreader h1.sr-only,
.page_screenreader #privacy_banner_wrap,
.page_screenreader #portlets_before_after,
.page_screenreader .content_left {
  display: none !important;
}
.page_screenreader.not_logged_in footer,
.page_screenreader.not_logged_in header {
  display: none;
}

/* @end */
/* @group privacy_banner */
#privacy_banner_wrap #privacy_banner {
  background: rgba(31, 31, 31, 0.85);
}
#privacy_banner_wrap #privacy_banner #privacy_banner_inner #privacy_button {
  background: #147D50;
  margin-bottom: 0;
}

/* @end privacy_banner */
/*
|--------------------------------------------------------------------------
| 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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
/*  @group metanavigation */
.meta-navigation {
  display: flex;
  margin-left: 35px;
}
.meta-navigation li {
  list-style: none;
}
.meta-navigation li a {
  color: #1f1f1f;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
}
.meta-navigation li:hover a {
  color: #147D50;
}
.meta-navigation li.current a {
  color: #147D50;
  font-weight: 700;
}
.meta-navigation li:not(:first-child) {
  margin-left: 15px;
}

/* @end */
/* @group mainnavigation */
.portlets_to_move {
  display: none;
}

#navigation {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 200;
}

.is-sticky #navigation {
  top: 0;
  left: var(--management-panel-width);
  right: 0;
  padding: 0 40px;
  width: calc(100% - var(--management-panel-width));
  box-sizing: border-box;
}

.navigation_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.navigation {
  margin: 0 0 0 -12px;
  position: relative;
  /* --- level 1 --- */
  /* --- special dropdown --- */
}
.navigation #nav-11 li,
.navigation #nav-4 ul.level2 {
  display: none !important;
}
.navigation > li {
  list-style: none;
  background: transparent;
  float: left;
}
.navigation > li > a:not(:last-child) span:after {
  content: "\f107";
  position: absolute;
  top: 3px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: unset;
  position: relative;
  margin-left: 6px;
  display: inline-block;
  font-weight: 900;
  width: 17.5px;
}
.navigation > li > a {
  display: block;
  text-decoration: none;
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  color: #1f1f1f;
  text-transform: none;
  margin: 0 -2px 0 0;
  padding: 15px 0 15px 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;
}
.navigation > li:first-child > a span {
  border: 0;
}
.navigation > li > a span {
  margin: 0 2px 0 0;
  padding: 0 12px 0 12px;
}
.navigation > li:hover > a, .navigation > li.current > a {
  text-decoration: none;
  color: #147D50;
}
.navigation > li:hover > a {
  background: #fff;
}
.navigation > li:hover + li > a span, .navigation > li:hover > a span {
  border-color: #fff;
}
.navigation > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.navigation > li.has_submenu:focus-within > ul {
  visibility: visible;
  opacity: 1;
}
.navigation > li.has_submenu:focus ul.submenu_dropdown {
  visibility: visible;
  opacity: 1;
}
.navigation ul.level1 {
  position: absolute;
  z-index: 100;
  left: -20px;
  right: -20px;
  top: 52px;
  width: auto;
  margin: 0;
  padding: 0 0 30px 30px;
  background: #f8f7f2;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  vertical-align: top;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0px 25px;
}
.navigation ul.level1 .portlet {
  grid-column: 4;
  grid-row: 1/span 30;
}
.navigation ul.level1 > li {
  margin-top: 30px;
}
.navigation ul.level1 > li > a {
  text-transform: uppercase;
}
.navigation ul.level1 li {
  display: block;
}
.navigation ul.level1 li > a {
  color: #1f1f1f;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation ul.level1 li > a:hover {
  text-decoration: none;
  color: #147D50;
}
.navigation ul.level1 li.current > a {
  text-decoration: none;
  color: #147D50;
}
.navigation ul.level1 .navigation_image {
  display: block;
  padding: 5px 0 0;
}
.navigation ul.level1 .navigation_image img {
  width: 100%;
  height: auto;
  display: block;
}
.navigation ul.level2 {
  margin-top: 20px;
}
.navigation ul.level2 > li:not(:first-child) {
  margin-top: 10px;
}
.navigation ul.level2 > li > a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.navigation ul.level2 > li:not(:last-child) ul.level3 {
  margin-bottom: 15px;
}
.navigation ul.level3 {
  margin-top: 5px;
  margin-left: 0px;
}
.navigation ul.level3 > li:not(:first-child) {
  margin-top: 2px;
}
.navigation ul.level3 > li > a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.navigation ul.level5,
.navigation ul.level4 {
  display: none;
}
.navigation .portlet {
  background: #fff;
  padding: 8px 8px 0 8px;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  width: clamp(260px, 32vw, 322px);
}
.navigation .portlet:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 30px;
  display: block;
  background: #fff;
  bottom: -30px;
}
.navigation .portlet .portlet-listing-content-container {
  padding: 30px 20px 0 20px;
}
.navigation .portlet .portlet-listing-content-container h4 {
  margin-bottom: 8px;
}
.navigation .portlet .portlet-listing-content-container h4, .navigation .portlet .portlet-listing-content-container h4 a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.navigation .portlet .portlet-listing-content-container .portlet-entry-link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  min-width: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.navigation .portlet .portlet-listing-content-container .portlet-entry-link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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 .portlet .portlet-listing-content-container .portlet-entry-link:before {
  display: none;
}
.navigation .portlet .portlet-listing-content-container .portlet-entry-link:hover {
  background: #147D50;
  color: #fff;
}
.navigation .portlet .portlet-listing-content-container .portlet-entry-link:hover:after {
  color: #fff;
}
@media print {
  .navigation .portlet .portlet-listing-content-container .portlet-entry-link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .navigation .portlet .portlet-listing-content-container .portlet-entry-link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .navigation .portlet .portlet-listing-content-container .portlet-entry-link:after {
    right: 11px;
    font-size: 15px;
  }
}
.navigation .portlet .portlet-listing-content-container .portlet-entry-link:after {
  font-weight: 900;
}
.navigation .portlet .portlet-listing-content-container .portlet-entry-link:hover {
  color: #147D50;
  background: #fff;
}
.navigation .portlet .portlet-listing-content-container .portlet-entry-link:hover:after {
  right: 5px;
  color: #147D50;
}
.navigation .portlet .portlet_content_description {
  padding: 30px 20px 0 20px;
}
.navigation .portlet .portlet_content_description p strong {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.navigation .portlet .portlet_content_description p:has(strong) {
  margin-bottom: 8px;
}
.navigation .portlet .portlet_content_description .portlet_content_link {
  min-width: 0;
  min-width: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.navigation .portlet .portlet_content_description .portlet_content_link:after {
  font-weight: 900;
}
.navigation .portlet .portlet_content_description .portlet_content_link:hover {
  color: #147D50;
  background: #fff;
}
.navigation .portlet .portlet_content_description .portlet_content_link:hover:after {
  right: 5px;
  color: #147D50;
}
.navigation > li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
}
.navigation .dropdown {
  display: block;
  position: absolute;
  z-index: 100;
  left: -20px;
  right: -20px;
  top: 59px;
  width: auto;
  margin: 0;
  padding: 37px 0 40px 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  vertical-align: top;
}
.navigation .dropdown .column {
  float: left;
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}
.navigation .dropdown .column > h5 {
  margin: 0 0 20px;
}
.navigation .dropdown .column > h5 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;
}
.navigation .dropdown .column > h5 a:hover {
  color: #147D50;
}
.navigation .dropdown .event_entry {
  margin: 12px 0 0;
  padding: 12px 0 0;
  border-top: 2px solid #b9b9b8;
  cursor: pointer;
}
.navigation .dropdown .event_entry:first-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.navigation .dropdown .event_entry > a {
  text-decoration: none;
  color: #1f1f1f;
}
.navigation .dropdown .event_entry > a:hover {
  color: #147D50;
}
.navigation .dropdown .event_entry h5 {
  text-decoration: none;
  margin: 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;
}
.navigation .dropdown .event_entry .description {
  overflow: hidden;
  padding: 11px 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;
}
.navigation .dropdown .event_entry .description > *:last-child {
  margin-bottom: 0;
}
.navigation .dropdown .event_entry .date {
  display: block;
  float: left;
  width: 70px;
  text-align: center;
  background: #fff;
  border: 2px solid #1f1f1f;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  padding: 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;
}
.navigation .dropdown .event_entry .date span {
  display: block;
  padding: 7px 10px 6px;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.navigation .dropdown .event_entry .date span:first-child {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  padding: 7px 10px 5px;
  border-bottom: 2px solid #1f1f1f;
}
.navigation .dropdown .event_entry:hover .date {
  background: #147D50;
  border-color: #147D50;
  color: #fff;
}
.navigation .dropdown .event_entry:hover .date span:first-child {
  border-color: #fff;
}
.navigation .dropdown .event_entry:hover .description,
.navigation .dropdown .event_entry:hover h5 {
  color: #147D50;
}
.navigation .dropdown .news_entry {
  margin: 11px 0 0;
  padding: 12px 0 0;
  border-top: 2px solid #b9b9b8;
  cursor: pointer;
}
.navigation .dropdown .news_entry:first-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.navigation .dropdown .news_entry > a {
  text-decoration: none;
  color: #1f1f1f;
}
.navigation .dropdown .news_entry > a:hover {
  color: #147D50;
}
.navigation .dropdown .news_entry h5 {
  margin: 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;
}
.navigation .dropdown .news_entry .date {
  font-weight: 700;
  color: #147D50;
}
.navigation .dropdown .news_entry:hover h5 {
  color: #147D50;
}

.touch .navigation ul.level1,
.navigation > li:hover > ul {
  display: grid;
}

#navigation .dropdown {
  display: none;
}

/* @group responsive navigation */
.rwd_navigation {
  display: block;
  list-style: none;
  /* --- level 1 --- */
  /* --- level 2 --- */
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
}
.rwd_navigation #rwdnav-11 li,
.rwd_navigation #rwdnav-4 ul.level2,
.rwd_navigation li#rwdnav-152,
.rwd_navigation li#rwdnav-120 {
  display: none;
}
.rwd_navigation li#rwdnav-201 ul.level2,
.rwd_navigation li#rwdnav-201 > a span {
  display: none;
}
.rwd_navigation li.current > a,
.rwd_navigation li.current ul li.current > a {
  color: #147D50;
}
.rwd_navigation > li > a {
  padding: 15px 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #b9b9b8;
}
.rwd_navigation ul.level1 {
  position: static;
  width: auto;
  visibility: visible;
  opacity: 1;
  margin: -10px 0 0 0;
  padding: 0 0 15px 0;
}
.rwd_navigation ul.level1 > li > a {
  font-size: 16px;
  line-height: 24px;
  padding: 2px 20px;
  font-weight: 700;
  position: relative;
}
.rwd_navigation ul.level2 {
  display: block;
  margin: 0;
  padding: 0 0 5px;
}
.rwd_navigation ul.level2 > li > a {
  font-size: 16px;
  line-height: 24px;
  padding: 2px 20px;
  font-weight: 400;
  position: relative;
}
.rwd_navigation ul.level2 ul {
  display: none;
}
.rwd_navigation ul.level3 {
  display: block !important;
  margin: 0;
  padding: 0 0 5px;
}
.rwd_navigation ul.level3 > li > a {
  font-size: 13px;
  line-height: 22px;
  padding: 2px 20px;
  font-weight: 400;
  position: relative;
}

/* @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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
/* @group headings, paragraph */
h1 {
  color: #1f1f1f;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin: 0 0 25px 0;
  word-wrap: break-word;
}
#small_image h1 {
  position: absolute;
  width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 55px;
  background: none;
  text-align: left;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 86px;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

h2, h2 a {
  font-size: 28px;
  line-height: 34px;
  color: #1f1f1f;
  margin: 0 0 18px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
  word-wrap: break-word;
}

h3, h3 a {
  font-size: 22px;
  line-height: 28px;
  color: #1f1f1f;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
  word-wrap: break-word;
}

h8, h8 a,
h7, h7 a,
h6, h6 a,
h4, h4 a,
h5, h5 a {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 5px 0;
  line-height: 22px;
  text-decoration: none;
  display: block;
  word-wrap: break-word;
}

div.introduction {
  font-weight: 500;
  font-size: 21px;
  line-height: 37px;
  margin: 0 0 40px;
}
div.introduction strong {
  font-weight: inherit;
}

p {
  margin: 0 0 20px 0;
}

.page_home.no_system_page:not(:has(.search)) h1, .page_home.no_system_page:not(:has(.search)) div.introduction {
  text-align: center;
}

/* @end */
/* @group link */
a {
  outline: none;
  color: #147D50;
  text-decoration: underline;
}

a:hover {
  color: #0E5738;
}

a img {
  border: none;
}

#contentframe .resource_subtitle {
  display: none;
}

a.button {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
}
a.button:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
a.button:before {
  display: none;
}
a.button:hover {
  background: #147D50;
  color: #fff;
}
a.button:hover:after {
  color: #fff;
}
@media print {
  a.button {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  a.button {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  a.button:after {
    right: 11px;
    font-size: 15px;
  }
}

p strong .text_before_number_dots {
  margin-right: 5px;
}
p strong em.numbers_from_wrap {
  font-size: 0;
}
p strong em .numbers_from {
  --widthDots: 13px;
  display: inline-block;
  vertical-align: -1px;
}
p strong em .numbers_from .dot {
  display: block;
  width: var(--widthDots);
  height: var(--widthDots);
  border-radius: 100%;
  background: #b9b9b8;
  display: inline-block;
  opacity: 0.45;
}
p strong em .numbers_from .dot:not(:first-child) {
  margin-left: 4px;
}
p strong em .numbers_from .dot.active {
  background: #147D50;
  opacity: 1;
}

/* --- button --- */
.content button {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 62px 12px 22px;
  color: #1f1f1f;
  background: #fff;
  border: 2px solid #1f1f1f;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  -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;
}
.content button:before {
  content: "g";
  position: absolute;
  top: 5px;
  right: 13px;
  font-family: "pfyn-finges";
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  height: 35px;
  text-transform: none;
  z-index: 10;
}
.content button:hover {
  color: #fff;
  background: #1f1f1f;
}

/* @end */
/* @group iframe */
.video_iframe {
  margin: 0;
  padding: 0 0 56.2%;
  height: 0;
  position: relative;
}
.video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
}

.content_inner p > iframe {
  overflow: scroll;
}

/* @end */
/* @group unordrered list */
.content ul,
.content ol {
  margin: 0 0 20px 25px;
  width: auto;
}

.content .chosen ul {
  margin: 0;
}

.content ol {
  list-style-type: decimal;
  margin: 0 0 20px 25px;
}

.content ul.sitemap {
  margin: 0;
}

.content ul {
  list-style: none;
  margin-left: 0;
}
.content ul li {
  position: relative;
  padding-left: 35px;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../img/logo_icon.png) no-repeat center center;
  background-size: 20px;
  z-index: 10;
}

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

.table_wrap_container {
  overflow: hidden;
  margin: 0 0 20px 0;
}

.table_scroll_indicator {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: none;
}
.table_scroll_indicator:before {
  content: "\f0ec";
  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: #1f1f1f;
}

.content table {
  border: none;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

table th {
  color: #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  padding: 5px 10px 10px 0;
  text-align: left;
}

table td {
  border-bottom: 1px solid #1f1f1f;
  padding: 10px 10px 10px 0;
}
table td > *:last-child {
  margin-bottom: 0;
}

/* @end */
/* @group fancybox */
/* --- fancybox --- */
.fancybox-skin,
.fancybox-opened .fancybox-skin {
  box-shadow: none;
  padding: 10px !important;
  background: #fff;
}

.fancybox-close {
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  right: -12px;
  top: -12px;
  color: #1f1f1f;
  -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;
}
.fancybox-close:before {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
.fancybox-close:hover {
  background: #147D50;
  color: #fff;
}

.fancybox-nav span {
  width: 30px;
  height: 50px;
  background: #fff;
  color: #1f1f1f;
  opacity: 1;
  visibility: visible;
  left: 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;
}
.fancybox-nav span:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 35px;
  line-height: 49px;
  font-weight: 400;
  text-align: center;
  display: block;
  text-indent: -4px;
  z-index: 60;
}
.fancybox-nav:hover span {
  color: #147D50;
}
.fancybox-nav.fancybox-next span {
  left: auto;
  right: 0;
}
.fancybox-nav.fancybox-next span:before {
  content: "\f105";
  text-indent: 4px;
}

.fancybox-title {
  position: absolute;
  bottom: auto;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  text-align: left;
}
.fancybox-title .child {
  margin: 10px 0 0;
  padding: 10px 20px;
  background: #fff;
  color: #1f1f1f;
  border-radius: 0;
  font-family: "Euclid Square";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-shadow: none;
}

/* @end */
/* @group datepicker */
.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  border: 1px solid #E8E7E2;
  border-radius: 0;
  padding: 7px 7px 2px;
  margin: 5px 0 0 0;
  width: 340px;
}
.ui-datepicker.ui-widget .ui-datepicker-title {
  color: #fff;
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -7px 0;
  padding: 14px 10px 12px;
  background: #147D50;
}
.ui-datepicker.ui-widget select.ui-datepicker-month,
.ui-datepicker.ui-widget select.ui-datepicker-year {
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 4px;
  color: #666;
  border-color: #E8E7E2;
  background: #E8E7E2;
  -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: #786857;
  color: #fff;
  border-color: #786857;
}
.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: #147D50;
  color: #fff;
  border-color: #147D50;
}
.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: 1;
}
.ui-datepicker.ui-widget .ui-state-disabled span,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-disabled span,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-disabled span {
  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: 14px !important;
  cursor: pointer;
  border: 0 !important;
  left: 6px !important;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  z-index: 100;
  -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-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
  background: none;
  height: auto;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  opacity: 0.5;
}
.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 !important;
  right: 6px !important;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

/* @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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
/* @group images */
.resource_link {
  display: block;
  position: relative;
  text-decoration: none;
}

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

.picture_content img {
  max-width: 100%;
  height: auto;
}

.pictures.float_left,
.pictures.float_left_with_clear {
  float: left;
}

.pictures.float_right,
.pictures.float_right_with_clear {
  float: right;
}

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

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

span.resource_subtitle {
  display: none;
}

.picture_content_wrap {
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}
.picture_content_wrap .picture_content {
  max-width: 100%;
  display: block;
}
.picture_content_wrap img {
  max-width: 100%;
  height: auto !important;
}

.picture.youtube {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.picture.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* --- gallery --- */
.content .pictures.gallery {
  width: auto;
  margin-left: -40px;
}
.content .pictures.gallery .picture {
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  padding: 15px 0 25px 40px;
  /* --- hover effect --- */
}
.content .pictures.gallery .picture span,
.content .pictures.gallery .picture a {
  display: block;
}
.content .pictures.gallery .picture img {
  display: block;
  width: 100%;
  height: auto;
}
.content .pictures.gallery .picture span.resource_subtitle {
  display: none;
}
.content .pictures.gallery .picture span {
  background: #fff;
}
.content .pictures.gallery .picture span img {
  backface-visibility: hidden;
  -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;
}
.content .pictures.gallery .picture span:hover img {
  opacity: 0.5;
}

/* @end */
/* @group documents */
.documents {
  margin: 30px 0 15px 0;
}
.documents h2 {
  display: none;
}
.documents .document a {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 5px;
  overflow: hidden;
}
.documents .document a i {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
}
.documents .document a span {
  display: block;
  overflow: hidden;
}

/* @end */
/* @group music */
.musics h2 {
  display: none;
}
.musics .resource_music_description {
  padding: 0 0 8px 0;
}
.musics .resource_music_description > * {
  margin-bottom: 0;
}
.musics .music {
  margin: 0 0 15px;
}
.musics audio {
  width: 100%;
  min-height: 38px;
  box-sizing: border-box;
  border: none;
}

/* @end */
/* @group videos */
.videos {
  margin: 20px 0 0 0;
}
.videos h2 {
  display: none;
}
.videos .video-js {
  width: 100% !important;
  height: auto !important;
  padding: 0;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.videos .video {
  margin-bottom: 27px;
}

.category_257 .videos .video-js {
  background: #000;
  object-fit: contain;
}

/* @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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
/* @group main styles portlets */
.portlet {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  /* --- portlet link --- */
}
.portlet .controls {
  float: right;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 7px 7px 0 12px !important;
  margin-bottom: 10px !important;
}
.portlet .controls li:before {
  display: none;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet .portlet_content_description > *:last-child,
.portlet .portlet_content_description > *:last-child > *:last-child,
.portlet .portlet_content_description > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.portlet h3.portlet-title,
.portlet h3.portlet-title a {
  word-wrap: break-word;
}
.portlet p + .portlet_content_link {
  margin-top: 0;
}
.portlet .portlet_content_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin-top: 20px;
}
.portlet .portlet_content_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.portlet .portlet_content_link:before {
  display: none;
}
.portlet .portlet_content_link:hover {
  background: #147D50;
  color: #fff;
}
.portlet .portlet_content_link:hover:after {
  color: #fff;
}
@media print {
  .portlet .portlet_content_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .portlet .portlet_content_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .portlet .portlet_content_link:after {
    right: 11px;
    font-size: 15px;
  }
}

/* --- add portlet --- */
.add_portlet_link:after {
  display: none !important;
}

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

.add_portlet input.action_button.button,
.portlets a.add_portlet_link {
  position: relative;
  display: inline-block;
  float: none;
  clear: both;
  margin: 0;
  padding: 12px 22px;
  color: #1f1f1f;
  background: none;
  border: 2px solid #1f1f1f;
  text-transform: uppercase;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  box-sizing: border-box;
  -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;
}
.add_portlet input.action_button.button:hover,
.portlets a.add_portlet_link:hover {
  color: #fff;
  background: #1f1f1f;
}

.add_portlet input.action_button.button {
  margin: 5px 5px 0 0;
}

.porltets .portlet + a.add_portlet_link {
  margin-top: 30px;
}

.logged_in .portlets_top {
  padding-bottom: 40px;
}

/* --- logged in --- */
body.logged_in .portlets_before_after,
body.logged_in .portlets_left,
body.logged_in .portlets_pictures,
body.logged_in .portlets_bottom,
body.logged_in .portlets_top {
  position: relative;
  overflow: hidden;
}
body.logged_in .portlets_before_after div.portlets_inner_wrap,
body.logged_in .portlets_left div.portlets_inner_wrap,
body.logged_in .portlets_pictures div.portlets_inner_wrap,
body.logged_in .portlets_bottom div.portlets_inner_wrap,
body.logged_in .portlets_top div.portlets_inner_wrap {
  padding: 10px;
  box-sizing: border-box;
}
body.logged_in .portlets_before_after div.portlets_inner_wrap:after,
body.logged_in .portlets_left div.portlets_inner_wrap:after,
body.logged_in .portlets_pictures div.portlets_inner_wrap:after,
body.logged_in .portlets_bottom div.portlets_inner_wrap:after,
body.logged_in .portlets_top div.portlets_inner_wrap:after {
  left: 0;
  right: 0;
  bottom: 0;
}
body.logged_in .portlets_before_after .pictures .management_controls,
body.logged_in .portlets_left .pictures .management_controls,
body.logged_in .portlets_pictures .pictures .management_controls,
body.logged_in .portlets_bottom .pictures .management_controls,
body.logged_in .portlets_top .pictures .management_controls {
  display: none;
}
body.logged_in .portlets_before_after .portlet_zone_label:after,
body.logged_in .portlets_left .portlet_zone_label:after,
body.logged_in .portlets_pictures .portlet_zone_label:after,
body.logged_in .portlets_bottom .portlet_zone_label:after,
body.logged_in .portlets_top .portlet_zone_label:after {
  content: "Zone: Slider-Boxen";
}
body.logged_in .portlets_before_after,
body.logged_in .portlets_bottom {
  border: 0;
  padding-top: 40px;
  margin-bottom: 40px;
}
body.logged_in .portlets_pictures {
  padding-top: 40px;
  margin-bottom: 0;
}
body.logged_in .portlets_pictures div.portlets_inner_wrap:after {
  left: 0;
  right: 0;
  bottom: 0;
}
body.logged_in .portlets_pictures .pictures .management_controls {
  display: none;
}
body.logged_in .portlets_pictures .portlet_zone_label:after {
  content: "Zone: Bilder-Boxen";
}
body.logged_in .portlets_left {
  border: 0;
}
body.logged_in .portlets_left div.portlets_inner_wrap {
  padding: 10px;
  box-sizing: border-box;
}
body.logged_in .portlets_left div.portlets_inner_wrap:after {
  left: 0;
  right: 0;
  bottom: 0;
}
body.logged_in .portlets_left .pictures .management_controls {
  display: none;
}
body.logged_in .portlets_left .portlet_zone_label:after {
  content: "Zone: Boxen neben Inhalt";
}
body.logged_in .portlets_before_after .portlet_zone_label:after {
  content: "Zone: Vorher/Nachher Slider";
}

/* @end */
/* @group portlets left */
.portlets_left {
  width: 345px;
  margin: 3px 80px 0 0;
}
.portlets_left .portlet {
  /* --- slider --- */
  /* --- controls --- */
}
.portlets_left .portlet + .portlet {
  margin-top: 60px;
}
.portlets_left .portlet .bx-wrapper {
  margin: 7px 0 23px;
}
.portlets_left .portlet .resource_subtitle {
  position: static;
  display: block;
  background: 0;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0;
  color: #1f1f1f;
  box-shadow: none;
  box-shadow: none;
  display: none;
}
.portlets_left .portlet h3.portlet-title,
.portlets_left .portlet h3.portlet-title a {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.portlets_left .portlet .resource_container.pictures {
  margin-bottom: 25px;
}
.portlets_left .portlet .bx-wrapper .bx-controls-direction a {
  height: 25px;
  width: 25px;
  background: #fff;
  left: 0;
  margin: -12px 0 0;
  z-index: 10;
  color: #147D50;
  box-sizing: border-box;
  text-decoration: none;
}
.portlets_left .portlet .bx-wrapper .bx-controls-direction a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 25px;
  text-indent: -1px;
}
.portlets_left .portlet .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
}
.portlets_left .portlet .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f105";
  text-indent: 1px;
}
.portlets_left .portlet .bx-wrapper .bx-controls-direction a:hover {
  color: #147D50;
}
.portlets_left .portlet .controls {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px 0;
  background: #fff;
  z-index: 20;
}
.portlets_left .portlet .controls li:before {
  display: none;
}
.portlets_left .portlet .controls li,
.portlets_left .portlet .controls a {
  font-size: 16px;
  color: #1f1f1f;
  -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;
}
.portlets_left .portlet .controls li:hover,
.portlets_left .portlet .controls a:hover {
  color: #147D50;
}

/* @end */
/* @group portlets top/bottom */
div.portlets_bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 40px;
}

#portlets_top .park_portlet .resource_background {
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}

.resource_background {
  box-shadow: none !important;
}

.portlets_top,
.portlets_bottom {
  margin: 0 -40px;
  margin-top: -60px !important;
  /* --- slider --- */
}
.portlets_top .portlet,
.portlets_bottom .portlet {
  float: left;
  width: 33.33%;
  padding: 0 40px 0;
  margin-top: 60px;
  box-sizing: border-box;
  /* --- controls --- */
}
.portlets_top .portlet:nth-child(3n+1),
.portlets_bottom .portlet:nth-child(3n+1) {
  clear: both;
}
.portlets_top .portlet.bx-clone,
.portlets_bottom .portlet.bx-clone {
  display: none;
}
.portlets_top .portlet.hidden,
.portlets_bottom .portlet.hidden {
  display: block;
}
.portlets_top .portlet.logged_in,
.portlets_bottom .portlet.logged_in {
  padding-bottom: 30px;
}
.portlets_top .portlet .portlet_inner,
.portlets_bottom .portlet .portlet_inner {
  position: relative;
}
.portlets_top .portlet h3.portlet-title a,
.portlets_top .portlet h3.portlet-title,
.portlets_bottom .portlet h3.portlet-title a,
.portlets_bottom .portlet h3.portlet-title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  margin: 0 0 11px;
}
.portlets_top .portlet .resource_container,
.portlets_bottom .portlet .resource_container {
  margin: 0 0 23px;
}
.portlets_top .portlet .portlet_content_link,
.portlets_bottom .portlet .portlet_content_link {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 23px 0 0 0;
}
.portlets_top .portlet p + .portlet_content_link,
.portlets_bottom .portlet p + .portlet_content_link {
  margin-top: 3px;
}
.portlets_top .portlet .resource_container,
.portlets_bottom .portlet .resource_container {
  margin-bottom: 20px;
  width: 100%;
  height: 0;
  padding-bottom: 74.6%;
  overflow: hidden;
  background: #f8f7f2;
}
.portlets_top .portlet .resource_container.videos,
.portlets_bottom .portlet .resource_container.videos {
  height: auto;
  padding-bottom: 0;
  background: none;
}
.portlets_top .portlet .resource_container:not(.videos) *,
.portlets_bottom .portlet .resource_container:not(.videos) * {
  height: 0;
  padding-bottom: 74.6%;
  width: 100%;
}
.portlets_top .portlet .resource_container img,
.portlets_bottom .portlet .resource_container 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%);
  height: 100% !important;
  padding-bottom: 0 !important;
  width: auto;
  max-width: none;
  object-fit: cover;
}
.portlets_top .portlet .controls,
.portlets_bottom .portlet .controls {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px 0;
  background: #fff;
  z-index: 20;
}
.portlets_top .portlet .controls li,
.portlets_top .portlet .controls a,
.portlets_bottom .portlet .controls li,
.portlets_bottom .portlet .controls a {
  font-size: 16px;
  color: #1f1f1f;
  -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;
}
.portlets_top .portlet .controls li:hover,
.portlets_top .portlet .controls a:hover,
.portlets_bottom .portlet .controls li:hover,
.portlets_bottom .portlet .controls a:hover {
  color: #147D50;
}
.portlets_top .portlet.portlet_parks a.portlet_parks_link,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
}
.portlets_top .portlet.portlet_parks a.portlet_parks_link:after,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.portlets_top .portlet.portlet_parks a.portlet_parks_link:before,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link:before {
  display: none;
}
.portlets_top .portlet.portlet_parks a.portlet_parks_link:hover,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link:hover {
  background: #147D50;
  color: #fff;
}
.portlets_top .portlet.portlet_parks a.portlet_parks_link:hover:after,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link:hover:after {
  color: #fff;
}
@media print {
  .portlets_top .portlet.portlet_parks a.portlet_parks_link,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .portlets_top .portlet.portlet_parks a.portlet_parks_link,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .portlets_top .portlet.portlet_parks a.portlet_parks_link:after,
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link:after {
    right: 11px;
    font-size: 15px;
  }
}
.portlets_top .portlet.portlet_parks a.portlet_parks_link:not(:first-child),
.portlets_bottom .portlet.portlet_parks a.portlet_parks_link:not(:first-child) {
  margin-top: clamp(15px, 2.5vw, 25px);
}
.portlets_top div.bx-wrapper,
.portlets_bottom div.bx-wrapper {
  max-width: 1290px !important;
}
.portlets_top div.bx-wrapper .bx-controls-direction,
.portlets_bottom div.bx-wrapper .bx-controls-direction {
  display: none;
}
.portlets_top div.bx-wrapper .bx-loading,
.portlets_bottom div.bx-wrapper .bx-loading {
  display: none !important;
}
.portlets_top div.bx-wrapper .bx-viewport,
.portlets_bottom div.bx-wrapper .bx-viewport {
  padding: 0 0 2px;
}
.portlets_top div.bx-wrapper .bx-pager,
.portlets_bottom div.bx-wrapper .bx-pager {
  display: block;
  padding: 38px 0 0;
  position: relative;
  bottom: 0;
}
.portlets_top div.bx-wrapper .bx-pager a,
.portlets_bottom div.bx-wrapper .bx-pager a {
  border-radius: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #1f1f1f;
  background: none;
  margin: 0 3px;
  box-sizing: border-box;
  -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;
}
.portlets_top div.bx-wrapper .bx-pager a.active, .portlets_top div.bx-wrapper .bx-pager a:hover,
.portlets_bottom div.bx-wrapper .bx-pager a.active,
.portlets_bottom div.bx-wrapper .bx-pager a:hover {
  background: #1f1f1f;
}
.portlets_top div.bx-wrapper .bx-pager .bx-pager-item:only-child,
.portlets_bottom div.bx-wrapper .bx-pager .bx-pager-item:only-child {
  display: none;
}
.portlets_top a.add_portlet_link,
.portlets_bottom a.add_portlet_link {
  margin: 0 40px;
}

.content_inner + .portlets_bottom {
  margin: 0 -40px 0 -40px !important;
}

/* @end */
/* @group before / after */
div.portlets_before_after {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 20px;
  overflow: hidden;
}
div.portlets_before_after a.add_portlet_link {
  float: left;
  margin: 0 40px;
}
div.portlets_before_after .portlet {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 40px 30px;
  box-sizing: border-box;
  /* --- controls --- */
}
div.portlets_before_after .portlet:nth-child(3n+1) {
  clear: left;
}
div.portlets_before_after .portlet.hidden {
  display: block;
}
div.portlets_before_after .portlet .portlet_inner {
  position: relative;
}
div.portlets_before_after .portlet h3.portlet-title a,
div.portlets_before_after .portlet h3.portlet-title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  margin: 0 0 11px;
}
div.portlets_before_after .portlet .resource_container {
  margin: 0 0 23px;
}
div.portlets_before_after .portlet .resource_container img {
  width: 100%;
  height: auto;
  display: block;
}
div.portlets_before_after .portlet .resource_container .picture + .picture {
  display: none;
}
div.portlets_before_after .portlet .portlet_content_link {
  margin: 18px 0 0 0;
}
div.portlets_before_after .portlet .controls {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px 0;
  background: #fff;
  z-index: 20;
}
div.portlets_before_after .portlet .controls li,
div.portlets_before_after .portlet .controls a {
  font-size: 16px;
  color: #1f1f1f;
  -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;
}
div.portlets_before_after .portlet .controls li:hover,
div.portlets_before_after .portlet .controls a:hover {
  color: #147D50;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 10px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 16px;
  padding: 5px 10px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: "Vorher";
  display: none;
}

.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: "Nachher";
  display: none;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container picture {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

/* --- before after iframe --- */
.page_before_after_iframe {
  background: none;
}
.page_before_after_iframe div.portlets_before_after {
  margin: 0;
  padding: 0;
  max-width: none;
}
.page_before_after_iframe div.portlets_before_after .portlet {
  padding-left: 0;
  padding-right: 0;
}
.page_before_after_iframe div.portlets_before_after .portlet .resource_container {
  margin: 0 0 15px;
}
.page_before_after_iframe .page {
  padding: 0;
}
.page_before_after_iframe .rwd_overlay,
.page_before_after_iframe .responsive_navigation_toggle,
.page_before_after_iframe div.portlets_before_after:before,
.page_before_after_iframe #footer,
.page_before_after_iframe #header {
  display: none;
}

/* @end */
/* @group pictures */
.portlets_pictures.portlets .portlet + a.add_portlet_link {
  margin: 20px 40px;
}

.portlets_bottom + .cf + .portlets_pictures {
  padding-top: 44px;
}

.portlets_pictures {
  overflow: hidden;
}
.portlets_pictures .portlets_inner_wrap {
  display: flex;
  flex-flow: wrap;
}
.portlets_pictures .portlet {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  overflow: hidden;
  /* --- hover --- */
}
.portlets_pictures .portlet#add_portlet_pictures:before {
  display: none;
}
.portlets_pictures .portlet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  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;
}
.portlets_pictures .portlet:hover:before {
  background: rgba(255, 255, 255, 0.8);
}
.portlets_pictures .portlet .resource_container .picture {
  display: none;
}
.portlets_pictures .portlet .resource_container .picture_0 {
  display: block;
}
.portlets_pictures .portlet .resource_container img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.portlets_pictures .portlet.title_portlet ~ .portlet .resource_container + .portlet_text_wrap,
.portlets_pictures .portlet .resource_container + .portlet_text_wrap {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  overflow: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  margin: 0 0 0 -600px;
  padding: 34px 40px 0 0;
  z-index: 20;
  box-sizing: border-box;
}
.portlets_pictures .portlet.title_portlet ~ .portlet .resource_container + .portlet_text_wrap::-webkit-scrollbar,
.portlets_pictures .portlet .resource_container + .portlet_text_wrap::-webkit-scrollbar {
  display: none;
}
.portlets_pictures .portlet.title_portlet ~ .portlet:nth-child(odd) .resource_container + .portlet_text_wrap, .portlets_pictures .portlet:nth-child(even) .resource_container + .portlet_text_wrap {
  left: 0;
  right: 100%;
  margin: 0 -600px 0 0;
  padding-left: 40px;
  padding-right: 0;
}
.portlets_pictures .portlet h3.portlet-title,
.portlets_pictures .portlet h3.portlet-title a {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 21px;
  color: #fff;
  text-transform: none;
  -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-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.portlets_pictures .portlet .portlet_content_description {
  padding: 0 0 100px;
  opacity: 0;
  visibility: hidden;
  -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;
  position: relative;
}
.portlets_pictures .portlet.title_portlet h3.portlet-title,
.portlets_pictures .portlet.title_portlet h3.portlet-title a {
  text-shadow: none !important;
}
.portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link,
.portlets_pictures .portlet .portlet_content_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #fff;
  border-color: #fff;
  margin: 20px 0 0;
}
.portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link:after,
.portlets_pictures .portlet .portlet_content_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link:before,
.portlets_pictures .portlet .portlet_content_link:before {
  display: none;
}
.portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link:hover,
.portlets_pictures .portlet .portlet_content_link:hover {
  background: #147D50;
  color: #fff;
}
.portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link:hover:after,
.portlets_pictures .portlet .portlet_content_link:hover:after {
  color: #fff;
}
@media print {
  .portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link,
.portlets_pictures .portlet .portlet_content_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link,
.portlets_pictures .portlet .portlet_content_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link:after,
.portlets_pictures .portlet .portlet_content_link:after {
    right: 11px;
    font-size: 15px;
  }
}
.portlets_pictures .portlet.title_portlet ~ .portlet:nth-child(odd) .portlet_content_link, .portlets_pictures .portlet:nth-child(even) .portlet_content_link {
  left: 0;
}
.portlets_pictures .portlet .controls {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px 12px 12px;
  z-index: 80;
}
.portlets_pictures .portlet .controls li {
  display: inline-block;
  vertical-align: middle;
}
.portlets_pictures .portlet .controls a {
  color: #1f1f1f;
}
.portlets_pictures .portlet .controls a:hover {
  color: #147D50;
}
.portlets_pictures .portlet.hover h3.portlet-title,
.portlets_pictures .portlet.hover h3.portlet-title a, .portlets_pictures .portlet:hover h3.portlet-title,
.portlets_pictures .portlet:hover h3.portlet-title a {
  color: #1f1f1f;
  text-shadow: none !important;
}
.portlets_pictures .portlet.hover .portlet_content_link, .portlets_pictures .portlet:hover .portlet_content_link {
  color: #147D50 !important;
  border-color: #147D50 !important;
}
.portlets_pictures .portlet.hover .portlet_content_link:hover, .portlets_pictures .portlet:hover .portlet_content_link:hover {
  background: #147D50 !important;
  color: #fff !important;
}
.portlets_pictures .portlet.hover .portlet_content_description, .portlets_pictures .portlet:hover .portlet_content_description {
  opacity: 1;
  visibility: visible;
}
.portlets_pictures .title_portlet {
  width: 100%;
}
.portlets_pictures .title_portlet .portlet_inner {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  width: auto;
  float: none;
  clear: both;
}
.portlets_pictures .title_portlet:before {
  display: none;
}
.portlets_pictures .title_portlet:nth-child(odd) .resource_container + .portlet_text_wrap,
.portlets_pictures .title_portlet .resource_container + .portlet_text_wrap {
  position: static;
  margin: 0;
}
.portlets_pictures .title_portlet h3.portlet-title,
.portlets_pictures .title_portlet h3.portlet-title a {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 40px;
  text-transform: none;
  color: #1f1f1f;
}
.portlets_pictures .title_portlet .portlet_content_link,
.portlets_pictures .title_portlet .portlet_content_description {
  display: none;
}

/* @end */
/* @group search */
#search_wrap {
  float: right;
}

.portlet_search {
  margin: 0;
  padding: 0;
  position: relative;
  /* --- serach results --- */
}
.portlet_search .controls,
.portlet_search h3 {
  display: none;
}
.portlet_search .portlet-content {
  right: -12px;
  position: relative;
}
.portlet_search .portlet-content:before {
  content: "\f002";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 21px;
  color: #1f1f1f;
  text-align: center;
  pointer-events: none;
  z-index: 20;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  -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;
}
.portlet_search .portlet-content:hover input#portlet-search-input {
  background: #F8F7F3;
  width: 240px;
  opacity: 1;
}
.portlet_search input {
  display: block;
  background: #F8F7F3;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px 64px 10px 15px;
  height: 45px;
  width: 240px;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  color: #1f1f1f;
  box-sizing: border-box;
  -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;
  width: 0;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  /* --- place holder --- */
}
.portlet_search input#portlet-search-input:hover, .portlet_search input#portlet-search-input:focus {
  background: #F8F7F3;
  width: 240px;
  opacity: 1;
}
.portlet_search input.portlet-search-button {
  position: absolute;
  width: 45px;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  z-index: 10;
}
.portlet_search input::-webkit-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.portlet_search input::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.portlet_search input:-ms-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.portlet_search input:-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.portlet_search .live_search_results {
  display: none !important;
  background: #fff;
  margin: 0;
  padding: 20px;
  width: 400px;
  right: 0;
}
.portlet_search .live_search_results .search_item_wrap {
  display: block;
  margin: 16px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #b9b9b8;
}
.portlet_search .live_search_results .search_item_wrap:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.portlet_search .live_search_results .search_item_wrap a.search_item {
  color: #1f1f1f;
  text-decoration: none;
}
.portlet_search .live_search_results .search_item_wrap .resource_container {
  margin: 0 0 20px;
}
.portlet_search .live_search_results .search_item_wrap .search_item_introduction,
.portlet_search .live_search_results .search_item_wrap .search_item_details, .portlet_search .live_search_results .search_item_wrap:nth-child(4) ~ .search_item_wrap {
  display: none;
}

/* --- page results --- */
.highlighting {
  background: #d8d7d2;
  padding: 4px;
}

.content .search .search_item_wrap {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #b9b9b8;
}
.content .search .search_item_wrap:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.content .search .search_item_wrap a.search_item {
  color: #1f1f1f;
  text-decoration: none;
}
.content .search .search_item_wrap .resource_container {
  width: 350px;
  float: left;
  margin: 7px 20px 7px 0;
}
.content .search .search_item_wrap .search_item_date,
.content .search .search_item_wrap .search_item_introduction,
.content .search .search_item_wrap .search_item_details {
  display: none;
}
.content .search .search_item_wrap .content {
  overflow: hidden;
}
.content .search .search_item_wrap a.button {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  display: block;
  max-width: max-content;
  margin-top: 20px;
}
.content .search .search_item_wrap a.button:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.content .search .search_item_wrap a.button:before {
  display: none;
}
.content .search .search_item_wrap a.button:hover {
  background: #147D50;
  color: #fff;
}
.content .search .search_item_wrap a.button:hover:after {
  color: #fff;
}
@media print {
  .content .search .search_item_wrap a.button {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .content .search .search_item_wrap a.button {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .content .search .search_item_wrap a.button:after {
    right: 11px;
    font-size: 15px;
  }
}

/* @end */
/* @group special portlet */
.mod_action_create_mailform_form .special_portlet_wrap,
.system_page .special_portlet_wrap {
  display: none;
}

.special_portlet_wrap {
  position: absolute;
  right: 108px;
  top: 63px;
  z-index: 300;
  display: none;
}
.logged_in .special_portlet_wrap {
  top: 158px;
}
.special_portlet_wrap .portlet {
  background: url(../img/portlet_bg.png) no-repeat left top/190px auto;
  width: 190px;
  height: 107px;
  margin: 0;
  text-align: center;
}
.special_portlet_wrap .portlet.hidden {
  display: block;
}
.special_portlet_wrap .portlet .portlet_inner {
  position: relative;
  max-width: 140px;
  padding: 28px 0 0 5px;
  -webkit-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
.special_portlet_wrap .portlet h3.portlet-title,
.special_portlet_wrap .portlet h3.portlet-title a {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.special_portlet_wrap .portlet .portlet-content {
  display: none;
}
.special_portlet_wrap .portlet .controls {
  position: absolute;
  top: 25px;
  right: -32px;
  z-index: 20;
}
.special_portlet_wrap .portlet .controls a {
  color: #1f1f1f;
}
.special_portlet_wrap .portlet .controls .portlet-resource-link {
  display: none;
}

.page_home .special_portlet_wrap {
  display: block;
}

.system_page .special_portlet_wrap {
  display: none;
}

.with_header_image .special_portlet_wrap {
  display: block;
}

/* @end */
/* @group portlets news */
.portlets_news {
  margin-top: 120px;
}
.portlets_news.no_margin_top {
  margin-top: 0;
}
.portlets_news.portlet_project {
  background: #f8f7f2;
}
.portlets_news.portlet_project .portlets_news_inner {
  padding: 60px 20px 80px;
}
.portlets_news.portlet_project h3 span {
  background: #f8f7f2;
}
.portlets_news .portlets_news_inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.portlets_news h3, .portlets_news h3 a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
}
.portlets_news h3 {
  padding-left: 26px;
  display: block;
  position: relative;
}
.portlets_news h3:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #b9b9b8;
}
.portlets_news h3 span {
  background: #fff;
  padding: 0 10px;
  position: relative;
}

#portlets_news_right {
  width: 380px;
  float: right;
  margin-left: 95px;
}
#portlets_news_right .portlet_zone_label:after {
  content: "Zone: News Rechts";
}
#portlets_news_right + .cf {
  clear: none;
}
#portlets_news_right .add_portlet_link {
  display: none;
}
#portlets_news_right .portlet {
  margin-bottom: 0;
}
#portlets_news_right .portlet_listing h3 {
  margin-bottom: 28px;
}
#portlets_news_right .portlet_listing .portlet-listing-entry {
  margin-top: 70px;
  position: relative;
  margin: 70px 20px 0;
}
#portlets_news_right .portlet_listing .portlet-listing-entry:first-child {
  margin-top: 0;
}
#portlets_news_right .portlet_listing .portlet-listing-entry:hover .portlet-entry-link {
  opacity: 1;
  visibility: visible;
}
#portlets_news_right .portlet_listing .portlet-listing-entry:hover h2, #portlets_news_right .portlet_listing .portlet-listing-entry:hover h2 a {
  color: #147D50;
}
#portlets_news_right .portlet_listing .portlet-entry-date {
  color: #147D50;
  font-weight: 700;
  float: left;
  margin: 0 7px 4px 0;
}
#portlets_news_right .portlet_listing .portlet-entry-tags {
  float: left;
  margin-top: -2px;
}
#portlets_news_right .portlet_listing .listing_tags {
  font-size: 14px;
  line-height: 16px;
  color: #b9b9b8;
  border: 1px solid #b9b9b8;
  border-radius: 12px;
  padding: 3px 10px;
  float: left;
  margin-right: 6px;
}
#portlets_news_right .portlet_listing h4, #portlets_news_right .portlet_listing h4 a {
  clear: both;
  font-size: 20px;
  line-height: 30px;
  color: #1f1f1f;
  text-transform: none;
}
#portlets_news_right .portlet_listing h4 {
  margin-bottom: 12px;
}
#portlets_news_right .portlet_listing .portlet-entry-content {
  position: relative;
}
#portlets_news_right .portlet_listing .portlet-entry-content p {
  margin-bottom: 0;
}
#portlets_news_right .portlet_listing .portlet-entry-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -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;
}
#portlets_news_right .portlet_listing .portlet-entry-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  width: 150px;
  height: 100%;
  display: block;
  background: #fff;
  right: 0;
  background: rgba(255, 255, 255, 0.1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1), #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, rgba(255, 255, 255, 0.1), #fff); /* Standard syntax */
}
#portlets_news_right .portlet_listing .portlet-entry-link span {
  font-size: 0;
}
#portlets_news_right .portlet_listing .portlet-entry-link:before {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #1f1f1f;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
#portlets_news_right .portlet_listing .portlet-entry-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}
#portlets_news_right .portlet_listing .portlet_listing_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin: 35px 0 0 20px;
}
#portlets_news_right .portlet_listing .portlet_listing_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
#portlets_news_right .portlet_listing .portlet_listing_link:before {
  display: none;
}
#portlets_news_right .portlet_listing .portlet_listing_link:hover {
  background: #147D50;
  color: #fff;
}
#portlets_news_right .portlet_listing .portlet_listing_link:hover:after {
  color: #fff;
}
@media print {
  #portlets_news_right .portlet_listing .portlet_listing_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #portlets_news_right .portlet_listing .portlet_listing_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  #portlets_news_right .portlet_listing .portlet_listing_link:after {
    right: 11px;
    font-size: 15px;
  }
}

#portlets_project,
#portlets_news_slider {
  overflow: hidden;
}
#portlets_project .portlet .bx-wrapper,
#portlets_news_slider .portlet .bx-wrapper {
  padding: 32px 0 28px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .resource_container,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container {
  width: 41.4%;
  height: auto;
  float: left;
  margin-right: 25px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_description,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_description {
  overflow: hidden;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .offers_wrap h4, #portlets_project .portlet .bx-wrapper .bx-viewport .offers_wrap h4 a,
#portlets_project .portlet .bx-wrapper .bx-viewport h2, #portlets_project .portlet .bx-wrapper .bx-viewport h2 a,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .offers_wrap h4,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .offers_wrap h4 a,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2 a {
  font-size: 28px;
  line-height: 30px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 11px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_datetime,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_datetime {
  font-weight: 700 !important;
  color: #147D50;
  margin: -8px 0 6px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin-top: 18px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link:after,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link:after,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link:after,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link:before,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link:before,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link:before,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link:before {
  display: none;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link:hover,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link:hover,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link:hover,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link:hover {
  background: #147D50;
  color: #fff;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link:hover:after,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link:hover:after,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link:hover:after,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link:hover:after {
  color: #fff;
}
@media print {
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet_parks_link:after,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_link:after,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_parks_link:after,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_link:after {
    right: 11px;
    font-size: 15px;
  }
}
#portlets_project .portlet .bx-wrapper .bx-viewport p + .portlet_content_link,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport p + .portlet_content_link {
  margin-top: 0;
}
#portlets_project .portlet .bx-wrapper .bx-controls,
#portlets_news_slider .portlet .bx-wrapper .bx-controls {
  width: 56px;
  right: 20px;
  top: -15px;
  position: absolute;
}
#portlets_project .portlet .bx-wrapper .bx-controls a,
#portlets_news_slider .portlet .bx-wrapper .bx-controls a {
  background: none;
  text-indent: 0;
  border: 2px solid #fff;
  width: 28px;
  height: 28px;
  margin-top: 0;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  z-index: 1;
  border-radius: 0;
}
#portlets_project .portlet .bx-wrapper .bx-controls a i,
#portlets_news_slider .portlet .bx-wrapper .bx-controls a i {
  color: #147D50;
  line-height: 24px;
}
#portlets_project .portlet .bx-wrapper .bx-controls a.bx-prev,
#portlets_news_slider .portlet .bx-wrapper .bx-controls a.bx-prev {
  left: 0;
  padding-right: 2px;
}
#portlets_project .portlet .bx-wrapper .bx-controls a.bx-next,
#portlets_news_slider .portlet .bx-wrapper .bx-controls a.bx-next {
  right: 0;
  left: auto;
  padding-left: 1px;
}
#portlets_project .portlet .bx-wrapper .bx-controls a:hover,
#portlets_news_slider .portlet .bx-wrapper .bx-controls a:hover {
  background: #147D50;
}
#portlets_project .portlet .bx-wrapper .bx-controls a:hover i,
#portlets_news_slider .portlet .bx-wrapper .bx-controls a:hover i {
  color: #fff;
}

.logged_in #portlets_news_slider div.portlets_inner_wrap {
  padding: 10px;
}
.logged_in #portlets_news_slider div.portlets_inner_wrap:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.logged_in #portlets_news_slider .pictures .management_controls {
  display: none;
}
.logged_in #portlets_news_slider .portlet_zone_label:after {
  content: "Zone: News Slider";
}
#portlets_news_slider .portlet {
  margin: 65px 0 0 0;
}
#portlets_news_slider .portlet:first-child {
  margin-top: 2px;
}
#portlets_news_slider .portlet h3 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#portlets_news_slider .portlet h3:before {
  width: 26px;
}
#portlets_news_slider .portlet h3 span {
  background: none;
  position: relative;
}
#portlets_news_slider .portlet h3 span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  width: 800px;
  height: 1px;
  display: block;
  background: #b9b9b8;
}
#portlets_news_slider .portlet .bx-wrapper {
  background: #fff;
  margin-top: -11px;
}
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 34.5%;
  background: #f8f7f2;
}
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container * {
  height: 100%;
  padding-bottom: 83%;
}
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container 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: auto;
  max-width: none;
  padding-bottom: 0;
}

.logged_in #portlets_project div.portlets_inner_wrap {
  padding: 10px;
}
.logged_in #portlets_project div.portlets_inner_wrap:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.logged_in #portlets_project .pictures .management_controls {
  display: none;
}
.logged_in #portlets_project .portlet_zone_label:after {
  content: "Zone: Projekte - Bild links / Text rechts";
}
#portlets_project .portlet {
  margin-top: 1px;
  margin-bottom: 0;
}
#portlets_project .portlet .bx-wrapper {
  padding: 28px 20px 0;
}
#portlets_project .portlet .bx-wrapper .bx-controls {
  top: -35px;
}
#portlets_project .portlet .bx-wrapper .bx-controls a {
  background: #f8f7f2;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .resource_container {
  width: 44%;
  position: relative;
  height: 0;
  padding-bottom: 28%;
  margin-right: 65px;
  overflow: hidden;
  background: #f8f7f2;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .resource_container * {
  height: 0%;
  padding-bottom: 64.7%;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .resource_container 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: auto;
  max-width: none;
  padding-bottom: 0;
  height: 100%;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-listing-content-container {
  overflow: hidden;
}
#portlets_project .portlet .bx-wrapper .bx-viewport h2, #portlets_project .portlet .bx-wrapper .bx-viewport h2 a {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0.2px;
  text-transform: none;
  margin-bottom: 4px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-tags {
  clear: both;
  display: inline-block;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .listing_tags {
  font-size: 14px;
  line-height: 16px;
  color: #b9b9b8;
  border: 1px solid #b9b9b8;
  border-radius: 12px;
  padding: 3px 10px;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-content {
  clear: both;
  margin-top: 8px;
  font-size: 20px;
  line-height: 30px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link {
  display: none;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin-top: 20px;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link:before {
  display: none;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link:hover {
  background: #147D50;
  color: #fff;
}
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link:hover:after {
  color: #fff;
}
@media print {
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link:after {
    right: 11px;
    font-size: 15px;
  }
}
#portlets_project .portlet_parks .portlet-title {
  display: none;
}
#portlets_project .portlet_parks .portlet_content_description {
  overflow: hidden;
  clear: none !important;
}
#portlets_project .bx-wrapper {
  padding: 28px 20px 0;
}
#portlets_project .bx-wrapper .bx-controls {
  width: 56px;
  right: 20px;
  top: -15px;
  position: absolute;
  top: -35px;
}
#portlets_project .bx-wrapper .bx-controls a {
  background: none;
  text-indent: 0;
  border: 2px solid #f8f7f2;
  width: 28px;
  height: 28px;
  margin-top: 0;
  box-sizing: border-box;
  background: #f8f7f2;
  text-align: center;
  z-index: 1;
  border-radius: 0;
}
#portlets_project .bx-wrapper .bx-controls a i {
  color: #147D50;
  line-height: 24px;
}
#portlets_project .bx-wrapper .bx-controls a.bx-prev {
  left: 0;
  padding-right: 2px;
}
#portlets_project .bx-wrapper .bx-controls a.bx-next {
  right: 0;
  left: auto;
  padding-left: 1px;
}
#portlets_project .bx-wrapper .bx-controls a:hover {
  background: #147D50;
}
#portlets_project .bx-wrapper .bx-controls a:hover i {
  color: #fff;
}
#portlets_project .bx-wrapper .bx-viewport .resource_container {
  width: 44%;
  position: relative;
  height: 0;
  padding-bottom: 28%;
  margin-right: 65px;
  overflow: hidden;
  background: #f8f7f2;
  float: left;
}
#portlets_project .bx-wrapper .bx-viewport .resource_container * {
  height: 0%;
  padding-bottom: 64.7%;
}
#portlets_project .bx-wrapper .bx-viewport .resource_container 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: auto;
  max-width: none;
  padding-bottom: 0;
  height: 100%;
}
#portlets_project .bx-wrapper .bx-viewport .portlet_text_wrap {
  overflow: hidden;
}
#portlets_project .bx-wrapper .bx-viewport h2, #portlets_project .bx-wrapper .bx-viewport h2 a,
#portlets_project .bx-wrapper .bx-viewport h3, #portlets_project .bx-wrapper .bx-viewport h3 a {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0.2px;
  text-transform: none;
  margin-bottom: 4px;
  padding-left: 0;
}
#portlets_project .bx-wrapper .bx-viewport h2:before, #portlets_project .bx-wrapper .bx-viewport h2 a:before,
#portlets_project .bx-wrapper .bx-viewport h3:before, #portlets_project .bx-wrapper .bx-viewport h3 a:before {
  display: none;
}
#portlets_project .bx-wrapper .bx-viewport h2 span, #portlets_project .bx-wrapper .bx-viewport h2 a span,
#portlets_project .bx-wrapper .bx-viewport h3 span, #portlets_project .bx-wrapper .bx-viewport h3 a span {
  padding: 0;
}
#portlets_project .bx-wrapper .bx-viewport .portlet_content_description {
  clear: both;
  margin-top: 8px;
  font-size: 20px;
  line-height: 30px;
}
#portlets_project .bx-wrapper .bx-viewport .portlet-entry-link {
  display: none;
}
#portlets_project .bx-wrapper .bx-viewport .portlet_content_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
#portlets_project .bx-wrapper .bx-viewport .portlet_content_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
#portlets_project .bx-wrapper .bx-viewport .portlet_content_link:before {
  display: none;
}
#portlets_project .bx-wrapper .bx-viewport .portlet_content_link:hover {
  background: #147D50;
  color: #fff;
}
#portlets_project .bx-wrapper .bx-viewport .portlet_content_link:hover:after {
  color: #fff;
}
@media print {
  #portlets_project .bx-wrapper .bx-viewport .portlet_content_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #portlets_project .bx-wrapper .bx-viewport .portlet_content_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  #portlets_project .bx-wrapper .bx-viewport .portlet_content_link:after {
    right: 11px;
    font-size: 15px;
  }
}

.logged_in #portlets_project .portlet_parks .portlet-title {
  display: none;
}
.logged_in #portlets_project .portlet_parks .portlet_content_description {
  overflow: hidden;
  clear: none !important;
}
.logged_in #portlets_project .add_portlet_link {
  margin-top: 30px;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) {
  margin-top: 30px;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .resource_container {
  width: 44%;
  position: relative;
  height: 0;
  padding-bottom: 28%;
  margin-right: 65px;
  overflow: hidden;
  background: #f8f7f2;
  float: left;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .resource_container * {
  height: 0%;
  padding-bottom: 64.7%;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .resource_container 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: auto;
  max-width: none;
  padding-bottom: 0;
  height: 100%;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_text_wrap {
  overflow: hidden;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) h2, .logged_in #portlets_project .portlet:not(.portlet_title_only) h2 a,
.logged_in #portlets_project .portlet:not(.portlet_title_only) h3, .logged_in #portlets_project .portlet:not(.portlet_title_only) h3 a {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0.2px;
  text-transform: none;
  margin-bottom: 4px;
  padding-left: 0;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) h2:before, .logged_in #portlets_project .portlet:not(.portlet_title_only) h2 a:before,
.logged_in #portlets_project .portlet:not(.portlet_title_only) h3:before, .logged_in #portlets_project .portlet:not(.portlet_title_only) h3 a:before {
  display: none;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) h2 span, .logged_in #portlets_project .portlet:not(.portlet_title_only) h2 a span,
.logged_in #portlets_project .portlet:not(.portlet_title_only) h3 span, .logged_in #portlets_project .portlet:not(.portlet_title_only) h3 a span {
  padding: 0;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_description {
  clear: both;
  margin-top: 8px;
  font-size: 20px;
  line-height: 30px;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet-entry-link {
  display: none;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link:before {
  display: none;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link:hover {
  background: #147D50;
  color: #fff;
}
.logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link:hover:after {
  color: #fff;
}
@media print {
  .logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .logged_in #portlets_project .portlet:not(.portlet_title_only) .portlet_content_link:after {
    right: 11px;
    font-size: 15px;
  }
}

.portlet_content_title_portlet,
.portlet_content_title_portlet_2,
.portlet_content_title_portlet_3 {
  margin-bottom: 0;
}
.portlet_content_title_portlet .portlet-content,
.portlet_content_title_portlet_2 .portlet-content,
.portlet_content_title_portlet_3 .portlet-content {
  position: relative;
}
.portlet_content_title_portlet .portlet-content .resource_container,
.portlet_content_title_portlet_2 .portlet-content .resource_container,
.portlet_content_title_portlet_3 .portlet-content .resource_container {
  position: relative;
}
.portlet_content_title_portlet .portlet-content h3,
.portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 {
  position: absolute;
  width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 55px;
}
.portlet_content_title_portlet .portlet-content h3:before,
.portlet_content_title_portlet_2 .portlet-content h3:before,
.portlet_content_title_portlet_3 .portlet-content h3:before {
  display: none;
}
.portlet_content_title_portlet .portlet-content h3 span,
.portlet_content_title_portlet_2 .portlet-content h3 span,
.portlet_content_title_portlet_3 .portlet-content h3 span {
  padding: 0 !important;
}
.portlet_content_title_portlet .portlet-content h3, .portlet_content_title_portlet .portlet-content h3 a,
.portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_2 .portlet-content h3 a,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 a {
  background: none;
  text-align: left;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 94px;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.portlet_content_title_portlet .portlet-content h3 span, .portlet_content_title_portlet .portlet-content h3 a span,
.portlet_content_title_portlet_2 .portlet-content h3 span,
.portlet_content_title_portlet_2 .portlet-content h3 a span,
.portlet_content_title_portlet_3 .portlet-content h3 span,
.portlet_content_title_portlet_3 .portlet-content h3 a span {
  background: none;
}
.portlet_content_title_portlet .portlet-content .portlet_content_description,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description {
  font-weight: 500;
  font-size: 21px;
  line-height: 37px;
  max-width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 30px auto 0;
}
.portlet_content_title_portlet .portlet-content .portlet_content_description .portlet_content_link,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description .portlet_content_link,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description .portlet_content_link {
  border: none;
  font-weight: 400;
  color: #147D50;
  background: none;
  padding: 0;
  text-transform: none;
  width: auto;
  margin-top: 26px;
}
.portlet_content_title_portlet .portlet-content .portlet_content_description .portlet_content_link:after, .portlet_content_title_portlet .portlet-content .portlet_content_description .portlet_content_link:before,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description .portlet_content_link:after,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description .portlet_content_link:before,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description .portlet_content_link:after,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description .portlet_content_link:before {
  display: none;
}
.portlet_content_title_portlet .portlet-content .portlet_content_description .portlet_content_link:hover,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description .portlet_content_link:hover,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description .portlet_content_link:hover {
  background: none;
  color: #147D50;
}

#portlets_home_2,
#portlets_home_3,
#portlets_home {
  margin-top: 78px;
}
.logged_in #portlets_home_2 div.portlets_inner_wrap:after,
.logged_in #portlets_home_3 div.portlets_inner_wrap:after,
.logged_in #portlets_home div.portlets_inner_wrap:after {
  left: 50px;
  bottom: 30px;
}
.logged_in #portlets_home_2 .pictures .management_controls,
.logged_in #portlets_home_3 .pictures .management_controls,
.logged_in #portlets_home .pictures .management_controls {
  display: none;
}
.logged_in #portlets_home_2 .portlet_zone_label:after,
.logged_in #portlets_home_3 .portlet_zone_label:after,
.logged_in #portlets_home .portlet_zone_label:after {
  content: "Zone: 3er Grid";
}
#portlets_home_2 .portlets_inner_wrap,
#portlets_home_3 .portlets_inner_wrap,
#portlets_home .portlets_inner_wrap {
  margin-left: -65px;
}
#portlets_home_2 .portlets_inner_wrap .portlet,
#portlets_home_3 .portlets_inner_wrap .portlet,
#portlets_home .portlets_inner_wrap .portlet {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 65px 65px;
}
#portlets_home_2 .portlets_inner_wrap .portlet:nth-child(3n+1),
#portlets_home_3 .portlets_inner_wrap .portlet:nth-child(3n+1),
#portlets_home .portlets_inner_wrap .portlet:nth-child(3n+1) {
  clear: both;
}
#portlets_home_2 .portlets_inner_wrap .portlet h3,
#portlets_home_3 .portlets_inner_wrap .portlet h3,
#portlets_home .portlets_inner_wrap .portlet h3 {
  margin-bottom: 20px;
}
#portlets_home_2 .portlets_inner_wrap .portlet .resource_container,
#portlets_home_3 .portlets_inner_wrap .portlet .resource_container,
#portlets_home .portlets_inner_wrap .portlet .resource_container {
  margin-bottom: 20px;
  width: 100%;
  height: 0;
  padding-bottom: 64.8%;
  overflow: hidden;
  position: relative;
}
#portlets_home_2 .portlets_inner_wrap .portlet .resource_container *,
#portlets_home_3 .portlets_inner_wrap .portlet .resource_container *,
#portlets_home .portlets_inner_wrap .portlet .resource_container * {
  height: 0;
  padding-bottom: 64.8%;
  width: 100%;
}
#portlets_home_2 .portlets_inner_wrap .portlet .resource_container img,
#portlets_home_3 .portlets_inner_wrap .portlet .resource_container img,
#portlets_home .portlets_inner_wrap .portlet .resource_container 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%);
  height: 100%;
  padding-bottom: 0;
  width: auto;
}
#portlets_home_2 .portlets_inner_wrap .portlet h4, #portlets_home_2 .portlets_inner_wrap .portlet h4 a,
#portlets_home_2 .portlets_inner_wrap .portlet h2, #portlets_home_2 .portlets_inner_wrap .portlet h2 a,
#portlets_home_3 .portlets_inner_wrap .portlet h4,
#portlets_home_3 .portlets_inner_wrap .portlet h4 a,
#portlets_home_3 .portlets_inner_wrap .portlet h2,
#portlets_home_3 .portlets_inner_wrap .portlet h2 a,
#portlets_home .portlets_inner_wrap .portlet h4,
#portlets_home .portlets_inner_wrap .portlet h4 a,
#portlets_home .portlets_inner_wrap .portlet h2,
#portlets_home .portlets_inner_wrap .portlet h2 a {
  text-transform: none;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 19px;
}
#portlets_home_2 .portlets_inner_wrap .portlet p:last-child,
#portlets_home_3 .portlets_inner_wrap .portlet p:last-child,
#portlets_home .portlets_inner_wrap .portlet p:last-child {
  margin-bottom: 0;
}
#portlets_home_2 .portlets_inner_wrap .portlet p + .portlet-entry-link,
#portlets_home_2 .portlets_inner_wrap .portlet p + .portlet_content_link,
#portlets_home_3 .portlets_inner_wrap .portlet p + .portlet-entry-link,
#portlets_home_3 .portlets_inner_wrap .portlet p + .portlet_content_link,
#portlets_home .portlets_inner_wrap .portlet p + .portlet-entry-link,
#portlets_home .portlets_inner_wrap .portlet p + .portlet_content_link {
  margin-top: 0;
}
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin-top: 20px;
}
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link:after,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link:after,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link:after,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link:after,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link:after,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link:before,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link:before,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link:before,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link:before,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link:before,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link:before,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link:before,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link:before,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link:before {
  display: none;
}
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link:hover,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link:hover,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link:hover,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link:hover,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link:hover,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link:hover,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link:hover,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link:hover,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link:hover {
  background: #147D50;
  color: #fff;
}
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link:hover:after,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link:hover:after,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link:hover:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link:hover:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link:hover:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link:hover:after,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link:hover:after,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link:hover:after,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link:hover:after {
  color: #fff;
}
@media print {
  #portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  #portlets_home_2 .portlets_inner_wrap .portlet .portlet_parks_link:after,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-link:after,
#portlets_home_2 .portlets_inner_wrap .portlet .portlet_content_link:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_parks_link:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-link:after,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet_content_link:after,
#portlets_home .portlets_inner_wrap .portlet .portlet_parks_link:after,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-link:after,
#portlets_home .portlets_inner_wrap .portlet .portlet_content_link:after {
    right: 11px;
    font-size: 15px;
  }
}
#portlets_home_2 .portlets_inner_wrap .portlet .portlet-entry-date,
#portlets_home_3 .portlets_inner_wrap .portlet .portlet-entry-date,
#portlets_home .portlets_inner_wrap .portlet .portlet-entry-date {
  font-weight: 700;
  color: #147D50;
  margin-bottom: 4px;
}
#portlets_home_2 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item,
#portlets_home_3 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item,
#portlets_home .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item {
  display: block;
  width: 100%;
  margin-top: 25px;
}
#portlets_home_2 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item:first-child,
#portlets_home_3 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item:first-child,
#portlets_home .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item:first-child {
  margin-top: 0;
}
#portlets_home_2 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a,
#portlets_home_3 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a,
#portlets_home .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  color: #1f1f1f;
  font-weight: 700;
}
#portlets_home_2 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:before,
#portlets_home_3 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:before,
#portlets_home .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:before {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
}
#portlets_home_2 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:hover,
#portlets_home_3 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:hover,
#portlets_home .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:hover {
  color: #147D50;
}
#portlets_home_2 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:hover:before,
#portlets_home_3 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:hover:before,
#portlets_home .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a:hover:before {
  opacity: 1;
  visibility: visible;
}
#portlets_home_2 .portlets_inner_wrap .add_portlet_link,
#portlets_home_3 .portlets_inner_wrap .add_portlet_link,
#portlets_home .portlets_inner_wrap .add_portlet_link {
  float: left;
  clear: both;
  margin: -30px 0 40px 65px;
}

/* @end */
/* @group portlets map */
#portlets_parks_map:not(:first-child) {
  margin-top: clamp(30px, 7vw, 70px);
}
#portlets_parks_map .portlet_zone_label:after {
  content: "Zone: Parks-Kartenansicht (Darstellung: Kartenansicht der Angebote)";
}
#portlets_parks_map .portlet:not(:first-child) {
  margin-top: clamp(30px, 7vw, 70px);
}
#portlets_parks_map .portlet .portlet-title,
#portlets_parks_map .portlet .portlet-title a {
  font-size: clamp(19px, 2.8vw, 28px);
  line-height: clamp(26px, 3.4vw, 34px);
  color: #1f1f1f;
  margin: 0 0 clamp(16px, 1.8vw, 18px) 0;
  font-weight: 700;
}
#portlets_parks_map .portlet .portlet_text_wrap:has(.portlet-title + .offers_map_wrap) .portlet-title {
  margin-bottom: 10px;
}
#portlets_parks_map .portlet .portlet_parks_introduction {
  font-weight: 500;
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: clamp(28px, 3.7vw, 37px);
}
#portlets_parks_map .portlet #mapContainer .mapToolbar {
  padding: 7px 0;
}
#portlets_parks_map .portlet .offers_map_wrap {
  height: clamp(400px, 60vw, 600px) !important;
}
#portlets_parks_map .portlet #mapContainer .infoBarContainer {
  overflow: visible !important;
}
#portlets_parks_map .portlet #mapContainer .mapCanvas {
  min-height: clamp(400px, 60vw, 600px) !important;
}

/* @end */
/* @group language */
.language_switcher {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  display: flex;
}
.language_switcher .controls,
.language_switcher h3 {
  display: none;
}
.language_switcher a {
  color: #1f1f1f;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.language_switcher a:not(:first-child) {
  margin-left: 15px;
}
.language_switcher a:first-child {
  border: 0;
}
.language_switcher a:hover,
.language_switcher a.current {
  color: #147D50;
}
.language_switcher a.current {
  font-weight: 700;
}

/* --- rwd language --- */
.rwdnav_inner .language_switcher {
  background: #F8F7F3;
  color: #1f1f1f;
  margin: 0;
  padding: 0;
}
.rwdnav_inner .language_switcher .portlet_inner {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.rwdnav_inner .language_switcher .portlet-content a:first-child,
.rwdnav_inner .language_switcher a {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 33.33%;
  display: block;
  float: left;
  text-align: center;
  border: 0;
  border-right: 1px solid #b9b9b8;
}
.rwdnav_inner .language_switcher a:last-child {
  border-right: none;
}
.rwdnav_inner .language_switcher .portlet-content a:first-child.current,
.rwdnav_inner .language_switcher a.current {
  color: #147D50;
}

/* @end */
/* @group portlet info top */
.portlet_content_important_info {
  background: #f0786e;
  text-align: center;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: clamp(13px, 1.7vw, 17px);
  color: #fff;
  position: sticky;
  margin-top: 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;
  z-index: 200;
  top: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 300;
}
.portlet_content_important_info.not_published {
  outline-offset: -4px;
}
.portlet_content_important_info:after {
  content: "";
  background: #786857;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 320;
  -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;
}
.navi_open .portlet_content_important_info:after {
  opacity: 0.6;
  visibility: visible;
}
.portlet_content_important_info .management_controls {
  top: 1px !important;
}
.portlet_content_important_info .portlet-title {
  display: none;
}
.portlet_content_important_info .portlet_inner {
  max-width: 1240px;
  padding: clamp(8px, 1.5vw, 15px) 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.portlet_content_important_info .portlet_inner > .cf {
  display: none;
}
.portlet_content_important_info .portlet_inner:before {
  content: "\f06a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline;
  margin-right: 5px;
  vertical-align: baseline;
}
.portlet_content_important_info .portlet_inner .portlet-content {
  display: inline;
}
.portlet_content_important_info .portlet_inner .portlet-content * {
  display: inline;
}
.portlet_content_important_info a {
  text-decoration: underline;
  text-decoration-color: #fff;
  color: #fff;
  text-underline-position: under;
}
.portlet_content_important_info a:focus, .portlet_content_important_info a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.portlet_content_important_info a:focus {
  outline-color: rgba(255, 255, 255, 0.6) !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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
html body.system_page .portlet_content_important_info {
  display: none !important;
}

/* @group misc management elements */
.message {
  border: none;
  color: #fff;
  background: #147D50;
  font-weight: 700;
  padding: 15px 20px;
  margin: 20px 0;
  text-align: left;
  z-index: 500;
}
.message p {
  margin-bottom: 5px;
}
.message ul {
  margin-bottom: 0;
}
.message ul li {
  padding-left: 0;
  font-weight: 500;
}
.message ul li:before {
  display: none;
}

/* @group pagination */
.pagination {
  float: none;
  clear: both;
  margin: -15px 80px 80px 0;
  position: relative;
  z-index: 80;
}
.pagination .cf {
  display: none;
}
.pagination .pagination_inner {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: clamp(8px, 1.2vw, 12px);
  align-items: baseline;
}
.pagination .pagination_inner > .cf {
  display: none;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers,
.pagination .pagination-links {
  margin: 15px 0 0 0;
  display: flex;
  flex-flow: wrap;
  gap: clamp(8px, 1.2vw, 12px);
  align-items: baseline;
}
.pagination .pagination-numbers a,
.pagination .pagination-links a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #1f1f1f;
  border: 2px solid #1f1f1f;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  -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-numbers a.current, .pagination .pagination-numbers a:hover,
.pagination .pagination-links a.current,
.pagination .pagination-links a:hover {
  color: #fff;
  background: #1f1f1f;
}

/* @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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
/* @group listing/overview */
.mod_listing .portlets_left {
  display: none;
}

#mod_overview,
#mixItUp {
  margin: 0 -80px -57px 0;
  padding: 40px 0 0;
  overflow: hidden;
}

.mod_action_edit_entry_form #mixItUp,
.mod_action_add_entry_form #mixItUp {
  padding: 0;
  margin-bottom: 0;
}

#mixItUp #management {
  display: block !important;
  padding: 0 80px 0 0;
}

#mixItUp > .login_form {
  display: block !important;
}

.module-listing {
  width: 100%;
  display: block !important;
}

.listing_entry,
.overview_item {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 80px 75px 0;
  box-sizing: border-box;
}
.listing_entry:nth-child(odd),
.overview_item:nth-child(odd) {
  clear: left;
}
.listing_entry .resource_container,
.overview_item .resource_container {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 18px;
}
.listing_entry .resource_container .picture + .picture,
.overview_item .resource_container .picture + .picture {
  display: none !important;
}
.listing_entry .resource_container .picture,
.listing_entry .resource_container .picture img,
.overview_item .resource_container .picture,
.overview_item .resource_container .picture img {
  display: block;
  float: none;
  width: 100%;
  height: auto;
}
.listing_entry .resource_container.videos,
.overview_item .resource_container.videos {
  margin: 20px 0 0;
}
.listing_entry h2,
.listing_entry h2 a,
.overview_item h2,
.overview_item h2 a {
  margin: 0 0 6px;
}
.listing_entry .introduction,
.overview_item .introduction {
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: none;
  margin: 0 0 4px;
}
.listing_entry .introduction strong,
.overview_item .introduction strong {
  font-weight: inherit;
}
.listing_entry .documents,
.overview_item .documents {
  margin: 20px 0 0 0;
}

/* --- buttons --- */
.listing_entry_backlink a,
.listing-more-button {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  margin-top: 20px;
}
.listing_entry_backlink a:after,
.listing-more-button:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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_backlink a:before,
.listing-more-button:before {
  display: none;
}
.listing_entry_backlink a:hover,
.listing-more-button:hover {
  background: #147D50;
  color: #fff;
}
.listing_entry_backlink a:hover:after,
.listing-more-button:hover:after {
  color: #fff;
}
@media print {
  .listing_entry_backlink a,
.listing-more-button {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .listing_entry_backlink a,
.listing-more-button {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .listing_entry_backlink a:after,
.listing-more-button:after {
    right: 11px;
    font-size: 15px;
  }
}

.listing_entry_backlink a {
  padding: 11px 15px 11px 50px;
  display: inline-block;
  max-width: none;
  text-align: right;
}
.listing_entry_backlink a:after {
  content: "\f060";
  right: auto;
  left: 15px;
}

/* --- only listing --- */
.listing_entry .listing-entry-inline {
  position: relative;
}
.listing_entry .listing-date {
  font-weight: 700;
  float: left;
  margin-right: 15px;
  line-height: 24px;
}
.listing_entry .listing-content-text > *:last-child {
  margin-bottom: 0;
}
.listing_entry .listing-content-text > a > span > img,
.listing_entry .listing-content-text > p > a > span > img {
  height: auto !important;
  width: 100% !important;
}
.listing_entry h2 {
  clear: both;
}
.listing_entry .listing_tags {
  font-size: 14px;
  line-height: 16px;
  color: #b9b9b8;
  border: 1px solid #b9b9b8;
  border-radius: 12px;
  padding: 3px 10px;
  float: left;
  margin: 0 6px 8px 0;
}
.listing_entry .listing_actions {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 7px 12px;
  z-index: 10;
}
.listing_entry .listing_actions a,
.listing_entry .listing_actions span {
  color: #1f1f1f;
}
.listing_entry .listing_actions a > i.fa,
.listing_entry .listing_actions span > i.fa {
  margin: 0 2px;
}
.listing_entry .listing_actions a:hover,
.listing_entry .listing_actions span:hover {
  color: #147D50;
}

/* --- detail --- */
.mod_action_show_entry .content_inner > .text {
  overflow: hidden;
}
.mod_action_show_entry .content_inner > .text.with_pictures {
  width: 66.66%;
  float: left;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}
.mod_action_show_entry .content_inner > .text .social_media {
  margin-top: 20px;
}
.mod_action_show_entry .content_inner > .text .social_media .like_button {
  display: none;
}
.mod_action_show_entry .content_inner > .text .social_media div.facebook_like_button .fb-like {
  left: 0;
  position: relative !important;
}
.mod_action_show_entry .content_inner > .text .social_media .fb_iframe_widget iframe {
  width: 154px !important;
}
.mod_action_show_entry .content_inner > .text .social_media div.twitter_send_button {
  margin-left: 75px;
  margin-top: 4px;
  position: relative;
  z-index: 100;
}
.mod_action_show_entry .pictures.gallery {
  margin-top: 40px;
}
.mod_action_show_entry .pictures.gallery .picture {
  width: 25%;
}

.listing_entry_detail_pictures {
  height: 100%;
}

.content .listing_entry_detail_pictures .resource_container {
  padding: 60px 0 0;
}
.content .listing_entry_detail_pictures .resource_container .picture span.resource_subtitle {
  position: static;
  display: block;
  background: none;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0 0;
  color: #1f1f1f;
  box-shadow: none;
}
.content .listing_entry_detail_pictures .resource_container .picture.picture_0 {
  display: none;
}
.content .listing_entry_detail_pictures .resource_container.picture_right {
  width: 33.33%;
  float: right;
  padding: 5px 0 0;
}
.content .listing_entry_detail_pictures .resource_container.picture_right .picture {
  margin: 0 0 20px;
  width: 100%;
  clear: both;
}
.content .listing_entry_detail_pictures .resource_container.picture_right .picture.picture_0 {
  display: block;
}
.content .listing_entry_detail_pictures .resource_container.picture_right .picture img {
  display: block;
  width: 100%;
  height: auto;
}
.browser_safari .content .listing_entry_detail_pictures .resource_container.picture_right .picture img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.content .listing_entry_detail_pictures .picture_0 + .cf {
  margin-top: -60px;
}

a.offer_image.fancybox {
  text-decoration: none;
}

.image_description {
  position: static;
  display: block;
  background: none;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0 0;
  color: #1f1f1f;
  box-shadow: none;
}

.detail .tab_content .detail_pictures .attachment {
  margin-bottom: 20px;
}

.datepicker_additional_info {
  margin: 2px 0 5px 0;
  background-color: #E8E7E2;
  color: #666;
}

/* --- only overview --- */
.overview_item .introduction:empty {
  display: none;
}

/* --- listing search --- */
.listing_search {
  padding: 40px 0 0 0;
}
.listing_search form {
  margin: 0 -40px;
}
.listing_search form > p {
  float: left;
  width: 50%;
  margin: 0 0 17px;
  padding: 0 40px;
  box-sizing: border-box;
}
.listing_search form > .cf {
  display: none;
}
.listing_search label {
  display: none;
}
.listing_search select,
.listing_search input {
  display: block;
  width: 100%;
  background: none;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  color: #1f1f1f;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 17px 20px 15px;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -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_search select::-webkit-input-placeholder,
.listing_search input::-webkit-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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_search select::-moz-placeholder,
.listing_search input::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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_search select:-ms-input-placeholder,
.listing_search input:-ms-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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_search select:-moz-placeholder,
.listing_search input:-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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_search select:hover, .listing_search select:focus,
.listing_search input:hover,
.listing_search input:focus {
  color: #147D50;
  border-color: #147D50;
}
.listing_search select:hover::-webkit-input-placeholder, .listing_search select:focus::-webkit-input-placeholder,
.listing_search input:hover::-webkit-input-placeholder,
.listing_search input:focus::-webkit-input-placeholder {
  color: #147D50;
}
.listing_search select:hover::-moz-placeholder, .listing_search select:focus::-moz-placeholder,
.listing_search input:hover::-moz-placeholder,
.listing_search input:focus::-moz-placeholder {
  color: #147D50;
}
.listing_search select:hover:-ms-input-placeholder, .listing_search select:focus:-ms-input-placeholder,
.listing_search input:hover:-ms-input-placeholder,
.listing_search input:focus:-ms-input-placeholder {
  color: #147D50;
}
.listing_search select:hover:-moz-placeholder, .listing_search select:focus:-moz-placeholder,
.listing_search input:hover:-moz-placeholder,
.listing_search input:focus:-moz-placeholder {
  color: #147D50;
}
.listing_search select {
  height: 58px;
}
.listing_search .select_wrap select#filter_categories {
  display: none !important;
}
.listing_search .select2-container {
  width: 100% !important;
  max-width: 100%;
  min-width: 0 !important;
  position: relative;
  cursor: pointer;
}
.listing_search .select2-container:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/icons/down.svg) no-repeat center center;
  background-size: 32px;
  display: block;
  width: 63px;
  height: 58px;
  padding: 0;
  pointer-events: none;
  z-index: 20;
}
.listing_search .select2-container:hover:before, .listing_search .select2-container.select2-container--open:before {
  background: url(../img/icons/down_green.svg) no-repeat center center;
  background-size: 32px;
}
.listing_search .select2-container .select2-selection--single {
  border-bottom-width: 2px;
}
.listing_search .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 20px;
}
.listing_search .select2-container .select2-search__field {
  display: none !important;
}
.listing_search .select2-container--default .select2-selection--multiple {
  background: #fff;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  border-radius: 0;
  height: 60px;
  -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_search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 3px 60px 6px 20px;
}
.listing_search .select2-container--default:hover .select2-selection--multiple, .listing_search .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #147D50;
}
.listing_search .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.listing_search .range_wrap {
  margin: 0 0 45px;
}
.listing_search .range_wrap .range {
  display: block;
  height: 5px;
  background: #b9b9b8;
  position: relative;
  margin: 15px 0;
}
.listing_search .range_wrap .range .ui-slider-range {
  position: relative;
  height: 5px;
  background: #1f1f1f;
  -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_search .range_wrap .range .ui-slider-handle {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid #1f1f1f;
  background: #fff;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  cursor: pointer;
  -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_search .range_wrap .range.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
}
.listing_search .range_wrap .range.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -15px;
}
.listing_search .range_wrap .range_text {
  color: #1f1f1f;
  font-size: 15px;
  line-height: 15px;
}
.listing_search .range_wrap .range_text .minimum {
  float: left;
}
.listing_search .range_wrap .range_text .maximum {
  margin-right: 0;
  float: right;
}
.listing_search .search_text {
  position: relative;
}
.listing_search .search_text input.button {
  position: absolute;
  top: 0;
  right: 40px;
  width: 75px;
  height: 58px;
  padding: 0;
  border: 0;
  font-family: "pfyn-finges";
  font-size: 25px;
  line-height: 59px;
  text-align: center;
  font-weight: 400;
  z-index: 20;
}
.listing_search .search_text input:hover + input.button,
.listing_search .search_text input:focus + input.button {
  color: #147D50;
}
.listing_search .date_wrap {
  position: relative;
}
.listing_search .date_wrap input {
  cursor: pointer;
}
.listing_search .date_wrap .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  width: 75px;
  height: 58px;
  padding: 0;
  border: 0;
  background: url(../img/icons/date.svg) no-repeat center 16px;
  background-size: 28px;
  pointer-events: none;
  z-index: 20;
}
.listing_search .date_wrap input:hover + .icon,
.listing_search .date_wrap input:focus + .icon {
  background: url(../img/icons/date_green.svg) no-repeat center 16px;
  background-size: 28px;
}
.listing_search .reset_box {
  clear: both;
  padding: 0 40px;
}
.listing_search .reset_box .button {
  display: inline-block;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 12px 22px;
  color: #1f1f1f;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  width: auto;
  text-align: center;
  background: none;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
  -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_search .reset_box .button:hover, .listing_search .reset_box .button:focus {
  background: #1f1f1f;
  color: #fff;
}

/* ----- sort by tags ----- */
.content_inner ul.tags {
  display: none !important;
}

.listing-tag-container {
  overflow: hidden;
}
.listing-tag-container + h2.listing-tag-header {
  margin-top: 40px;
}
.listing-tag-container .listing_entry .listing-date {
  display: none;
}

.module-listing > *:first-child h2.listing-tag-header {
  margin-top: 0;
}

h2.listing-tag-header {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  text-transform: none;
  color: #393938;
  margin: 50px 0 30px;
}
h2.listing-tag-header.listing-tag-header-1 {
  margin-top: 0;
}

/* @end */
/* @group parks */
.preload.mod_parks .content_inner {
  opacity: 0;
  visibility: hidden;
}

body:lang(fr).mod_parks .filter .form_element.submit:before {
  margin-left: -72px;
}

body:lang(en).mod_parks .filter .form_element.submit:before {
  margin-left: -62px;
}

.mod_parks {
  /* --- detail --- */
  /* --- pagination --- */
}
.mod_parks .introduction {
  margin-top: 30px;
}
.mod_parks .detail_content h1#page_title {
  display: none;
}
.mod_parks #mixItUp > div {
  display: none;
  width: 100%;
}
.mod_parks #mixItUp > div.show {
  display: block;
}
.mod_parks .content_inner {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  clear: both;
}
.mod_parks .only_map .mix_container #mapContainer .mapToolbar {
  padding: 20px;
  border-bottom: 2px solid #1f1f1f;
}
.mod_parks.category_13 .footer {
  display: none;
}
.mod_parks .filter {
  position: relative;
  margin: 0 0 -30px;
  padding: 40px 0 30px 0;
  z-index: 50;
}
.mod_parks .filter .show_filter {
  text-decoration: none;
  color: #1f1f1f;
}
.mod_parks .filter .show_filter i {
  color: #1f1f1f;
}
.mod_parks .filter .show_filter:hover, .mod_parks .filter .show_filter:hover i {
  color: #147D50;
}
.mod_parks .filter form {
  margin: 0;
}
.mod_parks .filter .offer_filter_form {
  margin: 0 -20px;
}
.mod_parks .filter .offer_filter_form > * {
  float: left;
  width: 33.33%;
  margin: 0 0 17px;
  padding: 0 20px;
  box-sizing: border-box;
}
.mod_parks .filter .offer_filter_form > .cf {
  display: none;
}
.mod_parks .filter select,
.mod_parks .filter input {
  display: block;
  width: 100%;
  background: none;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  color: #1f1f1f;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 17px 20px 15px;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -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;
}
.mod_parks .filter select::-webkit-input-placeholder,
.mod_parks .filter input::-webkit-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .filter select::-moz-placeholder,
.mod_parks .filter input::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .filter select:-ms-input-placeholder,
.mod_parks .filter input:-ms-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .filter select:-moz-placeholder,
.mod_parks .filter input:-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .filter select:hover, .mod_parks .filter select:focus,
.mod_parks .filter input:hover,
.mod_parks .filter input:focus {
  color: #147D50;
  background: #fff;
  border-color: #147D50;
}
.mod_parks .filter select:hover::-webkit-input-placeholder, .mod_parks .filter select:focus::-webkit-input-placeholder,
.mod_parks .filter input:hover::-webkit-input-placeholder,
.mod_parks .filter input:focus::-webkit-input-placeholder {
  color: #147D50;
}
.mod_parks .filter select:hover::-moz-placeholder, .mod_parks .filter select:focus::-moz-placeholder,
.mod_parks .filter input:hover::-moz-placeholder,
.mod_parks .filter input:focus::-moz-placeholder {
  color: #147D50;
}
.mod_parks .filter select:hover:-ms-input-placeholder, .mod_parks .filter select:focus:-ms-input-placeholder,
.mod_parks .filter input:hover:-ms-input-placeholder,
.mod_parks .filter input:focus:-ms-input-placeholder {
  color: #147D50;
}
.mod_parks .filter select:hover:-moz-placeholder, .mod_parks .filter select:focus:-moz-placeholder,
.mod_parks .filter input:hover:-moz-placeholder,
.mod_parks .filter input:focus:-moz-placeholder {
  color: #147D50;
}
.mod_parks .filter select.button,
.mod_parks .filter input.button {
  font-weight: 700;
  border-color: #147D50;
  background: #147D50;
  color: #fff;
}
.mod_parks .filter select.button:hover, .mod_parks .filter select.button:focus,
.mod_parks .filter input.button:hover,
.mod_parks .filter input.button:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}
.mod_parks .filter .form_element.submit {
  clear: none;
  float: left;
  width: 33.33%;
  position: relative;
}
.mod_parks .filter .form_element.submit .reset_link {
  position: absolute;
  top: 100%;
  right: 20px;
  margin: 14px 0 0;
  color: #1f1f1f;
}
.mod_parks .filter .form_element.submit .reset_link i {
  font-size: 14px;
  line-height: 14px;
  color: #1f1f1f;
  margin-right: 8px;
}
.mod_parks .filter .form_element.submit .reset_link:hover, .mod_parks .filter .form_element.submit .reset_link:hover i {
  color: #147D50;
}
.mod_parks .filter .form_element.submit:before {
  content: "c";
  display: block;
  position: absolute;
  top: 19px;
  left: 50%;
  font-size: 19px;
  line-height: 19px;
  margin-left: -65px;
  font-family: "pfyn-finges";
  color: #fff;
  z-index: 10;
}
.mod_parks .filter .form_group h4 {
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 17px 50px 15px 20px;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  color: #1f1f1f;
  text-transform: none;
  height: 60px;
  background: #fff;
}
.mod_parks .filter .form_group h4 > i, .mod_parks .filter .form_group h4:before {
  top: 20px;
  right: 17px;
  color: #1f1f1f;
  font-size: 18px;
}
.mod_parks .filter .form_group h4.focus, .mod_parks .filter .form_group h4:hover {
  border-color: #147D50;
  color: #147D50;
}
.mod_parks .filter .form_group h4.focus > i, .mod_parks .filter .form_group h4.focus:before, .mod_parks .filter .form_group h4:hover > i, .mod_parks .filter .form_group h4:hover:before {
  color: #147D50;
}
.mod_parks .filter .form_group .form_group_dropdown {
  background: #fff;
  border-color: #147D50;
}
.mod_parks .filter .form_group .form_group_dropdown .dropdown_filter {
  background: rgba(120, 104, 87, 0.1);
  border-color: rgba(120, 104, 87, 0.15);
  padding: 12px 20px 10px;
}
.mod_parks .filter .form_group .form_group_dropdown .dropdown_filter label, .mod_parks .filter .form_group .form_group_dropdown .dropdown_filter label i {
  color: rgba(120, 104, 87, 0.8);
}
.mod_parks .filter .form_group .form_group_dropdown .dropdown_filter label:hover, .mod_parks .filter .form_group .form_group_dropdown .dropdown_filter label:hover i {
  color: #000;
}
.mod_parks .filter .form_group .form_group_dropdown label span {
  border-color: rgba(120, 104, 87, 0.5);
}
.mod_parks .filter .form_group .form_group_dropdown label input:checked + span {
  border-color: transparent;
  background: rgba(120, 104, 87, 0.5);
}
.mod_parks .filter .form_group .form_group_dropdown label.category_title span {
  border-color: #000;
}
.mod_parks .filter .range_wrap {
  margin: 0 0 25px;
  clear: left;
}
.mod_parks .filter .range_wrap .range {
  display: block;
  height: 5px;
  background: #b9b9b8;
  position: relative;
  margin: 15px 0;
}
.mod_parks .filter .range_wrap .range .ui-slider-range {
  position: relative;
  height: 5px;
  background: #1f1f1f;
  -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;
}
.mod_parks .filter .range_wrap .range .ui-slider-handle {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid #1f1f1f;
  background: #fff;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  cursor: pointer;
  -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;
}
.mod_parks .filter .range_wrap .range.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
}
.mod_parks .filter .range_wrap .range.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -15px;
}
.mod_parks .filter .range_wrap .range_text {
  color: #1f1f1f;
  font-size: 15px;
  line-height: 15px;
}
.mod_parks .filter .range_wrap .range_text .minimum {
  float: left;
}
.mod_parks .filter .range_wrap .range_text .maximum {
  margin-right: 0;
  float: right;
}
.mod_parks .filter .form_element.search .element_wrap .icon {
  color: #147D50;
  width: 53px;
  height: 58px;
  font-size: 17px;
  line-height: 59px;
  top: 0;
  right: 0;
  text-align: center;
}
.mod_parks .filter .form_element.search .element_wrap:before {
  content: "\f040";
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 58px;
  color: #1f1f1f;
  padding: 0;
  border: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 19px;
  line-height: 59px;
  text-align: center;
  font-weight: 400;
  pointer-events: none;
  z-index: 20;
}
.mod_parks .filter .form_element.search .element_wrap:hover:before {
  color: #147D50;
}
.mod_parks .filter .date_wrap {
  position: relative;
  width: 66.66%;
}
.mod_parks .filter .date_wrap .element_wrap {
  width: calc(50% - 20px);
}
.mod_parks .filter .date_wrap .element_wrap input {
  cursor: pointer;
  height: 60px;
  padding: 17px 20px 15px;
}
.mod_parks .filter .date_wrap .element_wrap i.icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 58px;
  font-size: 20px;
  line-height: 59px;
  color: #1f1f1f;
  padding: 0;
  border: 0;
  text-align: center;
  z-index: 20;
}
.mod_parks .filter .date_wrap .element_wrap i.icon.reset {
  font-size: 17px;
}
.mod_parks .filter .date_wrap .element_wrap:hover i.icon {
  color: #147D50;
}
.mod_parks .filter .reset_box {
  clear: both;
  padding: 0 40px;
}
.mod_parks .filter .reset_box .button {
  display: inline-block;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 12px 22px;
  color: #1f1f1f;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  width: auto;
  text-align: center;
  background: none;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
  -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;
}
.mod_parks .filter .reset_box .button:hover, .mod_parks .filter .reset_box .button:focus {
  background: #1f1f1f;
  color: #fff;
}
.mod_parks #offer_listing_tabs {
  padding: 80px 0 0 0;
}
.mod_parks #offer_listing_tabs > ul {
  margin: 0;
  padding: 0 0 20px;
  overflow: hidden;
}
.mod_parks #offer_listing_tabs > ul li {
  list-style: none;
  float: left;
  padding: 0 0 0 30px;
  position: relative;
}
.mod_parks #offer_listing_tabs > ul li:first-child {
  padding: 0;
}
.mod_parks #offer_listing_tabs > ul li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #b9b9b8;
  z-index: 10;
}
.mod_parks #offer_listing_tabs > ul li a {
  display: inline-block;
  margin: 0;
  padding: 10px 22px;
  color: #1f1f1f;
  background: #fff;
  border: 2px solid #1f1f1f;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 200px;
  position: relative;
  z-index: 30;
  -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;
}
.mod_parks #offer_listing_tabs > ul li a:hover {
  background: #1f1f1f;
  color: #fff;
}
.mod_parks #offer_total .offer_count {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #1f1f1f;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #b9b9b8;
}
.mod_parks .listing_entry {
  float: none;
  clear: both;
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 2px solid #b9b9b8;
  width: auto;
  position: relative;
}
.mod_parks .listing_entry span.park {
  display: none;
}
.mod_parks .listing_entry .pictures {
  width: 29.2%;
  margin: 5px 35px 5px 0;
  float: left;
}
.mod_parks .listing_entry .pictures .picture,
.mod_parks .listing_entry .pictures img {
  width: 100%;
  height: auto;
  display: block;
}
.mod_parks .listing_entry .description {
  overflow: hidden;
}
.mod_parks .listing_entry .description h3 a,
.mod_parks .listing_entry .description h3 {
  font-weight: 700;
  margin: 0 0 18px;
}
.mod_parks .listing_entry .description .institution_location {
  font-size: 22px;
  line-height: 28px;
  color: #1f1f1f;
  margin: -18px 0 18px 0;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  word-wrap: break-word;
  display: none;
}
.mod_parks .listing_entry .description .date {
  display: block;
  color: #147D50;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 7px;
}
.mod_parks .listing_entry .description .categories,
.mod_parks .listing_entry .description .route_info {
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  font-weight: 700;
  color: #b9b9b8;
}
.mod_parks .listing_entry .tipp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  display: block;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  color: #147D50;
  z-index: 20;
}
.mod_parks .page,
.mod_parks .content_wrap,
.mod_parks .content_wrap .content_inner {
  overflow: visible;
}
.mod_parks .detail.links {
  margin-top: 30px;
  margin-bottom: 40px;
}
.mod_parks .detail a.sign_in {
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #147D50;
  border: 2px solid #147D50;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 12px 54px 10px 22px;
  background: none;
  outline: none;
  cursor: pointer;
  width: auto;
  text-align: left;
  border-radius: 0;
  text-decoration: none;
  -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;
}
.mod_parks .detail a.sign_in:before {
  color: #147D50;
  right: 20px;
  font-weight: 400;
  -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;
}
.mod_parks .detail a.sign_in:hover, .mod_parks .detail a.sign_in:focus {
  color: #fff;
  background: #147D50;
  border-color: #147D50;
}
.mod_parks .detail a.sign_in:hover:before, .mod_parks .detail a.sign_in:focus:before {
  color: #fff;
}
.mod_parks .detail > a.sign_in {
  position: sticky;
  bottom: 20px;
  margin-top: clamp(30px, 6vw, 60px) !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
  z-index: 100;
}
.mod_parks .detail .detail_content:not(:first-child) {
  padding: 50px 0 0;
  margin: 50px 0 0;
  border-top: 2px solid #b9b9b8;
}
.mod_parks .detail .detail_content h1 {
  margin: 0 0 30px;
}
.mod_parks .detail .detail_content .categories,
.mod_parks .detail .detail_content .route_info {
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  font-weight: 700;
  color: #b9b9b8;
}
.mod_parks .detail .detail_content .categories span,
.mod_parks .detail .detail_content .route_info span {
  border-right: 1px solid #b9b9b8;
  padding-right: 10px;
  margin-right: 10px;
}
.mod_parks .detail .detail_content .categories span:last-child,
.mod_parks .detail .detail_content .route_info span:last-child {
  border-right: none;
}
.mod_parks .detail .detail_content.tab_content_1 .categories {
  margin: -27px 0 30px;
}
.mod_parks .detail .detail_content.first .detail_text > p:not(.description) {
  font-size: 24px;
  line-height: 33px;
}
.mod_parks .detail .detail_content .block:not(:first-child) {
  margin-top: 35px;
}
.mod_parks .detail .detail_content .block h2 {
  margin-bottom: 10px;
}
.mod_parks .detail .detail_content .block dl dt {
  float: left;
  font-weight: 500;
  margin-right: 5px;
  clear: both;
}
.mod_parks .detail .detail_content .block dl dt:after {
  content: ":";
}
.mod_parks .detail .detail_content .detail_pictures {
  float: right;
  width: 300px;
  margin: 0 0 0 25px;
}
.mod_parks .detail .detail_content .detail_pictures .attachment {
  margin: 0 0 9px;
}
.mod_parks .detail .detail_content .detail_pictures .attachment img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
}
.mod_parks .detail .detail_content .detail_slider_wrap {
  width: 350px;
  float: right;
  margin: 0 0 0 60px;
  padding: 0 0 20px;
  overflow: hidden;
}
.mod_parks .detail .detail_content .detail_slider_wrap .bx-viewport {
  overflow: visible !important;
}
.mod_parks .detail .detail_content .detail_slider_wrap .detail_pictures {
  float: none;
  margin: 0;
}
.mod_parks .detail .detail_content .detail_slider_wrap .image_description {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  background: none;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0;
  text-decoration: none;
}
.mod_parks .detail .detail_content .detail_slider_wrap a.offer_image {
  display: block;
  text-decoration: none;
}
.mod_parks .detail .detail_content .detail_slider_wrap .bx-wrapper .bx-controls-direction a {
  height: 25px;
  width: 25px;
  background: #fff;
  left: 0;
  margin: -26px 0 0;
  margin: -12px 0 0;
  z-index: 100;
  color: #147D50;
  box-sizing: border-box;
  text-decoration: none;
  text-indent: 0;
  font-size: 0;
}
.mod_parks .detail .detail_content .detail_slider_wrap .bx-wrapper .bx-controls-direction a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 25px;
  text-indent: -1px;
}
.mod_parks .detail .detail_content .detail_slider_wrap .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
}
.mod_parks .detail .detail_content .detail_slider_wrap .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f105";
  text-indent: 1px;
}
.mod_parks .detail .detail_content .detail_slider_wrap .bx-wrapper .bx-controls-direction a:hover {
  color: #147D50;
}
.mod_parks .detail .detail_content div.text_right:has(a.sign_in.button:first-child) + div.text_right:has(a.sign_in.button:first-child) {
  display: none;
}
.mod_parks .detail .tab_list li {
  padding: 0 0 9px;
}
.mod_parks .detail .tab_list li:before {
  background: #147D50;
  height: 4px;
}
.mod_parks .detail .tab_list li:hover, .mod_parks .detail .tab_list li.current {
  color: #147D50;
}
.mod_parks .detail .links_wrap > a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 27px;
  background: url(../img/icons/back.svg) no-repeat center center;
  background-size: 33px 27px;
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  -webkit-transition: all 0.000001s ease-out;
  -moz-transition: all 0.000001s ease-out;
  -o-transition: all 0.000001s ease-out;
  transition: all 0.000001s ease-out;
}
.mod_parks .detail .links_wrap > a:hover {
  background: url(../img/icons/back_green.svg) no-repeat center center;
  background-size: 33px 27px;
}
.mod_parks .detail .links_wrap > a.print {
  background: url(../img/icons/print.svg) no-repeat center center;
  background-size: 33px 25px;
}
.mod_parks .detail .links_wrap > a.print:hover {
  background: url(../img/icons/print_green.svg) no-repeat center center;
  background-size: 33px 25px;
}
.mod_parks .detail .links_wrap > a i,
.mod_parks .detail .links_wrap > a span {
  display: none;
}
.mod_parks .detail .links_wrap .cf {
  display: none;
}
.mod_parks .detail .links_wrap .share_wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 100;
}
.mod_parks .detail .links_wrap .share_wrap a span {
  display: block;
}
.mod_parks .detail .links_wrap .share_wrap > a {
  font-family: "pfyn-finges";
  font-size: 25px;
  line-height: 27px;
  color: #1f1f1f;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: block;
  height: 27px;
  overflow: hidden;
  font-weight: 300;
  cursor: pointer;
  -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;
}
.mod_parks .detail .links_wrap .share_wrap > a:hover {
  color: #147D50;
}
.mod_parks .detail .links_wrap .share_wrap .networks {
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  display: block;
  padding: 10px 20px 12px;
  opacity: 0;
  visibility: hidden;
  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;
}
.mod_parks .detail .links_wrap .share_wrap .networks a {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #1f1f1f;
  text-decoration: none;
  margin: 0;
  padding: 10px 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;
}
.mod_parks .detail .links_wrap .share_wrap .networks a:hover {
  color: #147D50;
}
.mod_parks .detail .links_wrap .share_wrap .networks a i {
  font-family: "Font Awesome 6 Pro";
}
.mod_parks .detail .links_wrap .share_wrap .networks a > span {
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 22px;
  position: relative;
  text-align: center;
}
.mod_parks .detail .links_wrap .share_wrap .networks a > span:before {
  content: "\f082";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
  color: #1f1f1f;
  font-family: "Font Awesome 6 Brands";
}
.mod_parks .detail .links_wrap .share_wrap .networks a:nth-child(2) > span:before {
  content: "\f099";
}
.mod_parks .detail .links_wrap .share_wrap .networks a:nth-child(3) > span:before {
  content: "\f0d5";
}
.mod_parks .detail .links_wrap .share_wrap .networks:hover {
  opacity: 1;
  visibility: visible;
}
.mod_parks .detail .links_wrap .share_wrap:hover .networks {
  opacity: 1;
  visibility: visible;
}
.mod_parks .detail .offer_map_container {
  max-width: none !important;
}
.mod_parks .detail .mapToolbar .mapToolbarSearch {
  position: relative;
}
.mod_parks .detail .mapToolbar .mapToolbarSearch:before {
  content: "c";
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 50px;
  padding: 0;
  border: 0;
  font-family: "pfyn-finges";
  font-size: 19px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  z-index: 20;
  pointer-events: none;
  -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;
}
.mod_parks .detail .mapToolbar .mapToolbarSearch:hover:before {
  color: #147D50;
}
.mod_parks .detail .mapToolbar input {
  display: block;
  width: 100%;
  background: none;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  color: #1f1f1f !important;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 15px 11px;
  outline: none;
  border-radius: 0;
  height: auto;
  box-sizing: border-box;
  -webkit-appearance: none;
  -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;
}
.mod_parks .detail .mapToolbar input::-webkit-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .detail .mapToolbar input::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .detail .mapToolbar input:-ms-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .detail .mapToolbar input:-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .detail .mapToolbar input:hover, .mod_parks .detail .mapToolbar input:focus {
  color: #147D50 !important;
  border-color: #147D50;
}
.mod_parks .detail .mapToolbar input:hover::-webkit-input-placeholder, .mod_parks .detail .mapToolbar input:focus::-webkit-input-placeholder {
  color: #147D50;
}
.mod_parks .detail .mapToolbar input:hover::-moz-placeholder, .mod_parks .detail .mapToolbar input:focus::-moz-placeholder {
  color: #147D50;
}
.mod_parks .detail .mapToolbar input:hover:-ms-input-placeholder, .mod_parks .detail .mapToolbar input:focus:-ms-input-placeholder {
  color: #147D50;
}
.mod_parks .detail .mapToolbar input:hover:-moz-placeholder, .mod_parks .detail .mapToolbar input:focus:-moz-placeholder {
  color: #147D50;
}
.mod_parks .heading {
  overflow: hidden;
}
.mod_parks .heading .introduction {
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: none;
  margin: 0 0 10px;
}
.mod_parks .heading .introduction span {
  font-weight: 400;
  display: inline-block;
  padding: 0 2px 0 0;
}
.mod_parks .heading .introduction span ~ span {
  padding: 0 2px 0 8px;
}
.mod_parks .heading ~ .mix_container > ul.tags {
  margin: 10px 0 0 430px;
  padding: 0 0 20px;
}
.mod_parks .mix_container {
  position: relative;
  /* --- tabs --- */
  /* --- content right --- */
  /* --- map content --- */
  /* --- accordion --- */
}
.mod_parks .mix_container #mixItUp {
  margin: 0;
  padding: 0;
}
.mod_parks .mix_container > ul {
  display: inline-block;
  margin: 60px 0 0 0;
  padding: 0 0 30px;
  position: relative;
}
.mod_parks .mix_container > ul:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #b9b9b8;
  z-index: 10;
}
.mod_parks .mix_container > ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 10px 22px;
  color: #1f1f1f;
  background: #fff;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 200px;
  position: relative;
  z-index: 30;
  cursor: pointer;
  -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;
}
.mod_parks .mix_container > ul li.current, .mod_parks .mix_container > ul li:hover {
  background: #1f1f1f;
  color: #fff;
}
.mod_parks .mix_container > ul li:first-of-type {
  margin: 0;
}
.mod_parks .mix_container > ul li:before {
  display: none;
}
.mod_parks .mix_container .content_right {
  overflow: hidden;
}
.mod_parks .mix_container #mapContainer .mapToolbar {
  border: 0;
  padding: 0 0 10px;
}
.mod_parks .mix_container #mapContainer .mapToolbar .mapToolbarSearch {
  width: 400px;
  position: relative;
}
.mod_parks .mix_container #mapContainer .mapToolbar .mapToolbarSearch:before {
  content: "c";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: 53px;
  color: #1f1f1f;
  font-family: "pfyn-finges";
  font-size: 19px;
  font-weight: 400;
  line-height: 54px;
  pointer-events: none;
  text-align: center;
  width: 53px;
  z-index: 20;
}
.mod_parks .mix_container #mapContainer .mapToolbar .mapToolbarSearch:hover:before {
  color: #147D50;
}
.mod_parks .mix_container #mapContainer .mapToolbar input {
  display: block;
  width: 100%;
  height: auto;
  background: none;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  color: #1f1f1f !important;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 15px 11px;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -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;
}
.mod_parks .mix_container #mapContainer .mapToolbar input::-webkit-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .mix_container #mapContainer .mapToolbar input::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .mix_container #mapContainer .mapToolbar input:-ms-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .mix_container #mapContainer .mapToolbar input:-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
  -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;
}
.mod_parks .mix_container #mapContainer .mapToolbar input:hover, .mod_parks .mix_container #mapContainer .mapToolbar input:focus {
  color: #147D50 !important;
  border-color: #147D50;
}
.mod_parks .mix_container #mapContainer .mapToolbar input:hover::-webkit-input-placeholder, .mod_parks .mix_container #mapContainer .mapToolbar input:focus::-webkit-input-placeholder {
  color: #147D50;
}
.mod_parks .mix_container #mapContainer .mapToolbar input:hover::-moz-placeholder, .mod_parks .mix_container #mapContainer .mapToolbar input:focus::-moz-placeholder {
  color: #147D50;
}
.mod_parks .mix_container #mapContainer .mapToolbar input:hover:-ms-input-placeholder, .mod_parks .mix_container #mapContainer .mapToolbar input:focus:-ms-input-placeholder {
  color: #147D50;
}
.mod_parks .mix_container #mapContainer .mapToolbar input:hover:-moz-placeholder, .mod_parks .mix_container #mapContainer .mapToolbar input:focus:-moz-placeholder {
  color: #147D50;
}
.mod_parks .mix_container .accordion_wrap {
  margin-bottom: 25px;
}
.mod_parks .mix_container ul + .accordion_wrap,
.mod_parks .mix_container ol + .accordion_wrap,
.mod_parks .mix_container p + .accordion_wrap {
  margin-top: 40px;
}
.mod_parks .mix_container .accordion_element h2.accordion_title {
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 26px;
  display: block;
  cursor: pointer;
  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;
}
.mod_parks .mix_container .accordion_element h2.accordion_title .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border-left: 2px solid #1f1f1f;
  -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;
  z-index: 20;
}
.mod_parks .mix_container .accordion_element h2.accordion_title .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  margin: -9px 0 0 -1px;
  background: #1f1f1f;
  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;
}
.mod_parks .mix_container .accordion_element h2.accordion_title .icon span + span {
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
}
.mod_parks .mix_container .accordion_element h2.accordion_title:hover {
  background: #1f1f1f;
  color: #fff;
}
.mod_parks .mix_container .accordion_element h2.accordion_title:hover .icon {
  border-color: #fff;
}
.mod_parks .mix_container .accordion_element h2.accordion_title:hover .icon span {
  background: #fff;
}
.mod_parks .mix_container .accordion_element.active h2.accordion_title {
  background: #1f1f1f;
  color: #fff;
}
.mod_parks .mix_container .accordion_element.active h2.accordion_title .icon {
  border-color: #fff;
}
.mod_parks .mix_container .accordion_element.active h2.accordion_title .icon span {
  background: #fff;
}
.mod_parks .mix_container .accordion_element.active h2.accordion_title .icon span:first-child {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mod_parks .mix_container .accordion_element .accordion_content {
  display: none;
  padding: 10px 0 30px;
}
.mod_parks .mix_container .accordion_element .accordion_content > *:last-child {
  margin-bottom: 0;
}
.mod_parks .mix_container .accordion_element .accordion_content > div + div {
  margin-top: 20px;
}
.mod_parks .offer_pagination {
  margin: 0 0 30px;
  padding: 44px 0 0;
}
.mod_parks .offer_pagination a {
  display: inline-block;
  color: #147D50;
  background: #fff;
  border: 2px solid #147D50;
  margin: 6px 1px 0;
  padding: 11px 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  vertical-align: top;
  text-transform: none;
  cursor: pointer;
  -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;
}
.mod_parks .offer_pagination a.current, .mod_parks .offer_pagination a:hover {
  background: #147D50;
  color: #fff;
}
.mod_parks .offer_pagination a.icon {
  font-family: "pfyn-finges";
  text-transform: none;
  font-size: 24px;
  padding: 11px;
  width: 52px;
  box-sizing: border-box;
}
.mod_parks .offer_pagination .prev_wrap {
  float: left;
}
.mod_parks .offer_pagination .prev_wrap a {
  margin: 6px 2px 0 0;
}
.mod_parks .offer_pagination .prev_wrap a.icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-indent: 2px;
}
.mod_parks .offer_pagination .next_wrap {
  float: right;
}
.mod_parks .offer_pagination .next_wrap a {
  margin: 6px 0 0 2px;
}
.mod_parks .offer_pagination .numbers {
  overflow: hidden;
  text-align: center;
  padding: 0 6px;
}
.mod_parks .offer_pagination .numbers a {
  padding: 11px;
  width: 52px;
  box-sizing: border-box;
}

/* --- map search dropdown --- */
div.autocomplete-suggestions {
  background: #fff;
  border: 2px solid #147D50;
  border-top: 0;
  margin: -1px 0 0 0;
  padding: 7px 0;
}
div.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px 15px;
  color: #1f1f1f;
  cursor: pointer;
}
div.autocomplete-suggestions .autocomplete-suggestion b {
  color: #147D50;
}
div.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #147D50;
  color: #fff;
}
div.autocomplete-suggestions .autocomplete-suggestion:hover b {
  color: #fff;
}

/* @end */
/* @group slide listing */
.mod_slide_listing h1#page_title {
  padding: 0 0 67px;
  text-align: center;
}

#slide_listing {
  padding: 0 80px 0 0;
}

.slide_listing_entry {
  background: none;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px solid #b9b9b8;
  overflow: hidden;
}
.slide_listing_entry h2.description,
.slide_listing_entry .picture_alt {
  display: none;
}
.slide_listing_entry .resource_container {
  width: 350px;
  margin: 5px 35px 5px 0;
  float: left;
}
.slide_listing_entry .resource_container .picture,
.slide_listing_entry .resource_container .picture img {
  width: 100%;
  height: auto;
  float: none;
  display: block;
}
.slide_listing_entry .slide_listing_entry_inner {
  overflow: hidden;
}
.slide_listing_entry .slide_listing_content,
.slide_listing_entry .slide_listing_visible_content {
  margin: 0;
  padding: 0;
}
.slide_listing_entry .slide_listing_introduction p,
.slide_listing_entry .slide_listing_introduction ul {
  margin-bottom: 20px;
}
.slide_listing_entry .listing-date {
  color: #147D50;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.slide_listing_entry .slide_listing_button_less,
.slide_listing_entry .slide_listing_button_more {
  display: inline-block;
  position: static;
  text-transform: uppercase;
  color: #147D50;
  text-decoration: none;
  margin: 3px 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;
}
.slide_listing_entry .slide_listing_button_less:hover,
.slide_listing_entry .slide_listing_button_more:hover {
  color: #0E5738;
}
.slide_listing_entry .slide_listing_administration_tools {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.slide_listing_entry .slide_listing_administration_tools a, .slide_listing_entry .slide_listing_administration_tools span {
  color: #1f1f1f;
  background: #fff;
}
.slide_listing_entry .slide_listing_administration_tools a:hover, .slide_listing_entry .slide_listing_administration_tools span:hover {
  color: #147D50;
}

.page_counter {
  margin: 38px 0 0;
  border: 0;
}
.page_counter th, .page_counter td {
  border: 0;
}
.page_counter a {
  text-decoration: none;
  margin: 0 5px 0 0;
}

/* @end */
/* @group google maps */
.mod_google_maps .special_portlet_wrap {
  display: none;
}

#google_map {
  position: relative;
  height: 600px;
}

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

div.infowindow {
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0 5px 10px;
  text-align: center;
}
div.infowindow h2 {
  margin: 0 0 5px 0;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
}
div.infowindow p {
  margin-bottom: 0;
}

.gm-bundled-control {
  bottom: auto !important;
  top: 0 !important;
}

/* -- interactive map --- */
#mapContainer .mapCanvas text {
  font-family: "Euclid Square" !important;
}

/* @end */
/* @group mailform/login-form */
#mailform_elements {
  padding: 40px 0 5px;
}
#mailform_elements:not(:has(.mailform_right_fields)) .mailform_element {
  clear: both;
}

.mailform_right_fields {
  float: right;
}
.mailform_right_fields .mailform_element.checkbox_field {
  max-width: 340px;
}

.mailform_element label,
#mailform_submit_button label,
.login_form label {
  float: left;
  width: 200px;
  padding: 10px 10px 0px 0px;
  box-sizing: border-box;
}

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 340px;
  background: none;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  color: #1f1f1f;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
  -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;
}
.add_portlet select:focus, .add_portlet select:hover,
.mailform_element input:focus,
.mailform_element input:hover,
.mailform_element textarea:focus,
.mailform_element textarea:hover,
.login_form input:focus,
.login_form input:hover {
  border-color: #147D50;
  color: #147D50;
}

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

.mailform_element textarea {
  height: 335px;
}

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

.mailform_element.checkbox_field {
  position: relative;
  margin-left: 200px;
}
.mailform_element.checkbox_field + .mailform_element.input_field {
  clear: both;
}
.mailform_element.checkbox_field p {
  width: 100%;
  float: right;
  position: relative;
}
.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;
}
.mailform_element.checkbox_field label {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  padding-top: 4px;
  text-align: left;
}
.mailform_element.checkbox_field label a:hover {
  border-bottom: 1px solid #147D50;
}
.mailform_element.checkbox_field label:after, .mailform_element.checkbox_field label:before {
  content: "\f0c8";
  position: absolute;
  top: 5px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #b9b9b8;
  width: 20px;
  height: 20px;
  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.checkbox_field label:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #147D50;
  background: none;
  z-index: 4;
}
.mailform_element.checkbox_field input:checked + label:before {
  color: #147D50;
}
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.login_form form > p:last-child,
.mailform_submit_button {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  max-height: 50px;
  margin-left: 200px;
}
.login_form form > p:last-child:after,
.mailform_submit_button:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.login_form form > p:last-child:before,
.mailform_submit_button:before {
  display: none;
}
.login_form form > p:last-child:hover,
.mailform_submit_button:hover {
  background: #147D50;
  color: #fff;
}
.login_form form > p:last-child:hover:after,
.mailform_submit_button:hover:after {
  color: #fff;
}
@media print {
  .login_form form > p:last-child,
.mailform_submit_button {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .login_form form > p:last-child,
.mailform_submit_button {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .login_form form > p:last-child:after,
.mailform_submit_button:after {
    right: 11px;
    font-size: 15px;
  }
}
.login_form form > p:last-child input,
.mailform_submit_button input {
  font-weight: 700;
  color: #147D50;
  border: 2px solid #147D50;
  text-decoration: none;
  background: transparent;
  padding: 11px 50px 11px 15px;
  min-width: 240px;
  box-sizing: border-box;
  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;
  display: inline-block;
  text-transform: none;
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: none;
  font-size: 16px;
  font-family: "Euclid Square";
  text-align: left;
}
.login_form form > p:last-child input:after,
.mailform_submit_button input:after {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #147D50;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
}
.login_form form > p:last-child input:before,
.mailform_submit_button input:before {
  display: none;
}
.login_form form > p:last-child input:hover,
.mailform_submit_button input:hover {
  background: #147D50;
  color: #fff;
}
.login_form form > p:last-child input:hover:after,
.mailform_submit_button input:hover:after {
  color: #fff;
}
@media print {
  .login_form form > p:last-child input,
.mailform_submit_button input {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .login_form form > p:last-child input,
.mailform_submit_button input {
    padding: 8px 38px 7px 12px;
    min-width: 140px;
  }
  .login_form form > p:last-child input:after,
.mailform_submit_button input:after {
    right: 11px;
    font-size: 15px;
  }
}

.mailform_error label {
  color: #147D50;
}

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

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

/* --- login form --- */
.login_form form {
  padding: 10px 0 0 0;
}
.login_form label.label_remember_me_checkbox {
  padding: 0;
}

/* ------------ Select 2 ------------ */
span.select2-container {
  width: 340px !important;
}

span.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #1f1f1f;
  border-bottom-width: 2px;
  height: auto;
  box-sizing: border-box;
  -webkit-transition: border 0.25s ease-out;
  -moz-transition: border 0.25s ease-out;
  -o-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out;
}

span.select2-container .select2-selection--single .select2-selection__rendered {
  font: 400 16px/23px "Lato", Arial, Helvetica, sans-serif;
  color: #1f1f1f;
  padding: 10px;
  outline: none;
  box-sizing: border-box;
  display: block;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

span.select2-container--open .select2-dropdown {
  border: 0;
}
span.select2-container--open .select2-dropdown ul {
  border: 2px solid #147D50;
  border-radius: 0;
  border-top: 0;
}
span.select2-container--open .select2-dropdown ul.select2-results__options--nested {
  border: 0;
}
span.select2-container--open .select2-dropdown--above ul {
  border-top: 2px solid #147D50;
  border-bottom: 0;
}

.content .select2-container ul li:before {
  display: none;
}

span.select2-container--open .select2-selection--single,
span.select2-container:hover .select2-selection--single {
  border-color: #147D50;
}
span.select2-container--open .select2-selection--single .select2-selection__rendered,
span.select2-container--open .select2-selection--single .select2-selection__rendered,
span.select2-container:hover .select2-selection--single .select2-selection__rendered,
span.select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #147D50;
}

span.select2-results__option {
  padding: 8px 10px;
  color: #1f1f1f;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 5px;
  bottom: 0;
  height: auto;
}
span.select2-container--default .select2-results__option[aria-selected=true],
span.select2-container--default .select2-results__option {
  background: #fff;
}
span.select2-container--default .select2-results__option--highlighted[aria-selected],
span.select2-container--default .select2-results__option--highlighted {
  background: #147D50;
}
span.select2-container--default .select2-results__group {
  padding: 10px 20px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  background: #E8E7E2;
  border: 1px solid #b9b9b8;
  padding: 4px 7px;
  margin-top: 8px;
  margin-right: 8px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 6px;
}
span.select2-container--default .select2-selection--multiple .select2-search--inline {
  display: block;
  padding: 4px 0;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
@media screen and (max-width: 1550px) {
  .is-sticky .quick_navigation,
.quick_navigation {
    position: absolute !important;
    top: 58px !important;
    right: 40px;
    height: 63px;
    width: 63px;
    margin: 0;
  }
  .is-sticky .quick_navigation a,
.quick_navigation a {
    height: 25px;
    width: 25px;
    margin: 3px;
  }
  .detail_content_wrap .quick_navigation {
    top: 13px !important;
  }
}
@media screen and (max-width: 1400px) {
  .slider_home .slick-arrow.fa-chevron-left {
    left: 20px;
  }
  .slider_home .slick-arrow.fa-chevron-right {
    right: 20px;
  }
  .slider_home .slick-track .picture .resource_description {
    left: 0;
    max-width: 100%;
    padding: 80px !important;
  }
}
@media screen and (max-width: 1360px) {
  .special_slider .slider_navigation li ul {
    left: -10px;
    right: -10px;
    padding: 0 10px;
  }
  .special_slider .resource_container .slide_text_container {
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    padding: 27px 20px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .portlets_left {
    margin: 3px 40px 0 0;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet .resource_container + .portlet_text_wrap,
.portlets_pictures .portlet .resource_container + .portlet_text_wrap {
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    margin: 0;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet:nth-child(odd) .resource_container + .portlet_text_wrap, .portlets_pictures .portlet:nth-child(even) .resource_container + .portlet_text_wrap {
    left: 0;
    right: 40px;
    margin: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1240px) {
  #small_image h1,
.portlet_content_title_portlet .portlet-content h3,
.portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 {
    width: 100%;
    top: 40px;
  }
  .portlets_top,
.portlets_bottom {
    margin-top: -40px !important;
  }
  .portlets_top .portlet,
.portlets_bottom .portlet {
    padding: 0 20px 0;
    margin-top: 40px;
  }
  .content_inner + .portlets_bottom {
    margin: 0 -20px 0 -20px !important;
  }
  .portlets_top, .portlets_bottom {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1200px) {
  .navigation > li > a {
    font-size: 19px;
  }
  .navigation > li > a span {
    padding: 0 11px 0 11px;
  }
  #mailform_elements {
    padding: 20px 0 75px;
  }
  .mailform_element.checkbox_field {
    margin-left: 35%;
  }
  .mailform_right_fields {
    float: none;
    clear: both;
  }
  .mailform_element label {
    width: 35%;
  }
  .mailform_element input,
.mailform_element textarea {
    width: 65%;
  }
  .mailform_element textarea {
    height: 200px;
  }
  span.select2-container {
    width: 65% !important;
  }
  .mailform_right_fields .mailform_element.checkbox_field {
    max-width: none;
  }
  #mailform_submit_button {
    margin-left: 35%;
  }
  #mailform_submit_button label {
    width: 0;
    padding: 0;
  }
  div.portlets_before_after,
.portlets_top,
.portlets_bottom {
    padding: 0 20px;
  }
  div.portlets_before_after .portlet,
.portlets_top .portlet,
.portlets_bottom .portlet {
    padding: 0 20px;
  }
  div.portlets_before_after .portlet h3.portlet-title a,
div.portlets_before_after .portlet h3.portlet-title,
.portlets_top .portlet h3.portlet-title a,
.portlets_top .portlet h3.portlet-title,
.portlets_bottom .portlet h3.portlet-title a,
.portlets_bottom .portlet h3.portlet-title {
    font-size: 26px;
    line-height: 32px;
  }
  div.portlets_before_after,
div.portlets_bottom {
    padding: 0 20px 30px;
  }
  div.portlets_top,
div.portlets_bottom {
    padding: 0 0 20px;
  }
  div.portlets_before_after .portlet {
    padding-bottom: 15px;
  }
  #portlets_news_right {
    width: 340px;
    margin-left: 50px;
  }
  #portlets_news_right .portlet_listing .portlet-listing-entry {
    margin-left: 0;
    margin-right: 0;
  }
  #portlets_news_right .portlet_listing .portlet_listing_link {
    margin-left: 0;
  }
  #portlets_project .bx-wrapper .bx-viewport .resource_container,
#portlets_project .portlet .bx-wrapper .bx-viewport .resource_container {
    margin-right: 30px;
  }
  .special_portlet_wrap {
    right: 70px;
  }
}
@media screen and (max-width: 1050px) {
  /* --- header --- */
  .header {
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .header .logos {
    align-items: center;
    justify-content: flex-start;
  }
  .header .logo {
    padding: 0;
    width: 240px;
  }
  .header .logo.parc {
    width: 100px;
  }
  .header .logo img {
    width: 100% !important;
    height: auto;
  }
  .header .header_inner {
    padding: 0;
    flex-flow: row;
    align-items: center;
  }
  .header .responsive_navigation_toggle {
    margin-left: auto;
  }
  .header .navigation_buttons {
    margin: 10px 53px 0 0;
  }
  .header .navigation_buttons span.text {
    display: none;
  }
  .header .navigation_buttons a + a {
    margin: 0 0 0 20px;
  }
  .special_portlet_wrap {
    right: 120px;
    top: 0;
  }
  .is-sticky .navigation_buttons  {
    margin: 4px 60px 0 0;
  }
  #header .header_top,
#header #navigation,
#header #search_wrap {
    display: none;
  }
  #header .logos {
    justify-content: flex-start;
  }
  .portlets_news {
    margin-top: 80px;
  }
  /* --- content --- */
  .content_wrap {
    padding: 44px 20px 24px;
    overflow: hidden;
  }
  .content_left {
    float: none;
    clear: both;
  }
  .quick_navigation {
    display: none;
  }
  h1 {
    padding-right: 0;
  }
  .special_slider {
    padding: 14px 0 50px;
  }
  .page_home .special_slider {
    padding: 50px 0 80px;
  }
  #small_image h1 {
    top: 30px;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 2px;
  }
  div.introduction {
    margin: 0 0 25px;
  }
  .portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet .portlet-content h3 {
    top: 30px;
  }
  .portlet_content_title_portlet_2 .portlet-content h3, .portlet_content_title_portlet_2 .portlet-content h3 a,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 a,
.portlet_content_title_portlet .portlet-content h3,
.portlet_content_title_portlet .portlet-content h3 a {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
  }
  h2.listing-tag-header,
.page_home .special_slider h2, .page_home .special_slider h1,
.portlets_pictures .title_portlet h3.portlet-title,
.portlets_pictures .title_portlet h3.portlet-title a,
h1 {
    font-size: 35px;
    line-height: 44px;
  }
  h2.listing-tag-header {
    margin: 30px 0 20px;
  }
  .portlet_content_title_portlet .portlet-content .portlet_content_description,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-content,
#portlets_project .bx-wrapper .bx-viewport .portlet_content_description,
div.introduction {
    font-size: 19px;
    line-height: 31px;
  }
  #portlets_home_3 .portlets_inner_wrap .portlet h4 a,
#portlets_home_3 .portlets_inner_wrap .portlet h4,
#portlets_home_2 .portlets_inner_wrap .portlet h4 a,
#portlets_home_2 .portlets_inner_wrap .portlet h4,
#portlets_home .portlets_inner_wrap .portlet h4 a,
#portlets_home .portlets_inner_wrap .portlet h4,
#portlets_home_2 .portlets_inner_wrap .portlet h2,
#portlets_home_2 .portlets_inner_wrap .portlet h2 a,
#portlets_home_3 .portlets_inner_wrap .portlet h2,
#portlets_home_3 .portlets_inner_wrap .portlet h2 a,
#portlets_home .portlets_inner_wrap .portlet h2,
#portlets_home .portlets_inner_wrap .portlet h2 a,
#portlets_project .portlet .bx-wrapper .bx-viewport h2,
#portlets_project .portlet .bx-wrapper .bx-viewport h2 a,
#portlets_project .bx-wrapper .bx-viewport h2,
#portlets_project .bx-wrapper .bx-viewport h2 a,
#portlets_project .bx-wrapper .bx-viewport h3,
#portlets_project .bx-wrapper .bx-viewport h3 a,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2 a {
    font-size: 23px;
    line-height: 32px;
  }
  #portlets_project .bx-wrapper {
    padding: 20px 0 0;
  }
  #portlets_project .bx-wrapper .bx-viewport .portlet_content_link {
    margin-top: 0;
  }
  #portlets_project .bx-wrapper .bx-viewport .portlet_parks .portlet_content_link {
    margin-top: 20px;
  }
  #portlets_news_right .portlet_listing h4,
#portlets_news_right .portlet_listing h4 a {
    font-size: 18px;
    line-height: 28px;
  }
  .portlets_news h3 {
    padding-left: 10px;
  }
  .portlets_news h3 span {
    padding: 0 5px;
  }
  .portlets_news h3, .portlets_news h3 a {
    font-size: 15px;
  }
  #portlets_news_slider .portlet h3:before {
    width: 10px;
  }
  .slider_home .slick-track .picture .resource_description p {
    font-size: 30px;
    line-height: 40px;
    margin-top: 5px;
  }
  .slider_home .slick-track .picture .resource_description p > a:only-child {
    margin-top: 0;
  }
  .slider_home .slick-track .picture .resource_description .resource_title {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 1.8px;
  }
  /* --- footer --- */
  .footer .footer_inner {
    padding: 41px 20px 30px;
  }
  .footer .portlet .portlet_content_link {
    margin: 30px 0 0 0;
  }
  /* --- search --- */
  #search_wrap {
    float: none;
    clear: both;
    padding: 0;
    text-align: left;
    background: #E8E7E2;
    border-top: none;
  }
  .page_home #search_wrap {
    display: block;
  }
  .portlet_search input#portlet-search-input {
    width: 100% !important;
    position: relative;
    opacity: 1;
    height: 50px;
  }
  .portlet_search .portlet-content {
    right: 0;
  }
  .portlet_search .portlet-content:before,
.portlet_search input.portlet-search-button {
    height: 100%;
  }
  .rwdnav_inner {
    display: flex;
    flex-flow: column;
  }
  .rwdnav_inner .live_search_results {
    display: none !important;
  }
  .rwdnav_inner .language_switcher {
    order: 2;
  }
  /* --- portlets --- */
  .portlets_left {
    width: auto;
    margin: 20px -40px -20px 0;
    overflow: hidden;
  }
  .portlets_left .portlet {
    float: left;
    width: 50%;
    padding: 0 40px 40px 0;
    box-sizing: border-box;
  }
  .portlets_left .portlet + .portlet {
    margin-top: 0;
  }
  /* --- modules --- */
  .mod_slide_listing h1#page_title {
    padding: 0 0 27px;
  }
  .slide_listing_entry .resource_container {
    width: 36.4%;
  }
  #mod_overview,
#mixItUp {
    margin: 0 -40px -17px 0;
    padding: 35px 0 0;
  }
  .listing_entry,
.overview_item {
    padding: 0 40px 35px 0;
  }
  .listing-tag-container + h2.listing-tag-header {
    margin-top: 20px;
  }
  .pagination {
    margin: 0 40px 40px 0;
    padding: 40px 0 0;
  }
  #google_map {
    height: 400px;
  }
  #slide_listing {
    padding-right: 40px;
  }
  .listing_search {
    padding: 25px 0 0 0;
  }
  .listing_search form {
    margin: 0 -10px;
  }
  .listing_search form .reset_box,
.listing_search form > p {
    padding: 0 10px;
  }
  .listing_search .date_wrap .icon,
.listing_search .search_text input.button {
    right: 10px;
  }
  .mod_parks .ui_buttons {
    float: right;
    width: auto;
    margin: 8px 0 0 20px;
  }
  .mod_parks .heading ~ .mix_container > ul.tags {
    margin-left: 0;
  }
  .mod_parks .detail .tab_content {
    padding: 30px 0 20px;
  }
  .mod_parks .detail .tab_content .detail_slider_wrap {
    float: none;
    clear: both;
    width: auto;
    margin: 10px 0 -20px;
  }
  .mod_parks .detail .detail_content.first .detail_text > p:not(.description) {
    font-size: 20px;
    line-height: 28px;
  }
  /* --- navigation --- */
  .page_home #language_wrap,
#navigation-sticky-wrapper,
#language_wrap {
    display: none;
  }
  .responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: 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;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .portlets_news.portlet_project .portlets_news_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #portlets_news_right {
    width: 280px;
    margin-left: 30px;
  }
  #portlets_project .portlet .bx-wrapper,
#portlets_news_slider .portlet .bx-wrapper {
    padding-bottom: 22px;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .resource_container,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container {
    margin-right: 15px;
  }
  #portlets_project .portlet {
    margin-bottom: 0;
  }
  #portlets_project .portlet .bx-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .resource_container {
    margin-right: 25px;
    width: 40%;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-link {
    margin-top: 0;
  }
  #portlets_project .bx-wrapper .bx-viewport .resource_container,
#portlets_project .portlet .bx-wrapper .bx-viewport .resource_container {
    margin-right: 25px;
    width: 40%;
  }
  .portlet_content_title_portlet_2 .portlet-content .portlet_content_description .portlet_content_link,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description .portlet_content_link,
.portlet_content_title_portlet .portlet-content .portlet_content_description .portlet_content_link {
    margin-top: 0px;
  }
  #portlets_home,
#portlets_home_2,
#portlets_home_3 {
    margin-top: 50px;
  }
  #portlets_home .portlets_inner_wrap,
#portlets_home_2 .portlets_inner_wrap,
#portlets_home_3 .portlets_inner_wrap {
    margin-left: -20px;
  }
  #portlets_home .portlets_inner_wrap .portlet,
#portlets_home_2 .portlets_inner_wrap .portlet,
#portlets_home_3 .portlets_inner_wrap .portlet {
    padding: 0 0 40px 20px;
  }
  #portlets_home .portlets_inner_wrap .portlet h2,
#portlets_home_2 .portlets_inner_wrap .portlet h2,
#portlets_home_3 .portlets_inner_wrap .portlet h2 {
    margin-bottom: 8px;
  }
  .portlets_pictures {
    background: #fff;
  }
  .portlets_pictures .portlet {
    width: 50%;
  }
  .portlets_pictures .portlet.title_portlet {
    float: none;
    background: #fff;
    width: 100%;
  }
  .portlets_pictures .portlet.title_portlet + .portlet + .portlet + .portlet {
    clear: both;
  }
  .portlets_pictures .portlet:before {
    display: none;
  }
  .portlets_pictures .portlet .resource_container img {
    width: 100% !important;
    height: auto;
    min-height: 0 !important;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet:nth-child(odd) .resource_container + .portlet_text_wrap, .portlets_pictures .portlet:nth-child(even) .resource_container + .portlet_text_wrap, .portlets_pictures .portlet.title_portlet ~ .portlet .resource_container + .portlet_text_wrap,
.portlets_pictures .portlet .resource_container + .portlet_text_wrap {
    position: static;
    margin: 0;
    padding: 25px 20px 25px;
    background: #fff;
  }
  .portlets_pictures .portlet h3.portlet-title,
.portlets_pictures .portlet h3.portlet-title a {
    color: #1f1f1f;
    margin-bottom: 10px;
    text-shadow: none;
  }
  .portlets_pictures .portlet .portlet_content_description {
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link,
.portlets_pictures .portlet .portlet_content_link {
    position: relative;
    bottom: auto;
    color: #147D50 !important;
    border-color: #147D50 !important;
    margin-top: 0;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet .portlet_content_link:hover,
.portlets_pictures .portlet .portlet_content_link:hover {
    background: #147D50 !important;
    color: #fff !important;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet:nth-child(odd) .portlet_content_link, .portlets_pictures .portlet:nth-child(even) .portlet_content_link {
    left: 0;
  }
}
@media screen and (max-width: 950px) {
  .special_slider .slider_navigation li a {
    font-size: 15px;
    line-height: 15px;
  }
  .special_slider .slider_navigation li a span {
    padding: 0 7px;
  }
}
@media screen and (max-width: 900px) {
  .mod_parks .filter {
    padding-top: 25px;
  }
  .mod_parks .filter .offer_filter_form > * {
    width: 50%;
  }
  .mod_parks .filter .range_wrap {
    clear: none;
  }
  .mod_parks .filter .date_wrap {
    width: 100%;
    clear: left;
  }
  .mod_parks .filter .form_element.submit {
    width: 100%;
  }
  /* --- listing --- */
  .mod_action_show_entry .listing_entry_detail_pictures {
    margin-top: 20px;
  }
  .mod_action_show_entry .content_inner > .text.with_pictures {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
  }
  .mod_action_show_entry .pictures.gallery {
    margin-top: 30px !important;
    margin-left: -20px !important;
  }
  .mod_action_show_entry .pictures.gallery .picture {
    padding: 0 0 20px 20px !important;
    width: 33.33% !important;
  }
  .content .listing_entry_detail_pictures .resource_container.picture_right {
    width: 100%;
    float: none;
    clear: both;
    padding: 5px 0 0;
  }
  .content .listing_entry_detail_pictures .resource_container.picture_right .picture {
    margin: 0 0 20px;
  }
  .page_home .menu_boxes {
    top: 120px;
    width: 600px;
  }
  .page_home .menu_boxes .box {
    padding: 0 6px 0;
  }
  .page_home .menu_boxes .box span.title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 800px) {
  .content .pictures.gallery {
    margin: 0 0 0 -20px;
    padding: 10px 0 0 0;
  }
  .content .pictures.gallery .picture {
    padding: 0 0 20px 20px;
    width: 50%;
  }
  .footer .footer_inner .portlet {
    width: 50%;
  }
  .footer .footer_inner .portlet:first-child {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 30px;
  }
  div.portlets_before_after,
.portlets_top,
.portlets_bottom {
    padding: 0 10px;
  }
  div.portlets_before_after .portlet,
.portlets_top .portlet,
.portlets_bottom .portlet {
    padding: 0 10px;
  }
  div.portlets_bottom,
div.portlets_before_after {
    padding: 0 10px 30px;
  }
  div.portlets_before_after .portlet {
    padding-bottom: 10px;
  }
  div.portlets_top,
div.portlets_bottom {
    padding-bottom: 30px;
    margin: 0 -10px;
  }
  div.portlets_top .portlet,
div.portlets_bottom .portlet {
    width: 50%;
    margin-bottom: 0;
    padding: 0 20px;
  }
  div.portlets_top .portlet:nth-child(3n+1),
div.portlets_bottom .portlet:nth-child(3n+1) {
    clear: none;
  }
  div.portlets_top .portlet:nth-child(2n+1),
div.portlets_bottom .portlet:nth-child(2n+1) {
    clear: both;
  }
  .content_inner + .portlets_bottom {
    margin: 0 -30px 0 -30px !important;
  }
  .special_slider .slider_navigation {
    margin: 0 -20px 10px;
  }
  .special_slider .slider_navigation li {
    float: none;
    clear: both;
  }
  .special_slider .slider_navigation li a {
    margin: 0;
    padding: 12px 0 9px;
    font-size: 16px;
    line-height: 16px;
  }
  .special_slider .slider_navigation li a span {
    margin: 0;
    padding: 0 20px;
    border: 0;
  }
  .special_slider .slider_navigation li ul {
    opacity: 0;
    visibility: hidden;
    position: static;
    max-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.000000001s ease-out;
    -moz-transition: all 0.000000001s ease-out;
    -o-transition: all 0.000000001s ease-out;
    transition: all 0.000000001s ease-out;
  }
  .special_slider .slider_navigation li ul li a {
    padding: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
  }
  .special_slider .slider_navigation li ul li a span {
    padding: 0;
  }
  .special_slider .slider_navigation li:hover > ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
  .special_slider .slider_navigation li.current:hover > ul, .special_slider .slider_navigation li.current > ul {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
    margin: 0 0 10px;
    padding: 0 20px 10px;
    -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, height 0.3s ease-out, 0.000000001s ease-out;
    -moz-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, height 0.3s ease-out, 0.000000001s ease-out;
    -o-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, height 0.3s ease-out, 0.000000001s ease-out;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, height 0.3s ease-out, 0.000000001s ease-out;
  }
  .special_slider .resource_container .slide_text_container {
    position: static;
  }
  #portlets_news_right {
    width: 100%;
    margin: 60px 0 0 0;
  }
  #portlets_home .portlets_inner_wrap .portlet,
#portlets_home_3 .portlets_inner_wrap .portlet,
#portlets_home_2 .portlets_inner_wrap .portlet {
    width: 50%;
  }
  #portlets_home .portlets_inner_wrap .portlet:nth-child(3n+1),
#portlets_home_3 .portlets_inner_wrap .portlet:nth-child(3n+1),
#portlets_home_2 .portlets_inner_wrap .portlet:nth-child(3n+1) {
    clear: none;
  }
  #portlets_home .portlets_inner_wrap .portlet:nth-child(2n+1),
#portlets_home_3 .portlets_inner_wrap .portlet:nth-child(2n+1),
#portlets_home_2 .portlets_inner_wrap .portlet:nth-child(2n+1) {
    clear: both;
  }
  .pagination .pagination-numbers a,
.pagination .pagination-links a {
    padding: 5px 13px;
    font-size: 14px;
  }
  .content .search .search_item_wrap .resource_container {
    width: 250px;
  }
}
@media screen and (max-width: 750px) {
  .portlets_pictures {
    background: #fff;
  }
  .portlets_pictures .portlet {
    width: 100%;
    float: none;
    clear: both;
  }
  .mod_parks .offer_pagination {
    margin: 0 0 40px;
    padding: 25px 0 0;
  }
  .mod_parks .offer_pagination .numbers {
    clear: both;
    padding: 10px 0 0;
  }
  .page_not_found_image {
    width: 100px;
    height: 167px;
    margin-top: -9px;
    background-size: 100px;
  }
  .page_not_found_image:after {
    background-size: 100px;
  }
  #slider_home .scroll_button,
.special_portlet_wrap {
    display: none !important;
  }
  .slider_home .slick-track .picture .resource_description {
    padding: 20px !important;
  }
  .slider_home .slick-track .picture .resource_description .resource_title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1.2px;
  }
  .slider_home .slick-track .picture .resource_description p {
    font-size: 22px;
    line-height: 32px;
    margin-top: 4px;
  }
  .slider_home .slick-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    z-index: 21;
    font-size: 35px;
    width: 18px;
  }
  .slider_home .slick-arrow.fa-chevron-right {
    right: 20px;
  }
  .slider_home .slick-arrow.fa-chevron-left {
    left: auto;
    right: 50px;
  }
  .slider_home .slick-dots {
    right: auto;
    left: 0;
    padding: 15px 15px 10px;
  }
  .slider_home .slick-dots li button {
    width: 10px;
    height: 10px;
    margin-left: 0;
    margin-right: 5px;
  }
  .gradient img {
    min-height: 75px;
    object-fit: cover;
  }
}
@media screen and (max-width: 670px) {
  .header {
    padding: 10px 20px;
  }
  .header .navigation_buttons,
.header .logo.parc {
    display: none;
  }
  .header .logo + .logo img {
    width: 190px;
  }
  .special_portlet_wrap {
    display: none;
  }
  /* --- page home --- */
  .page_home .content_wrap {
    padding: 30px 20px 0;
  }
  .page_home .special_slider {
    padding: 30px 0 40px;
  }
  /* --- content --- */
  .content_wrap {
    padding: 34px 20px 14px;
  }
  #small_image h1 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 1px;
    top: 15px;
  }
  .portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet .portlet-content h3 {
    top: 15px;
  }
  .portlet_content_title_portlet_2 .portlet-content h3, .portlet_content_title_portlet_2 .portlet-content h3 a,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 a,
.portlet_content_title_portlet .portlet-content h3,
.portlet_content_title_portlet .portlet-content h3 a {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .page_home .special_slider h2,
.page_home .special_slider h1,
h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  #portlets_project .bx-wrapper .bx-viewport h2,
#portlets_project .bx-wrapper .bx-viewport h2 a,
#portlets_project .bx-wrapper .bx-viewport h3,
#portlets_project .bx-wrapper .bx-viewport h3 a,
#portlets_project .portlet .bx-wrapper .bx-viewport h2,
#portlets_project .portlet .bx-wrapper .bx-viewport h2 a,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport offers_wrap h4,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport offers_wrap h4 a,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2 a {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .mod_parks .listing_entry .description .institution_location,
h2, h2 a,
div.introduction,
h3, h3 a {
    font-size: 18px;
    line-height: 26px;
  }
  #portlets_project .bx-wrapper .bx-viewport .portlet_content_description,
.portlet_content_title_portlet .portlet-content .portlet_content_description,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-content, div.introduction,
div.introduction {
    font-size: 17px;
    line-height: 28px;
  }
  .footer .footer_inner {
    padding: 25px 20px 15px;
  }
  .footer #copy li {
    margin-left: 0;
    margin-right: 15px;
  }
  .footer #copy li .meta-navigation {
    flex-flow: wrap;
  }
  /* --- header images --- */
  #small_image {
    overflow: hidden;
  }
  #small_image .picture img {
    position: relative;
    top: 0;
    left: 50%;
    height: 148px;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /* --- portlets --- */
  .portlets_top {
    padding: 0 30px;
  }
  .portlets_left {
    margin: 0 -20px 0 0;
  }
  .portlets_left .portlet {
    padding: 0 20px 0 0;
  }
  #google_map {
    height: 250px;
  }
  .portlets_pictures .portlet.title_portlet ~ .portlet:nth-child(odd) .resource_container + .portlet_text_wrap, .portlets_pictures .portlet:nth-child(even) .resource_container + .portlet_text_wrap, .portlets_pictures .portlet.title_portlet ~ .portlet .resource_container + .portlet_text_wrap,
.portlets_pictures .portlet .resource_container + .portlet_text_wrap {
    padding: 20px 20px 30px;
  }
  .portlets_pictures .portlet h3.portlet-title,
.portlets_pictures .portlet h3.portlet-title a {
    font-size: 18px;
    line-height: 24px;
  }
  .portlets_pictures .title_portlet h3.portlet-title,
.portlets_pictures .title_portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  h2.listing-tag-header {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0 15px;
  }
  div.portlets_bottom,
div.portlets_before_after {
    padding: 0 10px 30px;
  }
  .portlets_news {
    margin-top: 30px;
  }
  .portlets_news.portlet_project .portlets_news_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #portlets_news_slider .portlet {
    margin-top: 30px;
  }
  #portlets_news_right {
    margin-top: 40px;
  }
  #portlets_news_right .portlet_listing .portlet-listing-entry {
    margin-top: 25px;
  }
  #portlets_news_right .portlet_listing .portlet_listing_link {
    margin-top: 20px;
  }
  #portlets_project .portlet .bx-wrapper {
    padding-top: 15px;
  }
  #portlets_home,
#portlets_home_2,
#portlets_home_3 {
    margin-top: 30px;
  }
  #portlets_home .portlets_inner_wrap .portlet,
#portlets_home_2 .portlets_inner_wrap .portlet,
#portlets_home_3 .portlets_inner_wrap .portlet {
    padding-bottom: 20px;
  }
  /* --- modules --- */
  .mailform_element label {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .mailform_element.checkbox_field {
    margin-left: 0;
  }
  .mailform_element input,
.mailform_element textarea {
    width: 100%;
  }
  span.select2-container {
    width: 100% !important;
  }
  #mailform_submit_button {
    margin-left: 0%;
    padding: 0;
  }
  #mailform_submit_button label {
    display: none;
  }
  #mailform_submit_button input {
    position: unset;
    background: none;
  }
  .special_slider .slider_content {
    padding: 0 20px;
  }
  .mod_parks .mix_container .content_left {
    margin: 0 -20px 0 0;
  }
  .mod_parks .mix_container .content_left .portlet {
    margin: 0 0 30px;
    padding: 0 20px 0 0;
  }
  .mod_parks .mix_container .content_left .portlet:last-child {
    margin-bottom: 0;
  }
  .mod_parks .ui_buttons {
    margin: 0 0 -50px 15px;
  }
  .mod_parks .ui_buttons > a {
    display: block;
    margin: 0 0 15px;
    width: 37px;
    height: 30px;
    background-size: 30px;
  }
  .mod_parks .ui_buttons > a:hover, .mod_parks .ui_buttons > a.print_button {
    background-size: 30px;
  }
  .mod_parks .ui_buttons > a:hover:hover, .mod_parks .ui_buttons > a.print_button:hover {
    background-size: 30px;
  }
  .mod_parks .ui_buttons .share_wrap {
    display: block;
    float: none;
    clear: both;
  }
  .mod_parks .ui_buttons .share_wrap > a {
    font-size: 28px;
    line-height: 32px;
    height: 30px;
  }
  .mod_parks .ui_buttons .share_wrap .networks a {
    font-size: 24px;
    line-height: 28px;
    padding: 5px 0 0;
  }
  .mod_parks .listing_entry .description h3 a,
.mod_parks .listing_entry .description h3 {
    margin: 0 0 13px;
  }
  .mod_parks .listing_entry .description .institution_location {
    margin: -13px 0 13px;
  }
  .mod_parks .mix_container > ul li {
    width: auto;
  }
  .listing_search form > p {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 650px) {
  .mod_parks .mix_container > ul {
    margin-top: 35px;
  }
  .mod_parks .filter {
    padding-top: 15px;
  }
  .mod_parks .filter .offer_filter_form > * {
    width: 100%;
  }
  .mod_parks .filter .date_wrap .element_wrap {
    width: 100%;
  }
  .mod_parks .filter .date_wrap .element_wrap + .element_wrap {
    margin-top: 17px;
  }
  .mod_parks .detail .detail_content.first .detail_text > p:not(.description) {
    font-size: 18px;
    line-height: 26px;
  }
  .mod_parks .detail .detail_content:not(:first-child) {
    padding: 30px 0 0;
    margin: 30px 0 0;
  }
  .mod_parks .detail .detail_content h1 {
    margin-bottom: 20px;
  }
  .mod_parks .detail .detail_content.first {
    display: flex;
    flex-flow: column;
  }
  .mod_parks .detail .detail_content .detail_slider_wrap,
.mod_parks .detail .detail_content .detail_pictures {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
    order: 2;
  }
  .mod_parks .detail .detail_content .detail_slider_wrap .attachment,
.mod_parks .detail .detail_content .detail_pictures .attachment {
    margin: 0;
  }
  .mod_parks .detail .detail_content .block:not(:first-child) {
    margin-top: 24px;
  }
  .mod_parks .detail.links {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mod_parks .detail .links_wrap {
    padding: 2px 0 0;
  }
  .mod_parks .detail .links_wrap > a {
    width: 25px;
    height: 20px;
    background-size: 23px 20px;
    margin: 0 6px 0 0;
  }
  .mod_parks .detail .links_wrap > a:hover {
    background-size: 23px 20px;
  }
  .mod_parks .detail .links_wrap > a.print {
    background-size: 23px 17px;
  }
  .mod_parks .detail .links_wrap > a.print:hover {
    background-size: 23px 17px;
  }
  .mod_parks .detail .links_wrap .share_wrap {
    margin: 0 0 0 -2px;
  }
  .mod_parks .detail .links_wrap .share_wrap > a {
    font-size: 15px;
    line-height: 20px;
    height: 20px;
  }
  .mod_parks .detail .links_wrap .share_wrap .networks {
    left: -15px;
    right: -15px;
    padding: 10px 15px 12px;
  }
  .mod_parks .detail .links_wrap .share_wrap .networks a {
    font-size: 12px;
    line-height: 20px;
    padding: 7px 0 0;
  }
  .mod_parks .detail .detail_content .detail_pictures .attachment img {
    max-height: 69vw;
  }
  .mod_action_show_entry .pictures.gallery {
    margin-top: 20px !important;
  }
  .mod_action_show_entry .pictures.gallery .picture {
    width: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  #portlets_project .portlet .bx-wrapper .bx-viewport .resource_container {
    width: 100%;
    padding-bottom: 64%;
    margin: 0 0 20px 0;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_description,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-listing-content-container {
    overflow: visible !important;
  }
  #portlets_project .portlet_parks .portlet_content_description {
    overflow: visible !important;
  }
  #portlets_project .bx-wrapper .bx-viewport .resource_container {
    width: 100%;
    padding-bottom: 64%;
    margin: 0 0 20px 0;
  }
  #portlets_project .bx-wrapper .bx-viewport .portlet_text_wrap {
    overflow: visible;
  }
  .content .search .search_item_wrap .resource_container {
    width: 100%;
    margin: 7px 0 15px 0;
  }
  .content .search .search_item_wrap .content {
    overflow: visible;
  }
}
@media screen and (max-width: 550px) {
  .header .logo {
    width: 210px;
    padding-top: 7px;
  }
  .slider_home .slick-track .picture img {
    min-height: 240px;
  }
  .slider_home .slick-track .picture .resource_description .resource_title {
    font-size: clamp(24px, 2.8vw, 28px);
    line-height: clamp(28px, 3.2vw, 32px);
    letter-spacing: 0.8px;
  }
  .slider_home .slick-track .picture .resource_description p {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: clamp(22px, 2.4vw, 24px);
    letter-spacing: 0.2px;
    margin-top: 2px;
  }
  .slider_home .slick-track .picture .resource_description p > a:only-child {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 31px 6px 9px;
  }
  .slider_home .slick-track .picture .resource_description p > a:only-child:after {
    font-size: 13px;
    right: 8px;
  }
  .content .pictures.gallery .picture {
    width: 100%;
  }
  #privacy_banner #privacy_banner_inner {
    font-size: 13px;
    line-height: 21px;
  }
  #privacy_banner #privacy_banner_inner #privacy_description {
    padding-right: 0;
  }
  #privacy_banner #privacy_banner_inner a.button {
    position: relative;
    top: auto;
    margin-top: 15px;
    right: auto;
    display: block;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .footer .footer_inner {
    padding-bottom: 10px;
  }
  .footer .footer_inner .portlet {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 30px;
  }
  .portlets_left .portlet {
    width: 100%;
  }
  .slide_listing_entry .resource_container {
    float: none;
    clear: both;
    width: 100%;
    margin: 5px 0 20px 0;
  }
  #mod_overview,
#mixItUp {
    padding: 25px 0 0;
  }
  .listing_entry,
.overview_item {
    width: 100%;
  }
  #slide_listing {
    padding-right: 0;
  }
  .mod_parks .listing_entry .pictures {
    width: 100%;
    float: none;
    clear: both;
    margin: 5px 0 20px 0;
  }
  .mod_parks .mix_container .content_left .portlet {
    width: 100%;
  }
  .mod_parks .mix_container #mapContainer .mapToolbar .mapToolbarSearch {
    width: 100%;
  }
  .mod_parks #offer_total .offer_count {
    font-size: 20px;
    line-height: 26px;
  }
  .mod_parks .detail .tab_content {
    padding: 10px 0 20px;
  }
  .table_wrap_container {
    position: relative;
    padding: 20px 0 0;
  }
  .table_wrap_container table {
    min-width: 100%;
    width: auto !important;
  }
  .mod_parks .offer_pagination {
    text-align: center;
  }
  .mod_parks .offer_pagination .numbers,
.mod_parks .offer_pagination .next_wrap,
.mod_parks .offer_pagination .prev_wrap {
    display: block;
    float: none;
    clear: both;
  }
  .mod_parks .offer_pagination a {
    padding: 6px 10px;
  }
  .mod_parks .offer_pagination a.icon {
    font-size: 16px;
    padding: 6px;
    width: 42px;
  }
  .mod_parks .offer_pagination .numbers {
    padding: 0;
  }
  .mod_parks .offer_pagination .numbers a {
    padding: 6px;
    width: 42px;
  }
  div.portlets_bottom {
    padding-bottom: 30px;
  }
  .portlets_top .portlet .portlet_inner,
.portlets_bottom .portlet .portlet_inner {
    min-height: 0 !important;
  }
  #portlets_home .portlets_inner_wrap .portlet,
#portlets_home_3 .portlets_inner_wrap .portlet,
#portlets_home_2 .portlets_inner_wrap .portlet {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .mod_parks .detail > a.sign_in {
    width: 100%;
    box-sizing: border-box;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
  }
  div.portlets_top .portlet,
div.portlets_bottom .portlet {
    width: 100%;
  }
  #portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container,
#portlets_project .portlet .bx-wrapper .bx-viewport .resource_container {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_description,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_description {
    overflow: visible;
  }
  #portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container {
    padding-bottom: 83%;
  }
  #small_image h1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.8px;
    top: 15px;
  }
  .portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet .portlet-content h3 {
    top: 10px;
  }
  .portlet_content_title_portlet_2 .portlet-content h3, .portlet_content_title_portlet_2 .portlet-content h3 a,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 a,
.portlet_content_title_portlet .portlet-content h3,
.portlet_content_title_portlet .portlet-content h3 a {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.8px;
  }
  .portlet_content_title_portlet_2 .resource_container,
.portlet_content_title_portlet_3 .resource_container,
.portlet_content_title_portlet .resource_container {
    height: 140px;
  }
  .portlet_content_title_portlet_2 .resource_container *,
.portlet_content_title_portlet_3 .resource_container *,
.portlet_content_title_portlet .resource_container * {
    height: 100%;
    width: auto;
  }
  .portlet_content_title_portlet_2 .resource_container:not(.videos) *,
.portlet_content_title_portlet_3 .resource_container:not(.videos) *,
.portlet_content_title_portlet .resource_container:not(.videos) * {
    height: 100%;
    width: auto;
  }
  .portlet_content_title_portlet_2 .resource_container .picture,
.portlet_content_title_portlet_3 .resource_container .picture,
.portlet_content_title_portlet .resource_container .picture {
    float: none;
  }
  .portlet_content_title_portlet_2 .resource_container img,
.portlet_content_title_portlet_3 .resource_container img,
.portlet_content_title_portlet .resource_container img {
    height: 100% !important;
    width: auto;
    left: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 470px) {
  .mod_parks .detail:first-of-type {
    position: relative;
  }
  .mod_parks .detail .links_wrap {
    top: 100%;
    margin: 12px 0 0;
    padding: 0;
    background: none;
  }
  .mod_parks .detail .tab_list {
    margin: 0 0 10px;
    padding: 0;
  }
  .mod_parks .detail .tab_list li {
    padding: 0 0 8px;
  }
  .mod_parks .detail .tab_list li:before {
    height: 3px;
  }
  .mod_parks .detail .tab_content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .mod_parks .mix_container > ul {
    display: block;
    margin: 35px 0 0;
    padding: 0 0 20px;
  }
  .mod_parks .mix_container > ul:before {
    display: none;
  }
  .mod_parks .mix_container > ul li {
    display: block;
    margin: 0 0 10px 0 !important;
  }
  .mod_parks .ui_buttons {
    margin: 0 0 10px 15px;
  }
}
@media screen and (max-width: 360px) {
  html[lang=fr] .pagination .pagination-links a {
    padding: 4px 8px;
    font-size: 13px;
    letter-spacing: -0.1px;
  }
}
/*
|--------------------------------------------------------------------------
| 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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
.mod_productlist .select2-search {
  display: block;
  border: 2px solid #147D50;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}
.mod_productlist .select2-search input {
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  background: #fff;
  border: 1px solid rgba(185, 185, 184, 0.85);
}
.mod_productlist .content_inner {
  overflow: visible;
}
.mod_productlist .content_inner > p {
  font-weight: 500;
  font-size: 21px;
  line-height: 37px;
  font-weight: 400;
}
.mod_productlist .content_inner h2 {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 29px;
  font-weight: 700;
}
.mod_productlist.show-focus nav .tab_supplier_entry:focus {
  outline: 2px dotted #006531 !important;
  outline-offset: 4px !important;
}
.mod_productlist #supplier_tab_elements {
  position: relative;
  display: flex;
  flex-flow: wrap;
  margin-top: 90px;
}
.mod_productlist #supplier_tab_elements nav .tab_supplier {
  display: flex;
}
.mod_productlist #supplier_tab_elements nav .tab_supplier_entry.selected_tab {
  background: #fff;
  position: relative;
  border-bottom: none;
  border-color: #1f1f1f !important;
}
.mod_productlist #supplier_tab_elements nav .tab_supplier_entry.selected_tab + a {
  border-left-color: #1f1f1f;
}
.mod_productlist #supplier_tab_elements nav .tab_supplier_entry.selected_tab:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: -2px;
}
.mod_productlist #supplier_tab_elements nav .tab_supplier_entry label {
  cursor: pointer;
}
.mod_productlist #supplier_tab_elements nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mod_productlist #supplier_tab_elements nav .tab_navigation {
  display: flex;
}
.mod_productlist #supplier_tab_elements nav .tab_navigation a {
  width: 190px;
  height: 52px;
  padding: 14px 15px;
  border-top: 2px solid #D8D7CF;
  border-left: 2px solid #D8D7CF;
  background: #F8F7F3;
  color: #453c32;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.mod_productlist #supplier_tab_elements nav .tab_navigation a:nth-last-child(1) {
  border-right: 2px solid #D8D7CF;
}
.mod_productlist #supplier_tab_elements nav .tab_navigation a:active, .mod_productlist #supplier_tab_elements nav .tab_navigation a:hover {
  background: #fff;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier {
  position: relative;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier label {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier label i {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
  margin-left: 10px;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier .only_partner_supplier_switch_text {
  font-weight: 400;
  text-transform: uppercase;
  width: 37px;
  margin-left: 14px;
  text-align: right;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier .only_partner_supplier_switch_text .switch_text.true {
  display: none;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier .only_partner_supplier_toggle {
  width: 50px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  display: block;
  background: #1f1f1f;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  margin-left: 14px;
  cursor: pointer;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier .only_partner_supplier_toggle:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 28px;
  height: 28px;
  display: block;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -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;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier a {
  position: absolute;
  width: 50px;
  right: 0px;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 1;
  visibility: visible;
  display: none;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier a.checked.only_partner_supplier_toggle {
  background: #529C3D;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier a.checked.only_partner_supplier_toggle:before {
  left: auto;
  right: 1px;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier a.checked .only_partner_supplier_switch_text .switch_text.false {
  display: none;
}
.mod_productlist #supplier_tab_elements nav .only_partner_supplier a.checked .only_partner_supplier_switch_text .switch_text.true {
  display: block;
}
.mod_productlist #supplier_tab_elements #tab_content {
  display: block;
  clear: both;
  border-top: 2px solid #1f1f1f;
  width: 100%;
  padding-top: 35px;
}
.mod_productlist #supplier_tab_elements #tab_content > .tab_supplier {
  flex-flow: wrap;
  width: 100%;
}
.mod_productlist #supplier_tab_elements #tab_content > .tab_supplier .reset_filter_btn {
  color: #1f1f1f;
  position: relative;
  float: right;
  top: -20px;
  font-size: 14px;
}
.mod_productlist #supplier_tab_elements #tab_content .sticky-wrapper {
  width: 100%;
  max-width: 1240px;
  position: relative;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter {
  width: 100%;
  flex: 0 0 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  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;
  padding-top: 0 !important;
  padding-bottom: 0;
  top: 52px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter #sticky_wrapper {
  width: 100%;
  flex: 0 0 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  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;
  padding-top: 15px;
  padding-bottom: 0;
  top: 52px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element {
  max-width: calc(33.33% - 26px);
  width: 100%;
  flex: 0 0 100%;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element label {
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 {
  width: 100% !important;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__rendered {
  padding: 11px 16px 13px;
  z-index: 10;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  right: 12px;
  width: 18px;
  top: 2px;
  bottom: 2px;
  font-size: 0;
  display: block;
  background: #fff;
  z-index: 1;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__rendered .select2-selection__clear:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #1f1f1f;
  margin-top: -12px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__rendered .select2-selection__clear:hover:before {
  color: #147D50;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection__arrow {
  right: 16px;
  height: 100%;
  bottom: 0;
  width: 16px;
  -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;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection__arrow:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #1f1f1f;
  margin-top: -12px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection__arrow b {
  display: none;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__placeholder {
  color: #1f1f1f;
  opacity: 0.5;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2.select2-container--open .select2-selection--single .select2-selection__arrow:before, .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2.select2-container:hover .select2-selection--single .select2-selection__arrow:before {
  color: #147D50;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2-dropdown .select2-search {
  padding: 5px;
  background: #fff;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2-dropdown .select2-search input {
  border-color: #147D50;
  font-family: "Euclid Square";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  padding: 4px 11px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2-dropdown .select2-search input:focus {
  outline: none !important;
  outline-offset: 1px !important;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2-dropdown ul {
  margin-bottom: 0;
  margin-top: -2px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2-dropdown li {
  padding-left: 16px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 50px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_group {
  background: #fff;
  display: flex;
  width: 100%;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_group:not(:first-child) {
  margin-top: 30px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products {
  width: 100%;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description {
  flex: 0 0 415px;
  width: 415px;
  max-width: 35%;
  background: #fff;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .show_all_supplier_infos {
  border: none;
  background: none;
  padding: 0;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #B5B4AE;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .show_all_supplier_infos::before {
  display: none;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_info_btn {
  display: none;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_infos {
  display: block;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner {
  padding: 10px 30px 30px 40px;
  box-sizing: border-box;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  height: 80px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo .pictures {
  width: 100%;
  flex: 1;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo .pictures:first-child {
  max-width: 90px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo .pictures .picture img,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo .pictures .picture {
  width: 100%;
  height: auto;
  float: none;
  display: block;
  max-width: 100%;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo .pictures:nth-child(2) {
  max-width: 125px;
  margin-left: 10px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 4px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description h3:first-child {
  margin-top: 15px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description h4 span:not(:last-child):after {
  content: ", ";
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description.partner h4,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description.partner h3 {
  color: #147D50;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_labels {
  display: flex;
  flex-flow: wrap;
  margin-top: -5px;
  margin-bottom: 13px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_labels .supplier_label {
  margin: 5px 10px 0 0;
  border: 1px solid rgba(185, 185, 184, 0.85);
  background: rgba(248, 248, 248, 0.85);
  color: #B5B4AE;
  border-radius: 12px;
  font-size: 14px;
  padding: 3px 10px;
  line-height: 16px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_address {
  margin: 0;
  display: flex;
  flex-flow: column;
  line-height: 25px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_address a {
  color: #1f1f1f;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_address a:hover {
  color: #147D50;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_address i {
  font-size: 14px;
  width: 14px;
  margin-right: 13px;
  font-weight: 400;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_address i.fa-phone ~ a {
  text-decoration: none;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products {
  background: #FEFDFC;
  border-right: 1px solid rgba(31, 31, 31, 0.15);
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product {
  padding: 18px 30px 18px 30px;
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 18px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product:not(:first-child) {
  border-top: 1px solid rgba(31, 31, 31, 0.15);
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product:last-child {
  border-bottom: 1px solid rgba(31, 31, 31, 0.15);
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p > span:not(:last-child) {
  padding-right: 20px;
  box-sizing: border-box;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p > span .item:not(:last-child):after {
  content: ", ";
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p > span .item.description:after {
  content: " ";
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_name {
  font-weight: 700;
  width: 22%;
  padding-right: 10px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product {
  width: 40%;
  padding-right: 10px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_categroy {
  width: 22%;
  text-transform: uppercase;
  font-weight: 500;
  color: #B5B4AE;
  font-size: 12px;
  padding-left: 0;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label {
  position: relative;
  text-align: right;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label.product_label_img_padding {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label .item.park:only-child {
  margin-top: -20px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label .item.park a {
  white-space: nowrap;
  margin-top: 3px;
  color: #B5B4AE;
  text-decoration: none;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label .item.park a:hover {
  color: #147D50;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label .item.park a:after {
  content: "";
  margin-top: -2px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/logo_parc_small.jpg);
  background-size: 100% auto;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .hidden_items {
  display: none;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .read_more button {
  border: none;
  background: none;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  color: #B5B4AE;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .read_more button:before {
  display: none;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .read_more button i {
  font-weight: 400;
  font-size: 16px;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 4px;
}
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .read_more button:hover {
  color: #1f1f1f;
}

@media screen and (max-width: 1050px) {
  .mod_productlist .content_inner h2 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .mod_productlist .content_inner > p {
    font-size: 19px;
    line-height: 31px;
  }
  .mod_productlist #supplier_tab_elements {
    margin-top: 50px;
  }
  .mod_productlist #supplier_tab_elements nav .tab_navigation label {
    width: auto;
    padding: 14px 25px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .sticky-wrapper {
    position: relative;
  }
  .mod_productlist #supplier_tab_elements #tab_content .sticky-wrapper .supplier_filter {
    position: relative !important;
    top: auto !important;
  }
  .mod_productlist #supplier_tab_elements #tab_content .sticky-wrapper #sticky_wrapper {
    position: relative !important;
    top: auto !important;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element {
    max-width: calc(33.33% - 10px);
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner {
    padding: 17px 20px 20px 20px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner h3 {
    font-size: 23px;
    line-height: 26px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner h3:first-child {
    margin-top: 5px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 850px) {
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier label {
    flex-flow: wrap;
    justify-content: flex-end;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier label > span:first-child {
    width: 100%;
    text-align: right;
    margin-top: -20px;
    margin-bottom: 5px;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier label > span:first-child i {
    font-size: 20px;
    margin-left: 5px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_group {
    flex-flow: wrap;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description {
    width: calc(100% - 1px);
    max-width: calc(100% - 1px);
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-right: 1px solid rgba(31, 31, 31, 0.15);
    border-bottom: 1px solid rgba(31, 31, 31, 0.15);
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo {
    max-width: 325px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_info_btn {
    display: block;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_infos {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .mod_productlist .content_inner h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .mod_productlist .content_inner > p {
    font-size: 17px;
    line-height: 28px;
  }
  .mod_productlist #supplier_tab_elements {
    margin-top: 25px;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier {
    font-size: 14px;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier a > span:first-child {
    width: auto;
    margin: 0;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier a > span:first-child i {
    font-size: 16px;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier .only_partner_supplier_switch_text {
    display: none;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier .only_partner_supplier_toggle {
    height: 20px;
    width: 35px;
    margin-left: 8px;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier .only_partner_supplier_toggle:before {
    width: 18px;
    height: 18px;
  }
  .mod_productlist #supplier_tab_elements nav .tab_navigation a {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
    letter-spacing: 0.2px;
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier {
    position: absolute;
    top: 37px;
    right: 0;
  }
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier label > span:first-child {
    width: auto;
    margin-top: 5px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element {
    max-width: calc(33.33% - 6px);
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element label {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__rendered {
    padding: 5px 10px 7px;
    font-size: 14px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    right: 9px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection--single .select2-selection__rendered .select2-selection__clear:before {
    font-size: 19px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection__arrow {
    right: 9px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2 .select2-selection__arrow:before {
    font-size: 21px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .select2-dropdown li {
    padding: 4px 10px 5px 10px;
    font-size: 14px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap {
    margin-top: 10px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product {
    font-size: 14px;
    padding: 13px 12px 13px 12px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner {
    font-size: 15px;
    line-height: 21px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner h4 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner .supplier_labels .supplier_label {
    margin: 4px 4px 0 0;
    font-size: 12px;
    padding: 1px 7px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_description_inner .supplier_address {
    line-height: 23px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_description .supplier_logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter {
    flex-flow: wrap;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter #sticky_wrapper {
    flex-flow: wrap;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element {
    max-width: calc(50% - 5px);
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element:nth-child(3) {
    margin-top: 0;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element label {
    margin-bottom: 0;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p {
    flex-flow: wrap;
    align-items: flex-start;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_categroy,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_name {
    width: 33.33%;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product {
    width: 66.66%;
    padding-right: 0;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_categroy {
    margin-top: 6px;
  }
}
@media screen and (max-width: 500px) {
  .mod_productlist #supplier_tab_elements nav .only_partner_supplier {
    font-size: 12px;
  }
  .mod_productlist #supplier_tab_elements #tab_content {
    padding-top: 35px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter {
    flex-flow: wrap;
    padding-top: 0;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter #sticky_wrapper {
    flex-flow: wrap;
    padding-top: 0;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element {
    max-width: 100%;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element p {
    margin-bottom: 15px;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_filter .supplier_filter_element:nth-child(2) {
    margin-top: 0;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_name,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label,
.mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_categroy {
    width: 100%;
    text-align: left;
  }
  .mod_productlist #supplier_tab_elements #tab_content .supplier_wrap .supplier_products .supplier_product p .product_label {
    margin-top: 2px;
  }
}
/*
|--------------------------------------------------------------------------
| 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 */
/* --- green --- */
/* --- gray --- */
/* --- brown --- */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group keyframes */
/* --- bounce --- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* @end */
/* @group basic */
@media print {
  @page {
    margin: 1.5cm 1cm 1.5cm 2cm;
  }
  .portlet_content_title_portlet .portlet-content .portlet_content_description,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description,
#portlets_project .portlet .bx-wrapper .bx-viewport .portlet-entry-content,
body {
    font-family: "Euclid Square";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    background: #FFF;
    text-align: left !important;
    color: #000 !important;
  }
  .portlet-entry-tags,
.portlet-listing-entry-tags,
.portlet_content_title_portlet .portlet-content .resource_container,
.portlet_content_title_portlet_2 .portlet-content .resource_container,
.portlet_content_title_portlet_3 .portlet-content .resource_container,
#portlets_project .portlet .bx-wrapper .bx-controls,
#portlets_news_slider .portlet .bx-wrapper .bx-controls,
#big_image,
.navigation_buttons,
#navigation,
#search_wrap,
.mod_parks .offer_pagination,
.mod_parks .filter,
.mod_parks .detail .links_wrap,
.mod_parks .detail .tab_content .detail_slider_wrap,
.with_header_image .special_portlet_wrap,
.with_header_image div#big_image,
.with_header_image div#small_image,
.mod_parks .listing > h4,
.mod_parks .mix_container > ul,
.listing_search,
#mailform_submit_button,
.mailform-submit,
.login_form .button,
.gradient,
.pagination,
.listing_entry_backlink a, .listing-more-button,
.special_slider,
.portlets_top div.bx-wrapper .bx-pager,
.portlets_bottom div.bx-wrapper .bx-pager,
.slide_listing_entry .slide_listing_button_less,
.slide_listing_entry .slide_listing_button_more,
.content_left,
.quick_navigation,
.footer .footer_inner h1,
.footer .footer_inner .portlet,
.portlet .portlet_content_link,
.footer #copy,
.portlets_pictures,
.documents,
.header_inner,
.page_home .menu_boxes,
.page_home #language_wrap,
div#small_image,
div#big_image,
.special_portlet_wrap,
#language_wrap,
.header .logo.parc,
div#navigation,
.imprint {
    display: none !important;
  }
  /* --- header --- */
  .header {
    height: auto;
    float: none;
    clear: both;
  }
  .header .logo {
    float: none;
    clear: both;
    position: static !important;
    margin: 0;
    padding: 0;
  }
  /* --- content --- */
  #siteframe {
    min-height: 0 !important;
  }
  .content_wrap {
    padding: 40px 0;
  }
  .portlet_content_title_portlet .portlet-content h3,
.portlet_content_title_portlet .portlet-content h3 a,
.portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_2 .portlet-content h3 a,
.portlet_content_title_portlet_3 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 a,
h1 {
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 7px 0;
    text-align: left !important;
    color: #000 !important;
    letter-spacing: 0;
    text-transform: none;
  }
  #portlets_home_2 .portlets_inner_wrap .portlet h2,
#portlets_home_2 .portlets_inner_wrap .portlet h2 a,
#portlets_home_3 .portlets_inner_wrap .portlet h2,
#portlets_home_3 .portlets_inner_wrap .portlet h2 a,
#portlets_home .portlets_inner_wrap .portlet h2,
#portlets_home .portlets_inner_wrap .portlet h2 a,
#portlets_project .portlet .bx-wrapper .bx-viewport h2,
#portlets_project .portlet .bx-wrapper .bx-viewport h2 a,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2 a,
h2, h2 a {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 7px 0;
    color: #000 !important;
  }
  .portlets_news h3, .portlets_news h3 a,
#portlets_home_2 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a,
#portlets_home_3 .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a,
#portlets_home .portlets_inner_wrap .portlet.portlet_quicklinks .quicklink_item a,
#portlets_news_right .portlet_listing h2,
#portlets_news_right .portlet_listing h2 a,
h3, h3 a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 7px 0;
    color: #000 !important;
  }
  h8, h8 a,
h7, h7 a,
h6, h6 a,
h4, h4 a,
h5, h5 a {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 20px;
    color: #000 !important;
  }
  div.introduction {
    font-size: 12px;
    line-height: 20px;
    text-align: left !important;
    color: #000 !important;
  }
  iframe {
    max-width: 100%;
    overflow: hidden;
  }
  /* --- footer --- */
  .footer {
    background: #fff !important;
  }
  .footer .footer_inner {
    margin: 0;
    padding: 30px 0 0;
    border-top: 1px solid #b9b9b8;
  }
  .footer .footer_inner .portlet:nth-of-type(3) {
    display: block;
    width: auto;
    float: none;
    clear: both;
  }
  .footer .footer_inner .portlet:nth-of-type(3) h3.portlet-title {
    display: none;
  }
  /* @end */
  /* @group page home */
  .page_home .header {
    text-align: left;
    position: static;
  }
  .page_home .content_wrap {
    padding: 40px 0;
  }
  /* @end */
  /* @group modules */
  /* --- slide listing --- */
  .slide_listing_entry .resource_container {
    width: 30%;
  }
  .slide_listing_content_wrapper {
    display: block !important;
  }
  .mod_slide_listing h1#page_title {
    padding: 0 0 40px;
  }
  /* --- listing / overview --- */
  #mod_overview,
#mixItUp {
    padding-top: 20px;
  }
  #mod_overview .overview_item,
#mod_overview .listing_entry,
#mixItUp .overview_item,
#mixItUp .listing_entry {
    page-break-inside: avoid;
  }
  .css_3_spalten #mod_overview,
.css_3_spalten #mixItUp {
    margin-right: -20px;
  }
  .css_3_spalten .overview_item,
.css_3_spalten .listing_entry {
    padding: 0 20px 20px 0;
    page-break-inside: avoid;
  }
  .listing-tag-container + h2.listing-tag-header {
    margin-top: 0;
  }
  .css_ein_eintrag_pro_zeile_mit_grossem_bild .listing_entry .resource_container {
    max-width: 200px !important;
  }
  /* --- google maps --- */
  #google_map {
    height: 300px;
    margin: 40px 0 0 0;
  }
  /* --- mailform --- */
  .mailform_right_fields {
    float: none;
  }
  .mailform_element textarea {
    height: 120px;
  }
  /* @end */
  /* --- portlet --- */
  .portlets_bottom,
.portlets_top {
    margin: 0 -20px;
  }
  .portlets_bottom .portlet,
.portlets_top .portlet {
    padding: 0 20px 0;
  }
  #portlets_news_slider .portlet h3:before {
    width: 6px;
  }
  .portlets_news {
    margin-top: 30px;
  }
  .portlets_news.portlet_project h3 span,
.portlets_news h3 span {
    background: #fff;
  }
  .portlets_news h3 {
    padding-left: 12px;
  }
  .portlets_news h3 span {
    padding: 0 5px;
  }
  .portlets_news h3:before {
    top: 10px;
  }
  .portlets_news.portlet_project {
    background: #fff;
  }
  .portlets_news.portlet_project .portlets_news_inner {
    padding: 0;
  }
  .portlets_news .portlets_news_inner {
    padding: 0;
  }
  #portlets_project .portlet .bx-wrapper,
#portlets_news_slider .portlet .bx-wrapper {
    padding: 20px 0 0;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport {
    max-height: 170px !important;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .resource_container,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .resource_container {
    width: 80px;
    margin-right: 15px;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .portlet_content_description,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport .portlet_content_description {
    max-width: 240px;
    padding-bottom: 20px;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport h2 + p > strong,
#portlets_news_slider .portlet .bx-wrapper .bx-viewport h2 + p > strong {
    color: #000;
  }
  #portlets_project .portlet .bx-wrapper .bx-viewport .resource_container {
    width: 150px;
  }
  #portlets_project .portlet .bx-wrapper .portlet-listing-content-container {
    max-width: 500px;
  }
  #portlets_news_slider .portlet {
    margin-top: 30px;
  }
  #portlets_news_right {
    width: 330px;
    margin-left: 20px;
  }
  #portlets_news_right .portlet_listing .portlet-listing-entry {
    margin: 30px 0 0;
  }
  #portlets_news_right .portlet_listing .portlet-entry-date {
    color: #000;
  }
  .portlet_content_title_portlet,
.portlet_content_title_portlet_2,
.portlet_content_title_portlet_3 {
    page-break-inside: avoid;
  }
  .portlet_content_title_portlet .portlet-content h3,
.portlet_content_title_portlet_2 .portlet-content h3,
.portlet_content_title_portlet_3 .portlet-content h3 {
    position: relative;
    padding: 0;
    top: 0;
    padding: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .portlet_content_title_portlet .portlet-content h3 span,
.portlet_content_title_portlet_2 .portlet-content h3 span,
.portlet_content_title_portlet_3 .portlet-content h3 span {
    padding: 0;
  }
  .portlet_content_title_portlet .portlet-content .portlet_content_description,
.portlet_content_title_portlet_2 .portlet-content .portlet_content_description,
.portlet_content_title_portlet_3 .portlet-content .portlet_content_description {
    margin-top: 0;
    padding: 0;
  }
  #portlets_home_2,
#portlets_home_3,
#portlets_home {
    margin-top: 30px;
  }
  #portlets_home_2 .portlets_inner_wrap,
#portlets_home_3 .portlets_inner_wrap,
#portlets_home .portlets_inner_wrap {
    margin-left: -20px;
  }
  #portlets_home_2 .portlets_inner_wrap .portlet,
#portlets_home_3 .portlets_inner_wrap .portlet,
#portlets_home .portlets_inner_wrap .portlet {
    padding: 0 0 20px 20px;
    page-break-inside: avoid;
  }
  /* @group special slider */
  div.portlets_bottom,
div.portlets_to {
    margin: 0 -40px;
    padding: 0;
  }
  div.portlets_bottom .portlet .portlet_content_description,
div.portlets_to .portlet .portlet_content_description {
    padding: 0;
  }
  /* @end */
}

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