/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "npo-template";
  src: url("fonts/npo-template.eot");
  src: url("fonts/npo-template.eot?#iefix") format("embedded-opentype"), url("fonts/npo-template.woff") format("woff"), url("fonts/npo-template.ttf") format("truetype"), url("fonts/npo-template.svg#npo-template") format("svg");
  font-weight: normal;
  font-style: normal;
  [data-icon]:before {
    font-family: "npo-template" !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: "npo-template" !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-arrow-down:before {
  content: "a";
}

.icon-arrow-left:before {
  content: "b";
}

.icon-arrow-right:before {
  content: "c";
}

.icon-arrow-up:before {
  content: "d";
}

.icon-control-next:before {
  content: "e";
}

.icon-control-prev:before {
  content: "f";
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
body {
  --management-panel-width: 0px;
  --management-highlight-color: #024723;
  --management-highlight-color-rgb: 2, 71, 35;
}

/* @group basic */
html {
  height: 100%;
}

body {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  color: #024723 #024723;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 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;
}
body.navi_open {
  height: 100%;
  overflow: hidden;
}
body.navi_open:before {
  opacity: 0.6;
  visibility: visible;
  z-index: 100;
}

body > nav {
  display: none;
}

#siteframe {
  padding-top: 144px;
  overflow: hidden;
}

.content_wrap {
  padding: 111px 0px;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.content_wrap > .content_left {
  float: left;
}
.content_wrap > .content {
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1253px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding: 60px 149px 55px 114px;
  background: #024723;
  border-radius: 4px;
  color: white !important;
}
.content_wrap.gallery_content {
  padding-bottom: 0;
  margin-bottom: -60px;
}
.content_wrap.gallery_content > .content {
  padding-bottom: 115px;
}
.content_wrap.gallery_content > .content_left {
  margin-bottom: 30px;
}

#google_map + .content_wrap,
.header_image + .content_wrap,
#slider + .content_wrap {
  padding-top: 0;
  margin-top: -156px;
}
#google_map + .content_wrap .portlets_left,
.header_image + .content_wrap .portlets_left,
#slider + .content_wrap .portlets_left {
  padding-top: 106px;
}

.preload #slider {
  opacity: 0;
  visibility: hidden;
}
.preload #slider + .content_wrap {
  padding-top: 70px;
  margin-top: 0;
}
.preload #slider + .content_wrap .portlets_left {
  padding-top: 0;
}

/* @end */
/* @group header */
.header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background-image: url("../img/header_background.png");
  background-size: cover;
  background-position: center center;
  padding: 31px;
  padding-bottom: 31px;
  padding-top: 125px;
  z-index: 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;
  width: calc(100% - var(--management-panel-width));
}
.header .header_inner {
  padding: 0 50px;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1255px;
  max-width: none;
  padding: 0;
  line-height: 0;
}
.header div.language_switcher {
  float: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 0 0 0 20px;
}
.header div.language_switcher a.language {
  display: inline-block;
  color: #CBCAC6;
  padding: 0 0 0 20px;
  text-decoration: none;
  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;
}
.header div.language_switcher a.language:hover, .header div.language_switcher a.language.current {
  color: #000000;
}
.header div.language_switcher.with_dropdown {
  float: right;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin: -8px -12px 0 10px;
  padding: 7px 12px 0px 12px;
  border: 1px solid #fff;
  border-bottom: none;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header div.language_switcher.with_dropdown:hover {
  background: #fff;
  border-color: #E7E7E7;
}
.header div.language_switcher.with_dropdown:hover .language_dropdown {
  opacity: 1;
  visibility: visible;
}
.header div.language_switcher.with_dropdown a.language {
  display: inline-block;
  color: #CBCAC6;
  text-decoration: none;
  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;
  padding: 0;
}
.header div.language_switcher.with_dropdown a.language:hover, .header div.language_switcher.with_dropdown a.language.current {
  color: #000000;
}
.header div.language_switcher.with_dropdown .current_language > a {
  padding-right: 18px;
  position: relative;
}
.header div.language_switcher.with_dropdown .current_language > a:before {
  content: "a";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "npo-template";
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #CBCAC6;
  right: 0;
  -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;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header div.language_switcher.with_dropdown .language_dropdown {
  position: absolute;
  z-index: 60;
  width: calc(100% + 2px);
  padding: 3px 12px 8px 12px;
  background: #fff;
  left: -1px;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  border-top: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  opacity: 0;
  visibility: hidden;
}
.header div.language_switcher.with_dropdown .language_dropdown a {
  display: block;
  margin-top: 4px;
}
.header div.language_switcher.with_dropdown .language_dropdown a:hover {
  color: #000000;
}
.header div#logo {
  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%);
  display: block;
  width: 214px;
  -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 div#logo img {
  display: block;
  width: 100%;
  height: auto;
}

.is_scrolled div#logo {
  width: 140px;
}
.is_scrolled .header {
  padding-top: 76px;
  padding-bottom: 20px;
}
.is_scrolled .meta_wrap {
  top: 13px;
}

.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 40px;
  height: 30px;
  position: fixed;
  top: 42px;
  right: 30px;
  background: none;
  border: 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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.responsive_navigation_toggle span {
  background: #024723;
  display: block;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 12px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

.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;
}
.navi_open .responsive_navigation_toggle span:first-child {
  opacity: 0;
}
.navi_open .responsive_navigation_toggle span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navi_open .responsive_navigation_toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* @end */
/* @group header image */
.header_image {
  max-height: 370px;
  overflow: hidden;
}
.header_image .picture,
.header_image .picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* @end */
/* @group slider */
#slider {
  max-height: 794px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  -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;
}
#slider .bx-wrapper .slide {
  max-height: 794px;
  overflow: hidden;
}
#slider .bx-wrapper .slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.04;
  z-index: 5;
}

.bx-slider-wrap .bx-wrapper {
  margin: 0;
  padding: 0;
}
.bx-slider-wrap .bx-wrapper img {
  max-width: none;
  width: 100%;
  height: auto;
}
.bx-slider-wrap .bx-wrapper .bx-controls-direction a {
  display: block;
  width: 60px;
  height: 60px;
  left: 30px;
  margin: -30p 0 0;
  background: none;
  text-decoration: none;
  z-index: 10;
}
.bx-slider-wrap .bx-wrapper .bx-controls-direction a:before {
  content: "f";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "npo-template";
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  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;
}
.bx-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 30px;
}
.bx-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "e";
}
.bx-slider-wrap .bx-wrapper .bx-controls-direction a:hover:before {
  color: #024723;
  text-shadow: none;
}
.bx-slider-wrap .bx-wrapper .bx-controls-direction a.disabled {
  opacity: 0;
  visibility: hidden;
}
.bx-slider-wrap .bx-wrapper .slide_text_container {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 100px;
  right: 100px;
  text-align: center;
  z-index: 101;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.bx-slider-wrap .bx-wrapper .slide_text_container h2 {
  color: inherit;
  font: 700 50px/60px "Roboto";
}
.bx-slider-wrap .bx-wrapper .slide_text_container > * {
  max-width: 1000px;
  margin: 0 auto;
}

/* @end */
/* @group footer */
.footer {
  position: relative;
  margin: 104px 0 0;
  padding: 72px 0 94px;
  color: white;
  background: #024723;
}
.footer .footer_inner {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1253px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: wrap;
}
.footer .footer_inner h3 {
  margin: 0 0 20px;
  padding: 0 0 0px;
}
.footer .footer_inner h3, .footer .footer_inner h3 a {
  color: white;
  font-size: 27px;
  line-height: 27px;
  letter-spacing: -0.5px;
  font-weight: 700;
  position: relative;
}
.footer .footer_inner h3:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 71px;
  height: 4px;
  display: block;
  background: white;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
.footer .portlet {
  display: inline-block;
  vertical-align: bottom;
}
.footer .portlet .portlet_inner {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.footer .portlet .portlet_inner .portlet-title,
.footer .portlet .portlet_inner .portlet-title a {
  font-size: 27px;
  line-height: 27px;
  letter-spacing: -0.5px;
}
.footer .portlet .portlet_inner .portlet-title:before,
.footer .portlet .portlet_inner .portlet-title a:before {
  content: none;
}
.footer .portlet a {
  color: white;
  -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;
  display: inline-block;
}
.footer .portlet a:hover {
  opacity: 0.8;
}
.footer .portlet a:hover:after {
  opacity: 0.8;
}
.footer .portlet a.mail {
  padding: 0 0 0 25px;
}
.footer .portlet a.mail:after {
  left: 25px;
  display: none;
}
.footer .portlet a.mail:before {
  content: "\f0e0";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: white;
  font-weight: 300;
  -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 .portlet a.mail:hover:before {
  opacity: 0.8;
}
.footer .portlet ul.controls li.portlet-resource-link {
  display: none;
}
.footer .portlet + .portlet {
  margin-left: 135px;
  padding-top: 50px;
  margin-right: auto;
}
.footer .social_media {
  float: right;
  text-align: left;
  margin-right: 91px;
}
.footer .social_media h3, .footer .social_media h3 a {
  font-size: 27px;
  line-height: 27px;
  margin: 0 0 34px;
  padding: 0;
  color: white;
}
.footer .social_media h3:before {
  left: auto;
  right: 0;
  display: none;
}
.footer .social_media .icons {
  margin-top: 0px;
  display: inline-block;
}
.footer .social_media .icons a {
  display: inline-block;
  margin: 0 0 0 12px;
  width: 65px;
  height: 65px;
  color: #024723;
  font-size: 40px;
  line-height: 68px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  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;
}
.footer .social_media .icons a:first-child {
  margin-left: 0px;
}
.footer .social_media .icons a:hover {
  color: #827f76;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.footer .social_media .icons a.mail {
  line-height: 43px;
  font-size: 24px;
}
.footer .social_media .icons a i {
  margin: 0px;
}
.footer .copy {
  display: block;
  margin: 26px 0 0;
  padding: 0;
  color: white;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  list-style-type: none;
}
.footer .copy li {
  display: inline-block;
  margin: 0;
}
.footer .copy li:not(:first-child) {
  margin: 0 0 0 10px;
}
.footer .copy li a {
  color: white;
  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;
}
.footer .copy li a#indual_link span {
  display: none;
}
.footer .copy li a#indual_link {
  opacity: 0.6;
}
.footer .copy li:hover > a {
  opacity: 0.8;
  color: white;
}
.footer .meta-navigation {
  float: none;
  display: block;
  font-size: 16px;
  line-height: 27px;
}
.footer .meta-navigation > li:first-child {
  margin-left: 0;
}
.footer .meta-navigation > li:first-child a {
  padding: 0;
}
.footer .meta-navigation > li > a {
  padding: 0;
  color: #CBCAC6;
}
.footer .meta-navigation > li:hover > a {
  color: #000000;
}

#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons a {
  -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;
}
#privacy_banner_wrap #privacy_banner #privacy_description_wrap #privacy_buttons #privacy_button {
  background: #024723;
}

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

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input#remember_me {
  width: auto;
}

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

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

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

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: -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);
  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);
  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);
}

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

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

/* @end entire link */
/* @group cookie banner / privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: left;
  position: relative;
}
#privacy_banner #privacy_banner_inner #privacy_icon {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  margin-right: -5px;
}
#privacy_banner #privacy_banner_inner #privacy_icon i {
  font-size: 66px;
  line-height: 66px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_icon {
    display: none;
  }
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 86px);
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
  display: none;
  float: left;
  margin-right: 10px;
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon i {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_description_wrap {
    width: 100%;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
    display: block;
    float: left;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_message {
    overflow: hidden;
  }
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button,
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  margin-right: 10px;
  width: auto;
  padding: 8px 14px 7px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -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-default:not(.tooltipster-management) .tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-default:not(.tooltipster-management) .tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

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

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

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

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

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

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

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

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

.tooltipster-fade {
  opacity: 0;
  -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: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1 {
  position: relative;
  color: #000000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 36px;
  padding: 0 0 50px;
}
h1:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 101px;
  height: 4px;
  display: block;
  background: white;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}

.content_wrap > .content > h1 {
  color: white;
}

div.introduction {
  margin: 0 0 25px;
  font-weight: 700;
}
div.introduction > *:last-chlid {
  margin-bottom: 0;
}

h2, h2 a {
  font-size: 27px;
  line-height: 34px;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
}
h2:hover, h2 a:hover {
  color: #000000;
}

h3, h3 a {
  font-size: 23px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
}
h3:hover, h3 a:hover {
  color: #000000;
}

h6, h6 a,
h4, h4 a,
h5, h5 a {
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  color: #444444;
  text-decoration: none;
}
h6:hover, h6 a:hover,
h4:hover, h4 a:hover,
h5:hover, h5 a:hover {
  color: #444444;
}

body:not(.system_page) .content_wrap > .content h1, body:not(.system_page) .content_wrap > .content h1 a,
body:not(.system_page) .content_wrap > .content h2, body:not(.system_page) .content_wrap > .content h2 a,
body:not(.system_page) .content_wrap > .content h3, body:not(.system_page) .content_wrap > .content h3 a,
body:not(.system_page) .content_wrap > .content h4, body:not(.system_page) .content_wrap > .content h4 a,
body:not(.system_page) .content_wrap > .content h5, body:not(.system_page) .content_wrap > .content h5 a,
body:not(.system_page) .content_wrap > .content h6, body:not(.system_page) .content_wrap > .content h6 a {
  color: white;
}
body:not(.system_page) .content_wrap > .content a {
  color: white;
  -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;
  text-decoration: underline !important;
  text-underline-position: under;
}
body:not(.system_page) .content_wrap > .content a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-underline-color: rgba(255, 255, 255, 0.6);
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 25px 0;
}

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

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

a:hover {
  color: #444444;
}

a img {
  border: none;
}

.content_button {
  margin: 0 0 33px;
}
.content_button + .content_button {
  margin-top: -18px;
}
.content_button a {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.content_button a:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.content_button a:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}

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

.content ul {
  list-style: none;
  margin: 0 0 25px;
  margin-top: 30px;
}
.content ul li {
  position: relative;
  list-style-type: disc;
  margin-left: 18px;
}

/* @end */
/* @group content table */
.content table {
  border: none;
  border-spacing: 0;
}

table th {
  color: #000000;
  border-bottom: 2px solid #024723;
  padding: 8px 15px 8px 0;
  text-align: left;
}

table td {
  border-bottom: 1px solid #E7E7E7;
  padding: 8px 15px 8px 0;
}

