/*
|--------------------------------------------------------------------------
| 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 mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Black";
  src: url("fonts/ArchivoBlack-Regular.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rock Salt";
  src: url("fonts/RockSalt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/* @group basic */
body {
  --management-highlight-color: #F0AD04;
  --management-highlight-color-rgb: 240, 173, 4;
}

body {
  font: 400 16px/25px "Raleway", Arial;
  font-style: normal;
  color: #1A1A1A;
  background: url(../img/noise-pattern.jpg) repeat center top #000000;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1A1A1A;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease-out;
}
body.navi_open:before {
  opacity: 0.6;
  visibility: visible;
  z-index: 110;
}

body > nav {
  display: none;
}

#tslOverlay {
  color: #000 !important;
}

#siteframe {
  overflow: hidden;
}

.siteframe_inner {
  background: #dddddd;
}

.content_wrap {
  padding: 105px 0 76px;
  position: relative;
  z-index: 10;
}
.content_wrap .text_wrap {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.content_wrap.home .text_wrap {
  max-width: 1200px;
  border-bottom: 1px solid #cccccc;
}
.content_wrap.home .text_wrap .text_inner {
  padding: 60px 0 0 10px;
  overflow: hidden;
}

/* @end */
/* @group header */
.header {
  position: relative;
  background: none;
  border-bottom: 1px solid #8D8D8D;
  text-align: center;
  z-index: 50;
}
.header .header_inner {
  padding: 14px 60px 20px;
}
.header .header_right {
  width: 375px;
  float: right;
  text-align: right;
}
.header .header_left {
  width: 375px;
  float: left;
  text-align: left;
}
.header .text_block {
  display: block;
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.header .text_block i.icon {
  display: inline-block;
  margin: 0 2px 0 0;
  font-size: 42px;
  line-height: 42px;
  color: #F0AD04;
  font-weight: 300;
}
.header .text_block .text {
  display: inline-block;
}
.header .text_block .small {
  display: block;
  padding: 0 0 2px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
}
.header .text_block.opening_times i.icon {
  float: right;
  margin: 0 0 0 7px;
}
.header .text_block.opening_times .small {
  padding: 3px 0 0;
}
.header .text_block.phone_wrap:hover {
  color: #F0AD04;
}
.header .text_block.phone_wrap:hover .small {
  color: rgba(240, 173, 4, 0.5);
}
.header div#logo {
  display: inline-block;
  overflow: hidden;
  width: 240px;
  margin: 0;
  padding: 6px 0 0;
  transition: all 0.3s ease-out;
}
.header div#logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header div#logo img.print {
  display: none;
}
.header .social_media a {
  display: inline-block;
  margin: 0 0 0 13px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
}
.header .social_media a:hover {
  color: #ffffff;
}

.responsive_navigation_toggle {
  background: none;
  border: none;
  z-index: 270;
  display: none;
  width: 36px;
  height: 28px;
  position: fixed;
  top: 34px;
  right: 20px;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
}
.responsive_navigation_toggle span {
  background: #F0AD04;
  display: block;
  height: 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: 10px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 20px;
}

.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 {
  margin: -60px 0 0;
  max-height: 820px;
  overflow: hidden;
  position: relative;
}
.header_image .picture,
.header_image .picture img {
  display: block;
  width: 100%;
  height: auto;
}
.header_image span.resource_subtitle {
  display: none !important;
}
.header_image .resource_description {
  display: block;
  position: absolute;
  bottom: 63px;
  right: 50px;
  z-index: 10;
  font-size: 45px;
  line-height: 60px;
  color: #ffffff;
  font-family: "Rock Salt";
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  text-align: right;
}
.header_image .resource_description p.resource_title {
  display: block;
  margin: 0 0 -24px;
  font-family: "Archivo Black";
  font-size: 140px;
  line-height: 150px;
  letter-spacing: -9px;
  text-transform: uppercase;
  color: #e9e9e9;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.header_image .resource_description .content_button {
  margin: 7px 0 0;
}
.header_image .resource_description .content_button a {
  font-family: "Raleway";
  text-shadow: none;
  color: #ffffff;
}

/* @end */
/* @group footer */
.footer {
  position: relative;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.footer .footer_inner {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
  padding: 63px 20px 44px;
}
.footer .footer_logo {
  float: left;
  width: calc(25% - 40px);
  max-width: 240px;
  margin: 0 40px 0 0;
}
.footer .footer_logo a.logo {
  display: block;
}
.footer .footer_logo a.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer_logo .copy {
  display: block;
  margin: 62px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 400;
  text-transform: uppercase;
  list-style-type: none;
}
.footer .footer_logo .copy li {
  display: block;
  margin: 0;
}
.footer .footer_logo .copy li:nth-child(3) {
  margin-top: 18px;
}
.footer .footer_logo .copy li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.footer .footer_logo .copy li a span {
  display: none;
}
.footer .footer_logo .copy li:hover a {
  color: #ffffff;
}
.footer .portlets_wrap {
  width: 75%;
  float: right;
  max-width: 850px;
}
.footer .portlet {
  width: 33.33%;
  float: left;
  padding: 0 32px;
  box-sizing: border-box;
}
.footer .portlet:nth-child(3) {
  padding-right: 0;
}
.footer .portlet .portlet_inner {
  margin: 0;
  padding: 0;
}
.footer .portlet .portlet_inner:before {
  content: "\f274";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 54px;
  line-height: 54px;
  font-weight: 400;
  text-transform: none;
  color: #F0AD04;
  position: relative;
  text-align: center;
  margin: 0 0 24px;
}
.footer .portlet:nth-child(2) .portlet_inner:before {
  content: "\f277";
  font-weight: 700;
}
.footer .portlet:nth-child(3) .portlet_inner:before {
  content: "\f2bb";
  font-weight: 700;
}
.footer .portlet h2.first_h2,
.footer .portlet h3.portlet-title,
.footer .portlet h3.portlet-title a {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Rock Salt";
  color: #ffffff;
  text-transform: none;
  text-align: center;
  margin: 0 0 26px;
}
.footer .portlet a {
  color: #F0AD04;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.footer .portlet a:hover {
  color: #a57703;
}
.footer .portlet p {
  margin: 0 0 12px;
}
.footer .portlet ul.controls li.portlet-resource-link {
  display: none;
}
.footer .portlet:nth-child(3) .portlet_content_description ul {
  list-style: none;
}
.footer .portlet:nth-child(3) .portlet_content_description ul li a {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s ease-out;
}
.footer .portlet:nth-child(3) .portlet_content_description ul li a:before {
  content: "\f095";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  font-weight: 300;
  transition: all 0.3s ease-out;
}
.footer .portlet:nth-child(3) .portlet_content_description ul li a:hover, .footer .portlet:nth-child(3) .portlet_content_description ul li a:hover:before {
  color: #F0AD04;
}
.footer .portlet:nth-child(3) .portlet_content_description ul li:nth-child(2) a:before {
  content: "\f1ac";
  top: 2px;
}
.footer .portlet:nth-child(3) .portlet_content_description ul li:nth-child(3) a:before {
  content: "@";
  font-weight: 400;
}
.footer > .portlet {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  padding: 43px 0;
  background: #999999;
  color: #ffffff;
  overflow: hidden;
}
.footer > .portlet:after, .footer > .portlet:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #8D8D8D;
  margin-left: 250px;
  z-index: 5;
}
.footer > .portlet:after {
  width: 50px;
  height: 100%;
  background: none;
  border-style: solid;
  border-width: 89px 0 89px 30px;
  border-color: transparent transparent transparent #999999;
  box-sizing: border-box;
  z-index: 6;
}
.footer > .portlet .portlet_inner {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
  z-index: 10;
}
.footer > .portlet .portlet_inner:before {
  display: none;
}
.footer > .portlet h2.first_h2 {
  color: #ffffff;
  margin: 0 0 7px;
  text-align: left;
}
.footer > .portlet h3.portlet-title,
.footer > .portlet h3.portlet-title a {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 45px;
  line-height: 53px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
}
.footer > .portlet .portlet_content_description > *:first-child {
  margin-top: 15px;
}
.footer > .portlet .portlet_content_description > *:last-child {
  margin-bottom: 0;
}
.footer > .portlet a.portlet_content_link {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: 0;
  color: #ffffff;
  transform: translate(0, -50%);
}
.footer > .portlet a.portlet_content_link:before, .footer > .portlet a.portlet_content_link:after {
  color: rgba(0, 0, 0, 0.25);
}
.footer > .portlet a.portlet_content_link:hover {
  color: #ffffff;
}

/* @end */
/* @group privacy banner */
#privacy_banner {
  background: #1A1A1A;
}
#privacy_banner #privacy_banner_inner {
  font-size: 14px;
  line-height: 20px;
}
#privacy_banner #privacy_banner_inner a.button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  font-size: 14px;
  background: transparent !important;
}
#privacy_banner #privacy_banner_inner a.button:after, #privacy_banner #privacy_banner_inner a.button:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
#privacy_banner #privacy_banner_inner a.button:after {
  content: "]";
  left: auto;
  right: 0;
}
#privacy_banner #privacy_banner_inner a.button:hover:before {
  left: -7px;
}
#privacy_banner #privacy_banner_inner a.button:hover:after {
  right: -7px;
}
#privacy_banner #privacy_banner_inner a.button:hover, #privacy_banner #privacy_banner_inner a.button:focus, #privacy_banner #privacy_banner_inner a.button:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  #privacy_banner #privacy_banner_inner a.button {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
#privacy_banner #privacy_banner_inner a.button:before {
  width: auto;
  height: auto;
  background: none;
}
#privacy_banner #privacy_banner_inner a.button i {
  display: none;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/* @group headings, paragraph */
h1 {
  position: relative;
  color: #1A1A1A;
  font-size: 60px;
  line-height: 73px;
  font-weight: 900;
  margin: 0 0 21px;
}

