/*
|--------------------------------------------------------------------------
| 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 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSans3-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSans3-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  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 */
/* @group basic */
body {
  --management-highlight-color: #4dc6e1;
  --management-highlight-color-rgb: 77, 198, 225;
  --primary-color: #4dc6e1;
  --secondary-color: #7c716b;
}

body.css_rollibock,
body.css_sponsoren_rollibock,
body.css_drei_spalten_rollibock {
  --management-highlight-color: #e50051;
  --management-highlight-color-rgb: 236, 64, 72;
  --primary-color: #e50051;
  --secondary-color: #e50051;
}

body {
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #444444;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease-out;
}
body.navi_open:before {
  opacity: 0.6;
  visibility: visible;
  z-index: 100;
}

body > nav {
  display: none;
}

body.preload #slider, body.preload .navigation {
  display: block;
  visibility: visible;
  opacity: 1;
}

body.category_40 .content h1.page_title {
  padding: 0;
  margin: 0;
}
body.category_40 .content h1.page_title::before {
  display: none;
}

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

.content_wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: 70px 20px;
  position: relative;
  z-index: 10;
}
.content_wrap > .content_left {
  float: left;
}
.content_wrap > .content {
  overflow: hidden;
  margin: 0;
  padding: 47px 60px 55px;
  background: #FBFBFB;
  border: 1px solid #E7E7E7;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.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: -66px;
}
#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: 0;
  left: var(--management-panel-width, 0px);
  background: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  border-top: 6px solid #E7E7E7;
  padding: 25px 0 0;
  z-index: 50;
}
.header .header_inner {
  padding: 0 50px;
}
.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;
  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;
  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;
  transition: all 0.2s ease-out;
  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: auto;
  right: auto;
  bottom: -40px;
  left: 50%;
  display: block;
  width: 180px;
  margin: 0 0 0 -90px;
  transition: all 0.3s ease-out;
}
.header div#logo img {
  display: block;
  width: 100%;
  height: auto;
}

.is_scrolled .header div#logo {
  margin-left: -60px;
  bottom: -25px;
  width: 120px;
}

#ticket_button {
  position: fixed;
  right: calc((100% - 1250px) / 2);
  top: 220px;
  z-index: 10;
  transform: rotate(8deg);
  display: none;
}
#ticket_button .ticket_button_inner {
  color: #fff;
  position: absolute;
  right: -180px;
}
#ticket_button .ticket_button_inner a {
  font-weight: 500;
  font-size: 22px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 6px 20px;
  background: var(--primary-color);
  display: block;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  width: 130px;
  height: 130px;
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
}
#ticket_button .ticket_button_inner a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ticket_button .ticket_button_inner a:hover {
  background: var(--secondary-color);
}

.responsive_navigation_toggle {
  background: none;
  border: none;
  z-index: 270;
  display: none;
  width: 40px;
  height: 30px;
  position: fixed;
  top: 42px;
  right: 20px;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
}
.responsive_navigation_toggle span {
  background: var(--primary-color);
  display: block;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 12px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

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

/* @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: 630px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  transition: all 0.1s ease-out;
}
#slider .bx-wrapper .slide {
  max-height: 630px;
}
#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;
  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: var(--primary-color);
  text-shadow: none;
}
.bx-slider-wrap .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-slider-wrap .bx-wrapper .slide_text_container {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 100px;
  right: 100px;
  text-align: center;
  z-index: 10;
  transform: translate(0, 50%);
}
.bx-slider-wrap .bx-wrapper .slide_text_container h2 {
  font: 600 80px/80px "Oswald";
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.bx-slider-wrap .bx-wrapper .slide_text_container > * {
  max-width: 1000px;
  margin: 0 auto;
}

/* @end */
/* @group footer */
.footer {
  position: relative;
  margin: 0;
  padding: 44px 0 40px;
  color: #444444;
  background: rgba(203, 202, 198, 0.6);
}
.footer .footer_inner {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.footer .footer_inner h3 {
  margin: 0 0 32px;
  padding: 0 0 20px;
}
.footer .footer_inner h3, .footer .footer_inner h3 a {
  color: #444444;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  position: relative;
}
.footer .footer_inner h3:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 71px;
  height: 4px;
  display: block;
  background: rgba(68, 68, 68, 0.2);
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
.footer .portlet {
  float: left;
}
.footer .portlet .portlet_inner {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.footer .portlet a {
  color: #444444;
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-block;
}
.footer .portlet a:hover {
  color: rgba(68, 68, 68, 0.5);
}
.footer .portlet ul.controls li.portlet-resource-link {
  display: none;
}
.footer .social_media {
  float: right;
  text-align: right;
  margin: 5px 0 0;
}
.footer .social_media h3, .footer .social_media h3 a {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 10px;
  padding: 0;
  color: #444444;
}
.footer .social_media h3:before {
  left: auto;
  right: 0;
  display: none;
}
.footer .social_media .icons {
  margin-top: 9px;
  display: inline-block;
}
.footer .social_media .icons a {
  display: inline-block;
  margin: 0 0 0 14px;
  width: 45px;
  height: 45px;
  color: #444444;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
  background: rgb(200.5669724771, 199.5201834862, 195.3330275229);
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  transition: all 0.3s ease-out;
}
.footer .social_media .icons a i {
  margin: 0;
}
.footer .social_media .icons a:hover {
  color: #fff;
  background: #444444;
}
.footer .social_media .icons a.mail {
  font-size: 24px;
}
.footer .copy {
  display: block;
  margin: 135px 0 0;
  padding: 0;
  color: rgba(68, 68, 68, 0.5);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  list-style-type: none;
}
.footer .copy li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer .copy li a {
  color: rgba(68, 68, 68, 0.5);
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.footer .copy li a#indual_link span {
  display: none;
}
.footer .copy li:hover > a {
  color: #444444;
}
.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: rgba(68, 68, 68, 0.5);
}
.footer .meta-navigation > li:hover > a {
  color: #444444;
}

/* @end */
/* @group privacy banner */
#privacy_banner_wrap #privacy_banner {
  background: rgba(82.9350649351, 75.5779220779, 71.5649350649, 0.95);
  font: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#privacy_banner_wrap #privacy_banner #privacy_banner_inner #privacy_description_wrap #privacy_buttons #privacy_button {
  background: #4dc6e1;
  border-radius: 2px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#privacy_banner_wrap #privacy_banner #privacy_banner_inner #privacy_description_wrap #privacy_buttons #privacy_button i.fa:before {
  color: inherit;
}
#privacy_banner_wrap #privacy_banner #privacy_banner_inner #privacy_description_wrap #privacy_buttons #privacy_button:hover {
  opacity: 1;
  background: #fff;
  color: #4dc6e1;
}