/* @end */
/* @group accordeon */
.accordeon_wrap {
  margin-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.accordeon_wrap:nth-last-child(2) {
  margin-bottom: 0;
}
.accordeon_wrap .accordeon_title_selector {
  margin-top: 0;
}
.accordeon_wrap .accordeon_entry {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 30px 0 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.accordeon_wrap .accordeon_entry.visible_detail, .accordeon_wrap .accordeon_entry:hover {
  border-top-color: #024723;
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title_selector, .accordeon_wrap .accordeon_entry:hover .accordeon_title_selector {
  color: #024723 !important;
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title_selector:before, .accordeon_wrap .accordeon_entry:hover .accordeon_title_selector:before {
  opacity: 1;
  visibility: visible;
}
.accordeon_wrap .accordeon_entry.visible_detail:before, .accordeon_wrap .accordeon_entry:hover:before {
  color: #024723 !important;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector {
  margin-bottom: 8px;
}
.accordeon_wrap .accordeon_entry .accordeon_content p:nth-last-child(1) {
  margin-bottom: 0;
}
.accordeon_wrap .accordeon_entry.visible_detail:before {
  content: "\f068";
}
.accordeon_wrap .accordeon_entry:before {
  content: "\f067";
  position: absolute;
  top: 17px;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 19px;
  line-height: 11px;
  font-weight: 400;
  text-transform: none;
  color: #444444;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* @end accordeon */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group misc management elements */
#management,
.management_container {
  text-align: left !important;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
#management a.button.with_icon,
#management input.button,
#management a.button,
.management_container a.button.with_icon,
.management_container input.button,
.management_container a.button {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 5px 7px 5px 0;
}
#management a.button.with_icon:hover,
#management input.button:hover,
#management a.button:hover,
.management_container a.button.with_icon:hover,
.management_container input.button:hover,
.management_container a.button:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#management a.button.with_icon:focus,
#management input.button:focus,
#management a.button:focus,
.management_container a.button.with_icon:focus,
.management_container input.button:focus,
.management_container a.button:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#management a.button.with_icon,
.management_container a.button.with_icon {
  padding-left: 40px;
}
#management ul li:before,
.management_container ul li:before {
  display: none;
}
#management td, #management th,
.management_container td,
.management_container th {
  padding: 10px 10px 10px 0;
}
#management fieldset label,
.management_container fieldset label {
  padding: 5px 0;
  width: 200px;
}
#management fieldset input[type=file] + label,
.management_container fieldset input[type=file] + label {
  padding: 5px 10px;
}
#management fieldset textarea,
#management fieldset input,
.management_container fieldset textarea,
.management_container fieldset input {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
#management fieldset textarea:hover, #management fieldset textarea:focus,
#management fieldset input:hover,
#management fieldset input:focus,
.management_container fieldset textarea:hover,
.management_container fieldset textarea:focus,
.management_container fieldset input:hover,
.management_container fieldset input:focus {
  border-color: #024723;
  color: #024723;
}

.system_page .content_wrap {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1253px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.system_page .content_wrap > .content {
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1253px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding: 60px 149px 55px 114px;
  background: #EFEAE4;
  border-radius: 4px;
  color: black !important;
}
.system_page .content_wrap > .content h1 {
  color: #024723;
}
.system_page .content_wrap > .content h1:before {
  background: #024723;
}
.system_page .content_wrap > .content .message {
  color: #024723;
  border-bottom: 2px solid #024723;
}

.system_page.css_grosse_auflistung #mixItUp {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1253px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.message {
  border: 0;
  border-bottom: 2px solid white;
  color: white;
  background: none;
  font-weight: 700;
  padding: 0 0 6px;
  margin: 0 0 20px;
  font-size: 16px;
}

.mod_mailform .message {
  text-align: left;
  border-bottom: 2px solid #024723;
  color: #024723;
  margin-bottom: 50px;
  margin-top: 30px;
}
.mod_mailform .message .missing_fields_title {
  margin-bottom: 8px;
}
.mod_mailform .message .missing_fields ul {
  margin-bottom: 4px;
  margin-top: 0px;
}
.mod_mailform .message .missing_fields ul li {
  position: relative;
  padding: 0 0 0 27px;
  margin-left: 0px;
  list-style-type: none;
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
}
.mod_mailform .message .missing_fields ul li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 19px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #024723;
  font-weight: 400;
}
.mod_mailform .message .missing_fields ul li:before {
  content: "\f0da";
  top: -2px;
}

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

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

.pagination {
  margin-top: 70px;
  margin-bottom: 25px;
  text-align: center;
}
.pagination .pagination_inner {
  display: inline-block;
  position: relative;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers a {
  display: block;
  margin: 0 8px;
  padding: 4px 15px;
  font-weight: 700;
  color: #CBCAC6;
  text-decoration: none;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a.current {
  color: #CBCAC6;
  background: #FFFFFF;
}
.pagination .pagination-links a {
  display: block;
  position: absolute;
  top: 0;
  left: -49px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
}
.pagination .pagination-links a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 39px;
  line-height: 41px;
  font-weight: 400;
  text-transform: none;
  color: #E7E7E7;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination .pagination-links a.next {
  left: auto;
  right: -49px;
}
.pagination .pagination-links a.next:before {
  content: "\f105";
}
.pagination .pagination-links a:hover:before {
  color: #444444;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group listing & overview */
#mod_overview,
#mixItUp {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.listing_entry,
.overview_item {
  margin: 0 0 30px;
  padding: 0;
}
.listing_entry.element_link_entire,
.overview_item.element_link_entire {
  -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.element_link_entire:hover,
.overview_item.element_link_entire:hover {
  border: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale3d(0.99, 0.99, 0.99);
  -moz-transform: scale3d(0.99, 0.99, 0.99);
  -o-transform: scale3d(0.99, 0.99, 0.99);
  transform: scale3d(0.99, 0.99, 0.99);
  -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.element_link_entire:hover .listing-title,
.listing_entry.element_link_entire:hover .listing-title a,
.listing_entry.element_link_entire:hover h2, .listing_entry.element_link_entire:hover h2 a,
.listing_entry.element_link_entire:hover .subtitle,
.overview_item.element_link_entire:hover .listing-title,
.overview_item.element_link_entire:hover .listing-title a,
.overview_item.element_link_entire:hover h2,
.overview_item.element_link_entire:hover h2 a,
.overview_item.element_link_entire:hover .subtitle {
  color: #024723;
}
.listing_entry.element_link_entire:hover .listing-more-button,
.overview_item.element_link_entire:hover .listing-more-button {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_entry > div:first-child,
.overview_item > div:first-child {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  position: relative;
}
.listing_entry div.introduction,
.overview_item div.introduction {
  margin: 0 0 5px;
}
.listing_entry .content,
.overview_item .content {
  padding: 30px;
  overflow: hidden;
}
.listing_entry .pictures,
.overview_item .pictures {
  float: left;
  width: 28.5%;
  margin: 30px;
}
.listing_entry .pictures .picture,
.overview_item .pictures .picture {
  width: 100%;
  height: auto;
}
.listing_entry .pictures img,
.overview_item .pictures img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.logged_in .listing_entry .favorite {
  top: 50px;
}

.clear_favorite_button_wrap {
  margin-bottom: 30px;
  width: 100%;
}
.clear_favorite_button_wrap .clear_favorites {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.clear_favorite_button_wrap .clear_favorites:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.clear_favorite_button_wrap .clear_favorites:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}

.favorite {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.favorite:hover a:before, .favorite.is_favorite a:before {
  font-weight: 700;
}
.favorite a {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
}
.favorite a:before {
  content: "\f004";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #024723;
}

.listing_entry .listing-date {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #9A9A9A;
  text-transform: uppercase;
  letter-spacing: 0.44px;
}
.listing_entry .listing-content-text > * {
  margin-bottom: 0;
}
.listing_entry .listing_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 7px;
  font-size: 16px;
  line-height: 24px;
  background: #E7E7E7;
  z-index: 30;
}
.listing_entry .listing_actions span, .listing_entry .listing_actions a {
  color: #444444;
  width: auto;
}
.listing_entry .listing_actions span i.fa, .listing_entry .listing_actions a i.fa {
  margin: 0 5px;
}
.listing_entry .listing_actions span:hover, .listing_entry .listing_actions a:hover {
  color: #024723;
}

.listing_entry_backlink a,
.listing-more-button {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 30px;
}
.listing_entry_backlink a:hover,
.listing-more-button:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_entry_backlink a:focus,
.listing-more-button:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}

.listing_entry_backlink a {
  margin: 10px 0 0;
}

.listing_entry_detail_pictures .pictures.float_left_with_clear {
  display: none;
}

/* comment form */
.comment_button {
  margin: 20px;
}

.comment_element input {
  -webkit-appearance: none;
}

.comment_submit_button,
.comment_element {
  text-align: left;
}

.add_comment_form {
  margin: 20px 0 20px;
}

.add_comment_form label {
  float: left;
  width: 31%;
  text-align: right;
  padding: 9px 20px 9px 0;
  box-sizing: border-box;
}

.add_comment_form input,
.add_comment_form textarea {
  width: 46.5%;
  font: 300 19px/32px "Roboto";
  color: #444;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 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;
}

.add_comment_form textarea {
  height: 150px;
}

.add_comment_form .comment_submit {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 10px 0 0;
}

#comment_elements p {
  margin: 0 0 13px 0;
}

.open_comment_form {
  text-decoration: none !important;
  line-height: 24px !important;
  height: 24px !important;
  display: block;
  padding: 0px 0px 0px 18px;
  margin-top: 10px;
  text-align: center;
}

.open_comment_form span {
  background: #fff;
  padding: 0 10px;
}

.comments {
  border-color: gray;
  border-width: 1px;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.comments legend {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#comment_submit_button input:active,
#comment_submit_button input:focus,
#comment_submit_button input:hover {
  filter: brightness(85%);
}

.content ul.tags {
  margin: 39px 0 -11px;
}
.content ul.tags li {
  display: inline-block;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.15);
  margin: 15px 15px 0 0;
  padding: 10px 20px;
  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;
}
.content ul.tags li:before {
  display: none;
}
.content ul.tags li:hover {
  color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.content ul.tags li.active {
  color: #000000;
}

/* @end */
/* @group google maps */
#google_map {
  height: 630px;
  position: relative;
}

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

div.infowindow {
  padding: 10px 0 5px 10px;
  text-align: center;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
div.infowindow h2 {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}
div.infowindow p {
  margin: 0;
}

/* @end */
/* @group mailform */
.mod_mailform:not(.system_page) .content_wrap > .content {
  text-align: center;
  background: #EFEAE4;
  color: black !important;
}
.mod_mailform:not(.system_page) .content_wrap > .content > h1 {
  color: #024723;
}
.mod_mailform:not(.system_page) .content_wrap > .content h1, .mod_mailform:not(.system_page) .content_wrap > .content h1 a,
.mod_mailform:not(.system_page) .content_wrap > .content h2, .mod_mailform:not(.system_page) .content_wrap > .content h2 a,
.mod_mailform:not(.system_page) .content_wrap > .content h3, .mod_mailform:not(.system_page) .content_wrap > .content h3 a,
.mod_mailform:not(.system_page) .content_wrap > .content h4, .mod_mailform:not(.system_page) .content_wrap > .content h4 a,
.mod_mailform:not(.system_page) .content_wrap > .content h5, .mod_mailform:not(.system_page) .content_wrap > .content h5 a,
.mod_mailform:not(.system_page) .content_wrap > .content h6, .mod_mailform:not(.system_page) .content_wrap > .content h6 a {
  color: #024723;
}
.mod_mailform:not(.system_page) .content_wrap > .content a {
  color: black;
  text-decoration: underline !important;
  text-underline-position: under;
  opacity: 1;
}
.mod_mailform:not(.system_page) .content_wrap > .content a:hover {
  color: #024723;
  text-underline-color: #024723;
}
.mod_mailform:not(.system_page) .content_wrap > .content .documents .document a {
  color: #fff;
  text-decoration: none !important;
}
.mod_mailform:not(.system_page) .content_wrap > .content .documents .document a:hover {
  color: #fff;
}
.mod_mailform:not(.system_page) .content_wrap > .content #accept_privacy + .checkbox {
  margin-top: 1px;
}
.mod_mailform:not(.system_page) h1:before {
  left: 50%;
  margin-left: -52px;
  background: #024723;
}

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

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

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
#management .search_in_history .search_input,
.login_form input {
  width: 46.5%;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  color: #444444;
  padding: 8px 20px;
  outline: none;
  background: #fff;
  border: 1px solid #EFEAE4;
  box-sizing: border-box;
  border-radius: 4px;
  border-radius: 8px;
  -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:hover, .add_portlet select:focus,
.mailform_element input:hover,
.mailform_element input:focus,
.mailform_element textarea:hover,
.mailform_element textarea:focus,
#management .search_in_history .search_input:hover,
#management .search_in_history .search_input:focus,
.login_form input:hover,
.login_form input:focus {
  border-color: #024723;
  color: #024723;
}
.add_portlet select:-webkit-autofill,
.mailform_element input:-webkit-autofill,
.mailform_element textarea:-webkit-autofill,
#management .search_in_history .search_input:-webkit-autofill,
.login_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

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

.mailform_element textarea {
  height: 150px;
}

.mailform-submit,
.login_form .button {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 10px 0 0;
}
.mailform-submit:hover,
.login_form .button:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.mailform-submit:focus,
.login_form .button:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}

.mailform-submit {
  background: white;
  color: #024723;
}
.mailform-submit:hover {
  background: white;
  color: #01150b;
}

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

.mailform_error input,
.mailform_error textarea,
.mailform_error .select2-container--default .select2-selection--single {
  border: 1px solid #024723;
}
.mailform_error label {
  color: #024723;
}

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

.mailform_element.checkbox_field {
  position: relative;
}
.mailform_element.checkbox_field p {
  width: 69%;
  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;
  background: transparent !important;
}
.mailform_element.checkbox_field label {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
}
.mailform_element.checkbox_field label:after, .mailform_element.checkbox_field label:before {
  content: "\f0c8";
  position: absolute;
  top: 5px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: transparent;
  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: #024723;
  background: none;
  z-index: 4;
}
.mailform_element.checkbox_field input:checked + label:before {
  color: #024723;
}
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

input[type=file] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

input[type=file] + label {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  width: auto !important;
  margin-bottom: 25px;
  margin-top: 7px;
}
input[type=file] + label:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
input[type=file] + label:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}

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

span.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #EFEAE4;
  height: auto;
  border-radius: 4px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  color: #444444;
  padding: 8px 19px;
  outline: none;
  box-sizing: border-box;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 19px;
  right: 10px;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f0d7";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: #CBCAC6;
  -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;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container--default .select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
}
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: #024723;
}

span.select2-container--open .select2-dropdown {
  border: 0;
}
span.select2-container--open .select2-dropdown ul {
  border: 1px solid #024723;
  border-radius: 0;
  border-top: 0;
}
span.select2-container--open select2-dropdown--above ul {
  border-top: 1px solid #024723;
  border-bottom: 0;
}

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

span.select2-results__option {
  padding: 8px 17px 9px;
  color: #444444;
}

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

.content #management ul li.select2-search {
  padding: 0;
}
.content #management ul li.select2-search input.select2-search__field {
  border: 0 !important;
  padding: 7px 5px 0;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

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

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  color: #444444;
  padding: 7px 10px 2px;
  margin: 14px 0 0 0;
  width: 340px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #dadada;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 14px 10px 12px;
  background: #E7E7E7;
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font-size: 14px;
  line-height: 20px;
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #444444;
}
.ui-datepicker.ui-widget th {
  padding: 8px 4px;
  color: #444444;
  text-transform: none;
  font-weight: 900;
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 4px;
  color: #444444;
  border: 1px solid #fff;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #E7E7E7;
  color: #444444;
  border-color: #E7E7E7;
}
.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: #024723;
  color: #fff;
  border-color: #024723;
}
.ui-datepicker.ui-widget .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-disabled {
  opacity: 0.4;
}
.ui-datepicker.ui-widget table thead,
.ui-datepicker.ui-widget table tbody {
  padding: 0 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  top: 16px !important;
  cursor: pointer;
  border: 0 !important;
  left: 4px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-transform: none;
  color: #444444;
  right: 0;
  bottom: 0;
  text-align: center;
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  color: #024723;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover span,
.ui-datepicker.ui-widget .ui-datepicker-next:hover span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  left: auto;
  right: 4px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

#management .search_in_history {
  float: right;
}
#management .search_in_history .search_input {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  padding: 9px 12px;
  box-sizing: border-box;
  width: auto;
  margin-right: 10px;
}
#management .search_in_history .cancel {
  float: right;
  background: #9A9A9A;
}
#management .search_in_history .cancel:hover {
  background: #9A9A9A;
}
#management .history_title {
  font-size: 40px;
  line-height: 55px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#management .export_as_csv_wrap {
  margin-top: 20px;
}
#management .history_data th {
  font-size: 18px;
  line-height: 26px;
}
#management .history_data tr td:last-child {
  text-align: right;
}