div.introduction {
  font-size: 21px;
  line-height: 33px;
  font-weight: 400;
  margin: 0 0 70px;
}
div.introduction > *:last-chlid {
  margin-bottom: 0;
}

h2.first_h2,
h2.first_h2 a {
  color: #F0AD04;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 9px;
}
h2.first_h2:hover,
h2.first_h2 a:hover {
  color: #F0AD04;
}

.page_home h2.first_h2,
.page_home h2.first_h2 a {
  font-family: "Rock Salt";
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: none;
}

h2, h2 a {
  font-size: 36px;
  line-height: 45px;
  color: #1A1A1A;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 900;
}
h2:hover, h2 a:hover {
  color: #1A1A1A;
}

h3, h3 a {
  font-size: 24px;
  line-height: 32px;
  color: #1A1A1A;
  margin: 0 0 15px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 900;
}
h3:hover, h3 a:hover {
  color: #1A1A1A;
}

h6, h6 a,
h4, h4 a,
h5, h5 a {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1A1A1A;
  text-decoration: none;
}
h6:hover, h6 a:hover,
h4:hover, h4 a:hover,
h5:hover, h5 a:hover {
  color: #1A1A1A;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 34px 0;
}

p + h2, ul + h2, ol + h2, table + h2, .content_accordion + h2, .table_wrap_container + h2 {
  margin-top: 68px;
}

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

a:hover {
  color: #a57703;
}

a img {
  border: none;
}

.content_button {
  margin: 0 20px 34px 0;
  display: inline-block;
}
.content_button a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
.content_button a:after, .content_button a:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.content_button a:after {
  content: "]";
  left: auto;
  right: 0;
}
.content_button a:hover:before {
  left: -7px;
}
.content_button a:hover:after {
  right: -7px;
}
.content_button a:hover, .content_button a:focus, .content_button a:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .content_button a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}

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

.content ul {
  margin: 0 0 34px 16px;
}

/* @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 41px 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;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #1A1A1A;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 20;
  font-weight: 300;
}

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

table th {
  color: #1A1A1A;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #F0AD04;
  padding: 8px 15px 8px 0;
  text-align: left;
}

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

/* @end */
/* @group accordion */
h2 + .content_accordion {
  margin-top: 0;
}

.content_accordion {
  margin: 76px 0 35px;
  border: 1px solid #cccccc;
  border-bottom: 0;
}
.content_accordion + .content_accordion {
  margin-top: -35px;
  border-top: 0;
  border-bottom: 0;
}
.content_accordion .accordion_title_wrap {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.content_accordion .accordion_title_wrap .icon {
  float: left;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-right: 1px solid #cccccc;
  transition: all 0.3s ease-out;
}
.content_accordion .accordion_title_wrap .icon:after, .content_accordion .accordion_title_wrap .icon:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.content_accordion .accordion_title_wrap .icon:after {
  width: 2px;
  height: 14px;
}
.content_accordion .accordion_title_wrap h3 {
  margin: 0;
  padding: 13px 12px 11px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  overflow: hidden;
}
.content_accordion .accordion_title_wrap:hover .icon {
  background: rgba(153, 153, 153, 0.3);
}
.content_accordion .content_accordion_inner {
  color: rgba(26, 26, 26, 0.7);
  padding: 15px 20px 18px 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-bottom: 1px solid #cccccc;
}
.content_accordion .content_accordion_inner > *:last-child {
  margin-bottom: 0;
}
.content_accordion.active .accordion_title_wrap:hover .icon,
.content_accordion.active .icon {
  background: #999999;
}
.content_accordion.active .accordion_title_wrap:hover .icon:after, .content_accordion.active .accordion_title_wrap:hover .icon:before,
.content_accordion.active .icon:after,
.content_accordion.active .icon:before {
  background: #ffffff;
}
.content_accordion.active .accordion_title_wrap:hover .icon:after,
.content_accordion.active .icon:after {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  margin-top: -8px;
  margin-left: -1px;
}

/* @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: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/* @group misc management elements */
.management_container h1, .management_container h2, .management_container h3, .management_container h4, .management_container h5, .management_container h6 {
  color: #000000;
}

#management,
.management_container {
  text-align: left !important;
  font: 400 16px/25px "Raleway", Arial;
  color: #000000;
}
#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 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 15px;
  width: auto;
  font: 400 16px/25px "Raleway", Arial;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  background: #F0AD04;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 5px 7px 5px 0;
}
#management a.button.with_icon:hover, #management a.button.with_icon:focus, #management a.button.with_icon:active,
#management input.button:hover,
#management input.button:focus,
#management input.button:active,
#management a.button:hover,
#management a.button:focus,
#management a.button:active,
.management_container a.button.with_icon:hover,
.management_container a.button.with_icon:focus,
.management_container a.button.with_icon:active,
.management_container input.button:hover,
.management_container input.button:focus,
.management_container input.button:active,
.management_container a.button:hover,
.management_container a.button:focus,
.management_container a.button:active {
  color: #ffffff;
  border: 0;
  background: #a57703;
}
#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;
}

td .fa, #management li .fa {
  font-size: 100%;
}

.message {
  border: 0;
  border-bottom: 1px solid #F0AD04;
  color: #F0AD04;
  background: none;
  font-weight: 500;
  padding: 0 0 6px;
  margin: 0 0 20px;
  font-size: 16px;
}
.message p {
  margin-bottom: 0;
}
.message ul {
  margin-bottom: 0;
}

/* @end */
/* @group adminpanel */
#administration_panel {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
#administration_panel h1 {
  background-color: #F0AD04;
  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: #e9e9e9;
  color: #000000;
  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: #F0AD04;
}

/* @end */
/* @group pagination */
.pagination {
  margin-top: 70px;
  margin-bottom: 34px;
  text-align: center;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.pagination .pagination-numbers a:after, .pagination .pagination-numbers a:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.pagination .pagination-numbers a:after {
  content: "]";
  left: auto;
  right: 0;
}
.pagination .pagination-numbers a:hover:before {
  left: -7px;
}
.pagination .pagination-numbers a:hover:after {
  right: -7px;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a:focus, .pagination .pagination-numbers a:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .pagination .pagination-numbers a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
.pagination .pagination-numbers a:before, .pagination .pagination-numbers a:after {
  opacity: 0;
  visibility: hidden;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a.current {
  color: #F0AD04;
}
.pagination .pagination-numbers a:hover:before, .pagination .pagination-numbers a:hover:after, .pagination .pagination-numbers a.current:before, .pagination .pagination-numbers a.current:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.pagination .pagination-numbers a:hover:after, .pagination .pagination-numbers a.current:after {
  left: auto;
  right: 0;
}
.pagination .pagination-links a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
.pagination .pagination-links a:after, .pagination .pagination-links a:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.pagination .pagination-links a:after {
  content: "]";
  left: auto;
  right: 0;
}
.pagination .pagination-links a:hover:before {
  left: -7px;
}
.pagination .pagination-links a:hover:after {
  right: -7px;
}
.pagination .pagination-links a:hover, .pagination .pagination-links a:focus, .pagination .pagination-links a:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .pagination .pagination-links a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}

/* @end */
/* management select2 */
#management .select2-container,
.management_container .select2-container {
  max-width: 600px;
}
#management .select2-container,
.management_container .select2-container {
  width: auto !important;
  max-width: 600px;
  min-width: 226px;
}
#management .select2-container .select2-dropdown .select2-search,
.management_container .select2-container .select2-dropdown .select2-search {
  display: none !important;
}
#management .select2-container.select2-container--default .select2-selection--single,
.management_container .select2-container.select2-container--default .select2-selection--single {
  width: 100%;
  height: auto;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-sizing: border-box;
}

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

.system_page .select2-container {
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
}
.system_page .select2-container .select2-results__options {
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
  color: black;
}
.system_page .siteframe_inner {
  background: none;
}
.system_page #navigation {
  display: none;
}

.select2-results .select2-results__option {
  padding: 8px 15px 9px;
}

/*
|--------------------------------------------------------------------------
| 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 mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/* @group listing & overview */
.content #mod_overview {
  display: none;
}

#mod_overview,
.mod_listing #mixItUp {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 41px;
}

.listing_entry,
.overview_item {
  margin: 80px 0 0;
  padding: 0;
}
.listing_entry > div:first-child,
.overview_item > div:first-child {
  position: relative;
}
.listing_entry div.introduction,
.overview_item div.introduction {
  margin: 0 0 5px;
}
.listing_entry .content,
.overview_item .content {
  overflow: hidden;
  padding: 0 0 0 10px;
}
.listing_entry .pictures,
.overview_item .pictures {
  float: left;
  width: 39%;
  margin: 6px 50px 6px 0;
}
.listing_entry .pictures .picture,
.listing_entry .pictures .picture img,
.overview_item .pictures .picture,
.overview_item .pictures .picture img {
  display: block;
  width: 100%;
  height: auto;
}

.listing_entry .listing-date {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1;
}
.listing_entry .listing-content-text > *:last-child {
  margin-bottom: 0;
}
.listing_entry .listing_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 6px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.listing_entry .listing_actions span, .listing_entry .listing_actions a {
  color: #000000;
  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: #F0AD04;
}

.listing_entry_backlink a,
.listing-more-button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 36px 0 0 0;
}
.listing_entry_backlink a:after, .listing_entry_backlink a:before,
.listing-more-button:after,
.listing-more-button:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.listing_entry_backlink a:after,
.listing-more-button:after {
  content: "]";
  left: auto;
  right: 0;
}
.listing_entry_backlink a:hover:before,
.listing-more-button:hover:before {
  left: -7px;
}
.listing_entry_backlink a:hover:after,
.listing-more-button:hover:after {
  right: -7px;
}
.listing_entry_backlink a:hover, .listing_entry_backlink a:focus, .listing_entry_backlink a:active,
.listing-more-button:hover,
.listing-more-button:focus,
.listing-more-button:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .listing_entry_backlink a,
  .listing-more-button {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}

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

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