/* @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-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 51px;
  line-height: 60px;
  font-weight: 400;
  margin: 0 0 44px;
  padding: 0 0 29px;
}
h1:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 105px;
  height: 4px;
  display: block;
  background: #CBCAC6;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}

.content h1.page_title:only-child {
  padding: 0;
  margin: 0;
}
.content h1.page_title:only-child::before {
  display: none;
}

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

h2, h2 a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 35px;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
}
h2:hover, h2 a:hover {
  color: #000000;
}

h3, h3 a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
}
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;
}

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: var(--primary-color);
  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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.content_button a:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.content_button a:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  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;
}
.content ul li {
  position: relative;
  padding: 0 0 0 27px;
}
.content ul li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 19px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #444444;
}

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

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

.table_scroll_indicator {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: none;
}

.table_scroll_indicator:before {
  content: "\f0ec";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  z-index: 20;
  color: #000000;
}

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

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

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

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

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

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

.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: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| 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 "Source Sans Pro", Arial, Helvetica, 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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#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: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  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: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#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 {
  margin: 5px 7px 5px 0;
}
#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 textarea,
#management fieldset input,
.management_container fieldset textarea,
.management_container fieldset input {
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, 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: var(--primary-color);
  color: var(--primary-color);
}

.message {
  border: 0;
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  padding: 8px 15px 8px;
  margin: 0 0 20px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  text-align: left;
}
.message ul {
  margin: 0;
}
.message ul li:before {
  color: #fff;
}
.message p {
  margin-bottom: 5px;
}

/* @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: var(--primary-color);
  color: #FFF;
  margin: 0;
  padding: 7px 10px;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}
#administration_panel h1:before {
  display: none;
}
#administration_panel h2 {
  background-color: #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: var(--primary-color);
}

#management .dd-item .navigation_actions.event_categories_action {
  top: 7px;
  right: 8px;
}

/* @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: #FBFBFB;
}
.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 7 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;
  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;
}

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

.select2-container--default span.select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #E7E7E7;
  height: auto;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border 0.3s ease-out;
}
.select2-container--default span.select2-selection--single span.select2-selection__rendered {
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #444444;
  padding: 8px 17px 9px;
  outline: none;
  box-sizing: border-box;
  display: block;
  transition: color 0.3s ease-out;
}
.select2-container--default span.select2-selection--single span.select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
.select2-container--default span.select2-selection--single .select2-selection__arrow {
  top: 19px;
  right: 10px;
}
.select2-container--default span.select2-selection--single .select2-selection__arrow:before {
  content: "\f0d7";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: #CBCAC6;
  transition: all 0.3s ease-out;
}
.select2-container--default span.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default span.select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option {
  background: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted {
  background: var(--primary-color) !important;
}

.select2-container--open .select2-dropdown {
  border: 0;
}
.select2-container--open .select2-dropdown ul {
  border: 1px solid var(--primary-color);
  border-radius: 0;
  border-top: 0;
}
.select2-container--open select2-dropdown--above ul {
  border-top: 1px solid var(--primary-color);
  border-bottom: 0;
}

.select2-container--open .select2-selection--single,
.select2-container:hover .select2-selection--single {
  border-color: var(--primary-color);
}
.select2-container--open .select2-selection--single .select2-selection__arrow:before,
.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container:hover .select2-selection--single .select2-selection__arrow:before,
.select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: var(--primary-color);
}

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

.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 "Source Sans Pro", Arial, Helvetica, 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: var(--primary-color);
}
.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: var(--primary-color);
}
.system_page .select2-results__option {
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
}

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

.mod_events [type=file] + label {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.mod_events [type=file] + label:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.mod_events [type=file] + label:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.mod_events [type=file] + label {
  width: auto !important;
}

.mod_events .events_file_upload {
  margin-bottom: 20px;
}

.gmap_event {
  clear: both;
  margin-top: 40px;
}

/* @end */
.page #slider .bx-viewport {
  max-height: 630px;
}

/*
|--------------------------------------------------------------------------
| 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 */
#siteframe > #overview_title_content,
.content #mod_overview {
  display: none;
}

#mod_overview,
#mixItUp {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
#mod_overview a.add_entry_link.button,
#mixItUp a.add_entry_link.button {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#mod_overview a.add_entry_link.button:hover,
#mixItUp a.add_entry_link.button:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#mod_overview a.add_entry_link.button:focus,
#mixItUp a.add_entry_link.button:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#mod_overview a.add_entry_link.button,
#mixItUp a.add_entry_link.button {
  height: -moz-fit-content;
  height: fit-content;
}

.listing_entry,
.overview_item {
  margin: 0 0 30px;
  padding: 0;
}
.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;
}

.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: var(--primary-color);
}

.listing_entry_backlink a,
.listing-more-button {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.listing_entry_backlink a:hover,
.listing-more-button:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_entry_backlink a:focus,
.listing-more-button:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.listing_entry_backlink a,
.listing-more-button {
  margin: 36px 0 0 0;
}

.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 "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #444;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
  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: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, 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;
  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;
}
.content ul.tags li button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
}

/* @end */
/* @group google maps iframe */
#google_map iframe {
  height: 100%;
  width: 100%;
}

/* @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 "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
div.infowindow h2 {
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, 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 .content_wrap > .content {
  text-align: center;
}
.mod_mailform h1:before {
  left: 50%;
  margin-left: -52px;
}

.mailform_element + .mailform_element.heading2_field {
  margin-top: 30px;
}

.mailform_element.heading2_field {
  text-align: center;
}
.mailform_element.heading2_field h2 {
  margin: 0 0 20px;
}

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

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

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 46.5%;
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #444444;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
  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,
.login_form input:hover,
.login_form input:focus {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.add_portlet select:-webkit-autofill,
.mailform_element input:-webkit-autofill,
.mailform_element textarea:-webkit-autofill,
.login_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

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

.mailform_element textarea {
  height: 150px;
}

.mailform-submit,
.login_form .button {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.mailform-submit:hover,
.login_form .button:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.mailform-submit:focus,
.login_form .button:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.mailform-submit,
.login_form .button {
  margin: 10px 0 0;
}

span.required {
  color: var(--primary-color) !important;
  padding: 0 0 0 2px;
}

.mailform_error input {
  border: 1px solid var(--primary-color);
}
.mailform_error label {
  color: var(--primary-color);
}

.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;
}
.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 7 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #E7E7E7;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: #fff;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.mailform_element.checkbox_field label:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: var(--primary-color);
  background: none;
  z-index: 4;
}
.mailform_element.checkbox_field input:checked + label:before {
  color: var(--primary-color);
}
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #444444;
  padding: 7px 10px 2px;
  margin: 14px 0 0 0;
  width: 340px;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgb(218.25, 218.25, 218.25);
  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;
  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: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.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 7 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;
  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: var(--primary-color);
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover span,
.ui-datepicker.ui-widget .ui-datepicker-next:hover span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  left: auto;
  right: 4px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

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

.mailform_element {
  position: relative;
}

.mailform_field_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 7px;
  font-size: 16px;
  line-height: 24px;
  background: #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: var(--primary-color);
}

/* @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: 400;
  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: 400;
  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: 400;
}
#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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .show_archive:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .show_archive:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .year_nav .year_nav_link:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .year_nav .year_nav_link:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .year_nav .year_nav_link {
  margin-left: 20px;
}
#module_news_events .calender {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .calender:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .calender:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .calender {
  margin-top: 32px;
}
#module_news_events .add_news_events_entry {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .add_news_events_entry:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .add_news_events_entry:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .add_news_events_entry {
  margin: 29px 0 0;
  margin-right: 20px;
}
#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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .news_events_search_button:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .news_events_search_button:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .reset_filter a {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .reset_filter a:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .reset_filter a:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#module_news_events .news_events_entry_backlink:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
#module_news_events .news_events_entry_backlink:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  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;
  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%;
  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 */