.popup_content {
  width: 60%;
  height: auto;
  border-radius: 4px;
  padding: 35px;
}
.popup_content .history_title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 8px;
  background: none;
  color: #444444;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  border-radius: 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;
  text-transform: none;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.popup_content .history_title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: #024723;
  bottom: 0;
}
.popup_content .history_title:hover {
  color: #024723;
}
.popup_content .history_title:hover {
  cursor: inherit;
  color: inherit;
}
.popup_content .popup_button_wrap {
  margin-top: 30px;
}
.popup_content .popup_button_wrap .button {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-right: 12px;
}
.popup_content .popup_button_wrap .button:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.popup_content .popup_button_wrap .button:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.popup_content .fancybox-close-small:after {
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}

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

.mailform_element {
  position: relative;
}

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

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

/* @end */
/* @group News_event */
#module_news_events {
  position: relative;
  top: 100px;
  max-width: 1250px;
  margin: 0 auto 200px;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
#module_news_events table th {
  border-bottom: none;
}
#module_news_events .news_events_headrow {
  background: none;
}
#module_news_events .news_events_headrow .date,
#module_news_events .news_events_headrow .event_title,
#module_news_events .news_events_headrow .event_location {
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
}
#module_news_events .news_events_year {
  float: left;
}
#module_news_events .news_events_year h2 {
  position: relative;
  color: #000000;
  font-size: 51px;
  line-height: 60px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
#module_news_events .news_events_year h2::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 71px;
  height: 4px;
  display: block;
  background: #CBCAC6;
  border-radius: 2px;
}
#module_news_events .news_events_year_row .news_events_year {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #000000;
}
#module_news_events .news_events_month {
  border-bottom: none;
  font-size: 23px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 10px 0;
  text-decoration: none;
  font-weight: 700;
}
#module_news_events .news_events_event {
  padding: 9px 5px 9px 3px;
}
#module_news_events .news_events_event:first-child {
  padding-left: 0;
}
#module_news_events .show_archive {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .show_archive:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .show_archive:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .year_nav {
  margin: 0;
}
#module_news_events .year_nav .year_nav_link {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-left: 20px;
}
#module_news_events .year_nav .year_nav_link:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .year_nav .year_nav_link:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .calender {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 32px;
}
#module_news_events .calender:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .calender:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .add_news_events_entry {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 29px 0 0;
  margin-right: 20px;
}
#module_news_events .add_news_events_entry:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .add_news_events_entry:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .news_events_search_text_container {
  margin-right: 30px;
}
#module_news_events .p_news_events_search_date label {
  display: none;
}
#module_news_events .news_events_search_date,
#module_news_events .news_events_search_bar {
  padding: 10px 20px;
  width: 250px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  font-size: 19px;
}
#module_news_events .p_news_events_search_bar label {
  display: none !important;
}
#module_news_events .news_events_search_button {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .news_events_search_button:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .news_events_search_button:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .reset_filter a {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .reset_filter a:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .reset_filter a:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .picture_in_table {
  display: none;
}
#module_news_events .news_events_entry_backlink {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .news_events_entry_backlink:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .news_events_entry_backlink:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .news_events_entry_pictures {
  float: none;
}
#module_news_events .news_events_entry_pictures .resource_container {
  clear: both;
  position: relative;
  width: auto;
  padding-top: 15px;
  z-index: 10;
}
#module_news_events .news_events_entry_pictures .resource_container .picture {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 0 30px 30px;
  padding: 0 15px 30px;
  margin: 0;
}
#module_news_events .news_events_entry_pictures .resource_container .picture:first-child {
  margin-left: 0;
}
#module_news_events .news_events_entry_pictures .resource_container .picture span.resource_background {
  padding: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E7E7E7;
  -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;
}
#module_news_events .news_events_entry_pictures .resource_container .picture span,
#module_news_events .news_events_entry_pictures .resource_container .picture a {
  display: block;
}
#module_news_events .news_events_entry_pictures .resource_container .picture span.resource_subtitle {
  display: none;
}
#module_news_events .news_events_entry_pictures .resource_container .picture a {
  position: relative;
  height: 0;
  padding: 0 0 66%;
  overflow: hidden;
}
#module_news_events .news_events_entry_pictures .resource_container .picture img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  border-radius: 2px;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#module_news_events .news_events_entry_pictures .resource_container .picture:hover span.resource_background {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

/* @end */
/* @group kmvw events */
.events_listing .filter_wrap {
  position: relative;
  z-index: 10;
}
.events_listing .filter_wrap > h2 {
  margin: 0 0 15px;
}
.events_listing .filter_wrap .filter {
  position: relative;
  background: #fff;
  padding: 15px 90px 15px 15px;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
}
.events_listing .filter_wrap form {
  margin: 0 -15px 0 0;
}
.events_listing .filter_wrap .form_element {
  position: relative;
  float: left;
  width: 18%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
.events_listing .filter_wrap .form_element select,
.events_listing .filter_wrap .form_element input {
  width: 100%;
  height: 50px;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #444444;
  padding: 14px 17px 15px;
  outline: none;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 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;
}
.events_listing .filter_wrap .form_element select:-webkit-autofill,
.events_listing .filter_wrap .form_element input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.events_listing .filter_wrap .form_element select::-webkit-input-placeholder,
.events_listing .filter_wrap .form_element input::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}
.events_listing .filter_wrap .form_element select::-moz-placeholder,
.events_listing .filter_wrap .form_element input::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
.events_listing .filter_wrap .form_element select:-ms-input-placeholder,
.events_listing .filter_wrap .form_element input:-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}
.events_listing .filter_wrap .form_element select:-moz-placeholder,
.events_listing .filter_wrap .form_element input:-moz-placeholder {
  color: #444444;
  opacity: 1;
}
.events_listing .filter_wrap .form_element select:hover, .events_listing .filter_wrap .form_element select:focus,
.events_listing .filter_wrap .form_element input:hover,
.events_listing .filter_wrap .form_element input:focus {
  border-color: #024723;
  color: #024723;
}
.events_listing .filter_wrap .form_element select:hover::-webkit-input-placeholder, .events_listing .filter_wrap .form_element select:focus::-webkit-input-placeholder,
.events_listing .filter_wrap .form_element input:hover::-webkit-input-placeholder,
.events_listing .filter_wrap .form_element input:focus::-webkit-input-placeholder {
  color: #024723;
}
.events_listing .filter_wrap .form_element select:hover::-moz-placeholder, .events_listing .filter_wrap .form_element select:focus::-moz-placeholder,
.events_listing .filter_wrap .form_element input:hover::-moz-placeholder,
.events_listing .filter_wrap .form_element input:focus::-moz-placeholder {
  color: #024723;
}
.events_listing .filter_wrap .form_element select:hover:-ms-input-placeholder, .events_listing .filter_wrap .form_element select:focus:-ms-input-placeholder,
.events_listing .filter_wrap .form_element input:hover:-ms-input-placeholder,
.events_listing .filter_wrap .form_element input:focus:-ms-input-placeholder {
  color: #024723;
}
.events_listing .filter_wrap .form_element select:hover:-moz-placeholder, .events_listing .filter_wrap .form_element select:focus:-moz-placeholder,
.events_listing .filter_wrap .form_element input:hover:-moz-placeholder,
.events_listing .filter_wrap .form_element input:focus:-moz-placeholder {
  color: #024723;
}
.events_listing .filter_wrap .form_element .select2-container {
  width: 100% !important;
}
.events_listing .filter_wrap .form_element .select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: none;
  border-radius: 4px;
}
.events_listing .filter_wrap .form_element .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 14px 17px 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  height: 48px;
}
.events_listing .filter_wrap .form_element .select2-container--open .select2-selection--single,
.events_listing .filter_wrap .form_element .select2-container:hover .select2-selection--single {
  border-color: #024723;
}
.events_listing .filter_wrap .form_element.search_field {
  width: 28%;
}
.events_listing .filter_wrap .form_element.date_field:before {
  content: "\f073";
  position: absolute;
  top: 18px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: #444444;
  right: 27px;
  font-weight: 400;
  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;
}
.events_listing .filter_wrap .form_element.date_field:hover:before, .events_listing .filter_wrap .form_element.date_field:focus:before {
  color: #024723;
}
.events_listing .filter_wrap .form_element.date_field input {
  font-weight: 700;
}
.events_listing .filter_wrap .form_element.submit_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  padding: 0;
  width: 75px;
}
.events_listing .filter_wrap .form_element.submit_wrap:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  right: 0;
  text-align: center;
  font-weight: 300;
  margin-top: -16px;
  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;
}
.events_listing .filter_wrap .form_element.submit_wrap input {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.events_listing .filter_wrap .form_element.submit_wrap input:hover, .events_listing .filter_wrap .form_element.submit_wrap input:focus {
  background: #024723;
}
.events_listing .filter_wrap a.reset_link {
  display: block;
  position: absolute;
  top: -36px;
  right: 0;
  bottom: auto;
  left: auto;
  color: #444444;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  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;
}
.events_listing .filter_wrap a.reset_link i.fa {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0 8px 0 0;
}
.events_listing .filter_wrap a.reset_link:hover {
  color: #024723;
}
.events_listing .pagination {
  margin: 43px 0 0;
}
.events_listing .pagination .pagination-links a:before {
  color: #fff;
}
.events_listing .pagination .pagination-links a:hover:before {
  color: rgba(255, 255, 255, 0.8);
}

.page_event_listing .select2-container {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.page_event_listing .select2-container .select2-results__option[aria-disabled=true] {
  display: none;
}
.page_event_listing .select2-container .select2-results {
  margin-top: -2px;
}
.page_event_listing .select2-container .select2-dropdown--above .select2-results {
  margin-bottom: -2px;
  margin-top: 0;
}

.page_event_listing .content + .entries_wrap {
  padding-top: 70px;
}
.page_event_listing .entries_wrap {
  position: relative;
  z-index: 5;
}
.page_event_listing .entries_wrap .entry {
  margin: 0 0 30px;
  padding: 0;
}
.page_event_listing .entries_wrap .entry .entry_inner {
  padding: 30px;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  position: relative;
}
.page_event_listing .entries_wrap .entry .date_wrap {
  float: left;
  width: 280px;
  padding: 45px 0 0;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #9A9A9A;
  font-weight: 300;
}
.page_event_listing .entries_wrap .entry .date_wrap span {
  display: block;
}
.page_event_listing .entries_wrap .entry .date_wrap .date {
  font-weight: 900;
}
.page_event_listing .entries_wrap .entry .content {
  overflow: hidden;
  padding: 0 160px 0 0;
}
.page_event_listing .entries_wrap .entry .content span.place,
.page_event_listing .entries_wrap .entry .content h2.entry_title,
.page_event_listing .entries_wrap .entry .content h2.entry_title a {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 900;
  margin: 0;
}
.page_event_listing .entries_wrap .entry .content h2.entry_title a {
  display: block;
  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;
}
.page_event_listing .entries_wrap .entry .content h2.entry_title a:hover {
  color: #024723;
}
.page_event_listing .entries_wrap .entry .content span.place {
  display: block;
  font-weight: 300;
}
.page_event_listing .entries_wrap .entry ul.category {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}
.page_event_listing .entries_wrap .entry ul.category li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #444444;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.page_event_listing .entries_wrap .entry ul.category li:before {
  display: none;
}
.page_event_listing .entries_wrap .entry ul.category li.status_1 {
  background-color: #024723;
  color: #fff;
}
.page_event_listing .entries_wrap .entry ul.category li.status_2 {
  background-color: #E7E7E7;
  color: #fff;
}
.page_event_listing .entries_wrap .entry ul.category li.status_3 {
  background-color: #E7E7E7;
  color: #fff;
}
.page_event_listing .entries_wrap .entry ul.category + h2 {
  margin-top: -10px !important;
}
.page_event_listing .entries_wrap .entry a.show_detail {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 8px;
  background: none;
  color: #444444;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  border-radius: 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;
  position: absolute;
  top: 84px;
  right: 30px;
  bottom: auto;
  left: auto;
}
.page_event_listing .entries_wrap .entry a.show_detail:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: #024723;
  bottom: 0;
}
.page_event_listing .entries_wrap .entry a.show_detail:hover {
  color: #024723;
}
.page_event_listing .entries_wrap .entry div.edit_event {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 7px;
  font-size: 16px;
  line-height: 24px;
  background: #E7E7E7;
  z-index: 10;
}
.page_event_listing .entries_wrap .entry div.edit_event span, .page_event_listing .entries_wrap .entry div.edit_event a {
  color: #444444;
  width: auto;
}
.page_event_listing .entries_wrap .entry div.edit_event span i.fa, .page_event_listing .entries_wrap .entry div.edit_event a i.fa {
  margin: 0 5px;
}
.page_event_listing .entries_wrap .entry div.edit_event span:hover, .page_event_listing .entries_wrap .entry div.edit_event a:hover {
  color: #024723;
}

.mod_action_show_event h1#page_title {
  display: none;
}