/* @end */
/* @group tags */
#mixItUp {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1085px;
}

ul.tags {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: 30px 20px 10px;
}
ul.tags li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 5px 2px 0;
  color: #1A1A1A;
  cursor: pointer;
}
ul.tags li:after, ul.tags li:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
ul.tags li:after {
  content: "]";
  left: auto;
  right: 0;
}
ul.tags li:hover:before {
  left: -7px;
}
ul.tags li:hover:after {
  right: -7px;
}
ul.tags li:hover, ul.tags li:focus, ul.tags li:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  ul.tags li {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
ul.tags li:before, ul.tags li:after {
  opacity: 0;
  visibility: hidden;
}
ul.tags li:hover:before {
  left: 0;
}
ul.tags li:hover:after {
  right: 0;
}
ul.tags li.active, ul.tags li:hover, ul.tags li.mixitup-control-active {
  color: #F0AD04;
}
ul.tags li.active:before, ul.tags li.active:after, ul.tags li:hover:before, ul.tags li:hover:after, ul.tags li.mixitup-control-active:before, ul.tags li.mixitup-control-active:after {
  opacity: 1;
  visibility: visible;
}
ul.tags li.active:before, ul.tags li:hover:before, ul.tags li.mixitup-control-active:before {
  left: 0;
}
ul.tags li.active:after, ul.tags li:hover:after, ul.tags li.mixitup-control-active:after {
  right: 0;
}
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 */
#google_map {
  height: 700px;
  position: relative;
  margin-top: -60px;
}
#google_map .iframe_map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#google_map .iframe_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

div.infowindow {
  padding: 10px;
  text-align: center;
  font: 400 16px/25px "Raleway", Arial;
  color: #000000;
}
div.infowindow h2 {
  font: 400 16px/25px "Raleway", Arial;
  font-weight: 700;
  margin: 0 0 5px;
  color: #000000;
}
div.infowindow p {
  margin: 0;
}

/* @end */
/* @group mailform */
.mod_mailform form {
  margin: 77px 0 34px;
}

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

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 74%;
  font: 400 16px/25px "Raleway", Arial;
  color: rgba(153, 153, 153, 0.7);
  padding: 9px 15px;
  outline: none;
  background: none;
  border-radius: 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  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: #F0AD04;
  color: #F0AD04;
}
.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 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
.mailform-submit:after, .mailform-submit:before,
.login_form .button:after,
.login_form .button:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.mailform-submit:after,
.login_form .button:after {
  content: "]";
  left: auto;
  right: 0;
}
.mailform-submit:hover:before,
.login_form .button:hover:before {
  left: -7px;
}
.mailform-submit:hover:after,
.login_form .button:hover:after {
  right: -7px;
}
.mailform-submit:hover, .mailform-submit:focus, .mailform-submit:active,
.login_form .button:hover,
.login_form .button:focus,
.login_form .button:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .mailform-submit,
  .login_form .button {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}

.login_form .input_wrap,
.mailform_submit_button .input_wrap {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
}
.login_form .input_wrap:after, .login_form .input_wrap:before,
.mailform_submit_button .input_wrap:after,
.mailform_submit_button .input_wrap:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.login_form .input_wrap:after,
.mailform_submit_button .input_wrap:after {
  content: "]";
  left: auto;
  right: 0;
}
.login_form .input_wrap:hover:before,
.mailform_submit_button .input_wrap:hover:before {
  left: -7px;
}
.login_form .input_wrap:hover:after,
.mailform_submit_button .input_wrap:hover:after {
  right: -7px;
}

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

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

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

.mailform_element {
  overflow: hidden;
}

.mod_action_mailform_sent .content_wrap {
  margin: auto;
  max-width: 1085px;
}

.mailform_element.checkbox_field {
  position: relative;
}
.mailform_element.checkbox_field p {
  width: 74%;
  float: right;
  position: relative;
}
.mailform_element.checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 4px 10px 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: 3px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #cccccc;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: none;
  font-weight: 300;
  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: #F0AD04;
  background: none;
  z-index: 4;
}
.mailform_element.checkbox_field input:checked + label:before {
  color: #F0AD04;
}
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

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

.select2-container--default span.select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: none;
  border: 1px solid #cccccc;
  height: auto;
  box-sizing: border-box;
  transition: border 0.3s ease-out;
}
.select2-container--default span.select2-selection--single .select2-selection__rendered {
  font: 400 16px/25px "Raleway", Arial;
  color: rgba(153, 153, 153, 0.7);
  padding: 9px 15px;
  outline: none;
  box-sizing: border-box;
  display: block;
  transition: color 0.3s ease-out;
}
.select2-container--default span.select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
.select2-container--default span.select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 10px;
}
.select2-container--default span.select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgba(153, 153, 153, 0.7);
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.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: #dddddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted {
  background: #F0AD04 !important;
}

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

.select2-container--open .select2-selection--single,
.select2-container:hover .select2-selection--single {
  border-color: #F0AD04;
}
.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: #F0AD04;
}

.select2-results__option {
  padding: 8px 15px 9px;
  color: rgba(153, 153, 153, 0.7);
}

.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: 400 16px/25px "Raleway", Arial;
  color: #000000;
}

.system_page .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 10px;
}
.system_page .select2-results__option {
  padding: 5px 10px;
}

.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;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.mailform_field_actions li, .mailform_field_actions a {
  color: #000000;
  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: #F0AD04;
}

/* @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 */
/*
|--------------------------------------------------------------------------
| 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 mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/* @group mainnavigation */
#navigation {
  position: relative;
  z-index: 100 !important;
}

.is-sticky .navigation {
  width: 100%;
}

.navigation {
  position: relative;
  top: -10px;
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: none;
  width: 955px;
  padding: 0;
  height: 60px;
  background: #999999;
  text-align: center;
  transition: all 0.3s ease-out;
}
.logged_in .navigation {
  width: 1200px;
}
.navigation > li {
  display: inline-block;
  list-style: none;
  background: transparent;
  float: none;
  margin: 0 3px;
  padding: 0;
  position: relative;
}
.navigation > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 19px;
  text-decoration: none;
  font-size: 20px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.navigation > li > a:after, .navigation > li > a:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(0, 0, 0, 0.25);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.navigation > li > a:after {
  content: "]";
  left: auto;
  right: 0;
}
.navigation > li > a:hover:before {
  left: -7px;
}
.navigation > li > a:hover:after {
  right: -7px;
}
.navigation > li > a:before, .navigation > li > a:after {
  opacity: 0;
  visibility: hidden;
}
.navigation > li:hover > a, .navigation > li.current > a {
  color: #ffffff;
}
.navigation > li:hover > a:after, .navigation > li:hover > a:before, .navigation > li.current > a:after, .navigation > li.current > a:before {
  opacity: 1;
  visibility: visible;
}
.navigation > li:hover > a:hover:before, .navigation > li.current > a:hover:before {
  left: 0;
}
.navigation > li:hover > a:hover:after, .navigation > li.current > a:hover:after {
  right: 0;
}
.navigation ul.level1 {
  display: none;
}

/* @end */
/* @group responsive navigation */
.rwd_navigation {
  display: block;
  list-style: none;
  padding: 35px 25px 25px;
}
.rwd_navigation #rwdnav-12 {
  display: none;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.rwd_navigation li.current > a {
  color: #F0AD04;
}
.rwd_navigation > li:first-child > a {
  border-top: 0;
  padding-top: 0;
}
.rwd_navigation > li > a {
  padding: 14px 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.rwd_navigation > li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  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: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 3px 5px;
  font-weight: 300;
  position: relative;
}
.rwd_navigation ul.level1 > li.current > a {
  color: #F0AD04;
  font-weight: 500;
}
.rwd_navigation ul.level1 ul {
  display: none;
}

.rwdnav_inner .social_media {
  padding: 15px 30px 0;
}
.rwdnav_inner .social_media a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
}
.rwdnav_inner .social_media a + a {
  margin-left: 10px;
}
.rwdnav_inner .social_media a:hover {
  color: #fff;
}