.mod_events .filter_wrap {
  position: relative;
  z-index: 10;
}
.mod_events .filter_wrap > h2 {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 32px;
}
.mod_events .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;
}
.mod_events .filter_wrap form {
  margin: 0 -15px 0 0;
}
.mod_events .filter_wrap .form_element {
  position: relative;
  float: left;
  width: 18%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
.mod_events .filter_wrap .form_element:first-of-type {
  display: none;
}
.mod_events .filter_wrap .form_element select,
.mod_events .filter_wrap .form_element input {
  width: 100%;
  height: 50px;
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, 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;
  transition: all 0.3s ease-out;
}
.mod_events .filter_wrap .form_element select:-webkit-autofill,
.mod_events .filter_wrap .form_element input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.mod_events .filter_wrap .form_element select::-webkit-input-placeholder,
.mod_events .filter_wrap .form_element input::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}
.mod_events .filter_wrap .form_element select::-moz-placeholder,
.mod_events .filter_wrap .form_element input::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
.mod_events .filter_wrap .form_element select:-ms-input-placeholder,
.mod_events .filter_wrap .form_element input:-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}
.mod_events .filter_wrap .form_element select:-moz-placeholder,
.mod_events .filter_wrap .form_element input:-moz-placeholder {
  color: #444444;
  opacity: 1;
}
.mod_events .filter_wrap .form_element select:hover, .mod_events .filter_wrap .form_element select:focus,
.mod_events .filter_wrap .form_element input:hover,
.mod_events .filter_wrap .form_element input:focus {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.mod_events .filter_wrap .form_element select:hover::-webkit-input-placeholder, .mod_events .filter_wrap .form_element select:focus::-webkit-input-placeholder,
.mod_events .filter_wrap .form_element input:hover::-webkit-input-placeholder,
.mod_events .filter_wrap .form_element input:focus::-webkit-input-placeholder {
  color: var(--primary-color);
}
.mod_events .filter_wrap .form_element select:hover::-moz-placeholder, .mod_events .filter_wrap .form_element select:focus::-moz-placeholder,
.mod_events .filter_wrap .form_element input:hover::-moz-placeholder,
.mod_events .filter_wrap .form_element input:focus::-moz-placeholder {
  color: var(--primary-color);
}
.mod_events .filter_wrap .form_element select:hover:-ms-input-placeholder, .mod_events .filter_wrap .form_element select:focus:-ms-input-placeholder,
.mod_events .filter_wrap .form_element input:hover:-ms-input-placeholder,
.mod_events .filter_wrap .form_element input:focus:-ms-input-placeholder {
  color: var(--primary-color);
}
.mod_events .filter_wrap .form_element select:hover:-moz-placeholder, .mod_events .filter_wrap .form_element select:focus:-moz-placeholder,
.mod_events .filter_wrap .form_element input:hover:-moz-placeholder,
.mod_events .filter_wrap .form_element input:focus:-moz-placeholder {
  color: var(--primary-color);
}
.mod_events .filter_wrap .form_element .select2-container {
  width: 100% !important;
}
.mod_events .filter_wrap .form_element .select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: none;
  border-radius: 4px;
}
.mod_events .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;
}
.mod_events .filter_wrap .form_element .select2-container--open .select2-selection--single,
.mod_events .filter_wrap .form_element .select2-container:hover .select2-selection--single {
  border-color: var(--primary-color);
}
.mod_events .filter_wrap .form_element.search_field {
  width: 28%;
}
.mod_events .filter_wrap .form_element.date_field:before {
  content: "\f073";
  position: absolute;
  top: 18px;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: #444444;
  right: 27px;
  font-weight: 400;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.mod_events .filter_wrap .form_element.date_field:hover:before, .mod_events .filter_wrap .form_element.date_field:focus:before {
  color: var(--primary-color);
}
.mod_events .filter_wrap .form_element.date_field input {
  font-weight: 700;
}
.mod_events .filter_wrap .form_element.submit_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  padding: 0;
  width: 75px;
}
.mod_events .filter_wrap .form_element.submit_wrap:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 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;
  transition: all 0.3s ease-out;
}
.mod_events .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;
}
.mod_events .filter_wrap .form_element.submit_wrap input:hover, .mod_events .filter_wrap .form_element.submit_wrap input:focus {
  background: var(--primary-color);
}
.mod_events .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;
  transition: all 0.3s ease-out;
}
.mod_events .filter_wrap a.reset_link i.fa {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0 8px 0 0;
}
.mod_events .filter_wrap a.reset_link:hover {
  color: var(--primary-color);
}
.mod_events .pagination {
  margin: 43px 0 0;
}
.mod_events .pagination .pagination-links a:before {
  color: #fff;
}
.mod_events .pagination .pagination-links a:hover:before {
  color: rgba(255, 255, 255, 0.8);
}
.mod_events .entries_wrap {
  position: relative;
  padding: 75px 105px 25px;
  background: #fff;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 5;
}
.mod_events .entries_wrap .entry {
  margin: 0 0 30px;
  padding: 0 0 26px;
  border-bottom: 1px solid #E7E7E7;
}
.mod_events .entries_wrap .entry .entry_inner {
  position: relative;
}
.mod_events .entries_wrap .entry .date_wrap {
  float: left;
  width: 280px;
  padding: 40px 0 0;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #9A9A9A;
  font-weight: 300;
}
.mod_events .entries_wrap .entry .date_wrap span {
  display: block;
}
.mod_events .entries_wrap .entry .date_wrap .date {
  font-weight: 600;
}
.mod_events .entries_wrap .entry .content {
  overflow: hidden;
  padding: 0 200px 0 0;
}
.mod_events .entries_wrap .entry .content span.place,
.mod_events .entries_wrap .entry .content h2.entry_title,
.mod_events .entries_wrap .entry .content h2.entry_title a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.mod_events .entries_wrap .entry .content h2.entry_title a {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.mod_events .entries_wrap .entry .content h2.entry_title a:hover {
  color: var(--primary-color);
}
.mod_events .entries_wrap .entry .content span.place {
  display: block;
  font-weight: 300;
}
.mod_events .entries_wrap .entry ul.category {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}
.mod_events .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;
}
.mod_events .entries_wrap .entry ul.category li:before {
  display: none;
}
.mod_events .entries_wrap .entry ul.category + h2 {
  margin-top: -10px !important;
}
.mod_events .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;
  transition: all 0.3s ease-out;
}
.mod_events .entries_wrap .entry a.show_detail:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: var(--primary-color);
  bottom: 0;
}
.mod_events .entries_wrap .entry a.show_detail:hover {
  color: var(--primary-color);
}
.mod_events .entries_wrap .entry a.show_detail {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: auto;
  left: auto;
}
.mod_events .entries_wrap .entry div.edit_event {
  position: absolute;
  top: 0;
  left: 0;
}

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

body.not_logged_in #management fieldset:first-child .p_1 {
  margin-bottom: 5px;
}
body.not_logged_in #management fieldset:first-child label {
  width: 200px;
  float: left;
}
body.not_logged_in #management fieldset:first-child input#event_date_from_date, body.not_logged_in #management fieldset:first-child #event_date_to_date {
  float: left;
}
body.not_logged_in #management fieldset:first-child .separator {
  line-height: 45px !important;
}
body.not_logged_in #management fieldset:first-child .wysiwyg_editor_label {
  width: 100%;
  float: none;
}
body.not_logged_in #management fieldset:nth-child(2n) #page_properties_tabs_wrap {
  display: none;
}
body.not_logged_in #management fieldset:nth-child(3n) .checkbox_field p {
  margin-bottom: 5px;
}
body.not_logged_in #management fieldset:nth-child(3n) {
  margin-bottom: 20px;
}