.event_detail table th {
  padding-left: 0;
}
.event_detail .detail_inner > .pictures {
  float: right;
  width: 34.3%;
  margin: 7px 0 0 40px;
}
.event_detail .detail_inner > .pictures .picture {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.event_detail .detail_inner > .pictures .picture + .picture {
  margin-top: 30px;
}
.event_detail .detail_inner > .pictures .picture img {
  display: block;
  width: 100%;
  height: auto;
}
.event_detail .detail_text {
  overflow: hidden;
}
.event_detail .detail_text h1 {
  color: #9A9A9A;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 1px;
}
.event_detail .detail_text h1:before {
  display: none;
}
.event_detail .detail_text h1 + h2 {
  position: relative;
  color: #000000;
  font-size: 51px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 44px;
  padding: 0 0 29px;
}
.event_detail .detail_text h1 + h2:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 105px;
  height: 4px;
  display: block;
  background: #CBCAC6;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
.event_detail .detail_text .event_dates {
  color: #444444;
  font-weight: 700;
}
.event_detail .detail_text div.introduction {
  margin: 0 0 38px;
}
.event_detail .detail_text .content_button a {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.event_detail .detail_text .content_button a:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.event_detail .detail_text .content_button a:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.event_detail .map_container {
  margin: 55px -60px -55px;
  background: #444444;
  height: 290px;
  font-weight: 700;
  box-sizing: border-box;
}

.page_event_listing a.detail_back_link {
  display: inline-block;
  margin: 36px 0 15px;
  color: #444444;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 400;
  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;
}
.page_event_listing a.detail_back_link i.fa {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.page_event_listing a.detail_back_link:hover {
  color: #024723;
}

.page_event_listing #management fieldset {
  padding: 0;
  background: none;
  border: 0;
}
.page_event_listing #management fieldset label {
  padding: 13px 0 5px;
  font-weight: 400;
}
.page_event_listing #management fieldset input {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  padding: 14px 44px 15px 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #444444;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
}
.page_event_listing #management fieldset input:hover, .page_event_listing #management fieldset input:focus {
  border-color: #024723;
  color: #024723;
}
.page_event_listing #management fieldset #page_properties_tabs_main_wrap input {
  padding: 10px 10px;
  box-sizing: content-box;
}
.page_event_listing #management .checkbox_wrap input {
  float: left;
  padding: 0;
  margin: 5px 10px 0 0;
  width: 20px;
}
.page_event_listing #management .checkbox_wrap label.checkbox {
  padding: 0;
  float: left;
  clear: none;
  width: calc(100% - 30px);
}
.page_event_listing #management legend {
  border: 0;
  background: none;
  font-weight: 700;
  margin: 0 0 10px;
}
.page_event_listing #management legend:empty {
  margin: 0;
}
.page_event_listing #management div.button_bar_bottom {
  padding: 10px 0;
}
.page_event_listing #management #google_maps_controls {
  position: relative;
  display: block;
  margin: 0 0 10px;
}
.page_event_listing #management #google_maps_controls a#google_maps_button {
  position: absolute;
  top: 13px;
  right: 9px;
}
.page_event_listing #management #google_maps_controls:hover a#google_maps_button {
  color: #024723;
}
.page_event_listing #management #google_maps_controls input {
  width: 100%;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  padding: 14px 44px 15px 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #444444;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
}
.page_event_listing #management #google_maps_controls input:hover, .page_event_listing #management #google_maps_controls input:focus {
  border-color: #024723;
  color: #024723;
}
.page_event_listing #management #event_date_to_minute + .select2-container,
.page_event_listing #management #event_date_to_hour + .select2-container,
.page_event_listing #management #event_date_from_minute + .select2-container,
.page_event_listing #management #event_date_from_hour + .select2-container,
.page_event_listing #management #event_visible_to_minute + .select2-container,
.page_event_listing #management #event_visible_to_hour + .select2-container,
.page_event_listing #management #event_visible_from_minute + .select2-container,
.page_event_listing #management #event_visible_from_hour + .select2-container {
  min-width: 0;
}
.page_event_listing #management label ~ .select2-container--default {
  width: auto !important;
}
.page_event_listing #management .select2-container--default {
  width: 100% !important;
  vertical-align: top;
  min-width: 200px;
}
.page_event_listing #management .select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: none;
  border-radius: 4px;
}
.page_event_listing #management .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 14px 44px 15px 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  height: 48px;
}
.page_event_listing #management .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 10px;
}
.page_event_listing #management .select2-container--open .select2-selection--single,
.page_event_listing #management .select2-container:hover .select2-selection--single {
  border-color: #024723;
}
.page_event_listing #management .select2-container--open .select2-selection--single .select2-selection__arrow:before,
.page_event_listing #management .select2-container--open .select2-selection--single .select2-selection__rendered,
.page_event_listing #management .select2-container:hover .select2-selection--single .select2-selection__arrow:before,
.page_event_listing #management .select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #024723;
}
.page_event_listing #management .select2-results__option {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 14px 17px 15px;
}
.page_event_listing #management .select2-container {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.page_event_listing #management .select2-container .select2-results__option[aria-disabled=true] {
  display: none;
}
.page_event_listing #management .select2-container .select2-results {
  margin-top: -2px;
}
.page_event_listing #management .select2-container .select2-dropdown--above .select2-results {
  margin-bottom: -2px;
  margin-top: 0;
}

.page_event_listing .select2-container .with_search .select2-search {
  display: block;
}
.page_event_listing .select2-container .select2-search {
  display: none;
  margin-top: -3px;
  padding: 10px;
  border: 1px solid #024723;
  background: #fff;
  border-bottom: 0;
}
.page_event_listing .select2-container .select2-search input {
  width: 100%;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  padding: 8px 10px 8px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #444444;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
}
.page_event_listing .select2-container .select2-search input:hover, .page_event_listing .select2-container .select2-search input:focus {
  border-color: #9b9b9b;
  color: #444444;
}
.page_event_listing .select2-container .select2-dropdown--above .select2-search {
  border-radius: 4px 4px 0 0;
  margin-top: 0;
  margin-bottom: -4px;
  position: relative;
}

#management .map_container {
  margin: 0 0 30px 0;
  height: 290px;
  box-sizing: border-box;
}
#management #google_maps_controls {
  margin: 0 0 6px 0;
}
#management #google_maps_button {
  color: #9A9A9A;
}
#management #google_maps_button:hover {
  color: #000000;
}
#management .multiple_float {
  overflow: hidden;
}
#management .multiple_float .checkbox_field label {
  overflow: hidden;
  float: none;
  clear: none;
}
#management .multiple_float .checkbox_field input {
  float: left;
  margin: 5px 10px 0 0;
}
#management div.button_bar_bottom a.cancel {
  float: right;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group mainnavigation */
#navigation {
  float: none;
  clear: right;
  -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: 100%;
}

.preload .navigation {
  opacity: 0;
  visibility: hidden;
}

.navigation {
  margin: 0;
  padding: 0;
  -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;
}
.navigation > .navi_left {
  float: left;
  width: calc(50% - 107px);
  margin: 0;
  padding: 0 110px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.navigation > .navi_left > li {
  list-style: none;
  background: transparent;
  display: inline-block;
  margin: 0 0 0 100px;
  padding: 0;
  position: relative;
}
.navigation > .navi_left > li:first-child {
  margin-left: 0px;
}
.navigation > .navi_left > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  overflow: 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;
}
.navigation > .navi_left > li.has_submenu > a:after {
  content: "a";
  position: absolute;
  top: 2px;
  left: auto;
  display: block;
  font-family: "npo-template";
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #CBCAC6;
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
}
.navigation > .navi_left > li:hover > a, .navigation > .navi_left > li.current > a {
  color: #024723;
}
.navigation > .navi_left > li:hover > a:before, .navigation > .navi_left > li.current > a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.navigation > .navi_left > li.current > a {
  color: #b8a791;
}
.navigation > .navi_left > li.current > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 100%;
  height: 3px;
  display: block;
  background: #b8a791;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.navigation > .navi_right {
  float: right;
  width: calc(50% - 107px);
  margin: 0;
  padding: 0 0 0 110px;
  text-align: left;
  box-sizing: border-box;
}
.navigation > .navi_right > li {
  list-style: none;
  background: transparent;
  display: inline-block;
  margin: 0 0 0 100px;
  padding: 0;
  position: relative;
}
.navigation > .navi_right > li:first-child {
  margin-left: 0px;
}
.navigation > .navi_right > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  overflow: 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;
}
.navigation > .navi_right > li.has_submenu > a:after {
  content: "a";
  position: absolute;
  top: 2px;
  left: auto;
  display: block;
  font-family: "npo-template";
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #CBCAC6;
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
}
.navigation > .navi_right > li:hover > a, .navigation > .navi_right > li.current > a {
  color: #024723;
}
.navigation > .navi_right > li:hover > a:before, .navigation > .navi_right > li.current > a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.navigation > .navi_right > li.current > a {
  color: #b8a791;
}
.navigation > .navi_right > li.current > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 100%;
  height: 3px;
  display: block;
  background: #b8a791;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.navigation > .navi_right li:hover > ul,
.navigation > .navi_left li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.navigation > .navi_right > li:last-child > ul.level1,
.navigation > .navi_left > li:last-child > ul.level1 {
  left: auto;
  right: -30px;
}
.navigation ul.level1 {
  position: absolute;
  left: -30px;
  top: 100%;
  width: 250px;
  margin: 0;
  padding: 6px 14px 2px;
  text-align: left;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #E7E7E7;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  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;
}
.navigation ul.level1 ul.level2 {
  display: none;
}
.navigation ul.level1 > li {
  display: block;
  border-bottom: 1px solid #F0F0F0;
}
.navigation ul.level1 > li > a {
  display: block;
  margin: 0;
  padding: 12px 0 13px;
  color: #000000;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  -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 ul.level1 > li:last-of-type {
  border-bottom: none;
}
.navigation ul.level1 > li:hover > a, .navigation ul.level1 > li.current > a {
  color: #024723;
}

.logged_in .navigation > .navi_right > li,
.logged_in .navigation > .navi_left > li {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 62px;
}
.logged_in .navigation > .navi_right > li:first-child,
.logged_in .navigation > .navi_left > li:first-child {
  margin-left: 0px;
}
.logged_in .navigation > .navi_right > li > a,
.logged_in .navigation > .navi_left > li > a {
  font-size: 16px;
  line-height: 20px;
}

/* @end */
/* @group responsive navigation */
.rwd_navigation {
  display: block;
  list-style: none;
  padding: 25px;
}
.rwd_navigation #rwdnav-7,
.rwd_navigation #rwdnav-8 {
  display: none;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.rwd_navigation li.current > a {
  color: #024723;
}
.rwd_navigation > li:first-child > a {
  border-top: 0;
  padding-top: 0;
}
.rwd_navigation > li > a {
  padding: 15px 5px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-top: 1px solid #E7E7E7;
}
.rwd_navigation ul.level1 {
  margin: -10px 0 0;
  padding: 0 0 14px;
  list-style: none;
}
.rwd_navigation ul.level1 > li > a {
  color: #919191;
  font-size: 18px;
  line-height: 25px;
  padding: 3px 5px;
  font-weight: 300;
  position: relative;
}
.rwd_navigation ul.level1 > li.current > a {
  color: #024723;
  font-weight: 500;
}
.rwd_navigation ul.level1 ul {
  display: none;
}

.rwdnav_inner .language_switcher {
  float: none;
  clear: both;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  padding: 15px 30px;
}
.rwdnav_inner .language_switcher a.language {
  display: inline-block;
  color: #CBCAC6;
  padding: 0 20px 0 0;
  text-decoration: none;
  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;
}
.rwdnav_inner .language_switcher a.language:hover, .rwdnav_inner .language_switcher a.language.current {
  color: #444444;
}