/* @end */
/* @group meta navigation */
.meta-navigation {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.meta-navigation li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-navigation li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 30px 0 0;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.meta-navigation li:hover a, .meta-navigation li.current a {
  color: #ffffff;
}

/* @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 mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
}
.portlet .portlet_inner {
  position: relative;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet h3.portlet-title,
.portlet h3.portlet-title a {
  font-size: 60px;
  line-height: 73px;
  font-weight: 900;
  margin: 0 0 21px;
}
.portlet a.portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 29px 0 0;
}
.portlet a.portlet_content_link:after, .portlet a.portlet_content_link:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.portlet a.portlet_content_link:after {
  content: "]";
  left: auto;
  right: 0;
}
.portlet a.portlet_content_link:hover:before {
  left: -7px;
}
.portlet a.portlet_content_link:hover:after {
  right: -7px;
}
.portlet a.portlet_content_link:hover, .portlet a.portlet_content_link:focus, .portlet a.portlet_content_link:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .portlet a.portlet_content_link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
.portlet ul.controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 9px 10px 3px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.portlet ul.controls li, .portlet ul.controls a {
  color: #000000;
  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: #F0AD04;
}
.portlet.portlet_listing .portlet_listing_text {
  max-width: 530px;
  margin: 0 auto;
}
.portlet.portlet_listing .portlet-listing-entry-wrap {
  margin: 0 -24px 0 0;
}
.portlet.portlet_listing .portlet-listing-entry {
  float: left;
  width: 25%;
  margin: 45px 0 0;
  padding: 0 24px 15px 0;
  text-align: left;
  box-sizing: border-box;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
  position: relative;
}
.portlet.portlet_listing .portlet-listing-entry h2 a,
.portlet.portlet_listing .portlet-listing-entry h2 {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: normal;
  font-weight: 700;
  color: #F0AD04;
  margin: 0 0 10px;
}
.portlet.portlet_listing .portlet-listing-entry .pictures {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #8D8D8D;
}
.portlet.portlet_listing .portlet-listing-entry .pictures .picture {
  float: none;
  clear: both;
  width: 100%;
  border: 0;
}
.portlet.portlet_listing .portlet-listing-entry h4 {
  margin: -8px 0 20px;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > *:last-child {
  margin-bottom: 0;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul {
  list-style: none;
  margin-left: 0;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul li a {
  position: relative;
  display: block;
  word-break: break-word;
  color: #1A1A1A;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul li a:before {
  content: "\f095";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
  color: #F0AD04;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  font-weight: 300;
  transition: all 0.3s ease-out;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul li a:focus, .portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul li a:focus:before, .portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul li a:hover, .portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul li a:hover:before {
  color: #F0AD04;
}
.portlet.portlet_listing .portlet-listing-entry .portlet-entry-content > ul li:nth-child(2) a:before {
  content: "@";
  font-weight: 400;
}
.portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 30px 0 0;
}
.portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:after, .portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:after {
  content: "]";
  left: auto;
  right: 0;
}
.portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:hover:before {
  left: -7px;
}
.portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:hover:after {
  right: -7px;
}
.portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:hover, .portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:focus, .portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
.portlet.portlet_listing a.portlet-entry-link {
  display: none;
}
.portlet.portlet_listing a.portlet_listing_show_all {
  display: none;
}
.portlet.portlet_listing.tabs ul.tab_list {
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.portlet.portlet_listing.tabs ul.tab_list li {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  border: 1px solid #cccccc;
  border-right: 0;
  padding: 17px 10px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.portlet.portlet_listing.tabs ul.tab_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 4px;
  background: #F0AD04;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.portlet.portlet_listing.tabs ul.tab_list li:last-child {
  border-right: 1px solid #cccccc;
}
.portlet.portlet_listing.tabs ul.tab_list li:last-child.current {
  border-right-color: #999999;
}
.portlet.portlet_listing.tabs ul.tab_list li:first-child.current {
  border-left-color: #999999;
}
.portlet.portlet_listing.tabs ul.tab_list li.current:hover, .portlet.portlet_listing.tabs ul.tab_list li.current {
  color: #ffffff;
  background: #999999;
  border-bottom-color: #999999;
}
.portlet.portlet_listing.tabs ul.tab_list li.current:hover:before, .portlet.portlet_listing.tabs ul.tab_list li.current:before {
  opacity: 1;
  visibility: visible;
}
.portlet.portlet_listing.tabs ul.tab_list li:hover {
  color: #F0AD04;
}
.portlet.portlet_listing.tabs .portlet-listing-entry-wrap {
  margin: 76px 0 0;
}
.portlet.portlet_listing.tabs .portlet-listing-entry {
  display: none;
  float: none;
  clear: both;
  width: auto;
  margin: 0;
  padding: 32px;
  color: #ffffff;
  background: #999999;
}
.portlet.portlet_listing.tabs .portlet-listing-entry.show {
  display: block;
}
.portlet.portlet_listing.tabs .portlet-listing-entry .pictures {
  width: 45.4%;
  float: left;
  margin: 0 50px 0 0;
  border: 0;
}
.portlet.portlet_listing.tabs .portlet-listing-entry .portlet-listing-content-container {
  padding: 0 0 0 10px;
  overflow: hidden;
  font-size: 21px;
  line-height: 33px;
}
.portlet.portlet_listing.tabs .portlet-listing-entry h2 a,
.portlet.portlet_listing.tabs .portlet-listing-entry h2 {
  font-family: "Raleway";
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 15px;
}
.portlet.portlet_listing.tabs .portlet-listing-entry h2.first_h2 {
  color: #F0AD04;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 9px;
}
.portlet.portlet_listing.tabs .portlet-listing-entry a.portlet-entry-link {
  color: #ffffff;
}
.portlet.portlet_listing.tabs .portlet-listing-entry a.portlet-entry-link:after, .portlet.portlet_listing.tabs .portlet-listing-entry a.portlet-entry-link:before {
  color: rgba(26, 26, 26, 0.2);
}

.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 a.add_portlet_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 0 0 30px 30px;
  clear: both;
}
.portlets a.add_portlet_link:after, .portlets a.add_portlet_link:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.portlets a.add_portlet_link:after {
  content: "]";
  left: auto;
  right: 0;
}
.portlets a.add_portlet_link:hover:before {
  left: -7px;
}
.portlets a.add_portlet_link:hover:after {
  right: -7px;
}
.portlets a.add_portlet_link:hover, .portlets a.add_portlet_link:focus, .portlets a.add_portlet_link:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .portlets a.add_portlet_link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}

.add_portlet input.action_button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 15px;
  width: auto;
  font: 400 16px/25px "Raleway", Arial;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  background: #F0AD04;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 10px 7px 0 0;
}
.add_portlet input.action_button:hover, .add_portlet input.action_button:focus, .add_portlet input.action_button:active {
  color: #ffffff;
  border: 0;
  background: #a57703;
}
.add_portlet p label {
  padding: 0 0 5px 0 !important;
}

#add_portlet_bottom {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding: 30px;
  text-align: left;
}

/* @end */
/* @group portlets bottom */
.portlets_bottom {
  padding: 100px 0 0;
}
.portlets_bottom .portlet {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
  text-align: center;
  padding: 0 20px 180px;
}
.portlets_bottom .portlet .pictures {
  margin: 45px 0 41px;
}
.portlets_bottom .portlet .pictures .picture {
  float: left;
  width: 33.33%;
  border: 1px solid #8D8D8D;
  box-sizing: border-box;
}
.portlets_bottom .portlet.portlet_listing .portlet-entry-content {
  font-size: 0;
  line-height: 0;
}
.portlets_bottom .portlet.portlet_listing .portlet-entry-content > * {
  font: 400 16px/25px "Raleway", Arial;
}
.portlets_bottom .portlet.slider {
  max-width: none;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
.portlets_bottom .portlet.slider .portlet_inner {
  margin: 0 0 34px;
}
.portlets_bottom .portlet.slider .portlet_content_description {
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
  position: relative;
}
.portlets_bottom .portlet.slider .portlet_content_description > * {
  margin-right: 280px;
}
.portlets_bottom .portlet.slider a.special_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
.portlets_bottom .portlet.slider a.special_link:after, .portlets_bottom .portlet.slider a.special_link:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.portlets_bottom .portlet.slider a.special_link:after {
  content: "]";
  left: auto;
  right: 0;
}
.portlets_bottom .portlet.slider a.special_link:hover:before {
  left: -7px;
}
.portlets_bottom .portlet.slider a.special_link:hover:after {
  right: -7px;
}
.portlets_bottom .portlet.slider a.special_link:hover, .portlets_bottom .portlet.slider a.special_link:focus, .portlets_bottom .portlet.slider a.special_link:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .portlets_bottom .portlet.slider a.special_link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
.portlets_bottom .portlet.slider a.special_link,
.portlets_bottom .portlet.slider a.portlet_content_link {
  margin: 0;
  position: absolute;
  top: auto;
  right: 115px;
  bottom: 8px;
  left: auto;
}
.portlets_bottom .portlet.slider .bx-wrapper {
  padding: 0 10% 0 0;
}
.portlets_bottom .portlet.slider .bx-wrapper .bx-viewport {
  height: auto !important;
  overflow: visible !important;
}
.portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  text-align: right;
}
.portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction a {
  position: relative;
  top: -100px;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  background: none;
  width: 34px;
  height: 34px;
  font-size: 0;
  line-height: 0;
  text-indent: 0;
  margin: 0 0 0 5px;
}
.portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction a:before {
  content: "\f060";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
  color: #1A1A1A;
  bottom: 0;
  right: 0;
  text-align: center;
  font-weight: 300;
  transition: all 0.3s ease-out;
}
.portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f061";
}
.portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction a:hover:before {
  color: #F0AD04;
}
.portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction a.disabled:before {
  opacity: 0;
}

/* @end */
/* @group popup */
#popup_news {
  --popup-width: 265px;
  position: fixed;
  bottom: 25px;
  right: 15px;
  width: var(--popup-width);
  z-index: 200;
  opacity: 1;
  transition: all 0.3s ease-out;
}
#popup_news.fade-in {
  transform: scale(0.7);
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
}
.logged_in.portlet_hidden #popup_news, .logged_in #popup_news {
  right: calc(-1 * (var(--popup-width) - 60px));
  opacity: 1;
  animation: none;
  pointer-events: all;
  transform: scale(1);
}
.logged_in.portlet_hidden #popup_news:hover, .logged_in #popup_news:hover {
  right: 20px;
}
.portlet_hidden #popup_news > *, .logged_in.system_page #popup_news, .portlet_hidden #popup_news {
  pointer-events: none;
  opacity: 0 !important;
}
#popup_news .portlet {
  padding: 120px 0;
  --paragraph-space: 20px;
  padding: 0;
}
#popup_news .portlet .portlet-content {
  --siteframe: 1200px;
  max-width: 955px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: visible;
  transition: all 0.3s ease-out;
}
#popup_news .portlet .portlet-content > .cf, #popup_news .portlet .portlet-content.cf {
  display: none;
}
#popup_news .portlet .videos,
#popup_news .portlet .pictures {
  width: 100%;
}
#popup_news .portlet .videos video {
  border-radius: 0 0 0 0;
}
#popup_news .portlet .videos + .pictures {
  display: none;
}
#popup_news .portlet .videos .video,
#popup_news .portlet .videos video {
  height: 100%;
}
#popup_news .portlet .pictures {
  overflow: visible;
}
#popup_news .portlet .pictures .resource_background {
  overflow: visible;
}
#popup_news .portlet .pictures a.resource_link {
  border-radius: 0 0 0 0;
  overflow: hidden;
}
#popup_news .portlet .pictures img {
  border-radius: 0 0 0 0;
}
#popup_news .portlet .pictures .picture,
#popup_news .portlet .pictures .resource_background,
#popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
  height: auto;
}
#popup_news .portlet .pictures .picture:not(:first-child) {
  display: none;
}
#popup_news .portlet .portlet_text_wrap {
  display: flex;
  flex-flow: column;
  width: 100%;
  box-sizing: border-box;
}
#popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title {
  font-family: "Raleway";
  font-size: 29px;
  line-height: 34px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