.mod_events .content + .portlet-events-entry-wrap {
  padding-top: 70px;
}
.mod_events .portlet-events-entry-wrap {
  position: relative;
  z-index: 5;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry {
  margin: 0 0 30px;
  padding: 0;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .booked_out {
  display: block;
  visibility: visible;
  pointer-events: all;
  color: var(--primary-color);
  pointer-events: none;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .booked_out::before {
  display: none;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .event_link > a,
.mod_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .event_link .event_ticket {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .portlet-events-entry-inline {
  padding: 30px;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  position: relative;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
  float: left;
  width: 280px;
  padding: 45px 0 0;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #9A9A9A;
  font-weight: 300;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_date span {
  display: block;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_date .date {
  font-weight: 600;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content {
  overflow: hidden;
  padding: 0 210px 0 0;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location,
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title,
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a:hover {
  color: var(--primary-color);
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location {
  display: block;
  font-weight: 300;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}
.mod_events .portlet-events-entry-wrap .portlet-events-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;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category li:before {
  display: none;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.category_6 {
  display: none;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.status_1 {
  background-color: #ec4048;
  color: #fff;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.status_2 {
  background-color: #4db848;
  color: #fff;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.status_3 {
  background-color: #f3d900;
  color: #fff;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category + h2 {
  margin-top: -10px !important;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .booked_out,
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket,
.mod_events .portlet-events-entry-wrap .portlet-events-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;
  transition: all 0.3s ease-out;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .booked_out:before,
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket:before,
.mod_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: var(--primary-color);
  bottom: 0;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .booked_out:hover,
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket:hover,
.mod_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail:hover {
  color: var(--primary-color);
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .booked_out,
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket,
.mod_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail {
  position: absolute;
  top: 84px;
  right: 30px;
  bottom: auto;
  left: auto;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .booked_out {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .controls {
  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;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .controls span, .mod_events .portlet-events-entry-wrap .portlet-events-entry .controls a {
  color: #444444;
  width: auto;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .controls span i.fa, .mod_events .portlet-events-entry-wrap .portlet-events-entry .controls a i.fa {
  margin: 0 5px;
}
.mod_events .portlet-events-entry-wrap .portlet-events-entry .controls span:hover, .mod_events .portlet-events-entry-wrap .portlet-events-entry .controls a:hover {
  color: var(--primary-color);
}

.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 h2.event_dates {
  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 div.introduction {
  margin: 0 0 38px;
}
.event_detail .detail_text .event_details {
  margin: 0 0 20px;
  overflow: hidden;
}
.event_detail .detail_text .detail_label {
  float: left;
  margin: 0 15px 0 0;
  font-weight: 700;
}
.event_detail .detail_text .detail_label + * {
  overflow: hidden;
}
.event_detail .detail_text .content_button a {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.event_detail .detail_text .content_button a:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.event_detail .detail_text .content_button a:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  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;
}

.mod_events 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;
  transition: all 0.3s ease-out;
  display: flex;
}
.mod_events a.detail_back_link i.fa {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.mod_events a.detail_back_link:hover {
  color: var(--primary-color);
}

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

.mod_events .select2-container .with_search .select2-search {
  display: block;
}
.mod_events .select2-container .select2-search {
  display: none;
  margin-top: -3px;
  padding: 10px;
  border: 1px solid var(--primary-color);
  background: #fff;
  border-bottom: 0;
}
.mod_events .select2-container .select2-search input {
  width: 100%;
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, 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;
}
.mod_events .select2-container .select2-search input:hover, .mod_events .select2-container .select2-search input:focus {
  border-color: rgb(154.5, 154.5, 154.5);
  color: #444444;
}
.mod_events .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;
}

.events_listing.home {
  position: relative;
  padding: 69px 0 0 0;
}
.events_listing.home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--secondary-color);
  right: 0;
  bottom: 120px;
  z-index: 1;
}
.events_listing.home .inner_wrap {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 60px;
  z-index: 5;
}
.events_listing.home .inner_wrap > h2 {
  position: relative;
  color: #fff;
  font-size: 51px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 44px;
  padding: 0 0 29px;
}
.events_listing.home .inner_wrap > h2:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 105px;
  height: 4px;
  display: block;
  background: #fff;
  right: auto;
  bottom: 0;
  border-radius: 2px;
  transform: translate(-50%, 0);
}
.events_listing.home .inner_wrap .entries_wrap {
  margin: 0;
  padding: 70px 80px 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.events_listing.home .inner_wrap .entries_wrap .entry {
  text-align: left;
}
.events_listing.home .inner_wrap .entries_wrap .entry:first-child {
  border-top: 1px solid #E7E7E7;
  padding-top: 20px;
}
.events_listing.home .inner_wrap .entries_wrap .show_more {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.events_listing.home .inner_wrap .entries_wrap .show_more:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.events_listing.home .inner_wrap .entries_wrap .show_more:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.events_listing.home .inner_wrap .entries_wrap .show_more {
  margin: 50px 0 0;
}

/* @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: both;
  padding: 27px 0 0;
  transition: all 0.3s ease-out;
}

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

.navigation {
  margin: 0;
  transition: all 0.1s ease-out;
}
.navigation .navi_wrap {
  float: left;
  width: 50%;
  padding-left: 120px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.navigation .navi_wrap.left {
  text-align: right;
  padding-left: 0;
  padding-right: 120px;
}

.is_scrolled #navigation {
  padding-top: 10px;
}
.is_scrolled .navigation .navi_wrap {
  padding-left: 85px;
}
.is_scrolled .navigation .navi_wrap.left {
  padding-right: 85px;
  padding-left: 0;
}
.is_scrolled .navigation .navi_wrap > li > a,
.is_scrolled .navigation > li > a {
  padding-bottom: 20px;
}

.navigation .navi_wrap > li,
.navigation > li {
  list-style: none;
  background: transparent;
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  position: relative;
  vertical-align: top;
}
.navigation .navi_wrap > li > a,
.navigation > li > a {
  display: block;
  position: relative;
  margin: 0 0 -1px;
  padding: 0 0 28px;
  text-decoration: none;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #000000;
  text-transform: none;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.navigation .navi_wrap > li > a:before,
.navigation > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 0;
  height: 8px;
  display: block;
  background: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-out;
  transform: translate(-50%, 0);
}
.navigation .navi_wrap > li.has_submenu > a:after,
.navigation > li.has_submenu > a:after {
  content: "a";
  position: absolute;
  top: 1px;
  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_wrap > li:hover > a, .navigation .navi_wrap > li.current > a,
.navigation > li:hover > a,
.navigation > li.current > a {
  color: var(--primary-color);
}
.navigation .navi_wrap > li:hover > a:before, .navigation .navi_wrap > li.current > a:before,
.navigation > li:hover > a:before,
.navigation > li.current > a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.navigation .navi_wrap > li:hover > ul,
.navigation > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.navigation .navi_wrap > li:last-child > ul.level1,
.navigation > li:last-child > ul.level1 {
  left: auto;
  right: -30px;
}
.navigation .navi_wrap ul.level1,
.navigation ul.level1 {
  position: absolute;
  left: -30px;
  top: 100%;
  width: 300px;
  margin: 0;
  padding: 12px 30px 11px;
  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;
  transition: all 0.3s ease-out;
}
.navigation .navi_wrap ul.level1 ul.level2,
.navigation ul.level1 ul.level2 {
  display: none;
}
.navigation .navi_wrap ul.level1 > li,
.navigation ul.level1 > li {
  display: block;
  border-bottom: 1px solid #F0F0F0;
}
.navigation .navi_wrap ul.level1 > li > a,
.navigation ul.level1 > li > a {
  display: block;
  margin: 0;
  padding: 12px 0 13px;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-out;
}
.navigation .navi_wrap ul.level1 > li:last-of-type,
.navigation ul.level1 > li:last-of-type {
  border-bottom: none;
}
.navigation .navi_wrap ul.level1 > li:hover > a, .navigation .navi_wrap ul.level1 > li.current > a,
.navigation ul.level1 > li:hover > a,
.navigation ul.level1 > li.current > a {
  color: var(--primary-color);
}

/* @end */
/* @group responsive navigation */
.rwdnav_inner .single_navigation_link {
  display: none;
  padding: 25px 25px 0;
}
.rwdnav_inner .single_navigation_link > *:not(:last-child) {
  margin-bottom: 10px;
}
.rwdnav_inner .single_navigation_link a {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.rwdnav_inner .single_navigation_link a:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.rwdnav_inner .single_navigation_link a:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.rwdnav_inner .single_navigation_link a {
  background: #fff;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.rwdnav_inner .single_navigation_link a:focus, .rwdnav_inner .single_navigation_link a:hover {
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
  box-shadow: none;
  transform: scale3d(1, 1, 1);
}
.rwdnav_inner .single_navigation_link a.single_navigation_link {
  display: none;
}
.rwdnav_inner .single_navigation_link #ticket_button_rollibock {
  display: block;
}
.rwdnav_inner .single_navigation_link #ticket_button_rollibock a {
  background: var(--secondary-color);
  color: #fff;
}
.rwdnav_inner .single_navigation_link #ticket_button_rollibock a:focus, .rwdnav_inner .single_navigation_link #ticket_button_rollibock a:hover {
  background: rgb(203.5, 0, 71.980349345);
  border: 2px solid rgb(203.5, 0, 71.980349345);
}

.rwd_navigation {
  display: block;
  list-style: none;
  padding: 25px;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.rwd_navigation li.current > a {
  color: var(--primary-color);
}
.rwd_navigation li#rwdnav-9 {
  margin-top: 14px;
}
.rwd_navigation li#rwdnav-9 > a {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.rwd_navigation li#rwdnav-9 > a:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.rwd_navigation li#rwdnav-9 > a:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.rwd_navigation li#rwdnav-9 > a {
  background: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  margin-left: 5px;
}
.rwd_navigation li#rwdnav-9 > a:focus, .rwd_navigation li#rwdnav-9 > a:hover {
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
  box-shadow: none;
  transform: scale3d(1, 1, 1);
}
.rwd_navigation > li:first-child > a {
  border-top: 0;
  padding-top: 0;
}
.rwd_navigation > li > a {
  padding: 14px 5px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-top: 1px solid #E7E7E7;
}
.rwd_navigation > li:last-child {
  border-top: 1px solid #E7E7E7;
  padding-top: 20px;
}
.rwd_navigation > li:last-child > a {
  display: none;
}
.rwd_navigation ul.level1 {
  margin: -10px 0 0;
  padding: 0 0 14px;
  list-style: none;
}
.rwd_navigation ul.level1 > li > a {
  color: rgb(144.5, 144.5, 144.5);
  font-size: 18px;
  line-height: 25px;
  padding: 3px 5px;
  font-weight: 300;
  position: relative;
}
.rwd_navigation ul.level1 > li.current > a {
  color: var(--primary-color);
  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;
  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: 28px;
  color: rgb(144.5, 144.5, 144.5);
}
.rwdnav_inner .portlet_content h3.portlet-title,
.rwdnav_inner .portlet_content h3.portlet-title a {
  font: 300 19px/32px "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  display: none;
}
.rwdnav_inner .portlet_content .portlet_content_description strong {
  color: #444444;
}
.rwdnav_inner .portlet_content .portlet_content_description a {
  color: rgb(144.5, 144.5, 144.5);
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-block;
}
.rwdnav_inner .portlet_content .portlet_content_description a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: auto;
  height: 1px;
  display: block;
  background: rgb(144.5, 144.5, 144.5);
  bottom: 1px;
  right: 0;
  transition: all 0.3s ease-out;
}
.rwdnav_inner .portlet_content .portlet_content_description a:hover {
  color: var(--primary-color);
}
.rwdnav_inner .portlet_content .portlet_content_description a:hover:after {
  background: var(--primary-color);
}
.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 7 Pro";
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-transform: none;
  color: rgb(144.5, 144.5, 144.5);
  font-weight: 300;
  transition: all 0.3s ease-out;
}
.rwdnav_inner .portlet_content .portlet_content_description a.mail:hover:before {
  color: var(--primary-color);
}

/* @end */
/* @group meta navigation */
.meta_wrap {
  margin: 0;
  padding: 0 50px;
  transition: all 0.1s ease-out;
}
.meta_wrap .single_navigation_link {
  display: flex;
  gap: 15px;
  float: right;
  margin: -7px 0 0;
}
.meta_wrap .single_navigation_link a {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.meta_wrap .single_navigation_link a:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.meta_wrap .single_navigation_link a:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.meta_wrap .single_navigation_link a {
  background: #fff;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.meta_wrap .single_navigation_link a:focus, .meta_wrap .single_navigation_link a:hover {
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
  box-shadow: none;
  transform: scale3d(1, 1, 1);
}
.meta_wrap .single_navigation_link #ticket_button_rollibock a {
  background: var(--secondary-color);
  color: #fff;
}
.meta_wrap .single_navigation_link #ticket_button_rollibock a:focus, .meta_wrap .single_navigation_link #ticket_button_rollibock a:hover {
  background: rgb(203.5, 0, 71.980349345);
  border: 2px solid rgb(203.5, 0, 71.980349345);
}

#voucher_button_rollibock,
#ticket_button_rollibock {
  display: none;
}

.meta-navigation {
  float: left;
  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 20px 0 0;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.meta-navigation > li:hover > a, .meta-navigation > li.current a {
  color: #000000;
}
.meta-navigation > li#meta-nav-9 {
  display: none;
}

/* @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 {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.portlet a.portlet_content_link:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet a.portlet_content_link:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet a.portlet_content_link {
  margin: 5px 0 0;
}
.portlet a.portlet_content_link:hover, .portlet a.portlet_content_link:active {
  background: var(--secondary-color);
  color: white;
}
.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: 10;
}
.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: var(--primary-color);
}
.portlet.portlet_listing h3.portlet-title {
  margin: 0 0 32px;
  padding: 0 0 20px;
}
.portlet.portlet_listing h3.portlet-title, .portlet.portlet_listing h3.portlet-title a {
  color: #000000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  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 .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: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > * {
  margin-bottom: 0;
}
.portlet.portlet_listing .portlet-listing-entry a.entry_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.portlet.portlet_listing a.portlet-entry-link {
  display: none;
}
.portlet.portlet_listing a.portlet_listing_link {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.portlet.portlet_listing a.portlet_listing_link:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet.portlet_listing a.portlet_listing_link:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlet.portlet_listing a.portlet_listing_link {
  margin-top: 7px;
}
.portlet.portlet_quicklinks h3.portlet-title {
  display: none;
}
.portlet.portlet_quicklinks .quicklink_item:first-child {
  margin-top: -10px;
}
.portlet.portlet_quicklinks a.quicklink {
  display: block;
  padding: 9px 0 10px;
  font-size: 27px;
  line-height: 34px;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid #E7E7E7;
  transition: all 0.3s ease-out;
}
.portlet.portlet_quicklinks a.quicklink:hover {
  color: var(--primary-color);
}

.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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.add_portlet input.action_button:hover,
.portlets a.add_portlet_link:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  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: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.add_portlet input.action_button,
.portlets a.add_portlet_link {
  margin: 0 0 30px;
  clear: both;
}

.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: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  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 + .portlet {
  margin-top: 30px;
}
.portlets_left .portlet .portlet_inner {
  padding: 28px 30px 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E7E7E7;
}
.portlets_left .portlet h3.portlet-title {
  margin: 0 0 32px;
  padding: 0 0 20px;
}
.portlets_left .portlet h3.portlet-title, .portlets_left .portlet h3.portlet-title a {
  color: #000000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  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: #CBCAC6;
  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 .portlet_inner {
  background: var(--secondary-color);
  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 {
  background: #fff;
  color: var(--secondary-color);
}
.portlets_left .portlet.special a.portlet_content_link:hover, .portlets_left .portlet.special a.portlet_content_link:active {
  background: #fff;
  color: var(--secondary-color);
}

/* @end */
/* @group portlets bottom small */
.portlets_bottom_small {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  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:nth-child(3n+1) {
  clear: left;
}
.portlets_bottom_small .portlet .portlet_inner {
  position: relative;
  padding: 28px 30px 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E7E7E7;
}
.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_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.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;
}
.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: 400;
  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 .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 .portlet_content {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 74px;
}
.portlets_bottom_big .portlet_content .portlet_inner {
  position: relative;
  padding: 60px;
  background: #FBFBFB;
  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: 400;
  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_listing {
  margin: 0;
  padding: 74px 0 87px;
  max-width: none;
  background: #FBFBFB;
  text-align: center;
}
.portlets_bottom_big .portlet_listing + .portlet {
  margin-top: 70px;
}
.portlets_bottom_big .portlet_listing .portlet_inner {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.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, .portlets_bottom_big .portlet_listing h3.portlet-title a {
  color: #000000;
  font-size: 51px;
  line-height: 60px;
  font-weight: 400;
  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;
  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%;
  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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  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: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlets_bottom_big .portlet_listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
  margin: 37px 0 0;
}
.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_link {
  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_link {
  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: left;
  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: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  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;
  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;
  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: var(--primary-color);
  text-shadow: none;
}
.portlets_bottom_big .portlet_listing.slider .bx-controls-direction a.disabled {
  opacity: 0;
  visibility: hidden;
}
.portlets_bottom_big .portlet_events {
  position: relative;
  margin: 0 0 100px;
  padding: 69px 0 0;
}
.portlets_bottom_big .portlet_events:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--secondary-color);
  right: 0;
  bottom: 120px;
  z-index: 1;
}
.portlets_bottom_big .portlet_events .portlet_inner {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  z-index: 5;
}
.portlets_bottom_big .portlet_events h3.portlet-title {
  margin: 0 0 44px;
  padding: 0 0 29px;
  text-align: center;
}
.portlets_bottom_big .portlet_events h3.portlet-title, .portlets_bottom_big .portlet_events h3.portlet-title a {
  color: #fff;
  font-size: 51px;
  line-height: 60px;
  font-weight: 400;
  position: relative;
}
.portlets_bottom_big .portlet_events h3.portlet-title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 71px;
  height: 4px;
  display: block;
  background: #fff;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  margin-left: -35px;
}
.portlets_bottom_big .portlet_events .portlet-content {
  padding: 70px 80px 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.15);
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry {
  margin: 0 0 30px;
  padding: 0 0 26px;
  text-align: left;
  border-bottom: 1px solid #E7E7E7;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .booked_out {
  display: block;
  visibility: visible;
  pointer-events: all;
  color: var(--primary-color);
  pointer-events: none;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .booked_out::before {
  display: none;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .event_link > a,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry.event_booked_out .event_link .event_ticket {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .portlet-events-entry-inline {
  position: relative;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
  float: left;
  width: 280px;
  padding: 45px 0 0;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #9A9A9A;
  font-weight: 300;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_date span {
  display: block;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_date .date {
  font-weight: 600;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content {
  overflow: hidden;
  padding: 0 160px 0 0;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a:hover {
  color: var(--primary-color);
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location {
  display: block;
  font-weight: 300;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-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;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category li:before {
  display: none;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.category_6 {
  display: none;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.status_1 {
  background-color: #ec4048;
  color: #fff;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.status_2 {
  background-color: #4db848;
  color: #fff;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category li.status_3 {
  background-color: #f3d900;
  color: #fff;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category + h2 {
  margin-top: -10px !important;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .booked_out,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-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;
  transition: all 0.3s ease-out;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .booked_out:before,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket:before,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: var(--primary-color);
  bottom: 0;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .booked_out:hover,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket:hover,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail:hover {
  color: var(--primary-color);
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .booked_out,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket,
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail {
  position: absolute;
  top: 84px;
  right: 30px;
  bottom: auto;
  left: auto;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .booked_out {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .show_more {
  display: inline-block;
  margin: 0;
  padding: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .show_more:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .show_more:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.portlets_bottom_big .portlet_events .portlet-events-entry-wrap .show_more {
  margin: 26px 0 0;
}

/* @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;
  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%;
  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: 9px 22px;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.documents .document a:hover {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}
.documents .document a:focus {
  border: 0;
  color: #fff;
  background: rgb(55.1778846154, 191.0120192308, 221.3221153846);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: scale3d(0.96, 0.96, 0.96);
}

/* @end */
/* @group fancybox */
.fancybox-caption-wrap {
  text-align: center;
  padding: 0 20px 20px;
  background: none;
}
.fancybox-caption-wrap .fancybox-caption {
  display: inline-block;
  color: #000000;
  padding: 5px 15px;
  border-radius: 0;
  font-weight: 400;
  background: #fff;
}
.fancybox-caption-wrap .fancybox-caption .resource_description {
  display: block;
}
.fancybox-caption-wrap .fancybox-caption .resource_description > *:last-child {
  margin-bottom: 0;
}

.fancybox-slide--inline .popup_content {
  height: auto !important;
}

/* @end */
/* @group iframe */
iframe {
  aspect-ratio: 16/9;
  height: auto;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @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: 1630px) {
  #ticket_button {
    right: 20px;
    top: 200px;
  }
  #ticket_button .ticket_button_inner {
    right: 0;
  }
}
@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;
  }
}
@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;
  }
}
@media screen and (max-width: 1375px) {
  .meta_wrap {
    padding: 0 20px 0;
  }
  .header .header_inner {
    padding: 0 20px;
  }
  .header div#logo {
    width: 140px;
    margin-left: -70px;
    bottom: -22px;
  }
  #navigation {
    padding: 20px 0 0;
  }
  .navigation .navi_wrap {
    padding-left: 90px;
  }
  .navigation .navi_wrap.left {
    padding-right: 90px;
  }
  .navigation .navi_wrap > li,
  .navigation > li {
    margin: 0 15px;
  }
  .navigation .navi_wrap > li.has_submenu > a:after,
  .navigation > li.has_submenu > a:after {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
  .navigation .navi_wrap > li > a,
  .navigation > li > a {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .navigation .navi_wrap > li ul.level1 > li > a,
  .navigation > li ul.level1 > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .content_wrap {
    padding: 50px 20px;
  }
  .content_wrap > .content {
    padding: 39px 45px;
  }
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  #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;
    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: 32px;
    line-height: 38px;
  }
  .css_grosse_auflistung .listing_entry .content,
  .css_grosse_auflistung .overview_item .content {
    padding: 6%;
  }
  .css_grosse_auflistung .pagination {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .pagination {
    margin-top: 50px;
  }
  .content ul.tags {
    margin: 20px 0;
  }
  .css_drei_spalten_rollibock #mod_overview,
  .css_drei_spalten_rollibock #mixItUp,
  .css_sponsoren_rollibock #mod_overview,
  .css_sponsoren_rollibock #mixItUp,
  .css_drei_spalten #mod_overview,
  .css_drei_spalten #mixItUp {
    padding: 0 10px 27px;
  }
  .css_drei_spalten_rollibock .listing_entry,
  .css_drei_spalten_rollibock .overview_item,
  .css_sponsoren_rollibock .listing_entry,
  .css_sponsoren_rollibock .overview_item,
  .css_drei_spalten .listing_entry,
  .css_drei_spalten .overview_item {
    padding: 0 10px 30px;
  }
  .css_drei_spalten_rollibock .listing_entry .pictures + .content,
  .css_drei_spalten_rollibock .overview_item .pictures + .content,
  .css_sponsoren_rollibock .listing_entry .pictures + .content,
  .css_sponsoren_rollibock .overview_item .pictures + .content,
  .css_drei_spalten .listing_entry .pictures + .content,
  .css_drei_spalten .overview_item .pictures + .content {
    top: -25px;
    margin-top: -20px;
  }
  .css_drei_spalten_rollibock .listing_entry .content,
  .css_drei_spalten_rollibock .overview_item .content,
  .css_sponsoren_rollibock .listing_entry .content,
  .css_sponsoren_rollibock .overview_item .content,
  .css_drei_spalten .listing_entry .content,
  .css_drei_spalten .overview_item .content {
    margin: 0 20px;
  }
  .css_drei_spalten_rollibock .listing_entry h2,
  .css_drei_spalten_rollibock .overview_item h2,
  .css_sponsoren_rollibock .listing_entry h2,
  .css_sponsoren_rollibock .overview_item h2,
  .css_drei_spalten .listing_entry h2,
  .css_drei_spalten .overview_item h2 {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .css_drei_spalten_rollibock .listing_entry h2, .css_drei_spalten_rollibock .listing_entry h2 a,
  .css_drei_spalten_rollibock .overview_item h2,
  .css_drei_spalten_rollibock .overview_item h2 a,
  .css_sponsoren_rollibock .listing_entry h2,
  .css_sponsoren_rollibock .listing_entry h2 a,
  .css_sponsoren_rollibock .overview_item h2,
  .css_sponsoren_rollibock .overview_item h2 a,
  .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;
    line-height: 32px;
  }
  .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;
  }
  .portlets_bottom_big .portlet_events {
    margin: 0 0 60px;
    padding: 50px 0 0;
  }
  .portlets_bottom_big .portlet_events:before {
    bottom: 60px;
  }
  .portlets_bottom_big .portlet_events h3.portlet-title {
    margin: 0 0 30px;
    padding: 0 0 29px;
  }
  .portlets_bottom_big .portlet_events h3.portlet-title, .portlets_bottom_big .portlet_events h3.portlet-title a {
    font-size: 45px;
    line-height: 50px;
  }
  .portlets_bottom_big .portlet_events .portlet-content {
    padding: 50px 40px 40px;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
    width: 240px;
    padding: 46px 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content {
    padding: 0 160px 0 0;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location,
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title,
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
    font-size: 24px;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap a.show_more {
    margin: 15px 0 0;
  }
  .mod_events .filter_wrap {
    margin: 0 0 30px;
  }
  .mod_events .content + .portlet-events-entry-wrap {
    padding-top: 50px;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
    width: 240px;
    padding: 46px 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content {
    padding: 0 210px 0 0;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location,
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title,
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
    font-size: 24px;
  }
  .event_detail .map_container {
    margin: 30px -45px -16px;
  }
}
@media screen and (max-width: 1015px) {
  #siteframe {
    padding-top: 80px;
  }
  .header {
    text-align: center;
    padding: 0;
  }
  .header .header_inner {
    padding: 15px 20px 0;
  }
  .header div#logo {
    position: relative;
    left: 0;
    width: 120px;
    display: inline-block;
    margin: 0 0 -30px;
  }
  .is_scrolled .header div#logo {
    width: 100px;
    margin: 0 0 -30px;
  }
  .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: #FBFBFB;
    overflow: hidden;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    transition: all 0.3s ease-out;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    transform: perspective(1px) translate3d(0, 0, 0);
  }
  #ticket_button {
    top: 150px;
    right: 10px;
  }
  #ticket_button .ticket_button_inner a {
    font-size: 17px;
    line-height: 22px;
    padding: 3px 15px;
    width: 80px;
    height: 80px;
  }
  .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;
  }
  .css_rollibock #slider .bx-wrapper .slide {
    height: auto !important;
  }
  .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_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;
  }
  .content ul.tags li button {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
    background: none;
    border: 0;
  }
  .css_drei_spalten_rollibock #mod_overview,
  .css_drei_spalten_rollibock #mixItUp,
  .css_sponsoren_rollibock #mod_overview,
  .css_sponsoren_rollibock #mixItUp,
  .css_drei_spalten #mod_overview,
  .css_drei_spalten #mixItUp {
    padding: 0 10px 17px;
  }
  .css_drei_spalten_rollibock .listing_entry,
  .css_drei_spalten_rollibock .overview_item,
  .css_sponsoren_rollibock .listing_entry,
  .css_sponsoren_rollibock .overview_item,
  .css_drei_spalten .listing_entry,
  .css_drei_spalten .overview_item {
    width: 50% !important;
    padding: 0 10px 30px;
  }
  .css_drei_spalten_rollibock .listing_entry:nth-child(2n+1),
  .css_drei_spalten_rollibock .overview_item:nth-child(2n+1),
  .css_sponsoren_rollibock .listing_entry:nth-child(2n+1),
  .css_sponsoren_rollibock .overview_item:nth-child(2n+1),
  .css_drei_spalten .listing_entry:nth-child(2n+1),
  .css_drei_spalten .overview_item:nth-child(2n+1) {
    clear: left;
  }
  .css_drei_spalten_rollibock .listing_entry:nth-child(3n+1),
  .css_drei_spalten_rollibock .overview_item:nth-child(3n+1),
  .css_sponsoren_rollibock .listing_entry:nth-child(3n+1),
  .css_sponsoren_rollibock .overview_item:nth-child(3n+1),
  .css_drei_spalten .listing_entry:nth-child(3n+1),
  .css_drei_spalten .overview_item:nth-child(3n+1) {
    clear: none;
  }
  .css_drei_spalten_rollibock .listing_entry h2, .css_drei_spalten_rollibock .listing_entry h2 a,
  .css_drei_spalten_rollibock .overview_item h2,
  .css_drei_spalten_rollibock .overview_item h2 a,
  .css_sponsoren_rollibock .listing_entry h2,
  .css_sponsoren_rollibock .listing_entry h2 a,
  .css_sponsoren_rollibock .overview_item h2,
  .css_sponsoren_rollibock .overview_item h2 a,
  .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 {
    width: 100%;
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures {
    width: 28%;
  }
  .portlets_bottom_big .portlet_listing.slider {
    margin-bottom: 30px;
  }
  .mod_events .filter_wrap > h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .mod_events .filter_wrap .filter {
    padding: 15px 15px 0;
  }
  .mod_events .filter_wrap .form_element {
    width: 25%;
    padding-bottom: 15px;
  }
  .mod_events .filter_wrap .form_element.search_field {
    width: 75%;
  }
  .mod_events .filter_wrap .form_element.submit_wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 25%;
    padding: 0 15px 15px 0;
  }
  .mod_events .filter_wrap .form_element.submit_wrap:before {
    font-size: 20px;
    line-height: 20px;
    margin-top: -16px;
    text-indent: -15px;
  }
  .mod_events .filter_wrap .form_element.submit_wrap input {
    display: block;
    height: 50px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 850px) {
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
    width: 200px;
    padding: 45px 0 0;
    font-size: 20px;
    line-height: 26px;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content {
    padding: 0;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location,
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title,
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
    font-size: 20px;
    line-height: 26px;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-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;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category li:before {
    display: none;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry ul.category + h2 {
    margin-top: -10px !important;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .booked_out,
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket,
  .mod_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
  }
  .portlets_bottom_big .portlet_events {
    margin: 0 0 50px;
    padding: 40px 0 0 0;
  }
  .portlets_bottom_big .portlet_events:before {
    bottom: 40px;
  }
  .portlets_bottom_big .portlet_events .portlet-content {
    padding: 30px 20px 25px;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
    width: 200px;
    padding: 45px 0 0;
    font-size: 20px;
    line-height: 26px;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content {
    padding: 0;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content .event_location,
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title,
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_content h2.event_title a {
    font-size: 20px;
    line-height: 26px;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-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;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category li:before {
    display: none;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry ul.category + h2 {
    margin-top: -10px !important;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .booked_out,
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_ticket,
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry a.show_detail {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .show_more {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .pictures.gallery .picture {
    width: 50%;
  }
}
@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;
  }
  body.not_logged_in #management fieldset:first-child label {
    width: 100%;
  }
  .mod_events #management fieldset #page_properties_tabs_main_wrap input {
    box-sizing: border-box;
  }
  .footer {
    padding: 25px 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;
    padding: 20px 0 0;
  }
  .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;
    line-height: 36px;
    width: 35px;
    height: 35px;
  }
  .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;
  }
  .mod_events .filter_wrap .filter {
    background: none;
    box-shadow: none;
    padding: 0;
    position: static !important;
  }
  .mod_events .filter_wrap > h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .mod_events .filter_wrap .form_element {
    width: 50%;
  }
  .mod_events .filter_wrap .form_element.select_field {
    width: 100%;
  }
  .mod_events .filter_wrap .form_element.search_field {
    width: 100%;
  }
  .mod_events .filter_wrap .form_element.submit_wrap {
    width: 100%;
    padding: 0 15px 0 0;
    margin: 0;
  }
  .mod_events .filter_wrap .form_element.submit_wrap:before {
    margin-top: -10px;
    text-indent: 0;
  }
  .mod_events .filter_wrap a.reset_link {
    top: 0;
  }
  .mod_events .content + .portlet-events-entry-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 h2.event_dates {
    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) {
  .header_image .picture img {
    position: relative;
    left: 50%;
    height: 138px;
    width: auto;
    transform: translate(-50%, 0);
  }
  body {
    font-size: 16px;
    line-height: 25px;
  }
  .content_wrap {
    padding: 35px 20px;
  }
  .content_wrap > .content {
    padding: 25px 25px;
  }
  .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 {
    padding: 0 0 0 23px;
  }
  .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%;
    padding: 30px;
  }
  .css_grosse_auflistung .listing_entry .pictures,
  .css_grosse_auflistung .overview_item .pictures {
    float: none;
    clear: both;
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
  }
  .css_grosse_auflistung .listing_entry .pictures img,
  .css_grosse_auflistung .overview_item .pictures img {
    position: static;
    min-width: 100%;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    transform: translate(0, 0);
  }
  .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 7 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;
  }
  .content ul.tags li button {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
    background: none;
    border: 0;
  }
  .css_drei_spalten_rollibock #mod_overview,
  .css_drei_spalten_rollibock #mixItUp,
  .css_sponsoren_rollibock #mod_overview,
  .css_sponsoren_rollibock #mixItUp,
  .css_drei_spalten #mod_overview,
  .css_drei_spalten #mixItUp {
    padding: 0 10px 17px;
  }
  .css_drei_spalten_rollibock .listing_entry,
  .css_drei_spalten_rollibock .overview_item,
  .css_sponsoren_rollibock .listing_entry,
  .css_sponsoren_rollibock .overview_item,
  .css_drei_spalten .listing_entry,
  .css_drei_spalten .overview_item {
    width: 100% !important;
    padding: 0 10px 30px;
  }
  .css_drei_spalten_rollibock .listing_entry .pictures,
  .css_drei_spalten_rollibock .overview_item .pictures,
  .css_sponsoren_rollibock .listing_entry .pictures,
  .css_sponsoren_rollibock .overview_item .pictures,
  .css_drei_spalten .listing_entry .pictures,
  .css_drei_spalten .overview_item .pictures {
    margin: 0;
    padding: 0;
  }
  .css_drei_spalten_rollibock .listing_entry h2, .css_drei_spalten_rollibock .listing_entry h2 a,
  .css_drei_spalten_rollibock .overview_item h2,
  .css_drei_spalten_rollibock .overview_item h2 a,
  .css_sponsoren_rollibock .listing_entry h2,
  .css_sponsoren_rollibock .listing_entry h2 a,
  .css_sponsoren_rollibock .overview_item h2,
  .css_sponsoren_rollibock .overview_item h2 a,
  .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;
  }
  .css_sponsoren_rollibock .listing_entry,
  .css_sponsoren_rollibock .overview_item {
    width: 50% !important;
  }
  .css_sponsoren_rollibock .listing_entry .pictures .picture,
  .css_sponsoren_rollibock .overview_item .pictures .picture {
    padding: 18px 26px;
  }
  .portlet a.portlet_content_link {
    margin-top: 17px;
  }
  .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%;
  }
  .portlets_bottom_small {
    padding: 20px 20px 40px;
    overflow: hidden;
  }
  .portlets_bottom_small .portlet {
    width: 100%;
  }
  .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_link {
    margin: 20px 0 0;
  }
  .portlets_bottom_big .portlet_listing.slider {
    margin-bottom: 20px;
  }
  .portlets_bottom_big .portlet_events h3.portlet-title {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .portlets_bottom_big .portlet_events h3.portlet-title, .portlets_bottom_big .portlet_events h3.portlet-title a {
    font-size: 27px;
    line-height: 34px;
  }
  .portlets_bottom_big .portlet_events h3.portlet-title:before {
    width: 71px;
  }
  .portlets_bottom_big .portlet_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
    float: none;
    clear: both;
    width: auto;
    padding: 10px 0 3px;
    font-size: 15px;
    line-height: 21px;
  }
  .mod_events .portlet-events-entry-wrap .portlet-events-entry .event_date {
    float: none;
    clear: both;
    width: auto;
    padding: 10px 0 3px;
    font-size: 15px;
    line-height: 21px;
  }
  .mod_events a.detail_back_link {
    margin: 20px 0 10px;
  }
  .event_detail .map_container {
    margin: 15px -25px -16px;
  }
  body.not_logged_in #management fieldset:first-child input#event_date_from_date,
  body.not_logged_in #management fieldset:first-child #event_date_to_date {
    width: 100%;
    margin-bottom: 8px;
  }
  #page_properties_page_de {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  #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;
  }
  .table_wrap_container {
    position: relative;
    padding: 20px 0 0;
  }
  .table_wrap_container table,
  .news_events_table {
    min-width: 550px;
    width: auto !important;
  }
  .table_scroll_indicator {
    display: block;
  }
  #privacy_banner #privacy_banner_inner {
    font-size: 16px;
    line-height: 24px;
  }
  #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;
    transform: translate(0, 0);
  }
  .portlets_bottom_big .portlet_listing .portlet-listing-entry .pictures {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header div#logo {
    width: 100px;
  }
  .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;
  }
  .mod_events .filter_wrap .form_element {
    width: 100%;
  }
  .mod_events .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;
  }
  #ticket_button {
    top: 110px;
  }
}
@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 */
/* @group basic */
@media print {
  body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #444444;
    background: #FFF;
  }
  div.ui-datepicker,
  .events_listing.home,
  .portlets_bottom_big .portlet_listing.slider,
  .content ul.tags,
  .portlet.portlet_quicklinks,
  .portlet.portlet_listing a.portlet_listing_link,
  .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;
  }
  .header {
    position: static;
    box-shadow: none;
    padding: 0 0 30px;
    border: 0;
  }
  .header .header_inner {
    padding: 0;
  }
  .header div#logo {
    position: static;
    display: block;
    float: left;
    width: 120px !important;
    margin: 0;
  }
  .is_scrolled .header div#logo {
    width: 120px !important;
  }
  #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;
  }
  .content ul li {
    padding: 0 0 0 20px;
  }
  .content ul li:before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    font-family: "Font Awesome 7 Pro";
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    color: #444444;
  }
  .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 > 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;
  }
  .css_grosse_auflistung .listing_entry,
  .css_grosse_auflistung .overview_item {
    margin: 0 0 30px;
    padding: 0;
  }
  .css_grosse_auflistung .listing_entry h2,
  .css_grosse_auflistung .overview_item h2 {
    margin: 0 0 7px 0;
    padding: 0;
  }
  .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: 22px;
    line-height: 28px;
  }
  .css_grosse_auflistung .listing_entry h2:before,
  .css_grosse_auflistung .overview_item h2:before {
    display: none;
  }
  .css_grosse_auflistung .listing_entry > div:first-child,
  .css_grosse_auflistung .overview_item > div:first-child {
    border-top: 0;
  }
  .css_grosse_auflistung .listing_entry .content,
  .css_grosse_auflistung .overview_item .content {
    width: auto;
    padding: 0;
  }
  .css_grosse_auflistung .listing_entry .pictures,
  .css_grosse_auflistung .overview_item .pictures {
    height: auto !important;
    width: 30%;
    margin: 0 15px 0 0;
  }
  .css_grosse_auflistung .listing_entry .pictures img,
  .css_grosse_auflistung .overview_item .pictures img {
    position: static;
    min-height: 0 !important;
    width: 100% !important;
    transform: translate(0, 0);
  }
  .css_grosse_auflistung .listing_entry:nth-child(even) .pictures,
  .css_grosse_auflistung .overview_item:nth-child(even) .pictures {
    float: right;
    margin: 0 0 0 15px;
  }
  .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,
  .page_event_listing .entries_wrap .entry .content h2.entry_title a {
    font-size: 13px;
    line-height: 20px;
  }
  .page_event_listing .entries_wrap .entry ul.category {
    display: none;
  }
  .page_event_listing .entries_wrap .entry ul.category + h2 {
    margin-top: 0 !important;
  }
  .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_text_wrap {
    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_link {
    display: none;
  }
}
/* @end *//*# sourceMappingURL=styles.css.map */