.rwdnav_inner .portlet_content {
  margin: -25px 0 0;
  padding: 0 25px 25px 25px;
}
.rwdnav_inner .portlet_content .portlet_inner {
  border-top: 1px solid #E7E7E7;
  padding: 15px 5px 0;
  font-size: 18px;
  line-height: 33px;
  color: #919191;
}
.rwdnav_inner .portlet_content h3.portlet-title,
.rwdnav_inner .portlet_content h3.portlet-title a {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.rwdnav_inner .portlet_content .portlet_content_description strong {
  color: #444444;
}
.rwdnav_inner .portlet_content .portlet_content_description a {
  color: #919191;
  -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;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}
.rwdnav_inner .portlet_content .portlet_content_description a:hover {
  color: #024723;
}
.rwdnav_inner .portlet_content .portlet_content_description a:hover:after {
  background: #024723;
}
.rwdnav_inner .portlet_content .portlet_content_description a.mail {
  padding: 0 0 0 25px;
}
.rwdnav_inner .portlet_content .portlet_content_description a.mail:after {
  left: 25px;
  display: none;
}
.rwdnav_inner .portlet_content .portlet_content_description a.mail:before {
  content: "\f0e0";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  text-transform: none;
  color: #919191;
  font-weight: 300;
  -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;
}
.rwdnav_inner .portlet_content .portlet_content_description a.mail:hover:before {
  color: #024723;
}

/* @end */
/* @group meta navigation */
.meta_wrap {
  float: right;
  position: absolute;
  top: 23px;
  right: 30px;
  margin: 0;
  padding: 0 50px;
  -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;
}

.meta-navigation {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.meta-navigation > li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-navigation > li a {
  color: #CBCAC6;
  padding: 0 0 0 20px;
  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;
}
.meta-navigation > li:first-child a {
  padding-left: 14px;
}
.meta-navigation > li:hover > a, .meta-navigation > li.current a {
  color: #000000;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet a.portlet_content_link,
.portlet a.portlet_listing_link {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 0;
}
.portlet a.portlet_content_link:hover,
.portlet a.portlet_listing_link:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet a.portlet_content_link:focus,
.portlet a.portlet_listing_link:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet a.portlet_listing_link {
  margin-top: 15px;
}
.portlet ul.controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 3px;
  font-size: 16px;
  line-height: 24px;
  background: #E7E7E7;
  z-index: 30;
}
.portlet ul.controls li, .portlet ul.controls a {
  color: #444444;
  width: auto;
}
.portlet ul.controls li i.fa, .portlet ul.controls a i.fa {
  margin: 0 5px;
}
.portlet ul.controls li:hover, .portlet ul.controls a:hover {
  color: #024723;
}
.portlet.portlet_listing h3.portlet-title {
  margin: 0 0 32px;
  padding: 0 0 20px;
}
.portlet.portlet_listing h3.portlet-title:hover {
  color: #000000 !important;
}
.portlet.portlet_listing h3.portlet-title:hover, .portlet.portlet_listing h3.portlet-title:hover a {
  color: #000000 !important;
}
.portlet.portlet_listing h3.portlet-title, .portlet.portlet_listing h3.portlet-title a {
  color: #000000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  position: relative;
}
.portlet.portlet_listing h3.portlet-title a {
  margin: 0;
}
.portlet.portlet_listing h3.portlet-title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 71px;
  height: 4px;
  display: block;
  background: #CBCAC6;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
.portlet.portlet_listing .portlet-listing-entry {
  margin: 0 0 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E7E7E7;
}
.portlet.portlet_listing .portlet-listing-entry.element_link_entire:hover .portlet-entry-title,
.portlet.portlet_listing .portlet-listing-entry.element_link_entire:hover .portlet-entry-subtitle {
  color: #024723;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
  position: relative;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline:hover .portlet-entry-link {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > * {
  margin-bottom: 0;
}
.portlet.portlet_listing a.portlet-listing-more {
  display: none;
}
.portlet.portlet_listing a.portlet_listing_show_all {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 7px;
}
.portlet.portlet_listing a.portlet_listing_show_all:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet.portlet_listing a.portlet_listing_show_all:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet.portlet_quicklinks h3.portlet-title {
  display: none;
}

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

.portlets:before {
  content: "Boxen links:";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  display: none;
  width: auto;
  margin: 0 0 30px;
  padding: 7px 14px;
  background: #E7E7E7;
  border-radius: 4px;
}
.logged_in .portlets:before {
  display: inline-block;
}

.add_portlet input.action_button,
.portlets a.add_portlet_link {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 0 0 30px;
  clear: both;
}
.add_portlet input.action_button:hover,
.portlets a.add_portlet_link:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.add_portlet input.action_button:focus,
.portlets a.add_portlet_link:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}

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

.add_portlet input.action_button {
  margin: 10px 7px 0 0;
}
.add_portlet p label {
  padding: 0 0 5px 0 !important;
}

#add_portlet_bottom_big {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding: 30px;
}

/* @end */
/* @group portlets right */
.portlets_left {
  width: 355px;
  margin: 0 30px 0 0;
  position: relative;
}
.portlets_left:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.portlets_left .portlet {
  font-size: 16px;
  line-height: 27px;
}
.portlets_left .portlet.element_link_entire {
  -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.element_link_entire:hover .portlet_inner {
  -webkit-transform: scale3d(0.99, 0.99, 0.99);
  -moz-transform: scale3d(0.99, 0.99, 0.99);
  -o-transform: scale3d(0.99, 0.99, 0.99);
  transform: scale3d(0.99, 0.99, 0.99);
  -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;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.portlets_left .portlet.element_link_entire:hover .portlet-title,
.portlets_left .portlet.element_link_entire:hover .portlet-title a,
.portlets_left .portlet.element_link_entire:hover .portlet_content_subtitle {
  color: #024723;
  padding: 0;
  margin-bottom: 20px;
}
.portlets_left .portlet + .portlet {
  margin-top: 30px;
}
.portlets_left .portlet .portlet_inner {
  padding: 28px 30px 30px;
  border-radius: 4px;
  background: #EFEAE4;
  -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;
  border: 0px;
}
.portlets_left .portlet h3.portlet-title {
  margin: 0 0 32px;
  padding: 0 0 20px;
  color: #024723 !important;
}
.portlets_left .portlet h3.portlet-title a {
  color: #024723;
}
.portlets_left .portlet h3.portlet-title:hover {
  color: #000000;
}
.portlets_left .portlet h3.portlet-title:hover, .portlets_left .portlet h3.portlet-title:hover a {
  color: #000000;
}
.portlets_left .portlet h3.portlet-title, .portlets_left .portlet h3.portlet-title a {
  color: #000000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  position: relative;
}
.portlets_left .portlet h3.portlet-title a {
  margin: 0;
}
.portlets_left .portlet h3.portlet-title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 71px;
  height: 4px;
  display: block;
  background: #024723;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
.portlets_left .portlet h5 {
  margin: 0;
  padding: 10px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.portlets_left .portlet .pictures {
  margin: -3px 0 20px;
}
.portlets_left .portlet.special {
  color: #fff;
}
.portlets_left .portlet.special.element_link_entire:hover .portlet-title,
.portlets_left .portlet.special.element_link_entire:hover .portlet-title a,
.portlets_left .portlet.special.element_link_entire:hover .portlet_content_subtitle {
  color: #fff;
}
.portlets_left .portlet.special .portlet_inner {
  background: #024723;
  border: 0;
}
.portlets_left .portlet.special h5,
.portlets_left .portlet.special h3.portlet-title,
.portlets_left .portlet.special h3.portlet-title a {
  color: #fff;
}
.portlets_left .portlet.special h3.portlet-title:before {
  background: #fff;
}
.portlets_left .portlet.special a.portlet_content_link,
.portlets_left .portlet.special a.portlet_listing_link {
  background: #fff;
  color: #024723;
}
.portlets_left .portlet.special a.portlet_content_link:hover, .portlets_left .portlet.special a.portlet_content_link:active,
.portlets_left .portlet.special a.portlet_listing_link:hover,
.portlets_left .portlet.special a.portlet_listing_link:active {
  background: #fff;
  color: #024723;
}

/* @end */
/* @group portlets bottom small */
.portlets_bottom_small {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding: 53px 20px 70px;
  overflow: hidden;
}
.portlets_bottom_small:before {
  content: "Boxen unten (klein):";
}
.portlets_bottom_small .portlets_inner_wrap {
  margin: 0 -15px;
}
.portlets_bottom_small .portlet {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 15px 30px;
}
.portlets_bottom_small .portlet.element_link_entire:not(.title) {
  -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_bottom_small .portlet.element_link_entire:not(.title):hover .portlet_inner {
  -webkit-transform: scale3d(0.99, 0.99, 0.99);
  -moz-transform: scale3d(0.99, 0.99, 0.99);
  -o-transform: scale3d(0.99, 0.99, 0.99);
  transform: scale3d(0.99, 0.99, 0.99);
  -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;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.portlets_bottom_small .portlet.element_link_entire:not(.title):hover .portlet_inner .portlet-title,
.portlets_bottom_small .portlet.element_link_entire:not(.title):hover .portlet_inner .portlet-title a,
.portlets_bottom_small .portlet.element_link_entire:not(.title):hover .portlet_inner .portlet_content_subtitle {
  color: #024723;
}
.portlets_bottom_small .portlet.element_link_entire:not(.title):hover .portlet_inner .portlet_content_link {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
  -moz-transform: scale3d(0.98, 0.98, 0.98);
  -o-transform: scale3d(0.98, 0.98, 0.98);
  transform: scale3d(0.98, 0.98, 0.98);
  -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_bottom_small .portlet:nth-child(3n+1) {
  clear: left;
}
.portlets_bottom_small .portlet .portlet_inner {
  position: relative;
  padding: 28px 30px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E7E7E7;
  -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_bottom_small .portlet .pictures {
  margin: 0 0 24px;
}
.portlets_bottom_small .portlet h3.portlet-title {
  margin: 0 0 21px;
}
.portlets_bottom_small .portlet h3.portlet-title, .portlets_bottom_small .portlet h3.portlet-title a {
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -0.5px;
}
.portlets_bottom_small .portlet .portlet_content_introduction {
  margin: 0 0 5px;
  font-weight: 700;
}
.portlets_bottom_small .portlet.portlet_listing h3.portlet-title {
  margin: 0 0 32px;
}
.portlets_bottom_small .portlet.portlet_listing h3.portlet-title, .portlets_bottom_small .portlet.portlet_listing h3.portlet-title a {
  font-size: 42px;
  line-height: 48px;
}
.portlets_bottom_small .portlet.portlet_listing .portlet-listing-content-container h2:hover {
  color: #024723;
}
.portlets_bottom_small .portlet.portlet_listing .portlet-listing-content-container h2:hover, .portlets_bottom_small .portlet.portlet_listing .portlet-listing-content-container h2:hover a,
.portlets_bottom_small .portlet.portlet_listing .portlet-listing-content-container h2:hover + .portlet-entry-subtitle {
  color: #024723;
}
.portlets_bottom_small .portlet.title {
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.portlets_bottom_small .portlet.title ~ .portlet:nth-child(3n+1) {
  clear: none;
}
.portlets_bottom_small .portlet.title ~ .portlet:nth-child(3n+1) + .portlet {
  clear: left;
}
.portlets_bottom_small .portlet.title .portlet_inner {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 0 !important;
}
.portlets_bottom_small .portlet.title h3.portlet-title {
  margin: 0 0 44px;
  padding: 0 0 29px;
  text-align: center;
}
.portlets_bottom_small .portlet.title h3.portlet-title, .portlets_bottom_small .portlet.title h3.portlet-title a {
  color: #000000;
  font-size: 51px;
  line-height: 60px;
  font-weight: 700;
  position: relative;
}
.portlets_bottom_small .portlet.title h3.portlet-title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 71px;
  height: 4px;
  display: block;
  background: #CBCAC6;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  margin-left: -35px;
}
.portlets_bottom_small .portlet.title a.portlet_content_link,
.portlets_bottom_small .portlet.title a.portlet_listing_link,
.portlets_bottom_small .portlet.title .portlet_content_description,
.portlets_bottom_small .portlet.title .pictures {
  display: none;
}

/* @end */
/* @group portlets bottom small */
.portlets_bottom_big:before {
  content: "Boxen unten (gross):";
  margin-left: 30px;
}
.portlets_bottom_big a.add_portlet_link {
  margin-left: 30px;
}
.portlets_bottom_big .element_link_entire {
  -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_bottom_big .element_link_entire:hover {
  border: 0;
  -webkit-transform: scale3d(0.99, 0.99, 0.99);
  -moz-transform: scale3d(0.99, 0.99, 0.99);
  -o-transform: scale3d(0.99, 0.99, 0.99);
  transform: scale3d(0.99, 0.99, 0.99);
  -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_bottom_big .element_link_entire:hover .portlet-title,
.portlets_bottom_big .element_link_entire:hover .portlet-title a,
.portlets_bottom_big .element_link_entire:hover .portlet_content_subtitle {
  color: #024723;
}
.portlets_bottom_big .element_link_entire:hover .portlet_content_link {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
  -moz-transform: scale3d(0.98, 0.98, 0.98);
  -o-transform: scale3d(0.98, 0.98, 0.98);
  transform: scale3d(0.98, 0.98, 0.98);
  -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_bottom_big .portlet_content {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 74px;
}
.portlets_bottom_big .portlet_content .portlet_inner {
  position: relative;
  padding: 60px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.portlets_bottom_big .portlet_content .pictures {
  float: left;
  width: 43.8%;
  margin: 0;
}
.portlets_bottom_big .portlet_content .portlet_text_wrap {
  overflow: hidden;
  margin: 0 0 -20px 0;
  padding: 0 0 20px 60px;
}
.portlets_bottom_big .portlet_content .documents {
  margin: 10px 0 0;
}
.portlets_bottom_big .portlet_content h3.portlet-title {
  margin: 0 0 44px;
  padding: 0 0 29px;
}
.portlets_bottom_big .portlet_content h3.portlet-title, .portlets_bottom_big .portlet_content h3.portlet-title a {
  color: #000000;
  font-size: 51px;
  line-height: 60px;
  font-weight: 700;
  position: relative;
}
.portlets_bottom_big .portlet_content h3.portlet-title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 71px;
  height: 4px;
  display: block;
  background: #CBCAC6;
  bottom: 0;
  border-radius: 2px;
}
.portlets_bottom_big .portlet_content .portlet_content_introduction {
  font-weight: 700;
  margin: 0 0 10px;
}
.portlets_bottom_big .portlet_listing {
  margin: 0;
  padding: 74px 0 87px;
  max-width: none;
  background: #FFFFFF;
  text-align: center;
}
.portlets_bottom_big .portlet_listing + .portlet {
  margin-top: 70px;
}
.portlets_bottom_big .portlet_listing .portlet_inner {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.portlets_bottom_big .portlet_listing h3.portlet-title {
  margin: 0 0 44px;
  padding: 0 0 29px;
  text-align: center;
}
.portlets_bottom_big .portlet_listing h3.portlet-title:hover {
  color: #024723;
}
.portlets_bottom_big .portlet_listing h3.portlet-title:hover, .portlets_bottom_big .portlet_listing h3.portlet-title:hover a {
  color: #024723;
}
.portlets_bottom_big .portlet_listing h3.portlet-title, .portlets_bottom_big .portlet_listing h3.portlet-title a {
  color: #000000;
  font-size: 51px;
  line-height: 60px;
  font-weight: 700;
  position: relative;
}
.portlets_bottom_big .portlet_listing h3.portlet-title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 71px;
  height: 4px;
  display: block;
  background: #CBCAC6;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  margin-left: -35px;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry-wrap {
  margin: 0 -30px 0 0;
  padding: 7px 0 0;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 30px 30px 0;
  border: 0;
  text-align: left;
  box-sizing: border-box;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry:nth-child(odd) {
  clear: left;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
  position: relative;
  background: #fff;
  border: 1px solid #E7E7E7;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 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;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures {
  float: left;
  width: 48%;
  overflow: hidden;
  position: relative;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures 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_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container {
  overflow: hidden;
  padding: 33px 30px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 15px 0 0;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry:hover .portlet-listing-entry-inline {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry:hover .portlet-listing-entry-inline .pictures .picture .resource_background {
  border-radius: 0;
}
.portlets_bottom_big .portlet_listing a.portlet_listing_show_all {
  margin-top: 30px;
}
.portlets_bottom_big .portlet_listing.slider {
  position: relative;
  max-width: none;
  margin: 52px 0 74px;
  padding: 0;
  overflow: hidden;
  background: none;
}
.portlets_bottom_big .portlet_listing.slider .portlet_inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
.portlets_bottom_big .portlet_listing.slider h3.portlet-title {
  padding-right: 50px;
  padding-left: 50px;
}
.portlets_bottom_big .portlet_listing.slider .portlet-content {
  position: relative;
  left: 50%;
  width: 3500px;
  margin-left: -625px !important;
}
.portlets_bottom_big .portlet_listing.slider .portlet-content > .pictures,
.portlets_bottom_big .portlet_listing.slider .portlet_listing_text,
.portlets_bottom_big .portlet_listing.slider .portlet-listing-more,
.portlets_bottom_big .portlet_listing.slider .portlet_listing_show_all {
  display: none;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry-wrap {
  margin: 0;
  padding: 0;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry {
  float: none;
  margin: 0;
  padding: 30px 0;
  width: 398px !important;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry:nth-child(odd) {
  clear: none;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry .portlet-listing-entry-inline {
  padding: 36px 30px 103px;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry .pictures {
  float: none;
  width: 100%;
  margin: 0 0 27px;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry .portlet-listing-content-container {
  padding: 0;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry .portlet-listing-content-container .portlet-entry-date {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #9A9A9A;
  text-transform: uppercase;
  letter-spacing: 0.44px;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry .portlet-listing-content-container h2 {
  margin: 0 0 20px;
  letter-spacing: 0;
}
.portlets_bottom_big .portlet_listing.slider .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
  position: absolute;
  left: 30px;
  bottom: 37px;
  margin: 0;
}
.portlets_bottom_big .portlet_listing.slider .bx-wrapper {
  margin: 0;
  padding: 0;
}
.portlets_bottom_big .portlet_listing.slider .bx-viewport {
  overflow: visible !important;
  width: auto !important;
}
.portlets_bottom_big .portlet_listing.slider .bx-controls-direction {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: -18px auto 55px;
  position: relative;
}
.portlets_bottom_big .portlet_listing.slider .bx-controls-direction a {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: -3px;
  margin: -45px 0 0;
  background: none;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  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_bottom_big .portlet_listing.slider .bx-controls-direction a:before {
  content: "f";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "npo-template";
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #E7E7E7;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlets_bottom_big .portlet_listing.slider .bx-controls-direction a.bx-next {
  left: auto;
  right: -3px;
}
.portlets_bottom_big .portlet_listing.slider .bx-controls-direction a.bx-next:before {
  content: "e";
}
.portlets_bottom_big .portlet_listing.slider .bx-controls-direction a:hover:before {
  color: #024723;
  text-shadow: none;
}
.portlets_bottom_big .portlet_listing.slider .bx-controls-direction a.disabled {
  opacity: 0;
  visibility: hidden;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group images */
.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,
.pictures.float_left .picture img,
.pictures.float_right .picture img,
.pictures.float_right_with_clear .picture img,
.pictures.float_left_with_clear .picture img {
  display: block;
  width: 100%;
  height: auto;
}

.pictures.gallery {
  clear: both;
  position: relative;
  width: auto;
  padding: 0 35px 40px;
  z-index: 10;
}
.pictures.gallery .picture {
  float: left;
  box-sizing: border-box;
  width: 20%;
  padding: 0 0 30px 30px;
  padding: 0 15px 30px;
}
.pictures.gallery .picture span.resource_background {
  padding: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E7E7E7;
  -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;
}
.pictures.gallery .picture span,
.pictures.gallery .picture a {
  display: block;
}
.pictures.gallery .picture span.resource_subtitle {
  display: none;
}
.pictures.gallery .picture a {
  position: relative;
  height: 0;
  padding: 0 0 66%;
  overflow: hidden;
}
.pictures.gallery .picture img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  border-radius: 2px;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pictures.gallery .picture:hover span.resource_background {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

/* @end */
/* @group documents */
.documents {
  margin: 0 0 33px;
  padding: 5px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: 15px 12px 0 0;
}
.documents .document a {
  display: inline-block;
  margin: 0;
  padding: 11px 41px 11px 41px;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #024723;
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.documents .document a:hover {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}
.documents .document a:focus {
  border: 0;
  color: #fff;
  background: #012e17;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
  -moz-transform: scale3d(0.96, 0.96, 0.96);
  -o-transform: scale3d(0.96, 0.96, 0.96);
  transform: scale3d(0.96, 0.96, 0.96);
}

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

.fancybox-close {
  top: 0;
  right: 0;
  background: #fff;
}
.fancybox-close:before {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
  color: #024723;
  right: 0;
  bottom: 0;
  text-align: center;
}

.fancybox-nav span {
  background: none;
  color: #fff;
  opacity: 1;
  visibility: visible;
  -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;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 54px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 60;
}
.fancybox-nav.fancybox-prev span {
  left: 25px;
}
.fancybox-nav.fancybox-next span {
  right: 25px;
}
.fancybox-nav.fancybox-next span:before {
  content: "\f105";
}
.fancybox-nav:hover span:before {
  color: #024723;
}

.fancybox-wrap .fancybox-title {
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 15px 10px 10px;
  text-align: left;
  background: #fff;
  color: #444444;
}
.fancybox-wrap .fancybox-title .child {
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #444444;
  margin: 0;
  padding: 0;
  border-radius: 0;
  text-shadow: none;
  background: none;
}
.fancybox-wrap .fancybox_download_link {
  display: inline-block !important;
  font-size: 0;
  line-height: 0;
}
.fancybox-wrap .fancybox_download_link .fancybox_download {
  display: inline-block;
  margin: 0 0 0 10px;
  font: 300 19px/32px "Roboto", Arial, sans-serif;
  color: #024723;
}
.fancybox-wrap .fancybox_download_link .fancybox_download:hover {
  color: #444444;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media screen and (max-width: 1900px) {
  .pictures.gallery .picture {
    width: 25%;
  }
}
@media screen and (max-width: 1570px) {
  .navigation > .navi_left {
    padding: 0 60px 0 0;
  }
  .navigation > .navi_left > li {
    margin: 0 0 0 60px;
  }
  .navigation > .navi_left > li:first-child {
    margin-left: 0px;
  }
  .navigation > .navi_right {
    padding: 0 0 0 60px;
  }
  .navigation > .navi_right > li {
    margin: 0 0 0 60px;
  }
  .navigation > .navi_right > li:first-child {
    margin-left: 0px;
  }
  html:lang(fr) .navigation > .navi_left > li > a,
html:lang(fr) .navigation > .navi_right > li > a {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .pictures.gallery {
    padding: 0 10px 40px;
    z-index: 10;
  }
  .pictures.gallery .picture {
    width: 33.33%;
    padding: 0 10px 20px;
  }
  #module_news_events {
    margin: 0 20px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1350px) {
  .navigation .navi_left {
    width: calc(50% - 110px);
    padding: 0 40px 0 0;
  }
  .navigation .navi_right {
    width: calc(50% - 110px);
    padding: 0 0 0 40px;
  }
  .navigation .navi_left > li,
.navigation .navi_right > li {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 1290px) {
  .portlets_bottom_big .portlet_listing.slider {
    padding: 0 20px;
    margin: 30px 0 40px;
  }
  .portlets_bottom_big .portlet_listing.slider .portlet-content {
    left: 0;
    margin-left: 0 !important;
    width: 100%;
  }
  .portlets_bottom_big .portlet_listing.slider .bx-controls-direction {
    margin: -18px auto -35px;
  }
  .bx-slider-wrap .bx-wrapper .slide_text_container > * {
    max-width: 700px;
  }
  .bx-slider-wrap .bx-wrapper .slide_text_container h2 {
    font-size: 80px;
    line-height: 80px;
  }
  #module_news_events .news_events_search_bar,
#module_news_events .news_events_search_date {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 1230px) {
  .header {
    padding-top: 76px;
    padding-bottom: 20px;
  }
  .header div#logo {
    width: 140px;
  }
  .meta_wrap {
    top: 13px;
    padding: 0;
  }
  .navigation .navi_left {
    width: calc(50% - 80px);
    padding: 0 40px 0 0;
  }
  .navigation .navi_right {
    width: calc(50% - 80px);
    padding: 0 0 0 40px;
  }
  .navigation .navi_left > li,
.navigation .navi_right > li {
    margin: 0 0 0 30px;
  }
  .navigation .navi_left > li > a,
.navigation .navi_right > li > a {
    font-size: 18px;
    line-height: 28px;
  }
  html:lang(fr) .navigation > .navi_left > li > a,
html:lang(fr) .navigation > .navi_right > li > a {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1150px) {
  #module_news_events .news_events_search_text_container {
    margin-bottom: 25px;
  }
  #module_news_events .news_events_search_text_container .news_events_search_bar {
    margin-left: 0;
  }
  #module_news_events .news_events_search_date_container {
    clear: both;
    margin-left: 0;
  }
  #module_news_events .news_events_search_date_container .news_events_search_date {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  #siteframe {
    padding-top: 80px;
  }
  .header {
    padding: 0;
    padding: 15px 30px !important;
  }
  .header .header_inner {
    padding: 0px;
  }
  .header div#logo {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    width: 126px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin: 0 auto;
  }
  .header.is_scrolled div#logo {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    width: 126px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .meta_wrap,
div#navigation {
    display: none;
  }
  .responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    background: #FFFFFF;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: perspective(1px) translate3d(-100%, 0, 0);
    -moz-transform: perspective(1px) translate3d(-100%, 0, 0);
    -o-transform: perspective(1px) translate3d(-100%, 0, 0);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1080px) {
  .footer {
    margin-top: 20px !important;
    padding: 33px 0 20px;
  }
  .footer .footer_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .portlet + .portlet {
    margin-left: 80px;
  }
  .footer .social_media {
    margin-right: 0px;
  }
  .content_wrap {
    padding: 50px 20px;
  }
  .content_wrap > .content {
    padding: 39px 45px 16px;
  }
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .news_events_entry_pictures .resource_container .picture {
    width: 33% !important;
  }
  #google_map {
    height: 500px;
  }
  #mailform_elements {
    margin: 0 0 25px;
  }
  .mailform-submit,
.login_form .button {
    margin: 0;
  }
  .listing_entry .pictures,
.overview_item .pictures {
    width: 33%;
    margin-right: 0;
  }
  .listing-more-button {
    margin: 20px 0 0 0;
  }
  .css_grosse_auflistung .listing_entry,
.css_grosse_auflistung .overview_item {
    margin: 0;
    padding: 0;
  }
  .css_grosse_auflistung .listing_entry h2,
.css_grosse_auflistung .overview_item h2 {
    margin: 0 0 25px !important;
    padding: 0 0 20px !important;
  }
  .css_grosse_auflistung .listing_entry h2, .css_grosse_auflistung .listing_entry h2 a,
.css_grosse_auflistung .overview_item h2,
.css_grosse_auflistung .overview_item h2 a {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .css_grosse_auflistung .listing_entry .content,
.css_grosse_auflistung .overview_item .content {
    padding: 6% !important;
  }
  .css_grosse_auflistung .pagination {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .pagination {
    margin-top: 50px;
  }
  .content ul.tags {
    margin: 20px 0;
  }
  .css_drei_spalten #mod_overview,
.css_drei_spalten #mixItUp {
    padding: 0 10px 27px !important;
  }
  .css_drei_spalten .listing_entry,
.css_drei_spalten .overview_item {
    padding: 0 10px 30px !important;
  }
  .css_drei_spalten .listing_entry .pictures + .content,
.css_drei_spalten .overview_item .pictures + .content {
    top: -25px !important;
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .css_drei_spalten .listing_entry .content,
.css_drei_spalten .overview_item .content {
    margin: 0 20px;
  }
  .css_drei_spalten .listing_entry h2,
.css_drei_spalten .overview_item h2 {
    margin: 0 0 20px !important;
    padding: 0 0 20px !important;
  }
  .css_drei_spalten .listing_entry h2, .css_drei_spalten .listing_entry h2 a,
.css_drei_spalten .overview_item h2,
.css_drei_spalten .overview_item h2 a {
    font-size: 27px !important;
    line-height: 32px !important;
  }
  .portlets_bottom_small {
    padding: 30px 20px 50px;
  }
  .portlets_bottom_small .portlets_inner_wrap {
    margin: 0 -10px;
  }
  .portlets_bottom_small .portlet {
    padding: 0 10px 20px;
  }
  .portlets_bottom_small .portlet.portlet_listing h3.portlet-title {
    margin: 0 0 25px;
  }
  .portlets_bottom_small .portlet.portlet_listing h3.portlet-title, .portlets_bottom_small .portlet.portlet_listing h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title {
    margin: 0 0 30px;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title, .portlets_bottom_small .portlet.title h3.portlet-title a {
    font-size: 45px;
    line-height: 50px;
  }
  .portlets_bottom_big .portlet_content {
    margin-bottom: 50px;
  }
  .portlets_bottom_big .portlet_content .portlet_inner {
    padding: 40px;
  }
  .portlets_bottom_big .portlet_content .pictures {
    width: 43.8%;
  }
  .portlets_bottom_big .portlet_content .portlet_text_wrap {
    padding-left: 40px;
  }
  .portlets_bottom_big .portlet_content h3.portlet-title {
    margin: 0 0 25px;
    padding: 0 0 25px;
  }
  .portlets_bottom_big .portlet_content h3.portlet-title, .portlets_bottom_big .portlet_content h3.portlet-title a {
    font-size: 45px;
    line-height: 50px;
  }
  .portlets_bottom_big .portlet_listing {
    padding: 45px 0 55px;
  }
  .portlets_bottom_big .portlet_listing + .portlet {
    margin-top: 40px;
  }
  .portlets_bottom_big .portlet_listing h3.portlet-title {
    margin: 0 0 30px;
    padding: 0 0 29px;
  }
  .portlets_bottom_big .portlet_listing h3.portlet-title, .portlets_bottom_big .portlet_listing h3.portlet-title a {
    font-size: 45px;
    line-height: 50px;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry-wrap {
    margin: 0 -20px 0 0;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry {
    padding: 0 20px 20px 0;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container {
    padding: 27px 30px;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
    margin: 20px 0 0;
  }
  .portlets_bottom_big .portlet_listing.slider .bx-controls-direction {
    margin: -18px auto -15px;
  }
  .events_listing .filter_wrap {
    margin: 0 0 30px;
  }
  .page_event_listing .content + .entries_wrap {
    padding-top: 50px;
  }
  .page_event_listing .entries_wrap .entry .date_wrap {
    width: 240px;
    padding: 46px 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .page_event_listing .entries_wrap .entry .content {
    padding: 0 160px 0 0;
  }
  .page_event_listing .entries_wrap .entry .content span.place,
.page_event_listing .entries_wrap .entry .content h2.entry_title,
.page_event_listing .entries_wrap .entry .content h2.entry_title a {
    font-size: 24px;
  }
  .event_detail .map_container {
    margin: 30px -45px -16px;
  }
}
@media screen and (max-width: 1080px) {
  .bx-slider-wrap .bx-wrapper .slide_text_container > * {
    max-width: 450px;
  }
  .bx-slider-wrap .bx-wrapper .slide_text_container h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .content_wrap > .content_left {
    float: none;
    clear: both;
  }
  #google_map + .content_wrap,
.header_image + .content_wrap,
#slider + .content_wrap {
    margin-top: -36px;
  }
  .content_wrap.gallery_content {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .content_wrap.gallery_content > .content {
    padding-bottom: 16px;
  }
  .content_wrap.gallery_content > .content_left {
    margin-bottom: 0;
  }
  .pictures.gallery {
    margin-top: 0;
  }
  .pictures.gallery .picture span.resource_background {
    padding: 15px;
  }
  #google_map {
    height: 400px;
  }
  .mailform_element label,
#mailform_submit_button label,
.login_form label {
    width: 25%;
  }
  .mailform_element.checkbox_field p {
    width: 75%;
  }
  .add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
    width: 60%;
  }
  .select2-container {
    width: 60% !important;
  }
  .content ul.tags {
    margin: 15px 0 20px;
  }
  .content ul.tags li {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 13px;
    margin: 10px 10px 0 0;
  }
  .css_drei_spalten #mod_overview,
.css_drei_spalten #mixItUp {
    padding: 0 10px 17px;
  }
  .css_drei_spalten .listing_entry,
.css_drei_spalten .overview_item {
    width: 50%;
    padding: 0 10px 30px;
  }
  .css_drei_spalten .listing_entry:nth-child(2n+1),
.css_drei_spalten .overview_item:nth-child(2n+1) {
    clear: left;
  }
  .css_drei_spalten .listing_entry:nth-child(3n+1),
.css_drei_spalten .overview_item:nth-child(3n+1) {
    clear: none;
  }
  .css_drei_spalten .listing_entry h2, .css_drei_spalten .listing_entry h2 a,
.css_drei_spalten .overview_item h2,
.css_drei_spalten .overview_item h2 a {
    font-size: 23px;
    line-height: 28px;
  }
  .listing_entry_backlink a {
    margin: 0 0 20px;
  }
  #google_map + .content_wrap .portlets_left,
.header_image + .content_wrap .portlets_left,
#slider + .content_wrap .portlets_left {
    padding: 0;
  }
  .content_wrap .portlets_left {
    margin: 30px -30px 0 0;
    width: auto;
  }
  .content_wrap .portlets_left,
.portlets_left {
    margin-bottom: -30px;
  }
  .portlets_left .portlet {
    float: left;
    width: 50%;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
  }
  .portlets_left .portlet:only-child {
    float: none;
    clear: both;
    width: 100%;
  }
  .portlets_left .portlet + .portlet {
    margin-top: 0;
  }
  .portlets_left .portlet:nth-child(odd) {
    clear: left;
  }
  .portlets_bottom_small {
    padding: 20px 20px 40px;
  }
  .portlets_bottom_small .portlet {
    width: 50%;
  }
  .portlets_bottom_small .portlet:nth-child(3n+1) {
    clear: none;
  }
  .portlets_bottom_small .portlet:nth-child(2n+1) {
    clear: left;
  }
  .portlets_bottom_small .portlet.title ~ .portlet:nth-child(3n+1) + .portlet,
.portlets_bottom_small .portlet.title ~ .portlet:nth-child(2n+1) {
    clear: none;
  }
  .portlets_bottom_small .portlet.title ~ .portlet:nth-child(2n+1) + .portlet {
    clear: left;
  }
  .portlets_bottom_big .portlet_listing {
    padding: 35px 0 40px;
  }
  .portlets_bottom_big .portlet_listing + .portlet {
    margin-top: 30px;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry-wrap {
    margin-right: 0;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry {
    padding-right: 0;
    width: 100%;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures {
    width: 28%;
  }
  .portlets_bottom_big .portlet_listing.slider {
    margin-bottom: 30px;
  }
  .events_listing .filter_wrap > h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .events_listing .filter_wrap .filter {
    padding: 15px 15px 0;
  }
  .events_listing .filter_wrap .form_element {
    width: 25%;
    padding-bottom: 15px;
  }
  .events_listing .filter_wrap .form_element.search_field {
    width: 75%;
  }
  .events_listing .filter_wrap .form_element.submit_wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 25%;
    padding: 0 15px 15px 0;
  }
  .events_listing .filter_wrap .form_element.submit_wrap:before {
    font-size: 20px;
    line-height: 20px;
    margin-top: -16px;
    text-indent: -15px;
  }
  .events_listing .filter_wrap .form_element.submit_wrap input {
    display: block;
    height: 50px;
    border-radius: 4px;
  }
  #management .search_in_history {
    margin-top: 28px;
    clear: both;
    float: none;
  }
  #management .search_in_history .search_input {
    width: 100%;
    margin-bottom: 12px;
  }
  #management .search_in_history .button {
    width: 48% !important;
    box-sizing: border-box;
  }
  #management .search_in_history .cancel {
    float: none;
  }
  .popup_content {
    width: 95%;
    padding: 17px;
    font-size: 14px;
    line-height: 20px;
  }
  .popup_content .history_title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .popup_content .popup_button_wrap {
    margin-top: 20px;
  }
  .popup_content .popup_button_wrap .button {
    font-size: 12px;
    padding: 7px 14px;
  }
  .popup_content .fancybox-close-small:after {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 950px) {
  .footer .portlet + .portlet {
    margin-left: 0px;
    padding-top: 20px;
  }
  .footer .portlet {
    display: block;
    width: 100%;
  }
  .footer .social_media {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 850px) {
  .page_event_listing .entries_wrap .entry .date_wrap {
    width: 200px;
    padding: 45px 0 0;
    font-size: 20px;
    line-height: 26px;
  }
  .page_event_listing .entries_wrap .entry .content {
    padding: 0;
  }
  .page_event_listing .entries_wrap .entry .content span.place,
.page_event_listing .entries_wrap .entry .content h2.entry_title,
.page_event_listing .entries_wrap .entry .content h2.entry_title a {
    font-size: 20px;
    line-height: 26px;
  }
  .page_event_listing .entries_wrap .entry ul.category {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
  }
  .page_event_listing .entries_wrap .entry ul.category li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px 7px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #444444;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .page_event_listing .entries_wrap .entry ul.category li:before {
    display: none;
  }
  .page_event_listing .entries_wrap .entry ul.category + h2 {
    margin-top: -10px !important;
  }
  .page_event_listing .entries_wrap .entry a.show_detail {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 800px) {
  .pictures.gallery .picture {
    width: 50%;
  }
  .news_events_entry_pictures .resource_container .picture {
    width: 50% !important;
  }
}
@media screen and (max-width: 720px) {
  .portlets_bottom_big .portlet_content {
    margin-bottom: 40px;
  }
  .portlets_bottom_big .portlet_content .portlet_inner {
    padding: 30px;
  }
  .portlets_bottom_big .portlet_content .portlet_text_wrap {
    overflow: hidden;
    padding-left: 0;
  }
  .portlets_bottom_big .portlet_content .pictures {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .footer {
    padding: 30px 0 15px;
  }
  .footer .footer_inner h3 {
    margin: 0 0 12px;
    padding: 0 0 10px;
  }
  .footer .footer_inner h3, .footer .footer_inner h3 a {
    font-size: 23px;
    line-height: 30px;
  }
  .footer .portlet {
    float: none;
    clear: both;
  }
  .footer .portlet h2 {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
  }
  .footer .social_media {
    float: none;
    clear: both;
    text-align: left;
  }
  .footer .social_media h3, .footer .social_media h3 a {
    text-align: left;
    margin: 0;
  }
  .footer .social_media .icons a {
    margin: 0 8px 0 0;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 6px;
  }
  .footer .social_media .icons a.mail {
    line-height: 34px;
    font-size: 18px;
  }
  .footer .copy {
    margin: 15px 0 0;
  }
  .footer .copy li {
    margin: 0 8px 0 0;
  }
  .mailform_element label,
.login_form label {
    text-align: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .mailform_element.checkbox_field p,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
    width: 100%;
  }
  .select2-container {
    width: 100% !important;
  }
  .login_form form p:last-child label,
#mailform_submit_button label {
    display: none;
  }
  .events_listing .filter_wrap .filter {
    background: none;
    box-shadow: none;
    padding: 0;
    position: static !important;
  }
  .events_listing .filter_wrap > h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .events_listing .filter_wrap .form_element {
    width: 50%;
  }
  .events_listing .filter_wrap .form_element.search_field {
    width: 100%;
  }
  .events_listing .filter_wrap .form_element.submit_wrap {
    width: 100%;
    padding: 0 15px 0 0;
    margin: 0;
  }
  .events_listing .filter_wrap .form_element.submit_wrap:before {
    margin-top: -10px;
    text-indent: 0;
  }
  .events_listing .filter_wrap a.reset_link {
    top: 0;
  }
  .page_event_listing .content + .entries_wrap {
    padding-top: 30px;
  }
  .event_detail .detail_inner > .pictures {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .event_detail .detail_inner > .pictures .picture + .picture {
    margin-top: 20px;
  }
  .event_detail .detail_text h1 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .event_detail .detail_text div.introduction {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 620px) {
  .footer .portlet a {
    font-size: 16px;
    line-height: 25px;
  }
  .footer .portlet a:before {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .header_image .picture img {
    position: relative;
    left: 50%;
    height: 138px;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .listing_entry_with_picture .favorite {
    bottom: 30px;
    top: unset;
  }
  body {
    font-size: 16px;
    line-height: 25px;
  }
  .content_wrap {
    padding: 35px 20px;
  }
  .content_wrap > .content {
    padding: 25px 25px 16px;
  }
  .content_wrap.gallery_content {
    padding-bottom: 35px;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title,
.portlets_bottom_big .portlet_content h3.portlet-title,
.portlets_bottom_big .portlet_listing h3.portlet-title,
h1,
.portlets_left .portlet h3.portlet-title {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title, .portlets_bottom_small .portlet.title h3.portlet-title a,
.portlets_bottom_big .portlet_content h3.portlet-title,
.portlets_bottom_big .portlet_content h3.portlet-title a,
.portlets_bottom_big .portlet_listing h3.portlet-title,
.portlets_bottom_big .portlet_listing h3.portlet-title a,
h1,
h1 a,
.portlets_left .portlet h3.portlet-title,
.portlets_left .portlet h3.portlet-title a {
    font-size: 27px;
    line-height: 34px;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title:before,
.portlets_bottom_big .portlet_content h3.portlet-title:before,
.portlets_bottom_big .portlet_listing h3.portlet-title:before,
h1:before,
.portlets_left .portlet h3.portlet-title:before {
    width: 71px;
  }
  h2, h2 a {
    font-size: 23px;
    line-height: 30px;
  }
  .portlets_bottom_small .portlet h3.portlet-title,
.portlets_bottom_small .portlet h3.portlet-title a,
h3, h3 a {
    font-size: 19px;
    line-height: 26px;
  }
  h6, h6 a,
h4, h4 a,
h5, h5 a {
    font-size: 16px;
    line-height: 27px;
  }
  .content ul li:before {
    font-size: 14px;
    line-height: 25px;
  }
  #module_news_events {
    padding: 25px 25px 16px;
  }
  #google_map {
    height: 300px;
  }
  .listing_entry .pictures,
.overview_item .pictures {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 30px 30px 0;
    box-sizing: border-box;
  }
  .listing_entry .content,
.overview_item .content {
    min-height: auto !important;
  }
  .css_grosse_auflistung .listing_entry h2,
.css_grosse_auflistung .overview_item h2 {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .css_grosse_auflistung .listing_entry h2, .css_grosse_auflistung .listing_entry h2 a,
.css_grosse_auflistung .overview_item h2,
.css_grosse_auflistung .overview_item h2 a {
    font-size: 23px;
    line-height: 30px;
  }
  .css_grosse_auflistung .listing_entry .content,
.css_grosse_auflistung .overview_item .content {
    width: 100% !important;
    padding: 30px !important;
  }
  .css_grosse_auflistung .listing_entry .pictures,
.css_grosse_auflistung .overview_item .pictures {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .css_grosse_auflistung .listing_entry .pictures img,
.css_grosse_auflistung .overview_item .pictures img {
    position: static !important;
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0) !important;
  }
  .css_grosse_auflistung .listing_entry .pictures ~ .content,
.css_grosse_auflistung .overview_item .pictures ~ .content {
    width: 100%;
  }
  .css_grosse_auflistung .listing_entry:nth-child(even) .pictures,
.css_grosse_auflistung .overview_item:nth-child(even) .pictures {
    float: none;
    clear: both;
  }
  .css_grosse_auflistung .pagination {
    padding-top: 35px;
    margin-bottom: 35px;
  }
  .pagination {
    margin-top: 35px;
  }
  .pagination .pagination-numbers a {
    margin: 0 4px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .pagination .pagination-links a {
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
  }
  .pagination .pagination-links a:before {
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    color: #E7E7E7;
  }
  .pagination .pagination-links a.next {
    right: -25px;
  }
  .content ul.tags {
    margin: 10px 0 15px;
  }
  .content ul.tags li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    margin: 7px 7px 0 0;
  }
  .css_drei_spalten #mod_overview,
.css_drei_spalten #mixItUp {
    padding: 0 10px 17px;
  }
  .css_drei_spalten .listing_entry,
.css_drei_spalten .overview_item {
    width: 100%;
    padding: 0 10px 30px;
  }
  .css_drei_spalten .listing_entry .pictures,
.css_drei_spalten .overview_item .pictures {
    margin: 0;
    padding: 0;
  }
  .css_drei_spalten .listing_entry h2, .css_drei_spalten .listing_entry h2 a,
.css_drei_spalten .overview_item h2,
.css_drei_spalten .overview_item h2 a {
    font-size: 20px;
    line-height: 25px;
  }
  .portlet.portlet_listing .portlet-listing-entry h2, .portlet.portlet_listing .portlet-listing-entry h2 a {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px;
  }
  .portlet.portlet_quicklinks a.quicklink {
    font-size: 20px;
    line-height: 26px;
  }
  .portlets_left .portlet {
    float: none;
    clear: both;
    width: 100%;
  }
  .portlet.portlet_listing .portlet-listing-entry {
    margin: 0 0 14px;
    padding: 0 0 12px;
  }
  .portlets_bottom_small {
    padding: 20px 20px 40px;
    overflow: hidden;
  }
  .portlets_bottom_small .portlet {
    width: 100%;
  }
  .portlets_bottom_small .portlet .portlet_inner {
    min-height: 0 !important;
  }
  .portlets_bottom_small .portlet h3.portlet-title {
    margin: 0 0 5px;
  }
  .portlets_bottom_small .portlet.portlet_listing h3.portlet-title, .portlets_bottom_small .portlet.portlet_listing h3.portlet-title a {
    font-size: 27px;
    line-height: 34px;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures {
    width: 40%;
  }
  .portlets_bottom_big .portlet_listing a.portlet_listing_show_all {
    margin: 20px 0 0;
  }
  .portlets_bottom_big .portlet_listing.slider {
    margin-bottom: 20px;
  }
  .page_event_listing .entries_wrap .entry .date_wrap {
    float: none;
    clear: both;
    width: auto;
    padding: 10px 0 3px;
    font-size: 15px;
    line-height: 21px;
  }
  .page_event_listing a.detail_back_link {
    margin: 20px 0 10px;
  }
  .event_detail .map_container {
    margin: 15px -25px -16px;
  }
}
@media screen and (max-width: 550px) {
  #slider .bx-wrapper .video_slide .slide_text_container {
    display: none;
  }
  #slider .bx-wrapper .slide_text_container {
    left: 50px;
    right: 50px;
  }
  #slider .bx-wrapper .slide_text_container h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #slider .bx-wrapper .bx-controls-direction a {
    left: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  #slider .bx-wrapper .bx-controls-direction a:before {
    font-size: 20px;
    line-height: 40px;
  }
  #slider .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: 10px;
  }
  #module_news_events .news_events_year {
    clear: both;
  }
  #module_news_events .show_archive {
    float: left;
  }
  #module_news_events .year_nav {
    float: left !important;
  }
  #module_news_events .year_nav .year_nav_last {
    margin-left: 0 !important;
  }
  .news_events_search_text_container {
    margin-right: 0 !important;
  }
  .news_events_search_text_container .news_events_search_bar {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .news_events_search_date_container {
    clear: both;
    margin-left: 0 !important;
  }
  .news_events_search_date_container .news_events_search_date {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .news_events_search_button {
    float: left;
    clear: left;
    margin-bottom: 15px !important;
  }
  .news_events_entry_pictures .resource_container .picture {
    width: 100% !important;
  }
  #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);
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures {
    float: none;
    clear: both;
    width: 100%;
  }
  #management .search_in_history .button {
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .year_nav .year_nav_last {
    width: 100%;
    float: left;
    margin-bottom: 15px !important;
  }
  .year_nav .year_nav_next {
    float: left;
    clear: left;
    margin: 0 !important;
  }
  .events_listing .filter_wrap .form_element {
    width: 100%;
  }
  .events_listing .filter_wrap a.reset_link {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    padding: 0 0 15px 5px;
  }
}
@media screen and (max-width: 435px) {
  .portlets_bottom_big .portlet_listing.slider .portlet-listing-entry {
    width: 360px !important;
  }
  #google_map {
    height: 250px;
  }
  .pictures.gallery .picture {
    width: 100%;
  }
  .footer .portlet .portlet_inner p:first-child {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 395px) {
  .portlets_bottom_big .portlet_listing.slider .portlet-listing-entry {
    width: 320px !important;
  }
}
@media screen and (max-width: 355px) {
  .portlets_bottom_big .portlet_listing.slider .portlet-listing-entry {
    width: 280px !important;
  }
}
@media screen and (max-width: 315px) {
  .portlets_bottom_big .portlet_listing.slider .portlet-listing-entry {
    width: 240px !important;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media print {
  body {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #444444;
    background: #FFF;
  }
  .portlets_bottom_big .portlet_listing.slider,
.content ul.tags,
.portlet.portlet_quicklinks,
.portlet.portlet_listing a.portlet_listing_show_all,
.portlet a.portlet_content_link,
.mailform-submit,
.login_form .button,
.pagination,
.listing_entry_backlink a,
.listing-more-button,
.content_button,
.footer .portlet h3.portlet-title,
.documents,
.header_image,
.footer .copy,
.footer .social_media,
.portlet_listing.slider,
.content_wrap > .content_left,
#navigation,
.meta_wrap,
#slider,
.imprint {
    display: none !important;
  }
  body:not(.system_page) .content_wrap > .content h1, body:not(.system_page) .content_wrap > .content h1 a,
body:not(.system_page) .content_wrap > .content h2, body:not(.system_page) .content_wrap > .content h2 a,
body:not(.system_page) .content_wrap > .content h3, body:not(.system_page) .content_wrap > .content h3 a,
body:not(.system_page) .content_wrap > .content h4, body:not(.system_page) .content_wrap > .content h4 a,
body:not(.system_page) .content_wrap > .content h5, body:not(.system_page) .content_wrap > .content h5 a,
body:not(.system_page) .content_wrap > .content h6, body:not(.system_page) .content_wrap > .content h6 a {
    color: #024723;
  }
  body:not(.system_page) .content_wrap > .content a {
    color: #024723;
    opacity: 0.8;
  }
  body:not(.system_page) .content_wrap > .content a:hover {
    color: #024723;
    opacity: 1;
  }
  body:not(.system_page) .content_wrap > .content p {
    color: black;
  }
  .header {
    position: static;
    box-shadow: none;
    padding: 0 0 60px;
    border: 0;
    background: transparent;
  }
  .header .header_inner {
    padding: 0;
  }
  .header div#logo {
    position: relative;
    display: block;
    float: left;
    width: 200px !important;
    margin: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    top: 0;
    left: 0;
  }
  .header.is_scrolled div#logo {
    width: 200px;
    margin: 0;
  }
  .header.is_scrolled .header {
    padding: 0 0 60px;
  }
  .mod_mailform:not(.system_page) .content_wrap > .content {
    background: white;
  }
  .mod_mailform:not(.system_page) .mailform_element input,
.mod_mailform:not(.system_page) .mailform_element textarea,
.mod_mailform:not(.system_page) #management .search_in_history .search_input,
.mod_mailform:not(.system_page) .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .mod_mailform:not(.system_page) .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 3px;
  }
  .mod_mailform:not(.system_page) #accept_privacy,
.mod_mailform:not(.system_page) #accept_privacy + label {
    display: none;
  }
  #siteframe {
    padding: 0 !important;
    min-height: 0 !important;
  }
  .content_wrap {
    padding: 0 0 20px;
  }
  .content_wrap > .content {
    padding: 0;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .content_wrap.gallery_content {
    margin-bottom: 0;
  }
  .content_wrap.gallery_content > .content {
    padding-bottom: 0;
  }
  #google_map + .content_wrap,
.header_image + .content_wrap,
#slider + .content_wrap {
    margin-top: 0;
  }
  .footer {
    margin: 0;
    padding: 20px 0 0;
    background: none;
  }
  .footer:before {
    display: none;
  }
  .footer .footer_inner {
    padding: 0;
  }
  .footer .footer_inner h2 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 0;
  }
  h1:before {
    display: none;
  }
  div.introduction {
    margin: 0 0 12px;
  }
  h2, h2 a {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 7px 0;
  }
  h3, h3 a {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 7px 0;
  }
  h6, h6 a,
h4, h4 a,
h5, h5 a {
    font-size: 13px;
    line-height: 20px;
  }
  p {
    margin: 0 0 12px;
  }
  .content ol {
    margin: 0 0 12px 16px;
    list-style-type: decimal;
    width: auto;
  }
  .content ul {
    list-style: none;
    margin: 0 0 12px;
    color: black;
  }
  .content ul li {
    padding: 0px;
    color: black;
  }
  .content ul li a {
    color: black;
  }
  .pictures.gallery {
    margin: 30px -10px 0;
    padding: 0;
  }
  .pictures.gallery .picture {
    width: 33.33%;
    padding: 0 10px 20px;
  }
  .pictures.gallery .picture span.resource_background {
    padding: 0;
    border: 0;
  }
  /* @end */
  /* @group modules */
  ul.sitemap li {
    padding: 0;
  }
  ul.sitemap li:before {
    display: none;
  }
  #google_map {
    height: 230px;
    margin: 0 0 25px;
  }
  #mod_overview,
#mixItUp {
    padding: 0;
  }
  .listing_entry,
.overview_item {
    page-break-inside: avoid;
  }
  .listing_entry > div:first-child,
.overview_item > div:first-child {
    border: 0;
  }
  .listing_entry div.introduction,
.overview_item div.introduction {
    display: none;
  }
  .listing_entry .content,
.overview_item .content {
    padding: 0;
  }
  .listing_entry .pictures,
.overview_item .pictures {
    width: 25%;
    margin: 0 20px 0 0;
  }
  body.css_grosse_auflistung .listing_entry,
body.css_grosse_auflistung .overview_item {
    margin: 0;
    padding: 30px 0 0;
  }
  body.css_grosse_auflistung .listing_entry h2,
body.css_grosse_auflistung .overview_item h2 {
    margin: 0 0 7px 0 !important;
    padding: 0 !important;
  }
  body.css_grosse_auflistung .listing_entry h2, body.css_grosse_auflistung .listing_entry h2 a,
body.css_grosse_auflistung .overview_item h2,
body.css_grosse_auflistung .overview_item h2 a {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  body.css_grosse_auflistung .listing_entry h2:before,
body.css_grosse_auflistung .overview_item h2:before {
    display: none;
  }
  body.css_grosse_auflistung .listing_entry > div:first-child,
body.css_grosse_auflistung .overview_item > div:first-child {
    border-top: 0;
  }
  body.css_grosse_auflistung .listing_entry .content,
body.css_grosse_auflistung .overview_item .content {
    width: auto !important;
    padding: 0 !important;
  }
  body.css_grosse_auflistung .listing_entry .pictures,
body.css_grosse_auflistung .overview_item .pictures {
    height: auto !important;
    width: 30% !important;
    margin: 0 15px 0 0 !important;
  }
  body.css_grosse_auflistung .listing_entry .pictures img,
body.css_grosse_auflistung .overview_item .pictures img {
    position: static !important;
    min-height: 0 !important;
    width: 100% !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body.css_grosse_auflistung .listing_entry:nth-child(even) .pictures,
body.css_grosse_auflistung .overview_item:nth-child(even) .pictures {
    float: right;
    margin: 0 0 0 15px !important;
  }
  .css_drei_spalten #mod_overview,
.css_drei_spalten #mixItUp {
    margin: 0 -10px;
    padding: 0 0 20px;
  }
  .css_drei_spalten .listing_entry,
.css_drei_spalten .overview_item {
    padding: 0 10px 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .css_drei_spalten .listing_entry .content,
.css_drei_spalten .overview_item .content {
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    min-height: 0 !important;
  }
  .css_drei_spalten .listing_entry h2,
.css_drei_spalten .overview_item h2 {
    margin: 0 0 7px;
    padding: 0;
  }
  .css_drei_spalten .listing_entry h2, .css_drei_spalten .listing_entry h2 a,
.css_drei_spalten .overview_item h2,
.css_drei_spalten .overview_item h2 a {
    font-size: 20px;
    line-height: 26px;
  }
  .css_drei_spalten .listing_entry h2:before,
.css_drei_spalten .overview_item h2:before {
    display: none;
  }
  .css_drei_spalten .listing_entry .pictures,
.css_drei_spalten .overview_item .pictures {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 15px;
  }
  .events_listing .filter_wrap {
    display: none;
  }
  .page_event_listing .content + .entries_wrap {
    padding-top: 0;
  }
  .page_event_listing .entries_wrap .entry {
    margin: 0 0 20px;
  }
  .page_event_listing .entries_wrap .entry .entry_inner {
    padding: 20px;
  }
  .page_event_listing .entries_wrap .entry .date_wrap {
    width: 150px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .page_event_listing .entries_wrap .entry .content {
    padding: 0;
  }
  .page_event_listing .entries_wrap .entry .content span.place,
.page_event_listing .entries_wrap .entry .content h2.entry_title {
    font-size: 13px;
    line-height: 20px;
  }
  .page_event_listing .entries_wrap .entry ul.category {
    display: none;
  }
  .page_event_listing .entries_wrap .entry a.show_detail {
    display: none;
  }
  .event_detail {
    box-shadow: none;
  }
  .event_detail .detail_inner {
    padding: 0;
  }
  .event_detail .pictures {
    width: 200px;
    margin: 0 0 0 20px;
  }
  .event_detail .pictures .picture {
    box-shadow: none;
  }
  .event_detail .detail_text {
    overflow: hidden;
    padding: 0;
  }
  .event_detail .detail_text div.introduction {
    margin: 0 0 20px;
  }
  .event_detail .map_container {
    margin: 40px 0 0;
  }
  /* @end */
  /* @group portlets */
  .portlets_bottom_small {
    padding: 0;
  }
  .portlets_bottom_small:before {
    display: none;
  }
  .portlets_bottom_small .portlet {
    width: 50%;
  }
  .portlets_bottom_small .portlet:nth-child(3n+1) {
    clear: none;
  }
  .portlets_bottom_small .portlet:nth-child(2n+1) {
    clear: left;
  }
  .portlets_bottom_small .portlet .portlet_inner {
    padding: 0;
    background: none;
    border: 0;
  }
  .portlets_bottom_small .portlet .pictures {
    margin: 0 0 15px;
  }
  .portlets_bottom_small .portlet h3.portlet-title {
    margin: 0 0 10px;
  }
  .portlets_bottom_small .portlet h3.portlet-title, .portlets_bottom_small .portlet h3.portlet-title a {
    font-size: 22px;
    line-height: 28px;
  }
  .portlets_bottom_small .portlet.portlet_listing h3.portlet-title {
    padding: 0;
    margin: 0 0 10px;
  }
  .portlets_bottom_small .portlet.portlet_listing h3.portlet-title, .portlets_bottom_small .portlet.portlet_listing h3.portlet-title a {
    font-size: 22px;
    line-height: 28px;
  }
  .portlets_bottom_small .portlet.portlet_listing h3.portlet-title:before, .portlets_bottom_small .portlet.portlet_listing h3.portlet-title:after {
    display: none;
  }
  .portlets_bottom_small .portlet.portlet_listing h2, .portlets_bottom_small .portlet.portlet_listing h2 a {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
  }
  .portlets_bottom_small .portlet.title {
    text-align: left;
  }
  .portlets_bottom_small .portlet.title ~ .portlet:nth-child(2n+1) {
    clear: none;
  }
  .portlets_bottom_small .portlet.title ~ .portlet:nth-child(2n+1) + .portlet {
    clear: left;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title, .portlets_bottom_small .portlet.title h3.portlet-title a {
    font-size: 20px;
    line-height: 26px;
  }
  .portlets_bottom_small .portlet.title h3.portlet-title:before {
    display: none;
  }
  .portlets_bottom_big .portlet_content {
    margin: 0 0 40px;
    padding: 0;
  }
  .portlets_bottom_big .portlet_content .portlet_inner {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
  }
  .portlets_bottom_big .portlet_content .portlet-content-inner {
    padding-left: 20px;
  }
  .portlets_bottom_big .portlet_content .pictures {
    width: 30%;
    margin: 0 0 0 0;
  }
  .portlets_bottom_big .portlet_content h3.portlet-title {
    margin: 0 0 15px;
    padding: 0;
  }
  .portlets_bottom_big .portlet_content h3.portlet-title, .portlets_bottom_big .portlet_content h3.portlet-title a {
    font-size: 20px;
    line-height: 26px;
  }
  .portlets_bottom_big .portlet_content h3.portlet-title:before {
    display: none;
  }
  .portlets_bottom_big .portlet_listing {
    margin: 0;
    padding: 0;
    background: none;
  }
  .portlets_bottom_big .portlet_listing + .portlet {
    margin-top: 20px;
  }
  .portlets_bottom_big .portlet_listing .portlet_inner {
    padding: 0;
  }
  .portlets_bottom_big .portlet_listing h3.portlet-title {
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
  }
  .portlets_bottom_big .portlet_listing h3.portlet-title, .portlets_bottom_big .portlet_listing h3.portlet-title a {
    font-size: 20px;
    line-height: 26px;
  }
  .portlets_bottom_big .portlet_listing h3.portlet-title:before {
    display: none;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry-wrap {
    margin: 0;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry {
    float: none;
    clear: both;
    width: auto;
    padding: 0 0 30px 0;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry h2, .portlets_bottom_big .portlet_listing .portlet-listing-entry h2 a {
    font-size: 16px;
    line-height: 22px;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
    border: 0;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures {
    width: 15%;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container {
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
    display: none;
  }
  .portlets_bottom_big .portlet_listing a.portlet_listing_show_all {
    display: none;
  }
  #management .management_container .button {
    display: none;
  }
  #management .management_container .search_in_history {
    display: none;
  }
  #management .management_container .history_title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 0;
  }
  #management .management_container .history_data tr td:last-child {
    display: none;
  }
}

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