#popup_news .portlet .listing-date {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-bottom: 15px;
}
#popup_news .portlet .portlet_content_introduction {
  --paragraph-space: 20px;
  font: 400 16px/25px "Raleway", Arial;
  font-style: normal;
  color: #1a1a1a;
  font-weight: 700;
}
#popup_news .portlet .portlet_content_introduction:not(:last-child) {
  margin-bottom: 34px;
}
#popup_news .portlet .portlet_content_description:not(:last-child) {
  margin-bottom: 34px;
}
#popup_news .portlet .documents,
#popup_news .portlet .musics {
  margin-top: 0;
}
#popup_news .portlet .documents:not(:last-child),
#popup_news .portlet .musics:not(:last-child) {
  margin-bottom: 34px;
}
#popup_news .portlet .portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
#popup_news .portlet .portlet_content_link:after, #popup_news .portlet .portlet_content_link:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
#popup_news .portlet .portlet_content_link:after {
  content: "]";
  left: auto;
  right: 0;
}
#popup_news .portlet .portlet_content_link:hover:before {
  left: -7px;
}
#popup_news .portlet .portlet_content_link:hover:after {
  right: -7px;
}
#popup_news .portlet .portlet_content_link:hover, #popup_news .portlet .portlet_content_link:focus, #popup_news .portlet .portlet_content_link:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  #popup_news .portlet .portlet_content_link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
#popup_news .portlet .portlet_content_link:not(:first-child) {
  margin-top: auto;
}
#popup_news .portlet[class*=has-subtitle] div.portlet_text_wrap .portlet-title, #popup_news .portlet[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
  font-family: "Raleway";
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 15px;
}
#popup_news .portlet[class*=element_link_entire] .portlet_content_link {
  display: none;
}
#popup_news .portlet[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
#popup_news .portlet.with_background_medium {
  background: #ddd;
}
#popup_news .portlet.with_background_primary_color {
  --text-color: #fff;
  color: #1a1a1a;
  background: #F0AD04;
  background: linear-gradient(to bottom, #F0AD04 0%, #F0AD04 100%);
}
#popup_news .portlet.with_background_primary_color a {
  color: #1a1a1a;
  text-decoration-color: #1a1a1a;
}
#popup_news .portlet.with_background_primary_color a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
#popup_news .portlet.with_background_primary_color ul li:before,
#popup_news .portlet.with_background_primary_color ol li:before {
  color: #1a1a1a;
}
#popup_news .portlet.with_background_primary_color .listing-date {
  color: rgba(255, 255, 255, 0.5);
}
#popup_news .portlet.with_background_primary_color .portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
#popup_news .portlet.with_background_primary_color .portlet_content_link:after, #popup_news .portlet.with_background_primary_color .portlet_content_link:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
#popup_news .portlet.with_background_primary_color .portlet_content_link:after {
  content: "]";
  left: auto;
  right: 0;
}
#popup_news .portlet.with_background_primary_color .portlet_content_link:hover:before {
  left: -7px;
}
#popup_news .portlet.with_background_primary_color .portlet_content_link:hover:after {
  right: -7px;
}
#popup_news .portlet.with_background_primary_color .portlet_content_link:hover, #popup_news .portlet.with_background_primary_color .portlet_content_link:focus, #popup_news .portlet.with_background_primary_color .portlet_content_link:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  #popup_news .portlet.with_background_primary_color .portlet_content_link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 550px) {
  #popup_news .portlet .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  #popup_news .portlet .videos,
  #popup_news .portlet .pictures {
    flex: unset;
    max-width: 100%;
  }
  #popup_news .portlet .portlet_text_wrap {
    height: 100%;
  }
}
@media print {
  #popup_news .portlet {
    padding: 0 0 50px;
    background: none;
  }
  #popup_news .portlet .videos,
  #popup_news .portlet .pictures {
    max-width: 35%;
  }
  #popup_news .portlet.with_background_medium {
    background: none;
  }
  #popup_news .portlet.with_background_primary_color {
    --text-color: #1a1a1a;
    color: #1a1a1a;
    background: none;
  }
  #popup_news .portlet.with_background_primary_color ul li:before,
  #popup_news .portlet.with_background_primary_color ol li:before {
    color: #1a1a1a;
  }
  #popup_news .portlet.with_background_primary_color .listing-date {
    color: rgba(26, 26, 26, 0.5);
  }
}
#popup_news .portlet .portlet-content {
  color: #fff;
  padding: 10px 10px 20px;
  background: #000;
  border: 4px solid #fff;
  border-radius: 0;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.34);
}
#popup_news .portlet .portlet-title {
  font-family: "Raleway";
  font-size: 60px !important;
  line-height: 67px !important;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px !important;
  margin: 0 !important;
  padding-left: 0;
  text-transform: uppercase;
}
#popup_news .portlet .portlet-title a {
  color: #fff;
  font-size: 60px;
  line-height: 30px;
  font-weight: 900;
}
#popup_news .portlet .portlet_content_link {
  background: none;
  border: 0;
  border-radius: 0;
}
#popup_news .portlet .portlet_content_link::before, #popup_news .portlet .portlet_content_link::after {
  color: #fff;
}
#popup_news .portlet .portlet_content_link span {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
#popup_news .portlet .portlet_content_link:hover, #popup_news .portlet .portlet_content_link:focus {
  background: none;
  border: 0;
}
#popup_news .portlet .portlet_content_link:hover span, #popup_news .portlet .portlet_content_link:focus span {
  text-decoration-color: #F0AD04;
}
#popup_news .portlet.portlet_no_title.portlet_no_content.portlet_empty {
  padding: 10px 15px;
  color: #1a1a1a;
  background: #000000;
  border-radius: 0;
}
#popup_news .portlet.portlet_no_title.portlet_no_content.portlet_empty .portlet-content {
  padding: 0;
  border: none;
  text-align: center;
}
#popup_news .portlet.portlet_no_title.portlet_no_content.portlet_empty .portlet-content a {
  color: #fff;
}
#popup_news .portlet.campaign .portlet-content {
  border-radius: 17px;
  padding-top: 85px;
}
#popup_news .portlet.campaign .portlet-content .pictures {
  position: absolute;
  width: 75%;
  left: 50%;
  transform: translate(-50%, 0);
  top: -120px;
}
#popup_news .portlet.campaign .portlet-content .pictures span {
  box-shadow: none;
}
#popup_news .portlet .portlet_content_description {
  text-align: center;
}
#popup_news .portlet .portlet_content_description:not(:has(p)) {
  margin-top: 15px;
}
#popup_news .portlet .portlet_content_description p {
  margin-bottom: 8px;
}
#popup_news .portlet + #close_popup {
  display: flex;
}
#popup_news #close_popup {
  position: absolute;
  top: -15px;
  right: -10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #fff;
  border: 2px solid #000;
  color: #1a1a1a;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#popup_news #close_popup::before {
  font-weight: 700;
}
.logged_in #popup_news #close_popup {
  display: none;
}
#popup_news .information_responsive {
  --border-radius-popup: 5px;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #000;
  overflow: hidden;
  border-radius: 0;
}
#popup_news .information_responsive span {
  align-self: center;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
}
#popup_news .information_responsive i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  min-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 100%;
}
#popup_news .information_responsive:nth-child(2) {
  display: none;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @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_left {
  float: left;
  width: 41%;
  margin: 0 60px 0 0;
}
.pictures_left .picture,
.pictures_left .picture img {
  float: none;
  clear: both;
  display: block;
  width: 100%;
  height: auto;
}

.pictures.gallery {
  clear: both;
  position: relative;
  width: auto;
  margin: 0 -20px 0 0;
  padding: 28px 0 80px;
  z-index: 10;
}
.pictures.gallery .picture {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 0 20px 20px;
  padding: 0 20px 20px 0;
}
.pictures.gallery .picture span.resource_background {
  border: 1px solid #ffffff;
}
.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 100%;
  overflow: hidden;
}
.pictures.gallery .picture img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: block;
  width: 101%;
  height: auto;
  transform: translate(-50%, -50%);
}
.pictures.gallery .picture.picture_3 ~ .picture {
  display: none;
}
.pictures.gallery.three_pictures .picture {
  width: 33.33%;
}
.pictures.gallery.three_pictures .picture a {
  padding: 0 0 73.8%;
}
.pictures.gallery.two_pictures .picture {
  width: 50%;
}
.pictures.gallery.two_pictures .picture a {
  padding: 0 0 48.7%;
}
.pictures.gallery.one_picture .picture {
  width: 100%;
}
.pictures.gallery.one_picture .picture a {
  padding: 0 0 24%;
}

.portlets_bottom .portlet .pictures .picture span.resource_background,
.portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background,
.listing_entry .picture span,
.pictures.gallery .picture span {
  position: relative;
}
.portlets_bottom .portlet .pictures .picture span.resource_background:before, .portlets_bottom .portlet .pictures .picture span.resource_background:after,
.portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:before,
.portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:after,
.listing_entry .picture span:before,
.listing_entry .picture span:after,
.pictures.gallery .picture span:before,
.pictures.gallery .picture span:after {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  transition: all 0.3s ease-out;
}
.portlets_bottom .portlet .pictures .picture span.resource_background:before,
.portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:before,
.listing_entry .picture span:before,
.pictures.gallery .picture span:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: auto;
  left: -1px;
  height: 6px;
  background: #999999;
  z-index: 10;
}
.portlets_bottom .portlet .pictures .picture span.resource_background:after,
.portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:after,
.listing_entry .picture span:after,
.pictures.gallery .picture span:after {
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 48px;
  line-height: 80px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  width: 80px;
  height: 80px;
  text-align: center;
  background: rgba(153, 153, 153, 0.6);
  transform: translate(-50%, -50%);
}
.portlets_bottom .portlet .pictures .picture span.resource_background:hover:after, .portlets_bottom .portlet .pictures .picture span.resource_background:hover:before,
.portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:hover:after,
.portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:hover:before,
.listing_entry .picture span:hover:after,
.listing_entry .picture span:hover:before,
.pictures.gallery .picture span:hover:after,
.pictures.gallery .picture span:hover:before {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 970px) {
  .portlets_bottom .portlet .pictures .picture span.resource_background:before,
  .portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:before,
  .listing_entry .picture span:before,
  .pictures.gallery .picture span:before {
    height: 4px;
  }
  .portlets_bottom .portlet .pictures .picture span.resource_background:after,
  .portlet.portlet_listing.tabs .portlet-listing-entry .picture span.resource_background:after,
  .listing_entry .picture span:after,
  .pictures.gallery .picture span:after {
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.portlet.portlet_listing .portlet-listing-entry .picture span.resource_background:after,
.portlet.portlet_listing .portlet-listing-entry .picture span.resource_background:before {
  display: none;
}

.page_gallery .pictures.gallery .picture {
  width: 33.33%;
}
.page_gallery .pictures.gallery .picture.picture_3 ~ .picture {
  display: block;
}

/* @end */
/* @group documents */
.documents {
  margin: 0 0 34px;
  padding: 5px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: 15px 12px 0 0;
}
.documents .document i {
  display: none;
}
.documents .document a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  width: auto;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  background: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
.documents .document a:after, .documents .document a:before {
  display: block;
  content: "[";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  color: rgba(153, 153, 153, 0.3);
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  z-index: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.documents .document a:after {
  content: "]";
  left: auto;
  right: 0;
}
.documents .document a:hover:before {
  left: -7px;
}
.documents .document a:hover:after {
  right: -7px;
}
.documents .document a:hover, .documents .document a:focus, .documents .document a:active {
  color: #F0AD04;
  transition: 0.3s;
  border: 0;
  background: none;
}
@media screen and (max-width: 620px) {
  .documents .document a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}

/* @end */
.resource_description {
  clip: unset;
  height: auto;
  width: auto;
  position: static;
}

/* @group fancybox */
.fancybox-caption-wrap {
  text-align: left;
  padding: 0 20px 20px;
  background: none;
}
.fancybox-caption-wrap .fancybox-caption {
  display: inline-block;
  color: #000000;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  border: 0;
}
.fancybox-caption-wrap .fancybox-caption .resource_title {
  font-weight: 700;
}
.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;
  color: #000000;
}

/* @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 mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
@media screen and (max-width: 1240px) {
  .portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction {
    width: auto;
    left: 20px;
    right: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 1150px) {
  .footer .portlet {
    padding: 0 20px;
    font-size: 14px;
    line-height: 23px;
  }
  .footer .portlet:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1120px) {
  .header .header_left,
  .header .header_right {
    width: 285px;
  }
  .header .header_inner {
    padding: 14px 20px 20px;
  }
  .meta-navigation li a {
    padding: 0 10px 0 0;
  }
  .content_wrap {
    padding: 65px 0 36px;
  }
  .content_wrap.home .text_wrap {
    padding-right: 0;
    padding-left: 0;
    margin: 0 20px;
  }
  .content_wrap.home .text_wrap .text_inner {
    padding: 0;
  }
  div.introduction {
    margin: 0 0 55px;
  }
  .pictures_left {
    width: 44.5%;
    margin: 0 60px 0 0;
  }
  .portlet h3.portlet-title,
  .portlet h3.portlet-title a,
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .pictures.gallery {
    margin-top: 30px;
    padding: 0 0 40px;
  }
  ul.tags {
    padding: 10px 20px 0;
  }
  ul.tags li {
    margin: 0 -5px 0 0;
  }
  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;
  }
  .content_accordion {
    margin-top: 50px;
  }
  .header_image .resource_description {
    bottom: 40px;
    right: 20px;
    font-size: 30px;
    line-height: 45px;
  }
  .header_image .resource_description p.resource_title {
    margin: 0 0 -15px;
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -7px;
  }
  .header_image .resource_description p {
    margin: 0 0 25px;
  }
  .header_image .resource_description .content_button {
    margin: 0;
  }
  .footer .footer_inner {
    padding: 63px 20px 44px;
  }
  .footer .footer_logo {
    width: calc(25% - 40px);
    margin: 0 40px 0 0;
  }
  .footer .footer_logo .copy {
    margin: 50px 0 0;
  }
  .footer .footer_logo .copy li:nth-child(3) {
    margin-top: 10px;
  }
  .footer .portlets_wrap {
    width: 75%;
  }
  .footer .portlets_wrap .portlet {
    width: 33.33%;
    padding: 0 12px;
  }
  .footer .portlets_wrap .portlet .portlet_inner {
    margin: 0;
    padding: 0;
  }
  .footer .portlets_wrap .portlet .portlet_inner:before {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
  }
  .footer .portlets_wrap .portlet h2.first_h2,
  .footer .portlets_wrap .portlet h3.portlet-title,
  .footer .portlets_wrap .portlet h3.portlet-title a {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .portlet.portlet_listing.tabs ul.tab_list li {
    padding: 15px 5px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry-wrap {
    margin: 50px 0 0;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry {
    padding: 25px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry .pictures {
    width: 42%;
    margin: 0 30px 0 0;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry .portlet-listing-content-container {
    font-size: 16px;
    line-height: 25px;
  }
  .portlets_bottom {
    padding: 30px 0 0;
  }
  .portlets_bottom .portlet {
    padding-bottom: 70px;
  }
  #google_map {
    height: 500px;
  }
  .listing_entry,
  .overview_item {
    margin: 55px 0 0;
    padding: 0;
  }
  .listing_entry .pictures,
  .overview_item .pictures {
    margin: 6px 40px 6px 0;
  }
  .css_auflistung_mit_spalten .listing_entry,
  .css_auflistung_mit_spalten .overview_item {
    width: 33.33%;
    margin: 30px 0 0;
  }
  .css_auflistung_mit_spalten .listing_entry:nth-child(4n+1),
  .css_auflistung_mit_spalten .overview_item:nth-child(4n+1) {
    clear: none;
  }
  .css_auflistung_mit_spalten .listing_entry:nth-child(3n+1),
  .css_auflistung_mit_spalten .overview_item:nth-child(3n+1) {
    clear: left;
  }
  .css_auflistung_mit_spalten .listing_entry h2 a,
  .css_auflistung_mit_spalten .listing_entry h2,
  .css_auflistung_mit_spalten .overview_item h2 a,
  .css_auflistung_mit_spalten .overview_item h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .css_auflistung_mit_spalten .listing_entry h4,
  .css_auflistung_mit_spalten .overview_item h4 {
    margin: 0 0 15px;
  }
  .mod_mailform form {
    margin: 55px 0 34px;
  }
}
@media screen and (max-width: 1060px) {
  .footer > .portlet {
    padding: 35px 0;
  }
  .footer > .portlet:after, .footer > .portlet:before {
    margin-left: 120px;
  }
  .footer > .portlet:after {
    border-width: 67px 0 67px 30px;
  }
  .footer > .portlet h2.first_h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }
  .footer > .portlet h3.portlet-title,
  .footer > .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
  }
  .footer > .portlet .portlet_content_description > *:first-child {
    margin-top: 10px;
  }
  .footer .footer_inner {
    padding: 40px 20px 20px;
  }
  .footer .footer_logo {
    float: none;
    clear: both;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 20px 0 0;
  }
  .footer .footer_logo a.logo {
    display: none;
  }
  .footer .footer_logo .copy {
    margin: 0;
    text-align: center;
  }
  .footer .footer_logo .copy li {
    display: inline-block;
    margin: 0 10px;
  }
  .footer .footer_logo .copy li:nth-child(3) {
    margin-top: 0;
  }
  .footer .portlets_wrap {
    width: auto;
    max-width: none;
    margin: 0 -20px;
  }
  .footer .portlets_wrap .portlet {
    text-align: center;
  }
}
@media screen and (max-width: 970px) {
  #siteframe {
    padding: 119px 0 0;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: url(../img/noise-pattern.jpg) repeat center top #000000;
  }
  .header .header_right {
    padding: 25px 0 0;
  }
  .header .header_left,
  .header .header_right {
    width: 193px;
  }
  .header div#logo {
    width: 155px;
    padding: 20px 0 0;
  }
  .header .social_media {
    padding: 0 60px 0 0;
  }
  .header .text_block {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .header .text_block i.icon {
    font-size: 30px;
    line-height: 30px;
  }
  .header .text_block .small {
    font-size: 10px;
    line-height: 12px;
  }
  .header .text_block.opening_times i.icon {
    float: right;
    margin: 0 0 0 7px;
  }
  .header .text_block.opening_times .small {
    padding: 3px 0 0;
  }
  .header .text_block.phone_wrap i.icon {
    vertical-align: 2px;
  }
  #navigation-sticky-wrapper,
  .meta-navigation,
  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%;
    max-width: 400px;
    height: 100%;
    opacity: 1;
    background: #1A1A1A;
    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;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    transform: perspective(1px) translate3d(0, 0, 0);
  }
  #google_map,
  .header_image {
    margin-top: 0;
  }
  .content_wrap {
    padding: 45px 0 26px;
  }
  .pictures_left {
    width: 44.5%;
    margin: 0 40px 0 0;
  }
  .portlet h3.portlet-title,
  .portlet h3.portlet-title a,
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px;
  }
  div.introduction {
    font-size: 19px;
    line-height: 29px;
    margin: 0 0 40px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry h2.first_h2,
  h2.first_h2,
  h2.first_h2 a {
    margin: 0 0 9px;
  }
  .page_home h2.first_h2,
  .page_home h2.first_h2 a {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry h2 a,
  .portlet.portlet_listing.tabs .portlet-listing-entry h2,
  h2, h2 a {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px 0;
  }
  h3, h3 a {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    margin: 0 0 5px;
  }
  p {
    margin: 0 0 24px 0;
  }
  p + h2, ul + h2, ol + h2, table + h2, .content_accordion + h2, .table_wrap_container + h2 {
    margin-top: 40px;
  }
  .content_button {
    margin: 0 0 24px;
  }
  .content ol,
  .content ul {
    margin: 0 0 24px 16px;
  }
  .table_wrap_container {
    margin: 0 0 30px 0;
  }
  .documents {
    padding: 0;
  }
  .content_accordion {
    margin: 30px 0 24px;
  }
  .content_accordion + .content_accordion {
    margin-top: -24px;
  }
  #google_map {
    height: 400px;
  }
  #mod_overview,
  .mod_listing #mixItUp {
    margin-bottom: 20px;
  }
  .listing_entry,
  .overview_item {
    margin: 40px 0 0;
    padding: 0;
  }
  .listing_entry .pictures,
  .overview_item .pictures {
    margin: 6px 30px 6px 0;
  }
  .listing-more-button {
    margin: 20px 0 0;
  }
  .portlet a.portlet_content_link {
    margin: 20px 0 0;
  }
  .portlet.portlet_listing .portlet-listing-entry {
    width: 50%;
    margin: 30px 0 0;
  }
  .portlet.portlet_listing .portlet-listing-entry h2 a,
  .portlet.portlet_listing .portlet-listing-entry h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .portlet.portlet_listing .portlet-listing-entry h4 {
    margin: 0 0 15px;
  }
  .portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link {
    margin: 20px 0 0;
  }
  .portlet.portlet_listing a.portlet_listing_show_all {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 850px) {
  .pictures.gallery {
    padding: 0 20px 40px;
  }
  .pictures_left {
    margin: 60px 30px 0 0;
  }
  #mixItUp {
    padding: 0;
  }
  ul.tags {
    margin-bottom: -15px;
  }
  ul.tags li {
    font-size: 12px;
    line-height: 21px;
    padding: 0 13px;
    margin: 0 -4px 10px 0;
  }
  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;
  }
  .footer .footer_logo .copy {
    padding: 10px 0 0;
    text-align: left;
  }
  .footer .footer_logo .copy li {
    margin: 0 8px 0 0;
  }
  .footer .portlets_wrap {
    margin: 0 -20px 0 0;
  }
  .footer .portlets_wrap .portlet {
    width: 50%;
    padding: 0 20px 20px 0;
  }
  .footer .portlets_wrap .portlet:nth-child(odd) {
    clear: left;
  }
  .footer > .portlet {
    padding: 25px 0;
  }
  .footer > .portlet:after, .footer > .portlet:before {
    display: none;
  }
  .footer > .portlet h2.first_h2 {
    font-size: 14px;
    line-height: 24px;
  }
  .footer > .portlet h3.portlet-title,
  .footer > .portlet h3.portlet-title a {
    font-size: 22px;
    line-height: 28px;
  }
  .footer > .portlet a.portlet_content_link {
    position: static;
    margin: 20px 0 0 !important;
  }
  .portlet.portlet_listing.tabs ul.tab_list li {
    padding: 15px 15px 12px;
    min-height: 69px;
    box-sizing: border-box;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry-wrap {
    margin: 30px 0 0;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry {
    padding: 20px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry .pictures {
    width: 38%;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 800px) {
  .header_image .resource_description {
    bottom: 20px;
    font-size: 23px;
    line-height: 33px;
  }
  .header_image .resource_description p.resource_title {
    margin: 0 0 -10px;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5px;
  }
  .header_image .resource_description p {
    margin: 0 0 15px;
  }
  .footer > .portlet {
    padding: 25px 0;
  }
  .footer > .portlet:after, .footer > .portlet:before {
    margin-left: 80px;
  }
  .footer > .portlet:after {
    border-width: 54px 0 54px 24px;
  }
  .footer > .portlet h2.first_h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .footer > .portlet h3.portlet-title,
  .footer > .portlet h3.portlet-title a {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 750px) {
  .content_wrap .home .text_wrap .text_inner {
    padding: 0;
    overflow: visible;
  }
  .pictures_left {
    width: 80%;
    max-width: 400px;
    float: none;
    clear: both;
    margin: 10px auto 0;
  }
  .pictures.gallery {
    padding: 0 20px 30px;
  }
  .pictures.gallery.three_pictures .picture,
  .pictures.gallery .picture {
    width: 50%;
  }
  .pictures.gallery.three_pictures .picture a, .pictures.gallery.two_pictures .picture a {
    padding: 0 0 100%;
  }
  .pictures.gallery.one_picture .picture a {
    padding: 0 0 50%;
  }
  .page_gallery .pictures.gallery .picture {
    width: 50%;
  }
  .css_auflistung_mit_spalten #mod_overview, .css_auflistung_mit_spalten.mod_listing #mixItUp {
    margin-top: -15px;
  }
  .css_auflistung_mit_spalten .listing_entry,
  .css_auflistung_mit_spalten .overview_item {
    width: 50%;
    margin: 30px 0 0;
  }
  .css_auflistung_mit_spalten .listing_entry:nth-child(3n+1),
  .css_auflistung_mit_spalten .overview_item:nth-child(3n+1) {
    clear: none;
  }
  .css_auflistung_mit_spalten .listing_entry:nth-child(2n+1),
  .css_auflistung_mit_spalten .overview_item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 700px) {
  .mod_mailform form {
    margin: 30px 0 34px;
  }
  .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%;
  }
  .mailform_element .select2-container {
    width: 100% !important;
  }
  .login_form form p:last-child label,
  #mailform_submit_button label {
    display: none;
  }
  .mailform_element.checkbox_field p {
    margin: 0;
  }
  .portlets_bottom .portlet .pictures {
    margin: 30px 0 20px;
  }
  .portlets_bottom .portlet.slider .portlet_inner {
    margin: 0;
  }
  .portlets_bottom .portlet.slider .portlet_content_description > * {
    margin-right: 0;
  }
  .portlets_bottom .portlet.slider a.special_link,
  .portlets_bottom .portlet.slider a.portlet_content_link {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0;
  }
  .portlets_bottom .portlet.slider .bx-wrapper .bx-controls-direction a {
    top: -75px;
  }
}
@media screen and (max-width: 620px) {
  .responsive_navigation_toggle {
    top: 42px;
  }
  #siteframe {
    padding: 82px 0 0;
  }
  .header {
    text-align: left;
  }
  .header .header_inner {
    padding: 17px 20px 13px;
  }
  .header .header_left,
  .header .header_right {
    display: none;
  }
  .header div#logo {
    padding: 0;
    width: 120px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry .portlet-listing-content-container,
  body {
    font-size: 14px;
    line-height: 23px;
  }
  .content_wrap {
    padding: 45px 0 26px;
  }
  .portlet h3.portlet-title,
  .portlet h3.portlet-title a,
  h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  div.introduction {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 30px;
  }
  .page_home h2.first_h2, .page_home h2.first_h2 a,
  .portlet.portlet_listing.tabs .portlet-listing-entry h2.first_h2,
  h2.first_h2,
  h2.first_h2 a {
    letter-spacing: 0.7px;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry h2 a,
  .portlet.portlet_listing.tabs .portlet-listing-entry h2,
  h2, h2 a {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 12px 0;
  }
  h3, h3 a {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    letter-spacing: 0.7px;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  p + h2, ul + h2, ol + h2, table + h2, .content_accordion + h2, .table_wrap_container + h2 {
    margin-top: 30px;
  }
  #google_map {
    height: 300px;
  }
  #popup_news .information_responsive {
    display: flex;
    pointer-events: all;
  }
  #popup_news .portlet {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.6s ease-out;
  }
  #popup_news #close_popup {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #popup_news .portlet.visible_responsive {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  #popup_news .portlet.visible_responsive + #close_popup {
    opacity: 1;
    transition-delay: 0.6s;
  }
  #popup_news .portlet.visible_responsive + div + .information_responsive {
    opacity: 0;
  }
}
@media screen and (max-width: 550px) {
  .header_image {
    position: relative;
  }
  .header_image .picture span.resource_background {
    display: block;
    position: relative;
    left: 50%;
    overflow: visible;
  }
  .header_image .picture img {
    height: 325px;
    width: auto;
    transform: translate(-50%, 0);
  }
  .header_image .resource_description {
    font-size: 13px;
    line-height: 23px;
  }
  .header_image .resource_description p.resource_title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -3px;
  }
  .header_image .resource_description p {
    margin: 0 0 15px;
  }
  .table_wrap_container {
    position: relative;
    padding: 20px 0 0;
  }
  .table_wrap_container table {
    min-width: 100%;
    width: auto !important;
  }
  .footer .footer_logo .copy {
    padding: 0;
    margin-top: -10px;
  }
  .footer .portlets_wrap .portlet {
    width: 100%;
  }
  .footer > .portlet {
    padding: 25px 0;
  }
  .footer > .portlet:after, .footer > .portlet:before {
    display: none;
  }
  .footer > .portlet h2.first_h2 {
    font-size: 14px;
    line-height: 24px;
  }
  .footer > .portlet h3.portlet-title,
  .footer > .portlet h3.portlet-title a {
    font-size: 22px;
    line-height: 28px;
  }
  .footer > .portlet a.portlet_content_link {
    position: static;
    margin: 20px 0 0;
  }
  .portlet.portlet_listing .portlet-listing-entry {
    width: 100%;
    margin: 20px 0 0;
  }
  .portlet.portlet_listing .portlet-listing-entry h2 a,
  .portlet.portlet_listing .portlet-listing-entry h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .portlet.portlet_listing .portlet-listing-entry h4 {
    margin: 0 0 10px;
  }
  .portlet.portlet_listing .portlet-listing-entry a.portlet-entry-link {
    margin: 15px 0 0;
  }
  .portlet.portlet_listing a.portlet_listing_show_all {
    margin: 20px 0 0;
  }
  .portlet.portlet_listing.tabs ul.tab_list {
    display: none;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry {
    display: block;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry + .portlet-listing-entry {
    margin-top: 20px;
  }
  .portlet.portlet_listing.tabs .portlet-listing-entry .pictures {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .listing_entry .content,
  .overview_item .content {
    overflow: visible;
    padding: 0;
  }
  .listing_entry .pictures,
  .overview_item .pictures {
    float: none;
    clear: both;
    width: 100%;
    margin: 6px 0 20px 0;
  }
  .css_auflistung_mit_spalten .listing_entry,
  .css_auflistung_mit_spalten .overview_item {
    width: 100%;
  }
  .css_auflistung_mit_spalten .listing_entry h2, .css_auflistung_mit_spalten .listing_entry h2 a,
  .css_auflistung_mit_spalten .overview_item h2,
  .css_auflistung_mit_spalten .overview_item h2 a {
    font-size: 16px;
    line-height: 26px;
  }
  .css_auflistung_mit_spalten .listing_entry h4,
  .css_auflistung_mit_spalten .overview_item h4 {
    margin: 0 0 10px;
  }
  #privacy_banner #privacy_banner_inner #privacy_description {
    padding: 0;
  }
  #privacy_banner #privacy_banner_inner a.button {
    position: relative;
    top: auto;
    margin: 15px 0 0;
    right: auto;
    float: none;
    display: inline-block;
    text-align: center;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 450px) {
  #google_map {
    height: 250px;
  }
  .pictures.gallery.two_pictures .picture, .pictures.gallery.three_pictures .picture,
  .pictures.gallery .picture {
    width: 100%;
  }
  .pictures.gallery.one_picture .picture a {
    padding: 0 0 100%;
  }
  .page_gallery .pictures.gallery .picture {
    width: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| 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 mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group css animations */
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* @end */
/* @group basic */
@media print {
  body {
    font-family: "Raleway";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #000000;
    background: #ffffff;
  }
  .portlets_bottom,
  #navigation-sticky-wrapper,
  .header .header_right,
  .header .header_left,
  ul.tags,
  .portlet.portlet_listing a.portlet_listing_show_all,
  .portlet a.portlet_content_link,
  .mailform-submit,
  .login_form .button,
  .pagination,
  .listing_entry_backlink a,
  .listing-more-button,
  .content_button,
  .footer .portlet h3.portlet-title,
  .documents,
  .header_image,
  .footer .copy,
  .footer .social_media,
  #navigation,
  .meta_wrap,
  .imprint {
    display: none !important;
  }
  .header {
    text-align: left;
    border: 0;
    padding: 0 0 30px;
  }
  .header .header_inner {
    padding: 0;
  }
  .header div#logo {
    width: 150px;
    padding: 0;
  }
  .header div#logo img {
    display: none;
  }
  .header div#logo img.print {
    display: block;
  }
  #siteframe {
    min-height: 0 !important;
  }
  .content_wrap {
    padding: 0 0 20px;
  }
  .content_wrap .text_wrap {
    padding: 0;
  }
  .content_wrap.home .text_wrap {
    border: 0;
  }
  .content_wrap.home .text_wrap .text_inner {
    padding: 0;
  }
  .footer .footer_inner {
    border-top: 1px solid #8D8D8D;
    padding: 15px 0 0;
  }
  .footer > .portlet,
  .footer .footer_logo {
    display: none;
  }
  .footer .portlets_wrap {
    width: 100%;
    float: none;
    clear: none;
  }
  .footer .portlet {
    width: 200px;
    padding: 0 20px 0 0;
  }
  .footer .portlet .portlet_inner {
    margin: 0;
    padding: 0;
  }
  .footer .portlet .portlet_inner:before {
    display: none;
  }
  .footer .portlet:nth-child(2) .portlet_content_description > p > a, .footer .portlet:nth-child(1),
  .footer .portlet h2.first_h2,
  .footer .portlet h3.portlet-title,
  .footer .portlet h3.portlet-title a {
    display: none;
  }
  .footer .portlet a {
    color: #000000;
  }
  .footer .portlet:nth-child(3) .portlet_content_description ul {
    list-style: none;
  }
  .footer .portlet:nth-child(3) .portlet_content_description ul li a {
    color: #000000;
  }
  .footer .portlet:nth-child(3) .portlet_content_description ul li a:before {
    display: none;
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    color: #000000;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 15px;
  }
  div.introduction {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 20px;
  }
  h2.first_h2,
  h2.first_h2 a {
    color: #999999;
  }
  .page_home h2.first_h2,
  .page_home h2.first_h2 a {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  h2, h2 a {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 10px 0;
  }
  h3, h3 a {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 10px 0;
  }
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
    color: #999999;
  }
  p {
    margin: 0 0 20px 0;
  }
  p + h2, ul + h2, ol + h2, table + h2, .content_accordion + h2, .table_wrap_container + h2 {
    margin-top: 30px;
  }
  .content ol {
    margin: 0 0 20px 16px;
  }
  .content ul {
    margin: 0 0 20px 16px;
  }
  .pictures.gallery {
    padding: 0 0 10px;
  }
  .content_button {
    margin-bottom: 20px;
  }
  .table_wrap_container {
    margin: 0 0 20px 0;
  }
  table th {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
  }
  .pictures_left {
    width: 30%;
    margin: 0 30px 10px 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 .content,
  .overview_item .content {
    padding: 0;
  }
  .listing_entry .pictures,
  .overview_item .pictures {
    width: 25%;
    margin: 0 20px 0 0;
  }
  .css_auflistung_mit_spalten #mod_overview, .css_auflistung_mit_spalten.mod_listing #mixItUp {
    padding: 0;
    margin: 0 -12px 10px;
  }
  .css_auflistung_mit_spalten .listing_entry,
  .css_auflistung_mit_spalten .overview_item {
    margin: 25px 0 0;
  }
  .css_auflistung_mit_spalten .listing_entry:nth-child(4n+1),
  .css_auflistung_mit_spalten .overview_item:nth-child(4n+1) {
    clear: left;
  }
  .css_auflistung_mit_spalten .listing_entry .content,
  .css_auflistung_mit_spalten .overview_item .content {
    padding: 0;
  }
  .css_auflistung_mit_spalten .listing_entry .pictures,
  .css_auflistung_mit_spalten .overview_item .pictures {
    width: 100%;
    margin: 0 0 20px;
  }
  .css_auflistung_mit_spalten .listing_entry h2 a,
  .css_auflistung_mit_spalten .listing_entry h2,
  .css_auflistung_mit_spalten .overview_item h2 a,
  .css_auflistung_mit_spalten .overview_item h2 {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
  }
  .css_auflistung_mit_spalten .listing_entry .pictures,
  .css_auflistung_mit_spalten .overview_item .pictures {
    border: 0;
  }
  .css_auflistung_mit_spalten .listing_entry h4,
  .css_auflistung_mit_spalten .overview_item h4 {
    margin: 0 0 10px;
  }
  .css_auflistung_mit_spalten .listing_entry .listing-content-text > ul li a,
  .css_auflistung_mit_spalten .overview_item .listing-content-text > ul li a {
    color: #000000;
  }
  .css_auflistung_mit_spalten .listing_entry .listing-content-text > ul li a:before,
  .css_auflistung_mit_spalten .overview_item .listing-content-text > ul li a:before {
    display: none;
  }
  #module_mailform form {
    margin: 0;
  }
  .mailform_element textarea {
    height: 100px;
  }
  .content_accordion {
    margin: 0 0 20px;
    border: 0;
    border-bottom: 1px solid #8D8D8D;
  }
  .content_accordion + .content_accordion {
    margin-top: -20px;
  }
  .content_accordion .accordion_title_wrap {
    border-bottom: 0;
  }
  .content_accordion .accordion_title_wrap .icon {
    border-right: 0;
  }
  .content_accordion .accordion_title_wrap .icon:after, .content_accordion .accordion_title_wrap .icon:before {
    background: #000000;
  }
  .content_accordion .accordion_title_wrap h3 {
    padding: 17px 0 0;
    font-size: 13px;
    line-height: 20px;
  }
  .content_accordion .content_accordion_inner {
    color: #000000;
    padding: 0 20px 15px;
  }
  .content_accordion.active .accordion_title_wrap:hover .icon,
  .content_accordion.active .icon {
    background: none;
  }
  .content_accordion.active .accordion_title_wrap:hover .icon:after, .content_accordion.active .accordion_title_wrap:hover .icon:before,
  .content_accordion.active .icon:after,
  .content_accordion.active .icon:before {
    background: #000000;
  }
}
/* @end *//*# sourceMappingURL=styles.css.map */