@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@import url("//hello.myfonts.net/count/46a61e");
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

.pagination-numbers {
  float: left;
}

.pagination-links {
  float: right;
}

.pagination-numbers a,
.pagination-numbers span.placeholder,
.pagination-links a {
  float: left;
}

/* @end */
/* @group picture styles */
.resource_background {
  overflow: hidden;
}

.resource_background {
  display: block;
  position: relative;
}

.resource_link {
  display: block;
  text-decoration: none;
}

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

.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 */
input, select, textarea {
  outline: none;
  box-shadow: none;
}

label.label_remember_me_checkbox {
  display: block;
  padding: 4px 0;
}

input#remember_me {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
/**
* @license
* MyFonts Webfont Build ID 4630046, 2022-04-05T11:45:29-0400
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed Webfonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: EuropaGroNr2SB-Rom by Scangraphic Digital Type Collection
* URL: https://www.myfonts.com/fonts/efscangraphic/europa-grotesk-no-2-sb/rom/
* 
* Webfont: EuropaGroNr2SB-Bol by Scangraphic Digital Type Collection
* URL: https://www.myfonts.com/fonts/efscangraphic/europa-grotesk-no-2-sb/bol/
* 
* Webfont: EuropaGroteskSB-Ext by Scangraphic Digital Type Collection
* URL: https://www.myfonts.com/fonts/efscangraphic/europa-grotesk-sb/ext/
* 
* Webfont: EuropaGroteskSB-MedExt by Scangraphic Digital Type Collection
* URL: https://www.myfonts.com/fonts/efscangraphic/europa-grotesk-sb/med-ext/
* 
* 
* Webfonts copyright: Copyright of design and/or Trademark by Scangraphic PrePress Technology GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred w
* 
* © 2022 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "EuropaGrotesk-Ext";
  src: url("fonts/EuropaGroteskSBExt/font.woff2") format("woff2"), url("fonts/EuropaGroteskSBExt/font.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "EuropaGrotesk-Ext";
  src: url("fonts/EuropaGroteskSBMedExt/font.woff2") format("woff2"), url("fonts/EuropaGroteskSBMedExt/font.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "EuropaGrotesk";
  src: url("fonts/EuropaGroNr2SBBol/font.woff2") format("woff2"), url("fonts/EuropaGroNr2SBBol/font.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "EuropaGrotesk";
  src: url("fonts/EuropaGroNr2SBRom/font.woff2") format("woff2"), url("fonts/EuropaGroNr2SBRom/font.woff") format("woff");
  font-weight: 400;
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
/* @group basic */
body {
  --management-highlight-color: #C50D1F;
  --management-highlight-color-rgb: 197, 13, 31;
}

body {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #FFFFFF;
}
@media print {
  body {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
body.navi_open {
  overflow: hidden;
}

body #rwdnav {
  display: none;
}

.page {
  overflow: hidden;
}

#siteframe {
  position: relative;
  padding-top: 114px;
}

#logo_print {
  display: none;
}

#content {
  position: relative;
  background: #FFFFFF;
}

.content_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .content_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.content_inner.no_padding_top {
  padding-top: 0;
}
.content_inner.no_padding_bottom {
  padding-bottom: 0;
}
.content_inner .content_overflow {
  overflow: hidden;
}

.content_top {
  position: relative;
}
.content_top:first-child .content_inner {
  padding-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_top:first-child .content_inner {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .content_top:first-child .content_inner {
    padding-top: 50px;
  }
}
@media print {
  .content_top:first-child .content_inner {
    padding-top: 4.3vw;
  }
}
.content_top .content_inner {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_top .content_inner {
    padding-bottom: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .content_top .content_inner {
    padding-bottom: 50px;
  }
}
@media print {
  .content_top .content_inner {
    padding-bottom: 4.3vw;
  }
}
.content_top .content_inner .content_right {
  padding-right: 100px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.content_top .content_inner .content_right h2:last-child {
  margin-bottom: 0 !important;
}
.content_top .content_inner .content_right.no_padding_right {
  padding-right: 0;
}
.content_top + .portlet + .content_bottom .content_inner, .content_top + .portlet + #scroll_div .content_bottom .content_inner {
  padding-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_top + .portlet + .content_bottom .content_inner, .content_top + .portlet + #scroll_div .content_bottom .content_inner {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .content_top + .portlet + .content_bottom .content_inner, .content_top + .portlet + #scroll_div .content_bottom .content_inner {
    padding-top: 50px;
  }
}
@media print {
  .content_top + .portlet + .content_bottom .content_inner, .content_top + .portlet + #scroll_div .content_bottom .content_inner {
    padding-top: 4.3vw;
  }
}
.page_home .content_top .content_inner {
  padding-top: 140px;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .page_home .content_top .content_inner {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .page_home .content_top .content_inner {
    padding-top: 50px;
  }
}
@media print {
  .page_home .content_top .content_inner {
    padding-top: 4.3vw;
  }
}

.content_bottom .content_inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_bottom .content_inner {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .content_bottom .content_inner {
    margin-bottom: 35px;
  }
}
@media print {
  .content_bottom .content_inner {
    margin-bottom: 35px;
  }
}
.content_bottom .content_inner .content_right {
  padding-right: 100px;
  width: 100%;
  box-sizing: border-box;
}

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.logged_in #header {
  width: calc(100% - var(--management-panel-width));
}
.is_scrolled #header {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
#header .header_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  max-width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  #header .header_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#header .header_inner #logo {
  position: relative;
  display: block;
  flex: 0 0 205px;
  max-width: 205px;
  margin-right: 50px;
}
#header .header_inner #logo a {
  display: block;
  position: relative;
}
#header .header_inner #logo a img {
  width: 100%;
}
#header .header_inner #logo a img.negative {
  position: absolute;
  top: 0;
  opacity: 0;
}
#header .header_inner #logo img {
  display: block;
}
#header .header_inner .header_left,
#header .header_inner .header_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header_inner .header_quicklinks {
  display: flex;
  margin-left: 60px;
}
#header .header_inner .header_quicklinks a {
  white-space: nowrap;
  font-size: 14px;
  background: #1A1919;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 700;
  border-radius: 15px;
  line-height: 16px;
  padding: 4px 8px 3px;
}
#header .header_inner .header_quicklinks a:not(:first-child) {
  margin-left: 18px;
}
#header .header_inner .header_quicklinks a i {
  font-size: 11px;
  margin-right: 5px;
  margin-left: 0;
}
#header .header_inner .header_quicklinks a:hover {
  background: #F1B400;
}
#header .header_inner .header_quicklinks a:nth-child(2) {
  position: relative;
}
#header .header_inner .header_quicklinks a:nth-child(2):after {
  content: "";
  left: 6px;
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  z-index: 1;
  border-radius: 100%;
  top: 4px;
}
#header .header_inner .header_quicklinks a:nth-child(2) i {
  color: #1A1919;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 0;
  top: 2px;
  left: -3px;
  margin-right: 0;
}
#header .header_inner .header_quicklinks a:nth-child(2):hover i {
  color: #F1B400;
}
#header a {
  text-decoration: none;
}
#header .portlet_search {
  position: absolute;
  width: 293px;
  left: 285px;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  margin-top: 1px;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
#header .portlet_search .live_search_results {
  display: none !important;
}
#header .portlet_search:not(:has(#cross_icon)) {
  padding-left: 32px;
}
#header .portlet_search #cross_icon {
  min-width: 32px;
}
#header .portlet_search #cross_icon i {
  display: inline-block;
  min-width: 20px;
  font-size: 20px;
  color: rgba(26, 25, 25, 0.3);
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header .portlet_search #cross_icon i:hover {
  color: #1A1919;
}
#header .portlet_search #cross_icon i + i {
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 22px;
  opacity: 0;
  pointer-events: none;
}
#header .portlet_search.current {
  width: calc(100% - 520px);
}
#header .portlet_search.current input {
  border-color: #1A1919;
}
#header .portlet_search.current input#portlet-search-button + i {
  opacity: 1;
}
#header .portlet_search.current #cross_icon i:first-child {
  opacity: 0;
}
#header .portlet_search.current #cross_icon i + i {
  opacity: 1;
  pointer-events: all;
}
#header .portlet_search h3, #header .portlet_search .controls {
  display: none;
}
#header .portlet_search .portlet_inner {
  width: 100%;
}
#header .portlet_search input {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 33px;
  box-sizing: border-box;
}
@media print {
  #header .portlet_search input {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #header .portlet_search input {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #header .portlet_search input {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  #header .portlet_search input {
    font-size: 17px;
    line-height: 26px;
  }
}
#header .portlet_search input::-webkit-input-placeholder {
  color: rgba(26, 25, 25, 0.3);
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#header .portlet_search input:-moz-placeholder {
  color: rgba(26, 25, 25, 0.3);
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#header .portlet_search input::-moz-placeholder {
  color: rgba(26, 25, 25, 0.3);
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#header .portlet_search input:-ms-input-placeholder {
  color: rgba(26, 25, 25, 0.3);
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#header .portlet_search input#portlet-search-button {
  font-size: 0;
  line-height: 0;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
}
#header .portlet_search input#portlet-search-button + i {
  color: rgba(26, 25, 25, 0.3);
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header .portlet_search input#portlet-search-button:hover + i {
  color: #1A1919;
}

.preload #header .header_inner .header_quicklinks a:after,
.preload #header .header_inner .header_quicklinks a i {
  opacity: 0;
}

.page_home:not(.system_page) #header .header_inner {
  background: transparent;
}
.page_home:not(.system_page) #header .header_inner #logo a img {
  opacity: 0;
}
.page_home:not(.system_page) #header .header_inner #logo a img.negative {
  opacity: 1;
}
.page_home:not(.system_page) #header .portlet_search {
  opacity: 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.page_home:not(.system_page) #header .header_quicklinks a {
  background: #FFFFFF;
  color: #1A1919;
}
.page_home:not(.system_page) #header .header_quicklinks a:nth-child(2):after {
  background: #1A1919;
}
.page_home:not(.system_page) #header .header_quicklinks a:nth-child(2) i {
  color: #FFFFFF;
}
.page_home:not(.system_page) .responsive_navigation_toggle span {
  background: #FFFFFF;
}
.page_home:not(.system_page) #navigation ul.level0 > li > a {
  color: #FFFFFF;
}
.page_home:not(.system_page) #navigation ul.level0 > li > a:before {
  background: #FFFFFF;
}
.page_home:not(.system_page) #navigation ul.level0 > li#nav-5 > a:after,
.page_home:not(.system_page) #navigation ul.level0 > li#nav-5 > a span:after,
.page_home:not(.system_page) #navigation ul.level0 > li#nav-5 > a span:before {
  background: #FFFFFF;
}
.page_home:not(.system_page).is_scrolled #header .header_inner {
  background: #FFFFFF;
}
.page_home:not(.system_page).is_scrolled #header .header_inner #logo a img {
  opacity: 1;
}
.page_home:not(.system_page).is_scrolled #header .header_inner #logo a img.negative {
  opacity: 0;
}
.page_home:not(.system_page).is_scrolled #header .portlet_search {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page_home:not(.system_page).is_scrolled #header .header_quicklinks a {
  background: #1A1919;
  color: #FFFFFF;
}
.page_home:not(.system_page).is_scrolled #header .header_quicklinks a:nth-child(2):after {
  background: #FFFFFF;
}
.page_home:not(.system_page).is_scrolled #header .header_quicklinks a:nth-child(2) i {
  color: #1A1919;
}
.page_home:not(.system_page).is_scrolled .responsive_navigation_toggle span {
  background: #1A1919;
}
.page_home:not(.system_page).is_scrolled #navigation ul.level0 > li > a {
  color: #1A1919;
}
.page_home:not(.system_page).is_scrolled #navigation ul.level0 > li > a:before {
  background: #1A1919;
}
.page_home:not(.system_page).is_scrolled #navigation ul.level0 > li#nav-5 > a:after,
.page_home:not(.system_page).is_scrolled #navigation ul.level0 > li#nav-5 > a span:after,
.page_home:not(.system_page).is_scrolled #navigation ul.level0 > li#nav-5 > a span:before {
  background: #1A1919;
}
.page_home:not(.system_page) #siteframe {
  padding-top: 0 !important;
}

.quicklink_line {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  bottom: -80px;
  max-width: 100%;
  width: 100%;
  z-index: 50;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1000px) {
  .quicklink_line {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.quicklink_line.active {
  bottom: 0;
}
.quicklink_line a {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  text-decoration: none;
  color: #1A1919;
  display: flex;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  align-items: baseline;
}
@media print {
  .quicklink_line a {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  .quicklink_line a {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  .quicklink_line a {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  .quicklink_line a {
    font-size: 17px;
    line-height: 26px;
  }
}
.quicklink_line a span:nth-child(3) {
  display: none;
}
.quicklink_line a i {
  margin-right: 13px;
  font-size: 24px;
}
.quicklink_line a:not(:first-child) {
  margin-left: 50px;
}
.quicklink_line a:last-child {
  margin-left: auto !important;
}
.quicklink_line a:hover {
  color: #F1B400;
}
.quicklink_line a:hover i {
  font-weight: 700;
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 140px;
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  display: flex;
  flex-flow: wrap;
  padding-right: 6px;
  border-radius: 10px;
  padding-top: 3px;
  z-index: 1;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .breadcrumb {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb {
    margin-top: 14px;
  }
}
@media print {
  .breadcrumb {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .breadcrumb {
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
@media print {
  .breadcrumb {
    margin-bottom: 4.3vw;
  }
}
@media print {
  .breadcrumb {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    font-size: 13px;
    line-height: 17px;
  }
}
.breadcrumb .you_are_here {
  margin-right: 20px;
}
.breadcrumb > * {
  background: #FFFFFF;
  padding-bottom: 1px;
}
.breadcrumb > *:last-child {
  padding-right: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.breadcrumb a.breadcrumb_element {
  text-decoration: none;
  color: rgba(26, 25, 25, 0.5);
}
.breadcrumb a.breadcrumb_element:hover {
  color: rgba(26, 25, 25, 0.8);
}
.breadcrumb .breadcrumb_separator {
  width: 22px;
  font-size: 0;
  position: relative;
}
.breadcrumb .breadcrumb_separator:before {
  content: "\f105";
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgba(26, 25, 25, 0.5);
}
.page_home .breadcrumb {
  display: none;
}

#footer {
  position: relative;
  z-index: 1;
  background: #fff;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
}
@media print {
  #footer {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #footer {
    font-size: 16px;
    line-height: 26px;
  }
}
#footer a {
  color: #1A1919;
  text-decoration: none;
}
#footer a:hover {
  color: #F1B400;
}
#footer .footer_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 1000px) {
  #footer .footer_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_inner {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_inner {
    padding-top: 25px;
  }
}
@media print {
  #footer .footer_inner {
    padding-top: 2.2vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_inner {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_inner {
    padding-bottom: 25px;
  }
}
@media print {
  #footer .footer_inner {
    padding-bottom: 2.2vw;
  }
}
#footer .footer_top_line {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
#footer .footer_top_line .portlet_search {
  width: 100%;
  box-sizing: border-box;
  padding-right: 24px;
}
#footer .footer_top_line .portlet_search .live_search_results,
#footer .footer_top_line .portlet_search h3, #footer .footer_top_line .portlet_search .controls {
  display: none !important;
}
#footer .footer_top_line .portlet_search form {
  display: flex;
  position: relative;
  padding-left: 37px;
}
#footer .footer_top_line .portlet_search form:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  margin-top: -12px;
}
#footer .footer_top_line .portlet_search #portlet-search-input {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  border: none;
  padding: 0;
  width: 100%;
  padding-top: 4px;
}
@media print {
  #footer .footer_top_line .portlet_search #portlet-search-input {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer_top_line .portlet_search #portlet-search-input {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_top_line .portlet_search #portlet-search-input {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer_top_line .portlet_search #portlet-search-input {
    font-size: 17px;
    line-height: 26px;
  }
}
#footer .footer_top_line .portlet_search #portlet-search-input::-webkit-input-placeholder {
  color: #1A1919;
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#footer .footer_top_line .portlet_search #portlet-search-input:-moz-placeholder {
  color: #1A1919;
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#footer .footer_top_line .portlet_search #portlet-search-input::-moz-placeholder {
  color: #1A1919;
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#footer .footer_top_line .portlet_search #portlet-search-input:-ms-input-placeholder {
  color: #1A1919;
  opacity: 1;
  text-transform: 1;
  font-weight: 400;
}
#footer .footer_top_line .portlet_search #portlet-search-button {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  #footer .footer_top_line .portlet_search #portlet-search-button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer_top_line .portlet_search #portlet-search-button {
    font-size: 16px;
    line-height: 26px;
  }
}
#footer .footer_top_line .portlet_search #portlet-search-button > * {
  position: relative;
}
#footer .footer_top_line .portlet_search #portlet-search-button:focus, #footer .footer_top_line .portlet_search #portlet-search-button:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #footer .footer_top_line .portlet_search #portlet-search-button {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer_top_line .portlet_search #portlet-search-button {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  #footer .footer_top_line .portlet_search #portlet-search-button {
    display: none !important;
  }
}
#footer .footer_top_line .social_media {
  white-space: nowrap;
}
#footer .footer_top_line .social_media .icons {
  display: flex;
}
#footer .footer_top_line .social_media .icons a {
  display: flex;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer .footer_top_line .social_media .icons a i {
  font-size: 14px;
  line-height: 46px;
  color: #1A1919;
  margin: 0;
}
#footer .footer_top_line .social_media .icons a:not(:first-child) {
  margin-left: 12px;
}
#footer .footer_top_line .social_media .icons a:hover {
  background: #E8E8E8;
}
#footer .footer_top_line .social_media .icons a:hover i {
  color: #1A1919;
}
#footer .footer_informations {
  width: 100%;
  display: flex;
  padding-top: 50px;
  align-items: flex-start;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_informations {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_informations {
    padding-top: 25px;
  }
}
@media print {
  #footer .footer_informations {
    padding-top: 2.2vw;
  }
}
#footer .footer_informations .small_logo {
  flex: 0 0 320px;
}
#footer .footer_informations .portlet {
  flex: 1 0 25%;
  line-height: 33px;
}
#footer .footer_informations .portlet h3, #footer .footer_informations .portlet h3 a {
  margin: 0;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media print {
  #footer .footer_informations .portlet h3, #footer .footer_informations .portlet h3 a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer_informations .portlet h3, #footer .footer_informations .portlet h3 a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_informations .portlet h3, #footer .footer_informations .portlet h3 a {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_informations .portlet h3, #footer .footer_informations .portlet h3 a {
    margin-bottom: 14px;
  }
}
@media print {
  #footer .footer_informations .portlet h3, #footer .footer_informations .portlet h3 a {
    margin-bottom: 14px;
  }
}
#footer .copy {
  width: 100%;
  border-top: 1px solid #E8E8E8;
  margin-top: 80px;
  padding-top: 50px;
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #footer .copy {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 500px) {
  #footer .copy {
    margin-top: 35px;
  }
}
@media print {
  #footer .copy {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #footer .copy {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  #footer .copy {
    padding-top: 25px;
  }
}
@media print {
  #footer .copy {
    padding-top: 2.2vw;
  }
}
@media print {
  #footer .copy {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #footer .copy {
    font-size: 13px;
    line-height: 17px;
  }
}
#footer .copy ul {
  display: flex;
  margin-right: 20px;
}
#footer .copy ul li {
  list-style: none;
}
#footer .copy ul li:not(:first-child) {
  margin-left: 60px;
}
#footer .copy a {
  color: rgba(26, 25, 25, 0.5);
}
#footer .copy a:hover {
  color: #1A1919;
}
#footer .copy > a span {
  display: none;
}

#privacy_banner {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#privacy_banner #privacy_banner_inner {
  color: #fff;
  font-size: 14px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  border-radius: 6px;
  font-weight: 700;
  padding: 6px 14px 5px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover {
  background: #F1B400;
  opacity: 1;
}

#privacy_banner_wrap.active #privacy_banner {
  bottom: 87px;
}

/* @end */
/* @group 125 anniversary special styles */
#navigation ul.level0 > li#nav-108 ul.level1 {
  display: none;
}

.root_category_108 .breadcrumb > *,
.root_category_108 #content {
  background: #D7EDF8;
}
.root_category_108 #content {
  padding-bottom: clamp(40px, 6vw, 60px);
}
.root_category_108 #content:not(:has(.portlet_faq .portlet)):not(:has(.portlet_person .portlet)):has(.portlet_documents .portlet), .root_category_108 #content:has(.portlet_documents:last-child .pictures) {
  padding-bottom: 0;
}
.root_category_108 .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline,
.root_category_108 #mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap {
  background: rgba(255, 255, 255, 0.8);
}
.root_category_108 .portlet_faq,
.root_category_108 .portlet_documents {
  background: rgba(255, 255, 255, 0.2);
}
.root_category_108 .picture_top_listing img {
  max-height: none;
}
@media screen and (max-width: 900px) {
  .root_category_108 div.navigation_left .navigation_left_inner {
    background: #D7EDF8;
  }
  .root_category_108 div.navigation_left.is-affixed .navigation_left_inner {
    background: #eff8fc;
  }
}
@media screen and (max-width: 600px) {
  .root_category_108 .picture_top_listing img {
    aspect-ratio: 360/360;
    min-height: 0;
  }
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1#page_title {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
}
@media screen and (max-width: 1000px) {
  h1#page_title {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  h1#page_title {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  h1#page_title {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  h1#page_title {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
h1#page_title + :not(.subtitle) {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h1#page_title + :not(.subtitle) {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  h1#page_title + :not(.subtitle) {
    margin-top: 25px;
  }
}
@media print {
  h1#page_title + :not(.subtitle) {
    margin-top: 2.2vw;
  }
}
h1#page_title:only-child {
  margin-bottom: 0;
}

.page_home h1#page_title {
  font-weight: 400;
}
.page_home h1#page_title b {
  font-weight: 700;
}

.portlet_listing_introduction,
.listing-content-introduction,
.portlet_content_introduction,
div.introduction {
  font: 700 27px/41px "EuropaGrotesk-Ext";
  text-transform: none;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.42);
}
@media print {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font: 700 14px/23px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 22px;
    line-height: 37px;
  }
}
@media screen and (max-width: 800px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 18px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 17px;
    line-height: 27px;
  }
}

div.introduction + .listing_entry_detail {
  margin-top: 100px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  div.introduction + .listing_entry_detail {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  div.introduction + .listing_entry_detail {
    margin-top: 40px;
  }
}
@media print {
  div.introduction + .listing_entry_detail {
    margin-top: 3.8vw;
  }
}

h2, h2 a {
  font: 700 35px/44px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  h2, h2 a {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  h2, h2 a {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  h2, h2 a {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media print {
  h2, h2 a {
    font: 700 18px/23px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h2, h2 a {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  h2, h2 a {
    margin-bottom: 14px;
  }
}
@media print {
  h2, h2 a {
    margin-bottom: 14px;
  }
}
* + h2, * + h2 a {
  margin-top: 70px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  * + h2, * + h2 a {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 500px) {
  * + h2, * + h2 a {
    margin-top: 30px;
  }
}
@media print {
  * + h2, * + h2 a {
    margin-top: 2.8vw;
  }
}
h2.subtitle, h2 a.subtitle {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  h2.subtitle, h2 a.subtitle {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  h2.subtitle, h2 a.subtitle {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h2.subtitle, h2 a.subtitle {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  h2.subtitle, h2 a.subtitle {
    margin-bottom: 16px;
  }
}
@media print {
  h2.subtitle, h2 a.subtitle {
    margin-bottom: 16px;
  }
}
h2.subtitle + *, h2 a.subtitle + * {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h2.subtitle + *, h2 a.subtitle + * {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  h2.subtitle + *, h2 a.subtitle + * {
    margin-top: 25px;
  }
}
@media print {
  h2.subtitle + *, h2 a.subtitle + * {
    margin-top: 2.2vw;
  }
}

h3, h3 a {
  font: 400 27px/41px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
  color: #1A1919;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  h3, h3 a {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  h3, h3 a {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.2px;
  }
}
@media print {
  h3, h3 a {
    font: 700 15px/20px "EuropaGrotesk-Ext";
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h3, h3 a {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 500px) {
  h3, h3 a {
    margin-bottom: 5px;
  }
}
@media print {
  h3, h3 a {
    margin-bottom: 5px;
  }
}
* + h3, * + h3 a {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  * + h3, * + h3 a {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  * + h3, * + h3 a {
    margin-top: 22px;
  }
}
@media print {
  * + h3, * + h3 a {
    margin-top: 22px;
  }
}
h2 + h3, h2 + h3 a {
  margin-top: -20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h2 + h3, h2 + h3 a {
    margin-top: -20px;
  }
}
@media screen and (max-width: 500px) {
  h2 + h3, h2 + h3 a {
    margin-top: -20px;
  }
}
@media print {
  h2 + h3, h2 + h3 a {
    margin-top: -20px;
  }
}

h4, h4 a {
  font: 700 20px/32px "EuropaGrotesk";
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  h4, h4 a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 600px) {
  h4, h4 a {
    font-size: 17px;
    line-height: 25px;
  }
}
@media print {
  h4, h4 a {
    font: 700 13px/19px "EuropaGrotesk-Ext";
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h4, h4 a {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 500px) {
  h4, h4 a {
    margin-bottom: 5px;
  }
}
@media print {
  h4, h4 a {
    margin-bottom: 5px;
  }
}
* + h4, * + h4 a {
  margin-top: 35px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  * + h4, * + h4 a {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 500px) {
  * + h4, * + h4 a {
    margin-top: 20px;
  }
}
@media print {
  * + h4, * + h4 a {
    margin-top: 1.5vw;
  }
}

h5, h5 a,
h6, h6 a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media print {
  h5, h5 a,
  h6, h6 a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  h5, h5 a,
  h6, h6 a {
    font-size: 16px;
    line-height: 26px;
  }
}
* + h5, * + h5 a,
* + h6, * + h6 a {
  margin-top: 35px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  * + h5, * + h5 a,
  * + h6, * + h6 a {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 500px) {
  * + h5, * + h5 a,
  * + h6, * + h6 a {
    margin-top: 20px;
  }
}
@media print {
  * + h5, * + h5 a,
  * + h6, * + h6 a {
    margin-top: 1.5vw;
  }
}
h3 + h5, h2 + h5, h3 + h5 a, h2 + h5 a,
h3 + h6,
h2 + h6, h3 + h6 a, h2 + h6 a {
  margin-top: 5px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  h3 + h5, h2 + h5, h3 + h5 a, h2 + h5 a,
  h3 + h6,
  h2 + h6, h3 + h6 a, h2 + h6 a {
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  h3 + h5, h2 + h5, h3 + h5 a, h2 + h5 a,
  h3 + h6,
  h2 + h6, h3 + h6 a, h2 + h6 a {
    margin-top: 5px;
  }
}
@media print {
  h3 + h5, h2 + h5, h3 + h5 a, h2 + h5 a,
  h3 + h6,
  h2 + h6, h3 + h6 a, h2 + h6 a {
    margin-top: 5px;
  }
}

p {
  margin: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  p {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  p {
    margin-bottom: 16px;
  }
}
@media print {
  p {
    margin-bottom: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

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

/* @end */
/* @group link */
p.content_link a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
}
@media print {
  p.content_link a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  p.content_link a {
    font-size: 16px;
    line-height: 26px;
  }
}
p.content_link a:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
p.content_link a:hover {
  color: #F1B400;
}
p.content_link a:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  p.content_link a {
    display: none !important;
  }
}
p.content_link a:after {
  top: 1px;
}

td a,
.portlet a,
.no_system_page .content_inner li a:not(.resource_link),
.no_system_page .content_inner p a:not(.resource_link) {
  color: #1A1919;
  text-decoration: underline;
  text-decoration-color: #F1B400;
  text-underline-position: under;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
td a:hover,
.portlet a:hover,
.no_system_page .content_inner li a:not(.resource_link):hover,
.no_system_page .content_inner p a:not(.resource_link):hover {
  color: #F1B400;
}
@media print {
  td a:before,
  .portlet a:before,
  .no_system_page .content_inner li a:not(.resource_link):before,
  .no_system_page .content_inner p a:not(.resource_link):before {
    background: #111111;
  }
}

a img {
  border: none;
}

a.jobs_button {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  a.jobs_button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  a.jobs_button {
    font-size: 16px;
    line-height: 26px;
  }
}
a.jobs_button:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.jobs_button:hover {
  color: #F1B400;
}
a.jobs_button:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  a.jobs_button {
    display: none !important;
  }
}
@media print {
  a.jobs_button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  a.jobs_button {
    font-size: 16px;
    line-height: 26px;
  }
}
a.jobs_button > * {
  position: relative;
}
a.jobs_button:focus, a.jobs_button:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  a.jobs_button {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  a.jobs_button {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  a.jobs_button {
    display: none !important;
  }
}
a.jobs_button:after {
  color: #FFFFFF !important;
  font-weight: 700;
}

.content_inner p.content_button a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 30px;
}
@media print {
  .content_inner p.content_button a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .content_inner p.content_button a {
    font-size: 16px;
    line-height: 26px;
  }
}
.content_inner p.content_button a > * {
  position: relative;
}
.content_inner p.content_button a:focus, .content_inner p.content_button a:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .content_inner p.content_button a {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .content_inner p.content_button a {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  .content_inner p.content_button a {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_inner p.content_button a {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .content_inner p.content_button a {
    margin-top: 18px;
  }
}
@media print {
  .content_inner p.content_button a {
    margin-top: 18px;
  }
}
.content_inner p.content_button a:hover {
  color: #FFFFFF !important;
}

/* @end */
/* @group unordrered list */
.portlet ol,
.content_inner ol {
  margin: 0 0 20px 20px;
  margin-bottom: 30px;
  list-style-type: decimal;
  width: auto;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet ol,
  .content_inner ol {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet ol,
  .content_inner ol {
    margin-bottom: 18px;
  }
}
@media print {
  .portlet ol,
  .content_inner ol {
    margin-bottom: 18px;
  }
}
.portlet ol:last-child,
.content_inner ol:last-child {
  margin-bottom: 0;
}

.portlet p + ul, .portlet p + ol,
.content_inner p + ul,
.content_inner p + ol {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet p + ul, .portlet p + ol,
  .content_inner p + ul,
  .content_inner p + ol {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet p + ul, .portlet p + ol,
  .content_inner p + ul,
  .content_inner p + ol {
    margin-top: 18px;
  }
}
@media print {
  .portlet p + ul, .portlet p + ol,
  .content_inner p + ul,
  .content_inner p + ol {
    margin-top: 18px;
  }
}

.portlet ul,
.content_inner ul {
  list-style: none;
  margin: 0 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet ul,
  .content_inner ul {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet ul,
  .content_inner ul {
    margin-bottom: 18px;
  }
}
@media print {
  .portlet ul,
  .content_inner ul {
    margin-bottom: 18px;
  }
}
.portlet ul:last-child,
.content_inner ul:last-child {
  margin-bottom: 0;
}
.portlet ul li,
.content_inner ul li {
  padding-left: 20px;
  position: relative;
}
.portlet ul li:before,
.content_inner ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  display: block;
  background: #1A1919;
  border-radius: 100%;
}

.content_inner ul.controls li:before,
.content_inner .management ul li:before {
  display: none;
}

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

.table_wrap_container {
  overflow: hidden;
  margin: 0 0 20px 0;
  margin-bottom: 30px;
  padding-top: 0;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .table_wrap_container {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .table_wrap_container {
    margin-bottom: 18px;
  }
}
@media print {
  .table_wrap_container {
    margin-bottom: 18px;
  }
}
.table_wrap_container:last-child {
  margin-bottom: 0;
}
.table_wrap_container.visible_indicator {
  padding-top: 28px;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}
.table_wrap_container .table_scroll_indicator {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 18px;
}
.table_wrap_container .table_scroll_indicator i {
  font-weight: 400;
}

.content_inner table {
  border: none;
  border-spacing: 0;
}
.content_inner table th {
  border-bottom: 1px solid #1A1919;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  color: #1A1919;
  text-align: left;
  padding: 0px 10px 10px 10px;
}
@media print {
  .content_inner table th {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .content_inner table th {
    font-size: 16px;
    line-height: 26px;
  }
}
.content_inner table th:first-child {
  padding-left: 0;
}
.content_inner table th:last-child {
  padding-right: 0;
}
.content_inner table td {
  padding: 8px 10px 8px 10px;
  min-width: 100px;
  border-bottom: 1px solid #e8e8e8;
}
.content_inner table td:first-child {
  padding-left: 0;
}
.content_inner table td:last-child {
  padding-right: 0;
}
.content_inner table tbody tr th:first-child {
  border-bottom-width: 1px;
  padding: 4px 10px 5px 0;
}

/* @end */
.css_faq #mixItUp .listing_entry,
.css_faq #mixItUp .portlet .portlet_inner .portlet-listing-entry,
.portlet_faq .listing_entry,
.portlet_faq .portlet .portlet_inner .portlet-listing-entry {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(26, 25, 25, 0.1);
  padding: 22px 0 22px 0;
  position: relative;
}
.css_faq #mixItUp .listing_entry:first-child,
.css_faq #mixItUp .portlet .portlet_inner .portlet-listing-entry:first-child,
.portlet_faq .listing_entry:first-child,
.portlet_faq .portlet .portlet_inner .portlet-listing-entry:first-child {
  border-top: 1px solid rgba(26, 25, 25, 0.1);
}
.css_faq #mixItUp .listing_entry:before,
.css_faq #mixItUp .portlet .portlet_inner .portlet-listing-entry:before,
.portlet_faq .listing_entry:before,
.portlet_faq .portlet .portlet_inner .portlet-listing-entry:before {
  content: "+";
  position: absolute;
  top: 19px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  right: 0;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.css_faq #mixItUp .listing_entry.active:before,
.css_faq #mixItUp .portlet .portlet_inner .portlet-listing-entry.active:before,
.portlet_faq .listing_entry.active:before,
.portlet_faq .portlet .portlet_inner .portlet-listing-entry.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.css_faq #mixItUp .listing_entry .listing_entry_content,
.css_faq #mixItUp .listing_entry .portlet-entry-content,
.css_faq #mixItUp .portlet .portlet_inner .listing_entry_content,
.css_faq #mixItUp .portlet .portlet_inner .portlet-entry-content,
.portlet_faq .listing_entry .listing_entry_content,
.portlet_faq .listing_entry .portlet-entry-content,
.portlet_faq .portlet .portlet_inner .listing_entry_content,
.portlet_faq .portlet .portlet_inner .portlet-entry-content {
  display: none;
  margin-top: 20px;
  border-top: 1px solid rgba(26, 25, 25, 0.1);
  padding-top: 20px;
  width: 100% !important;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .css_faq #mixItUp .listing_entry .listing_entry_content,
  .css_faq #mixItUp .listing_entry .portlet-entry-content,
  .css_faq #mixItUp .portlet .portlet_inner .listing_entry_content,
  .css_faq #mixItUp .portlet .portlet_inner .portlet-entry-content,
  .portlet_faq .listing_entry .listing_entry_content,
  .portlet_faq .listing_entry .portlet-entry-content,
  .portlet_faq .portlet .portlet_inner .listing_entry_content,
  .portlet_faq .portlet .portlet_inner .portlet-entry-content {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .css_faq #mixItUp .listing_entry .listing_entry_content,
  .css_faq #mixItUp .listing_entry .portlet-entry-content,
  .css_faq #mixItUp .portlet .portlet_inner .listing_entry_content,
  .css_faq #mixItUp .portlet .portlet_inner .portlet-entry-content,
  .portlet_faq .listing_entry .listing_entry_content,
  .portlet_faq .listing_entry .portlet-entry-content,
  .portlet_faq .portlet .portlet_inner .listing_entry_content,
  .portlet_faq .portlet .portlet_inner .portlet-entry-content {
    margin-top: 14px;
  }
}
@media print {
  .css_faq #mixItUp .listing_entry .listing_entry_content,
  .css_faq #mixItUp .listing_entry .portlet-entry-content,
  .css_faq #mixItUp .portlet .portlet_inner .listing_entry_content,
  .css_faq #mixItUp .portlet .portlet_inner .portlet-entry-content,
  .portlet_faq .listing_entry .listing_entry_content,
  .portlet_faq .listing_entry .portlet-entry-content,
  .portlet_faq .portlet .portlet_inner .listing_entry_content,
  .portlet_faq .portlet .portlet_inner .portlet-entry-content {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .css_faq #mixItUp .listing_entry .listing_entry_content,
  .css_faq #mixItUp .listing_entry .portlet-entry-content,
  .css_faq #mixItUp .portlet .portlet_inner .listing_entry_content,
  .css_faq #mixItUp .portlet .portlet_inner .portlet-entry-content,
  .portlet_faq .listing_entry .listing_entry_content,
  .portlet_faq .listing_entry .portlet-entry-content,
  .portlet_faq .portlet .portlet_inner .listing_entry_content,
  .portlet_faq .portlet .portlet_inner .portlet-entry-content {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .css_faq #mixItUp .listing_entry .listing_entry_content,
  .css_faq #mixItUp .listing_entry .portlet-entry-content,
  .css_faq #mixItUp .portlet .portlet_inner .listing_entry_content,
  .css_faq #mixItUp .portlet .portlet_inner .portlet-entry-content,
  .portlet_faq .listing_entry .listing_entry_content,
  .portlet_faq .listing_entry .portlet-entry-content,
  .portlet_faq .portlet .portlet_inner .listing_entry_content,
  .portlet_faq .portlet .portlet_inner .portlet-entry-content {
    padding-top: 14px;
  }
}
@media print {
  .css_faq #mixItUp .listing_entry .listing_entry_content,
  .css_faq #mixItUp .listing_entry .portlet-entry-content,
  .css_faq #mixItUp .portlet .portlet_inner .listing_entry_content,
  .css_faq #mixItUp .portlet .portlet_inner .portlet-entry-content,
  .portlet_faq .listing_entry .listing_entry_content,
  .portlet_faq .listing_entry .portlet-entry-content,
  .portlet_faq .portlet .portlet_inner .listing_entry_content,
  .portlet_faq .portlet .portlet_inner .portlet-entry-content {
    padding-top: 14px;
  }
}
.css_faq #mixItUp .listing_entry .content h2.listing-title, .css_faq #mixItUp .listing_entry .content h2.listing-title a,
.css_faq #mixItUp .listing_entry h4, .css_faq #mixItUp .listing_entry h4 a,
.css_faq #mixItUp .portlet .portlet_inner .content h2.listing-title,
.css_faq #mixItUp .portlet .portlet_inner .content h2.listing-title a,
.css_faq #mixItUp .portlet .portlet_inner h4,
.css_faq #mixItUp .portlet .portlet_inner h4 a,
.portlet_faq .listing_entry .content h2.listing-title,
.portlet_faq .listing_entry .content h2.listing-title a,
.portlet_faq .listing_entry h4,
.portlet_faq .listing_entry h4 a,
.portlet_faq .portlet .portlet_inner .content h2.listing-title,
.portlet_faq .portlet .portlet_inner .content h2.listing-title a,
.portlet_faq .portlet .portlet_inner h4,
.portlet_faq .portlet .portlet_inner h4 a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  margin: 0 !important;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
}
@media print {
  .css_faq #mixItUp .listing_entry .content h2.listing-title, .css_faq #mixItUp .listing_entry .content h2.listing-title a,
  .css_faq #mixItUp .listing_entry h4, .css_faq #mixItUp .listing_entry h4 a,
  .css_faq #mixItUp .portlet .portlet_inner .content h2.listing-title,
  .css_faq #mixItUp .portlet .portlet_inner .content h2.listing-title a,
  .css_faq #mixItUp .portlet .portlet_inner h4,
  .css_faq #mixItUp .portlet .portlet_inner h4 a,
  .portlet_faq .listing_entry .content h2.listing-title,
  .portlet_faq .listing_entry .content h2.listing-title a,
  .portlet_faq .listing_entry h4,
  .portlet_faq .listing_entry h4 a,
  .portlet_faq .portlet .portlet_inner .content h2.listing-title,
  .portlet_faq .portlet .portlet_inner .content h2.listing-title a,
  .portlet_faq .portlet .portlet_inner h4,
  .portlet_faq .portlet .portlet_inner h4 a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .css_faq #mixItUp .listing_entry .content h2.listing-title, .css_faq #mixItUp .listing_entry .content h2.listing-title a,
  .css_faq #mixItUp .listing_entry h4, .css_faq #mixItUp .listing_entry h4 a,
  .css_faq #mixItUp .portlet .portlet_inner .content h2.listing-title,
  .css_faq #mixItUp .portlet .portlet_inner .content h2.listing-title a,
  .css_faq #mixItUp .portlet .portlet_inner h4,
  .css_faq #mixItUp .portlet .portlet_inner h4 a,
  .portlet_faq .listing_entry .content h2.listing-title,
  .portlet_faq .listing_entry .content h2.listing-title a,
  .portlet_faq .listing_entry h4,
  .portlet_faq .listing_entry h4 a,
  .portlet_faq .portlet .portlet_inner .content h2.listing-title,
  .portlet_faq .portlet .portlet_inner .content h2.listing-title a,
  .portlet_faq .portlet .portlet_inner h4,
  .portlet_faq .portlet .portlet_inner h4 a {
    font-size: 16px;
    line-height: 26px;
  }
}
.css_faq #mixItUp .listing_entry .content h2.listing-title,
.css_faq #mixItUp .listing_entry h4,
.css_faq #mixItUp .portlet .portlet_inner .content h2.listing-title,
.css_faq #mixItUp .portlet .portlet_inner h4,
.portlet_faq .listing_entry .content h2.listing-title,
.portlet_faq .listing_entry h4,
.portlet_faq .portlet .portlet_inner .content h2.listing-title,
.portlet_faq .portlet .portlet_inner h4 {
  padding-right: 50px;
}

table.live_value .active {
  font-weight: bold;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
/* @group mainnavigation */
#navigation {
  width: 100%;
}
#navigation ul {
  display: flex;
  list-style: none;
  /*#nav-2 ul.level1 {
  	padding-top: 82px;

  	> li:first-child {
  		position: absolute;
  		top: 45px;
  		margin-top: 0;

  		> a {
  			@include standardStyle();					
  			@include contentLinkWithArrow();
  			font-size: 16px;
  			color: $white;

  			> span:before {
  				display: none;
  			}

  			&:after {
  				color: $white;
  			}

  			&:hover:after,
  			&:hover {
  				color: $white;
  			}
  		}
  	}
  }*/
}
#navigation ul a {
  text-decoration: none;
}
#navigation ul.level0 {
  padding-left: 30px;
  box-sizing: border-box;
}
#navigation ul.level0 > li {
  margin-right: 30px;
}
#navigation ul.level0 > li:last-child {
  margin-right: 0;
}
#navigation ul.level0 > li > a {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  color: #111111;
  position: relative;
  white-space: nowrap;
  padding-bottom: 46px;
}
@media print {
  #navigation ul.level0 > li > a {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #navigation ul.level0 > li > a {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #navigation ul.level0 > li > a {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  #navigation ul.level0 > li > a {
    font-size: 17px;
    line-height: 26px;
  }
}
#navigation ul.level0 > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 0;
  height: 1px;
  display: block;
  background: #1A1919;
  bottom: 42px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
#navigation ul.level0 > li:hover > a:before {
  width: 100%;
}
#navigation ul.level0 > li:hover:after {
  opacity: 1;
}
#navigation ul.level0 > li.current > a:after {
  opacity: 1;
}
#navigation ul.level0 > li.current > a:before {
  width: 100%;
}
#navigation ul.level0 > li#nav-5 {
  margin-left: 10px;
}
#navigation ul.level0 > li#nav-5 > a {
  font-weight: 400;
  padding-right: 34px;
}
#navigation ul.level0 > li#nav-5 > a:after,
#navigation ul.level0 > li#nav-5 > a span:after,
#navigation ul.level0 > li#nav-5 > a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #272626;
  right: 0;
  top: 5px;
}
#navigation ul.level0 > li#nav-5 > a span:after {
  top: 11px;
}
#navigation ul.level0 > li#nav-5 > a span:before {
  top: 17px;
}
#navigation ul li.level0:hover ul.level1 {
  opacity: 1;
  visibility: visible;
}
#navigation ul.level1 {
  position: absolute;
  display: flex;
  background: #F1B400;
  z-index: 1;
  left: 0;
  right: 0;
  top: 113px;
  opacity: 0;
  flex-flow: wrap;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: url(../img/background_navigation.jpg);
  background-size: cover;
  padding: 24px 0 42px;
  box-sizing: border-box;
  padding-left: calc((100% - 1230px) / 2);
  padding-right: calc((100% - 1230px) / 2);
  justify-content: flex-end;
}
#navigation ul.level1 li.level1 {
  display: flex;
  flex-flow: column;
  margin: 20px 150px 0 0;
  min-width: 150px;
}
#navigation ul.level1 li.level1:last-child {
  margin-right: 0;
}
#navigation ul.level1 li.level1 > a {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  font-weight: 700;
  color: #FFFFFF;
}
@media print {
  #navigation ul.level1 li.level1 > a {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #navigation ul.level1 li.level1 > a {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #navigation ul.level1 li.level1 > a {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  #navigation ul.level1 li.level1 > a {
    font-size: 17px;
    line-height: 26px;
  }
}
#navigation ul.level1 li.level1 > a > span {
  position: relative;
}
#navigation ul.level1 li.level1 > a > span:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 0;
  height: 1px;
  display: block;
  background: #FFFFFF;
  bottom: -1px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
#navigation ul.level1 li.level1 > a img {
  display: block;
}
#navigation ul.level1 li.level1 > a:hover > span:before {
  width: 100%;
}
#navigation ul.level1 li.level1.current > a > span:before {
  width: 100%;
}
#navigation ul.level2 {
  display: flex;
  flex-flow: column;
  margin-top: 6px;
}
#navigation ul.level2 > li {
  margin-bottom: 2px;
}
#navigation ul.level2 > li > a {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  color: #FFFFFF;
  position: relative;
}
@media print {
  #navigation ul.level2 > li > a {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #navigation ul.level2 > li > a {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #navigation ul.level2 > li > a {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  #navigation ul.level2 > li > a {
    font-size: 17px;
    line-height: 26px;
  }
}
#navigation ul.level2 > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 0;
  height: 1px;
  display: block;
  background: #FFFFFF;
  bottom: -1px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
#navigation ul.level2 > li:hover > a:before {
  width: 100%;
}
#navigation ul.level2 > li.current > a:before {
  width: 100%;
}
#navigation ul.level3 {
  display: none;
}

div.navigation_left {
  flex: 0 0 280px;
  margin-right: 150px;
  z-index: 1;
}
div.navigation_left ul {
  overflow: hidden;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  div.navigation_left ul {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 500px) {
  div.navigation_left ul {
    padding-bottom: 40px;
  }
}
@media print {
  div.navigation_left ul {
    padding-bottom: 3.8vw;
  }
}
div.navigation_left li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 0px 12px;
  cursor: pointer;
}
div.navigation_left li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
div.navigation_left li:before {
  content: "\f178";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 18px;
  height: auto;
  background: none;
  margin-left: -28px;
}
div.navigation_left li:hover:before, div.navigation_left li.current:before {
  margin-left: 0;
}
div.navigation_left li[data-link=""] {
  display: none;
}
div.navigation_left li.hidden_scroll_link {
  display: none;
}
div.navigation_left .responsive_elements {
  display: none;
}
div.navigation_left .responsive_elements .navigation_left_toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.rwd_navigation {
  display: block;
  list-style: none;
  padding: 15px 30px 30px;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
}
.rwd_navigation #rwdnav-22 {
  display: none;
}
.rwd_navigation li.current {
  border-color: #F1B400;
  border-width: 2px;
}
.rwd_navigation li.current > a {
  color: #F1B400;
}
.rwd_navigation li.current > a:before {
  opacity: 1;
  visibility: visible;
}
.rwd_navigation > li {
  border-bottom: 1px solid #dbdbdb;
}
.rwd_navigation > li:first-child > a {
  border-top: 0;
}
.rwd_navigation > li > a {
  font-size: 20px;
  line-height: 32px;
  color: #1A1919;
  font-weight: 700;
  padding: 20px 15px 20px 15px;
  position: relative;
}
.rwd_navigation > li#rwdnav-2 ul.level1 ul.level2 {
  display: block;
}
.rwd_navigation ul.level1 {
  margin: -11px 0 18px;
  padding: 0 0 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.rwd_navigation ul.level1 > li > a {
  font-size: 17px;
  line-height: 28px;
  font-family: "EuropaGrotesk-Ext";
  color: #1A1919;
  padding: 1px 15px;
}
.rwd_navigation ul.level1 > li.current > a {
  color: #F1B400;
  font-weight: 700;
}
.rwd_navigation ul.level1.current > ul {
  display: block;
}
.rwd_navigation ul.level3 {
  display: none !important;
}
.rwd_navigation ul.level1 ul {
  display: none;
  margin: 3px 0 15px;
}
.rwd_navigation ul.level1 ul li {
  list-style: none;
}
.rwd_navigation ul.level1 ul li.current > a {
  color: #F1B400;
  font-weight: 700;
}
.rwd_navigation ul.level1 ul li > a {
  color: rgba(26, 25, 25, 0.5);
  font-size: 15px;
  line-height: 18px;
  padding: 0px 0 10px 10px;
  position: relative;
}
.rwd_navigation ul.level1 ul.current {
  display: block;
}
.rwd_navigation ul.level1 ul ul li.current > a:before {
  height: 2px;
  background: #F1B400;
}
.rwd_navigation ul.level1 ul ul li > a {
  padding: 0px 0 8px 28px;
}
.rwd_navigation ul.level1 ul ul li > a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 15px;
  width: 5px;
  height: 1px;
  display: block;
  background: #1a1919;
}

.responsive_header {
  display: none;
}

.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 35px;
  height: 26px;
  position: relative;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.responsive_navigation_toggle span {
  background: #1A1919;
  display: block;
  height: 4px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 11px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 22px;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
.system_page_content .breadcrumb > * {
  background: none;
}

div#system_page_content > .breadcrumb .breadcrumb_separator {
  box-sizing: border-box;
  display: inline;
}

div#management .general_settings_management .select2-container:before {
  display: none;
}

.category_76.not_logged_in div#system_page_content {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .category_76.not_logged_in div#system_page_content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mod_action_edit_entry_form #portlets_right,
.mod_action_edit_entry_form #top_element,
.mod_action_add_entry_form #portlets_right,
.mod_action_add_entry_form #top_element {
  display: none;
}
.mod_action_edit_entry_form #management,
.mod_action_add_entry_form #management {
  width: 100%;
}

.mod_action_mailform_sent .introduction {
  display: none;
}

.highlighting {
  background: rgba(241, 180, 0, 0.2);
}

.message {
  width: 100%;
  margin: 30px 0 30px;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  background: #C50D1F;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 13px 25px 14px;
  box-sizing: border-box;
}
@media print {
  .message {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .message {
    font-size: 16px;
    line-height: 26px;
  }
}
.message a {
  color: #fff;
}
.message a:hover {
  color: #fff;
}
.message p {
  margin-bottom: 0;
}
.message ul {
  margin: 7px 0 2px !important;
}
.message ul li {
  padding-left: 17px;
  line-height: 24px;
}
.message ul li:before {
  background: #fff;
  width: 6px;
  height: 6px;
  top: 7px;
}

/* @end */
/* @group pagination */
.pagination {
  margin-top: 80px;
  margin-bottom: 0;
  text-align: center;
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .pagination {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .pagination {
    margin-top: 35px;
  }
}
@media print {
  .pagination {
    margin-top: 35px;
  }
}
.pagination .pagination_inner {
  display: inline-block;
  position: relative;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers .placeholder {
  margin: 0 5px;
}
.pagination .pagination-numbers a {
  display: block;
  margin: 0 3px;
  padding: 1px 0px 0 0;
  text-decoration: none !important;
  background: #F4F4F3;
  border: none;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  line-height: 30px;
  color: #1A1919;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  .pagination .pagination-numbers a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .pagination .pagination-numbers a {
    font-size: 16px;
    line-height: 26px;
  }
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a.current {
  opacity: 1;
  color: #FFFFFF;
  background: #F1B400;
}
.pagination .pagination-numbers a.current {
  font-weight: 700;
}
.pagination .pagination-links a {
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 38px;
  font-size: 0;
  line-height: 0;
  border: none;
  text-decoration: none;
}
.pagination .pagination-links a:before {
  content: "\f177";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  line-height: 33px;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination .pagination-links a:hover:before {
  color: #F1B400;
}
.pagination .pagination-links a.next {
  left: auto;
  right: -40px;
}
.pagination .pagination-links a.next:before {
  content: "\f178";
}

#management .page_template_radio {
  margin-top: 6px !important;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
  position: relative;
}
.portlet.hidden {
  display: block;
}
.portlet a.add_portlet_action {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
}
@media print {
  .portlet a.add_portlet_action {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet a.add_portlet_action {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet ul.controls li:before,
.portlet ul.controls li a:before {
  display: none !important;
}
.portlet .portlet-content > a {
  color: #1A1919;
  text-decoration: underline;
  text-decoration-color: #F1B400;
  text-underline-position: under;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlet .portlet-content > a:hover {
  color: #F1B400;
}
@media print {
  .portlet .portlet-content > a:before {
    background: #111111;
  }
}
.portlet h3 a {
  text-decoration: none !important;
}

.portlets .add_portlet_link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 20px;
  font-size: 13px;
  padding: 9px 15px 6px;
  min-height: auto;
  line-height: 20px;
  font-weight: 700;
  border-radius: 6px;
  align-self: flex-end;
}
@media print {
  .portlets .add_portlet_link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlets .add_portlet_link {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlets .add_portlet_link > * {
  position: relative;
}
.portlets .add_portlet_link:focus, .portlets .add_portlet_link:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .portlets .add_portlet_link {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .portlets .add_portlet_link {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  .portlets .add_portlet_link {
    display: none !important;
  }
}
.portlets .add_portlet_link + .portlet .portlet_inner {
  padding: 20px;
}

/* @end */
/* @group portlets static */
.logged_in .portlet_person .portlet .portlet_inner,
.logged_in .portlet_faq .portlet .portlet_inner,
.logged_in .portlet_documents .portlet .portlet_inner,
.logged_in .content_top + .portlet .portlet_inner {
  position: relative;
  z-index: 1;
}
.logged_in .portlet_person .portlet:after,
.logged_in .portlet_faq .portlet:after,
.logged_in .portlet_documents .portlet:after,
.logged_in .content_top + .portlet:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: auto;
  height: auto;
  display: block;
  background: rgba(0, 0, 0, 0.03);
  right: -10px;
  bottom: -10px;
  border: dashed 2px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.logged_in .portlet_person .portlet:before,
.logged_in .portlet_faq .portlet:before,
.logged_in .portlet_documents .portlet:before,
.logged_in .content_top + .portlet:before {
  content: "Zone: Boxen";
  font: 400 15px/21px "VAG Rounded", sans-serif;
  letter-spacing: 0.03em;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  color: #666;
  text-align: left !important;
  margin: 0 0 15px 0;
  top: -32px;
  position: absolute;
}
.logged_in .content_top + .portlet:before {
  content: "Portlet: Info Box";
}
.logged_in .content_top + .portlet:after {
  left: 0;
  right: 0;
}
.logged_in .content_top + .portlet.portlet_no_title h3 {
  margin-top: 0;
}
.logged_in .content_top + .portlet.portlet_no_title .portlet-content {
  background: none;
}
.logged_in .portlet_documents .portlet:before {
  content: "Portlet: Dokumente";
}
.logged_in .portlet_faq .portlet {
  margin-top: 80px;
}
.logged_in .portlet_faq .portlet:before {
  content: "Portlet Listing: Häufige Fragen";
}
.logged_in .portlet_person .portlet {
  margin-top: 80px;
}
.logged_in .portlet_person .portlet:before {
  content: "Portlet Listing: Person";
  left: 20px;
}
.logged_in .portlet_person .portlet:after {
  left: 0;
  right: 0;
}

/* @end */
/* @group different portlet styles */
.content_top + .portlet {
  background: rgba(0, 0, 0, 0.04);
}
.content_top + .portlet.portlet_empty {
  padding: 20px;
}
.content_top + .portlet .portlet-content > a {
  color: #1A1919;
  text-decoration: underline;
  text-decoration-color: #F1B400;
  text-underline-position: under;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content_top + .portlet .portlet-content > a:hover {
  color: #F1B400;
}
@media print {
  .content_top + .portlet .portlet-content > a:before {
    background: #111111;
  }
}
.content_top + .portlet .portlet-content {
  display: flex;
  background: #F4F4F3;
}
.content_top + .portlet .portlet-content .pictures {
  order: 2;
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.content_top + .portlet .portlet-content .pictures .management_controls {
  display: none;
}
.content_top + .portlet .portlet-content .pictures * {
  height: 100%;
  width: 100%;
}
.content_top + .portlet .portlet-content .pictures img {
  object-fit: cover;
}
.content_top + .portlet .portlet-content .portlet_text_wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 120px;
  padding-left: calc((100% - 1230px) / 2);
  max-width: 1230px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-top: 25px;
  }
}
@media print {
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-top: 2.2vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-bottom: 25px;
  }
}
@media print {
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-bottom: 2.2vw;
  }
}
.content_top + .portlet .portlet-content .portlet_text_wrap h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_top + .portlet .portlet-content .portlet_text_wrap h3 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .content_top + .portlet .portlet-content .portlet_text_wrap h3 {
    margin-bottom: 14px;
  }
}
@media print {
  .content_top + .portlet .portlet-content .portlet_text_wrap h3 {
    margin-bottom: 14px;
  }
}
.content_top + .portlet .portlet-content .portlet_text_wrap .portlet_content_link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
}
@media print {
  .content_top + .portlet .portlet-content .portlet_text_wrap .portlet_content_link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .content_top + .portlet .portlet-content .portlet_text_wrap .portlet_content_link {
    font-size: 16px;
    line-height: 26px;
  }
}
.content_top + .portlet .portlet-content .portlet_text_wrap .portlet_content_link:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content_top + .portlet .portlet-content .portlet_text_wrap .portlet_content_link:hover {
  color: #F1B400;
}
.content_top + .portlet .portlet-content .portlet_text_wrap .portlet_content_link:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .content_top + .portlet .portlet-content .portlet_text_wrap .portlet_content_link {
    display: none !important;
  }
}
.resource_container.pictures + .content_top + .portlet .portlet-content .portlet_text_wrap {
  max-width: unset;
}

.portlet_documents {
  background: rgba(0, 0, 0, 0.04);
}
.portlet_documents .portlet {
  margin-top: 60px;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_documents .portlet {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_documents .portlet {
    margin-top: 25px;
  }
}
@media print {
  .portlet_documents .portlet {
    margin-top: 2.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .portlet_documents .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.portlet_documents .portlet .portlet_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_documents .portlet .portlet_inner {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_documents .portlet .portlet_inner {
    padding-top: 40px;
  }
}
@media print {
  .portlet_documents .portlet .portlet_inner {
    padding-top: 3.8vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_documents .portlet .portlet_inner {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_documents .portlet .portlet_inner {
    padding-bottom: 40px;
  }
}
@media print {
  .portlet_documents .portlet .portlet_inner {
    padding-bottom: 3.8vw;
  }
}
.portlet_documents .portlet .portlet_inner h3, .portlet_documents .portlet .portlet_inner h3 a {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
}
@media screen and (max-width: 1000px) {
  .portlet_documents .portlet .portlet_inner h3, .portlet_documents .portlet .portlet_inner h3 a {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .portlet_documents .portlet .portlet_inner h3, .portlet_documents .portlet .portlet_inner h3 a {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .portlet_documents .portlet .portlet_inner h3, .portlet_documents .portlet .portlet_inner h3 a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .portlet_documents .portlet .portlet_inner h3, .portlet_documents .portlet .portlet_inner h3 a {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.portlet_documents .portlet .portlet_inner .portlet_content_description {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_documents .portlet .portlet_inner .portlet_content_description {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_documents .portlet .portlet_inner .portlet_content_description {
    margin-top: 18px;
  }
}
@media print {
  .portlet_documents .portlet .portlet_inner .portlet_content_description {
    margin-top: 18px;
  }
}
.portlet_documents .portlet .portlet_inner .resource_container.documents:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_documents .portlet .portlet_inner .resource_container.documents:not(:first-child) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_documents .portlet .portlet_inner .resource_container.documents:not(:first-child) {
    margin-top: 18px;
  }
}
@media print {
  .portlet_documents .portlet .portlet_inner .resource_container.documents:not(:first-child) {
    margin-top: 18px;
  }
}
.portlet_documents .portlet .portlet_inner a.portlet_content_link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  margin-top: 35px;
  display: inline-block;
}
@media print {
  .portlet_documents .portlet .portlet_inner a.portlet_content_link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet_documents .portlet .portlet_inner a.portlet_content_link {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet_documents .portlet .portlet_inner a.portlet_content_link:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlet_documents .portlet .portlet_inner a.portlet_content_link:hover {
  color: #F1B400;
}
.portlet_documents .portlet .portlet_inner a.portlet_content_link:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .portlet_documents .portlet .portlet_inner a.portlet_content_link {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_documents .portlet .portlet_inner a.portlet_content_link {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_documents .portlet .portlet_inner a.portlet_content_link {
    margin-top: 20px;
  }
}
@media print {
  .portlet_documents .portlet .portlet_inner a.portlet_content_link {
    margin-top: 1.5vw;
  }
}
.portlet_documents .portlet .portlet_inner:has(.pictures) .portlet-content {
  display: flex;
  gap: clamp(30px, 4vw, 40px);
}
.portlet_documents .portlet .portlet_inner:has(.pictures) .portlet-content .pictures {
  flex: 0 0 clamp(250px, 35.3vw, 353px);
}
.portlet_documents .portlet .portlet_inner:has(.pictures) .portlet-content .pictures img {
  display: block;
  width: 100%;
  height: auto;
}
.portlet_documents .portlet.with_cta_buttons.no_title .portlet_content_description {
  margin-top: 0;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description {
  text-align: center;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description p:has(a.button) {
  display: inline-block;
  margin: 0 clamp(5px, 1vw, 10px) clamp(10px, 2vw, 20px);
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button:hover {
  color: #F1B400;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    display: none !important;
  }
}
@media print {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button > * {
  position: relative;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button:focus, .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  .portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button {
    display: none !important;
  }
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description a.button:after {
  color: inherit !important;
  font-weight: inherit !important;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description p:has(a.button) ~ p:has(a.button) a.button {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.42);
  background: transparent;
  font-weight: 400;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description p:has(a.button) ~ p:has(a.button) a.button:after {
  display: none;
}
.portlet_documents .portlet.with_cta_buttons .portlet_content_description p:has(a.button) ~ p:has(a.button) a.button:hover, .portlet_documents .portlet.with_cta_buttons .portlet_content_description p:has(a.button) ~ p:has(a.button) a.button:focus {
  color: rgba(0, 0, 0, 0.42);
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.04);
}

.navigation_is_visible .portlet_documents .portlet .portlet_inner {
  padding-left: 280px;
  margin-left: 150px;
}
.navigation_is_visible .portlet_documents .portlet.with_cta_buttons .portlet_content_description {
  text-align: left;
}

.content_bottom + .portlet_faq .portlet {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_bottom + .portlet_faq .portlet {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .content_bottom + .portlet_faq .portlet {
    margin-top: 25px;
  }
}
@media print {
  .content_bottom + .portlet_faq .portlet {
    margin-top: 2.2vw;
  }
}

.portlet_faq {
  background: rgba(0, 0, 0, 0.04);
}
.portlet_faq .portlet {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .portlet_faq .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_faq .portlet {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_faq .portlet {
    margin-top: 14px;
  }
}
@media print {
  .portlet_faq .portlet {
    margin-top: 14px;
  }
}
.portlet_faq .portlet .portlet_inner {
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_faq .portlet .portlet_inner {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_faq .portlet .portlet_inner {
    padding-top: 40px;
  }
}
@media print {
  .portlet_faq .portlet .portlet_inner {
    padding-top: 3.8vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_faq .portlet .portlet_inner {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_faq .portlet .portlet_inner {
    padding-bottom: 40px;
  }
}
@media print {
  .portlet_faq .portlet .portlet_inner {
    padding-bottom: 3.8vw;
  }
}
.portlet_faq .portlet .portlet_inner h3, .portlet_faq .portlet .portlet_inner h3 a {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
}
@media screen and (max-width: 1000px) {
  .portlet_faq .portlet .portlet_inner h3, .portlet_faq .portlet .portlet_inner h3 a {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .portlet_faq .portlet .portlet_inner h3, .portlet_faq .portlet .portlet_inner h3 a {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .portlet_faq .portlet .portlet_inner h3, .portlet_faq .portlet .portlet_inner h3 a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .portlet_faq .portlet .portlet_inner h3, .portlet_faq .portlet .portlet_inner h3 a {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.portlet_faq .portlet .portlet_inner .portlet_listing_text {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_faq .portlet .portlet_inner .portlet_listing_text {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_faq .portlet .portlet_inner .portlet_listing_text {
    margin-top: 18px;
  }
}
@media print {
  .portlet_faq .portlet .portlet_inner .portlet_listing_text {
    margin-top: 18px;
  }
}
.portlet_faq .portlet .portlet_inner .portlet-listing-entry-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_faq .portlet .portlet_inner .portlet-listing-entry-wrap {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_faq .portlet .portlet_inner .portlet-listing-entry-wrap {
    margin-top: 18px;
  }
}
@media print {
  .portlet_faq .portlet .portlet_inner .portlet-listing-entry-wrap {
    margin-top: 18px;
  }
}
.portlet_faq .portlet .portlet_inner .portlet-listing-more {
  display: none;
}
.portlet_faq .portlet .portlet_inner a.portlet_listing_link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  margin-top: 35px;
  display: inline-block;
}
@media print {
  .portlet_faq .portlet .portlet_inner a.portlet_listing_link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet_faq .portlet .portlet_inner a.portlet_listing_link {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet_faq .portlet .portlet_inner a.portlet_listing_link:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlet_faq .portlet .portlet_inner a.portlet_listing_link:hover {
  color: #F1B400;
}
.portlet_faq .portlet .portlet_inner a.portlet_listing_link:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .portlet_faq .portlet .portlet_inner a.portlet_listing_link {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_faq .portlet .portlet_inner a.portlet_listing_link {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_faq .portlet .portlet_inner a.portlet_listing_link {
    margin-top: 20px;
  }
}
@media print {
  .portlet_faq .portlet .portlet_inner a.portlet_listing_link {
    margin-top: 1.5vw;
  }
}

.navigation_is_visible .portlet_faq .portlet .portlet_inner {
  padding-left: 280px;
  margin-left: 150px;
}

.content_bottom + .portlet_person .portlet {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_bottom + .portlet_person .portlet {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .content_bottom + .portlet_person .portlet {
    margin-top: 25px;
  }
}
@media print {
  .content_bottom + .portlet_person .portlet {
    margin-top: 2.2vw;
  }
}

.portlet_person .portlet {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_person .portlet {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_person .portlet {
    margin-top: 14px;
  }
}
@media print {
  .portlet_person .portlet {
    margin-top: 14px;
  }
}
.portlet_person .portlet .portlet_inner {
  background: url(../img/background_person.png) no-repeat;
  background-size: 56% 100%;
}
.portlet_person .portlet .portlet-content {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .portlet_person .portlet .portlet-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.portlet_person .portlet .portlet_listing_introduction {
  display: none;
}
.portlet_person .portlet .portlet-listing-entry-inline {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 100px;
}
.portlet_person .portlet .portlet-listing-entry-inline .pictures span {
  box-shadow: none !important;
}
.portlet_person .portlet .portlet-listing-entry-inline .picture a.resource_link img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portlet_person .portlet .portlet-listing-entry-inline .picture {
  padding-right: 30px;
  box-sizing: border-box;
}
.portlet_person .portlet .portlet-listing-entry-inline .picture img {
  display: block;
  width: 100%;
  height: auto;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 42%;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    padding-top: 40px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    padding-top: 3.8vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    padding-bottom: 40px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    padding-bottom: 3.8vw;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container:first-child {
  max-width: 710px;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction {
    margin-top: 25px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction {
    margin-top: 2.2vw;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction p {
  margin: 0;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction p a {
  color: #1A1919;
  text-decoration: none;
  position: relative;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction p a:before {
  content: "\f095";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  position: relative;
  display: inline-block;
  width: 15px;
  font-weight: 700;
  margin-right: 12px;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction p a:hover:before, .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction p a:hover {
  color: #F1B400;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-introduction p:nth-child(2) a:before {
  content: "\f0e0";
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content {
    margin-top: 18px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content {
    margin-top: 18px;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  color: #FFFFFF;
  font-weight: 700;
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button > * {
  position: relative;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:focus, .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    display: none !important;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:hover {
  color: #F1B400;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button {
    display: none !important;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:after {
  color: inherit;
  font-weight: 700;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:hover, .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:focus {
  color: #FFFFFF;
}
.portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:hover:after, .portlet_person .portlet .portlet-listing-entry-inline .portlet-entry-content a.button:focus:after {
  color: inherit;
}
.portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title, .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  color: rgba(26, 25, 25, 0.5);
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title, .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title, .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title a {
    font-size: 16px;
    line-height: 26px;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 500px) {
  .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title {
    margin-bottom: 10px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline h3.portlet-title {
    margin-bottom: 0.8vw;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline h4 {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .portlet_person .portlet .portlet-listing-entry-inline h4 {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .portlet_person .portlet .portlet-listing-entry-inline h4 {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .portlet_person .portlet .portlet-listing-entry-inline h4 {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline h4 {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.portlet_person .portlet .portlet-listing-entry-inline h3 {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .portlet_person .portlet .portlet-listing-entry-inline h3 {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .portlet_person .portlet .portlet-listing-entry-inline h3 {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .portlet_person .portlet .portlet-listing-entry-inline h3 {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline h3 {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  .portlet_person .portlet .portlet-listing-entry-inline h3 {
    font-weight: 400;
  }
}

.page_home .content_right + .portlets_home {
  order: 3;
}
.page_home .content_right + .portlets_home .portlet {
  margin-top: 120px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .page_home .content_right + .portlets_home .portlet {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 500px) {
  .page_home .content_right + .portlets_home .portlet {
    margin-top: 50px;
  }
}
@media print {
  .page_home .content_right + .portlets_home .portlet {
    margin-top: 4.3vw;
  }
}
.page_home .content_right + .portlets_home .portlet + .portlet {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .page_home .content_right + .portlets_home .portlet + .portlet {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .page_home .content_right + .portlets_home .portlet + .portlet {
    margin-top: 25px;
  }
}
@media print {
  .page_home .content_right + .portlets_home .portlet + .portlet {
    margin-top: 2.2vw;
  }
}
.page_home .content_right + .portlets_home h3, .page_home .content_right + .portlets_home h3 a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  color: rgba(26, 25, 25, 0.5);
}
@media print {
  .page_home .content_right + .portlets_home h3, .page_home .content_right + .portlets_home h3 a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .page_home .content_right + .portlets_home h3, .page_home .content_right + .portlets_home h3 a {
    font-size: 16px;
    line-height: 26px;
  }
}
.page_home .content_right + .portlets_home h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .page_home .content_right + .portlets_home h3 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .page_home .content_right + .portlets_home h3 {
    margin-bottom: 22px;
  }
}
@media print {
  .page_home .content_right + .portlets_home h3 {
    margin-bottom: 22px;
  }
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -40px;
  width: auto;
  margin-top: 0;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div > * {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 40px 0 0 40px;
  box-sizing: border-box;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item {
  padding-top: 0;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item.has_icon a span {
  display: flex;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item a {
  display: block;
  padding: 13px 0 13px;
  border-bottom: 1px solid #E8E8E8;
  text-decoration: none;
  color: #1A1919;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item a:hover {
  color: #F1B400;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item a:hover span.icon i {
  font-weight: 700;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item:nth-child(2) a, .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item:nth-child(3) a, .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item:first-child a {
  border-top: 1px solid #E8E8E8;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item .icon {
  width: 30px;
  margin-right: 9px;
  font-size: 24px;
}
.page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content .quicklink_item .icon i {
  font-weight: 300;
}
.page_home .content_right + .portlets_home .portlet_enbag_statistics h3,
.page_home .content_right + .portlets_home .portlet_enbag_statistics h3 a {
  font: 700 20px/32px "EuropaGrotesk";
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  margin-bottom: 40px;
  margin-top: 0px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3,
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3 a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 600px) {
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3,
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3 a {
    font-size: 17px;
    line-height: 25px;
  }
}
@media print {
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3,
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3 a {
    font: 700 13px/19px "EuropaGrotesk-Ext";
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3,
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3 a {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3,
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3 a {
    margin-bottom: 22px;
  }
}
@media print {
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3,
  .page_home .content_right + .portlets_home .portlet_enbag_statistics h3 a {
    margin-bottom: 22px;
  }
}
.page_home .content_right + .portlets_home .portlet_enbag_statistics #portlet_enbag_statistics_canvas {
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 600/320;
}
.page_home .content_bottom .content_inner {
  margin-bottom: 0;
}
.page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
    margin-bottom: 5px;
  }
}
@media print {
  .page_home .content_bottom .content_inner > .portlet h3, .page_home .content_bottom .content_inner > .portlet h3 a {
    margin-bottom: 5px;
  }
}
.page_home .content_bottom .content_inner > .portlet .portlet_content_subtitle {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .page_home .content_bottom .content_inner > .portlet .portlet_content_subtitle {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .page_home .content_bottom .content_inner > .portlet .portlet_content_subtitle {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .page_home .content_bottom .content_inner > .portlet .portlet_content_subtitle {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .page_home .content_bottom .content_inner > .portlet .portlet_content_subtitle {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  .page_home .content_bottom .content_inner > .portlet .portlet_content_subtitle {
    font-weight: 400;
  }
}

.home_grey_background {
  background: rgba(0, 0, 0, 0.04);
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .home_grey_background {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .home_grey_background {
    margin-top: 18px;
  }
}
@media print {
  .home_grey_background {
    margin-top: 18px;
  }
}
.home_grey_background > .portlet {
  padding-top: 55px;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .home_grey_background > .portlet {
    padding-top: 5.5vw;
  }
}
@media screen and (max-width: 500px) {
  .home_grey_background > .portlet {
    padding-top: 25px;
  }
}
@media print {
  .home_grey_background > .portlet {
    padding-top: 2.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .home_grey_background > .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.home_grey_background > .portlet h3, .home_grey_background > .portlet h3 a {
  font: 700 26px/32px "EuropaGrotesk-Ext";
  color: #1A1919;
}
@media screen and (max-width: 800px) {
  .home_grey_background > .portlet h3, .home_grey_background > .portlet h3 a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  .home_grey_background > .portlet h3, .home_grey_background > .portlet h3 a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .home_grey_background > .portlet h3, .home_grey_background > .portlet h3 a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media print {
  .home_grey_background > .portlet h3, .home_grey_background > .portlet h3 a {
    font: 700 14px/20px "EuropaGrotesk-Ext";
  }
}
.home_grey_background > .portlet h3 {
  margin-bottom: 4px;
}
.home_grey_background > .portlet .portlet_content_subtitle {
  font: 700 26px/32px "EuropaGrotesk-Ext";
  color: #1A1919;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .home_grey_background > .portlet .portlet_content_subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  .home_grey_background > .portlet .portlet_content_subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .home_grey_background > .portlet .portlet_content_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media print {
  .home_grey_background > .portlet .portlet_content_subtitle {
    font: 700 14px/20px "EuropaGrotesk-Ext";
  }
}
.home_grey_background > .portlet .portlet-content {
  display: flex;
  justify-content: space-between;
}
.home_grey_background > .portlet .portlet-content > .cf {
  display: none;
}
.home_grey_background > .portlet .portlet-content .portlet_content_description {
  max-width: 600px;
  width: 100%;
  margin-left: 80px;
}
.home_grey_background > .portlet .portlet_content_link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
}
@media print {
  .home_grey_background > .portlet .portlet_content_link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .home_grey_background > .portlet .portlet_content_link {
    font-size: 16px;
    line-height: 26px;
  }
}
.home_grey_background > .portlet .portlet_content_link:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home_grey_background > .portlet .portlet_content_link:hover {
  color: #F1B400;
}
.home_grey_background > .portlet .portlet_content_link:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .home_grey_background > .portlet .portlet_content_link {
    display: none !important;
  }
}
.home_grey_background > *:last-child {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .home_grey_background > *:last-child {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 500px) {
  .home_grey_background > *:last-child {
    padding-bottom: 30px;
  }
}
@media print {
  .home_grey_background > *:last-child {
    padding-bottom: 2.8vw;
  }
}

.logged_in div[id*=portlets_home] .portlet_zone_label:after {
  content: "Zone: Info-Portlets";
}
.logged_in div[id*=portlets_home] .pictures .management_controls {
  display: none;
}
.logged_in div[id*=portlets_home] div.portlets_inner_wrap .portlet + a.add_portlet_link {
  display: flex;
  max-width: max-content;
  margin: 0;
  align-self: flex-end;
}

#portlets_home3,
#portlets_home2,
#portlets_home1 {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  #portlets_home3,
  #portlets_home2,
  #portlets_home1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #portlets_home3,
  #portlets_home2,
  #portlets_home1 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 500px) {
  #portlets_home3,
  #portlets_home2,
  #portlets_home1 {
    margin-top: 35px;
  }
}
@media print {
  #portlets_home3,
  #portlets_home2,
  #portlets_home1 {
    margin-top: 35px;
  }
}
#portlets_home3 .portlet_inner,
#portlets_home2 .portlet_inner,
#portlets_home1 .portlet_inner {
  background: #FFFFFF;
}
#portlets_home3 .pictures .management_controls,
#portlets_home2 .pictures .management_controls,
#portlets_home1 .pictures .management_controls {
  display: none;
}
#portlets_home3 .resource_container,
#portlets_home2 .resource_container,
#portlets_home1 .resource_container {
  width: 100%;
  height: auto;
}
#portlets_home3 .resource_container *,
#portlets_home2 .resource_container *,
#portlets_home1 .resource_container * {
  width: 100%;
  height: auto;
}
#portlets_home3 .portlet_content_introduction,
#portlets_home3 .portlet_content_subtitle,
#portlets_home2 .portlet_content_introduction,
#portlets_home2 .portlet_content_subtitle,
#portlets_home1 .portlet_content_introduction,
#portlets_home1 .portlet_content_subtitle {
  display: none;
}
#portlets_home3 .portlet_text_wrap,
#portlets_home2 .portlet_text_wrap,
#portlets_home1 .portlet_text_wrap {
  padding: 30px 35px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}
#portlets_home3 .portlet_content_description,
#portlets_home3 .portlet-content,
#portlets_home2 .portlet_content_description,
#portlets_home2 .portlet-content,
#portlets_home1 .portlet_content_description,
#portlets_home1 .portlet-content {
  height: 100%;
  display: flex;
  flex-flow: column;
}
#portlets_home3 .portlet_content_description p,
#portlets_home2 .portlet_content_description p,
#portlets_home1 .portlet_content_description p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #portlets_home3 .portlet_content_description p,
  #portlets_home2 .portlet_content_description p,
  #portlets_home1 .portlet_content_description p {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 500px) {
  #portlets_home3 .portlet_content_description p,
  #portlets_home2 .portlet_content_description p,
  #portlets_home1 .portlet_content_description p {
    margin-bottom: 10px;
  }
}
@media print {
  #portlets_home3 .portlet_content_description p,
  #portlets_home2 .portlet_content_description p,
  #portlets_home1 .portlet_content_description p {
    margin-bottom: 0.8vw;
  }
}
#portlets_home3 h3,
#portlets_home2 h3,
#portlets_home1 h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #portlets_home3 h3,
  #portlets_home2 h3,
  #portlets_home1 h3 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #portlets_home3 h3,
  #portlets_home2 h3,
  #portlets_home1 h3 {
    margin-bottom: 14px;
  }
}
@media print {
  #portlets_home3 h3,
  #portlets_home2 h3,
  #portlets_home1 h3 {
    margin-bottom: 14px;
  }
}
#portlets_home3 .portlet_content_introduction,
#portlets_home2 .portlet_content_introduction,
#portlets_home1 .portlet_content_introduction {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
}
@media print {
  #portlets_home3 .portlet_content_introduction,
  #portlets_home2 .portlet_content_introduction,
  #portlets_home1 .portlet_content_introduction {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #portlets_home3 .portlet_content_introduction,
  #portlets_home2 .portlet_content_introduction,
  #portlets_home1 .portlet_content_introduction {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #portlets_home3 .portlet_content_introduction,
  #portlets_home2 .portlet_content_introduction,
  #portlets_home1 .portlet_content_introduction {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  #portlets_home3 .portlet_content_introduction,
  #portlets_home2 .portlet_content_introduction,
  #portlets_home1 .portlet_content_introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
#portlets_home3 .portlet_content_link,
#portlets_home2 .portlet_content_link,
#portlets_home1 .portlet_content_link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  margin-top: auto;
}
@media print {
  #portlets_home3 .portlet_content_link,
  #portlets_home2 .portlet_content_link,
  #portlets_home1 .portlet_content_link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #portlets_home3 .portlet_content_link,
  #portlets_home2 .portlet_content_link,
  #portlets_home1 .portlet_content_link {
    font-size: 16px;
    line-height: 26px;
  }
}
#portlets_home3 .portlet_content_link:after,
#portlets_home2 .portlet_content_link:after,
#portlets_home1 .portlet_content_link:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#portlets_home3 .portlet_content_link:hover,
#portlets_home2 .portlet_content_link:hover,
#portlets_home1 .portlet_content_link:hover {
  color: #F1B400;
}
#portlets_home3 .portlet_content_link:hover:after,
#portlets_home2 .portlet_content_link:hover:after,
#portlets_home1 .portlet_content_link:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  #portlets_home3 .portlet_content_link,
  #portlets_home2 .portlet_content_link,
  #portlets_home1 .portlet_content_link {
    display: none !important;
  }
}

.special_news_portlet_wrap .slick-track,
.home_news .slick-track,
#portlets_home3 .slick-track,
#portlets_home2 .slick-track,
#portlets_home1 .slick-track {
  display: flex;
}
.special_news_portlet_wrap .slick-track .portlet-listing-entry,
.special_news_portlet_wrap .slick-track .portlet,
.home_news .slick-track .portlet-listing-entry,
.home_news .slick-track .portlet,
#portlets_home3 .slick-track .portlet-listing-entry,
#portlets_home3 .slick-track .portlet,
#portlets_home2 .slick-track .portlet-listing-entry,
#portlets_home2 .slick-track .portlet,
#portlets_home1 .slick-track .portlet-listing-entry,
#portlets_home1 .slick-track .portlet {
  margin: 0 20px;
  outline: none !important;
}
.special_news_portlet_wrap .slick-track .portlet-listing-entry .portlet-listing-entry-inline,
.special_news_portlet_wrap .slick-track .portlet-listing-entry .portlet_inner,
.special_news_portlet_wrap .slick-track .portlet .portlet-listing-entry-inline,
.special_news_portlet_wrap .slick-track .portlet .portlet_inner,
.home_news .slick-track .portlet-listing-entry .portlet-listing-entry-inline,
.home_news .slick-track .portlet-listing-entry .portlet_inner,
.home_news .slick-track .portlet .portlet-listing-entry-inline,
.home_news .slick-track .portlet .portlet_inner,
#portlets_home3 .slick-track .portlet-listing-entry .portlet-listing-entry-inline,
#portlets_home3 .slick-track .portlet-listing-entry .portlet_inner,
#portlets_home3 .slick-track .portlet .portlet-listing-entry-inline,
#portlets_home3 .slick-track .portlet .portlet_inner,
#portlets_home2 .slick-track .portlet-listing-entry .portlet-listing-entry-inline,
#portlets_home2 .slick-track .portlet-listing-entry .portlet_inner,
#portlets_home2 .slick-track .portlet .portlet-listing-entry-inline,
#portlets_home2 .slick-track .portlet .portlet_inner,
#portlets_home1 .slick-track .portlet-listing-entry .portlet-listing-entry-inline,
#portlets_home1 .slick-track .portlet-listing-entry .portlet_inner,
#portlets_home1 .slick-track .portlet .portlet-listing-entry-inline,
#portlets_home1 .slick-track .portlet .portlet_inner {
  height: 100%;
}
.special_news_portlet_wrap .slick-list,
.home_news .slick-list,
#portlets_home3 .slick-list,
#portlets_home2 .slick-list,
#portlets_home1 .slick-list {
  margin: 0 -20px;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap,
.special_news_portlet_wrap .portlets_inner_wrap,
.home_news .portlet-listing-entry-wrap,
.home_news .portlets_inner_wrap,
#portlets_home3 .portlet-listing-entry-wrap,
#portlets_home3 .portlets_inner_wrap,
#portlets_home2 .portlet-listing-entry-wrap,
#portlets_home2 .portlets_inner_wrap,
#portlets_home1 .portlet-listing-entry-wrap,
#portlets_home1 .portlets_inner_wrap {
  position: relative;
}
.special_news_portlet_wrap .slick-arrow,
.home_news .slick-arrow,
#portlets_home3 .slick-arrow,
#portlets_home2 .slick-arrow,
#portlets_home1 .slick-arrow {
  position: absolute;
  right: 0;
  top: -55px;
  width: 35px;
  height: 22px;
  font-size: 0;
  line-height: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
}
.special_news_portlet_wrap .slick-arrow.slick-disabled:before,
.home_news .slick-arrow.slick-disabled:before,
#portlets_home3 .slick-arrow.slick-disabled:before,
#portlets_home2 .slick-arrow.slick-disabled:before,
#portlets_home1 .slick-arrow.slick-disabled:before {
  pointer-events: none;
  color: rgba(26, 25, 25, 0.2);
}
.special_news_portlet_wrap .slick-arrow:hover:before,
.home_news .slick-arrow:hover:before,
#portlets_home3 .slick-arrow:hover:before,
#portlets_home2 .slick-arrow:hover:before,
#portlets_home1 .slick-arrow:hover:before {
  color: #F1B400;
}
.special_news_portlet_wrap .slick-arrow:before,
.home_news .slick-arrow:before,
#portlets_home3 .slick-arrow:before,
#portlets_home2 .slick-arrow:before,
#portlets_home1 .slick-arrow:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
}
.special_news_portlet_wrap .slick-arrow.slick-prev,
.home_news .slick-arrow.slick-prev,
#portlets_home3 .slick-arrow.slick-prev,
#portlets_home2 .slick-arrow.slick-prev,
#portlets_home1 .slick-arrow.slick-prev {
  right: 65px;
}
.special_news_portlet_wrap .slick-arrow.slick-prev:before,
.home_news .slick-arrow.slick-prev:before,
#portlets_home3 .slick-arrow.slick-prev:before,
#portlets_home2 .slick-arrow.slick-prev:before,
#portlets_home1 .slick-arrow.slick-prev:before {
  content: "\f177";
}

.special_news_portlet_wrap {
  padding-bottom: clamp(30px, 8vw, 80px);
}
.special_news_portlet_wrap > .portlet {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .special_news_portlet_wrap > .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .special_news_portlet_wrap > .portlet {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .special_news_portlet_wrap > .portlet {
    padding-bottom: 35px;
  }
}
@media print {
  .special_news_portlet_wrap > .portlet {
    padding-bottom: 35px;
  }
}

.special_news_portlet_wrap:not(:first-child) > .portlet,
.home_news:not(:first-child) > .portlet {
  margin-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .special_news_portlet_wrap:not(:first-child) > .portlet,
  .home_news:not(:first-child) > .portlet {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .special_news_portlet_wrap:not(:first-child) > .portlet,
  .home_news:not(:first-child) > .portlet {
    margin-top: 50px;
  }
}
@media print {
  .special_news_portlet_wrap:not(:first-child) > .portlet,
  .home_news:not(:first-child) > .portlet {
    margin-top: 4.3vw;
  }
}
.special_news_portlet_wrap > .portlet h3, .special_news_portlet_wrap > .portlet h3 a,
.home_news > .portlet h3,
.home_news > .portlet h3 a {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
}
@media screen and (max-width: 1000px) {
  .special_news_portlet_wrap > .portlet h3, .special_news_portlet_wrap > .portlet h3 a,
  .home_news > .portlet h3,
  .home_news > .portlet h3 a {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .special_news_portlet_wrap > .portlet h3, .special_news_portlet_wrap > .portlet h3 a,
  .home_news > .portlet h3,
  .home_news > .portlet h3 a {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .special_news_portlet_wrap > .portlet h3, .special_news_portlet_wrap > .portlet h3 a,
  .home_news > .portlet h3,
  .home_news > .portlet h3 a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .special_news_portlet_wrap > .portlet h3, .special_news_portlet_wrap > .portlet h3 a,
  .home_news > .portlet h3,
  .home_news > .portlet h3 a {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.special_news_portlet_wrap > .portlet h3,
.home_news > .portlet h3 {
  margin-bottom: 6px;
}
.special_news_portlet_wrap > .portlet .portlet_listing_subtitle,
.home_news > .portlet .portlet_listing_subtitle {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .special_news_portlet_wrap > .portlet .portlet_listing_subtitle,
  .home_news > .portlet .portlet_listing_subtitle {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .special_news_portlet_wrap > .portlet .portlet_listing_subtitle,
  .home_news > .portlet .portlet_listing_subtitle {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .special_news_portlet_wrap > .portlet .portlet_listing_subtitle,
  .home_news > .portlet .portlet_listing_subtitle {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .special_news_portlet_wrap > .portlet .portlet_listing_subtitle,
  .home_news > .portlet .portlet_listing_subtitle {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  .special_news_portlet_wrap > .portlet .portlet_listing_subtitle,
  .home_news > .portlet .portlet_listing_subtitle {
    font-weight: 400;
  }
}
.special_news_portlet_wrap .portlet-listing-entry-wrap,
.home_news .portlet-listing-entry-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap,
  .home_news .portlet-listing-entry-wrap {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap,
  .home_news .portlet-listing-entry-wrap {
    margin-top: 22px;
  }
}
@media print {
  .special_news_portlet_wrap .portlet-listing-entry-wrap,
  .home_news .portlet-listing-entry-wrap {
    margin-top: 22px;
  }
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline {
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  flex-flow: column;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .resource_container,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .resource_container {
  width: 100%;
  height: auto;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .resource_container *,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .resource_container * {
  width: 100%;
  height: auto;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container {
  padding: 40px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-more,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-more {
  display: none;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a {
  font: 700 26px/32px "EuropaGrotesk-Ext";
  color: #1A1919;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media print {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 a {
    font: 700 14px/20px "EuropaGrotesk-Ext";
  }
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline h4,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline h4 {
  margin-bottom: 4px;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-subtitle {
  font-weight: 400;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-introduction,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-introduction {
  font-weight: 700;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content {
  display: flex;
  flex-flow: column;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content {
    margin-top: 18px;
  }
}
@media print {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content {
    margin-bottom: 18px;
  }
}
@media print {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content {
    margin-bottom: 18px;
  }
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h3, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h2, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content a,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h3,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h2,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h4,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  margin: 0;
}
@media print {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h3, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h2, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content a,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h3,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h2,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h4,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h3, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h2, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h4, .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content a,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h3,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h2,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content h4,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-content a {
    font-size: 16px;
    line-height: 26px;
  }
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  margin-top: auto;
}
@media print {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link {
    font-size: 16px;
    line-height: 26px;
  }
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link:after,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link:hover,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link:hover {
  color: #F1B400;
}
.special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link:hover:after,
.home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-entry-link {
    display: none !important;
  }
}
.special_news_portlet_wrap .slick-arrow,
.home_news .slick-arrow {
  top: -82px;
}
.special_news_portlet_wrap .slick-list,
.home_news .slick-list {
  max-width: calc(100% - 210px);
}

/* @group portlet enbag statistics */
.portlets_home .portlet_enbag_statistics, .portlet_enbag_statistics {
  background: #fafafa;
  border: 2px solid #F4F4F3;
  padding: 40px;
  border-radius: 8px;
}
.portlets_home .portlet_enbag_statistics > .cf, .portlet_enbag_statistics > .cf {
  display: none;
}
.portlets_home .portlet_enbag_statistics #portlet_enbag_statistics_canvas, .portlet_enbag_statistics #portlet_enbag_statistics_canvas {
  display: block;
}
.portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_description, .portlet_enbag_statistics .portlet_enbag_statistics_description {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-top: -50px;
  width: auto;
}
.portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_description > *, .portlet_enbag_statistics .portlet_enbag_statistics_description > * {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px 0 0 50px;
  box-sizing: border-box;
}
.portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 {
  font: 400 27px/41px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
  color: #1A1919;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.2px;
  }
}
@media print {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 {
    font: 700 15px/20px "EuropaGrotesk-Ext";
  }
}
@media print {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 {
    font-weight: 400;
  }
}
.portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b {
  display: block;
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  margin-top: 10px;
  font-size: 65px;
}
@media screen and (max-width: 1000px) {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span {
  font: 400 27px/41px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
  color: #1A1919;
  font-weight: 400;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.2px;
  }
}
@media print {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span {
    font: 700 15px/20px "EuropaGrotesk-Ext";
  }
}
@media print {
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 b span {
    font-weight: 400;
  }
}
.portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 + p, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 + p {
  margin-top: 60px;
  color: #939290;
}
.portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content p, .portlet_enbag_statistics .portlet_enbag_statistics_content p {
  font-size: 15px;
}

/* @end */
/* @group popup */
#popup_news {
  --icon-width: clamp(30px,4vw,40px);
  --siteframe-space: 20px;
  --popup-width: clamp(280px,70vw,700px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 200;
}
#popup_news::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
#popup_news::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 1px;
}
#popup_news.fade-in {
  opacity: 1;
}
.logged_in.portlet_hidden #popup_news, .logged_in #popup_news {
  top: unset;
  left: unset;
  right: calc(-1 * var(--popup-width) + 70px);
  opacity: 1;
  animation: none;
  pointer-events: all;
  background: none;
}
.logged_in.portlet_hidden #popup_news:hover, .logged_in #popup_news:hover {
  right: var(--size-20);
}
.logged_in.system_page #popup_news, .portlet_hidden #popup_news {
  pointer-events: none;
  opacity: 0;
}
#popup_news .popup_news_inner {
  position: relative;
  max-height: calc(100vh - var(--siteframe-space) * 2);
  width: var(--popup-width);
  overflow: auto;
  z-index: 10;
}
#popup_news .portlet {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#popup_news .portlet.portlet_no_title.portlet_no_content.portlet_empty {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#popup_news .portlet + #close_popup {
  display: flex;
}
#popup_news .portlet .portlet-content {
  display: flex;
  flex-flow: column;
}
#popup_news .portlet .pictures {
  margin: -1px;
}
#popup_news .portlet .pictures .picture {
  float: none;
  width: 100%;
}
#popup_news .portlet .pictures .picture + .picture {
  display: none;
}
#popup_news .portlet .pictures .picture img {
  display: block;
  width: 100%;
  height: auto;
}
#popup_news .portlet .portlet_text_wrap {
  padding: clamp(20px, 4vw, 40px);
}
#popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title,
#popup_news .portlet .portlet-title a {
  font: 700 26px/32px "EuropaGrotesk-Ext";
  color: #1A1919;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #popup_news .portlet .portlet_content_subtitle,
  #popup_news .portlet .portlet-title,
  #popup_news .portlet .portlet-title a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #popup_news .portlet .portlet_content_subtitle,
  #popup_news .portlet .portlet-title,
  #popup_news .portlet .portlet-title a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  #popup_news .portlet .portlet_content_subtitle,
  #popup_news .portlet .portlet-title,
  #popup_news .portlet .portlet-title a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media print {
  #popup_news .portlet .portlet_content_subtitle,
  #popup_news .portlet .portlet-title,
  #popup_news .portlet .portlet-title a {
    font: 700 14px/20px "EuropaGrotesk-Ext";
  }
}
#popup_news .portlet .portlet_content_subtitle {
  font-weight: 400;
}
#popup_news .portlet .portlet_content_description {
  margin-top: clamp(20px, 3vw, 30px);
}
#popup_news .portlet .portlet_content_description p {
  margin-bottom: 5px;
}
#popup_news .portlet a.portlet_content_link {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 20px;
}
@media print {
  #popup_news .portlet a.portlet_content_link {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #popup_news .portlet a.portlet_content_link {
    font-size: 16px;
    line-height: 26px;
  }
}
#popup_news .portlet a.portlet_content_link > * {
  position: relative;
}
#popup_news .portlet a.portlet_content_link:focus, #popup_news .portlet a.portlet_content_link:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #popup_news .portlet a.portlet_content_link {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #popup_news .portlet a.portlet_content_link {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  #popup_news .portlet a.portlet_content_link {
    display: none !important;
  }
}
#popup_news #close_popup {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: calc(var(--icon-width) / 2);
  background: #cfcfcb;
  color: #1A1919;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#popup_news #close_popup:hover {
  color: #fff;
  background: #1A1919;
}
.logged_in #popup_news #close_popup {
  display: none;
}

@keyframes fadeIn {
  0% {
    right: calc(-1 * (var(--popup-width) + var(--siteframe-space)));
  }
  60% {
    right: var(--size-40);
  }
  100% {
    right: var(--siteframe-space);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    right: calc(-1 * (var(--popup-width) + var(--siteframe-space)));
  }
  60% {
    right: var(--size-40);
  }
  100% {
    right: var(--siteframe-space);
  }
}
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
.picture {
  float: none;
}
.picture a.resource_link {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: none;
  /*&:before {
  	@include before(100%,100%,rgba($background,0.6),0,0);
  	z-index: 1;
  	pointer-events: none;
  	opacity: 0;
  	visibility: hidden;
  	@include transition(0.3s);
  }

  &:after {
  	@include fontAwesome('\f00e',$text_color,50px,50%,50%);
  	margin-top: -25px;
  	margin-left: -25px;
  	font-weight: 300;
  	opacity: 0;
  	visibility: hidden;
  	@include transition(0.3s);
  	z-index: 1;
  }*/
}
.picture a.resource_link:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.picture a.resource_link img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.picture a.resource_link:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.picture .resource_subtitle {
  display: none;
}

.header_image {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.header_image .management_controls {
  top: auto !important;
  bottom: 10px !important;
}
.header_image .picture {
  float: none !important;
  width: 100%;
  height: 100%;
}
.header_image .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_image .resource_background img,
.header_image .resource_background {
  width: 100%;
  height: 100%;
  display: block;
}
.header_image .resource_description {
  position: absolute;
  clip: unset;
  width: 100%;
  height: auto;
  margin: 0;
  bottom: 0;
  overflow: visible;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .header_image .resource_description {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  .header_image .resource_description {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  .header_image .resource_description {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  .header_image .resource_description {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  .header_image .resource_description {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .header_image .resource_description {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .header_image .resource_description {
    padding-bottom: 35px;
  }
}
@media print {
  .header_image .resource_description {
    padding-bottom: 35px;
  }
}
.header_image .resource_description:before {
  content: "";
  position: absolute;
  top: auto;
  left: -2000px;
  width: 5000px;
  height: 370px;
  display: block;
  background: transparent;
  bottom: 0;
  background: rgba(0, 0, 0, 0); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); /* Standard syntax */
  z-index: -1;
}
.header_image .resource_description .resource_title {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  color: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .header_image .resource_description .resource_title {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .header_image .resource_description .resource_title {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .header_image .resource_description .resource_title {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .header_image .resource_description .resource_title {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.header_image .resource_description .resource_title + * {
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .header_image .resource_description .resource_title + * {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .header_image .resource_description .resource_title + * {
    margin-top: 5px;
  }
}
@media print {
  .header_image .resource_description .resource_title + * {
    margin-top: 5px;
  }
}
.header_image + #scroll_down {
  display: flex;
}
.header_image + #scroll_down + #background_top {
  display: none !important;
}

@keyframes moveBackground {
  0% {
    background-position: -150px 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: -150px 0;
  }
}
@keyframes moveBackground2 {
  0% {
    background-position: -160px 0;
  }
  50% {
    background-position: -80px 0;
  }
  100% {
    background-position: -160px 0;
  }
}
.picture_top_wrap {
  position: relative;
  z-index: 1;
}
.picture_top_wrap div.portlet {
  position: absolute;
  padding-top: 113px;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 200px;
  background: url(../img/Front-1.png) no-repeat;
  background-size: calc(100% + 160px) 100%;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .picture_top_wrap div.portlet {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 500px) {
  .picture_top_wrap div.portlet {
    padding-bottom: 70px;
  }
}
@media print {
  .picture_top_wrap div.portlet {
    padding-bottom: 5vw;
  }
}
.picture_top_wrap div.portlet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/Front-2.png) no-repeat;
  background-size: calc(100% + 160px) calc(100% + 1px);
  background-position: -150px 0;
  animation-name: moveBackground;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.picture_top_wrap div.portlet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/Front-3.png) no-repeat;
  background-size: calc(100% + 160px) calc(100% + 1px);
  background-position: -160px 0;
  animation-name: moveBackground2;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.picture_top_wrap div.portlet .controls {
  top: 114px;
}
.picture_top_wrap div.portlet .portlet_inner {
  padding-top: 70px;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .picture_top_wrap div.portlet .portlet_inner {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 500px) {
  .picture_top_wrap div.portlet .portlet_inner {
    padding-top: 30px;
  }
}
@media print {
  .picture_top_wrap div.portlet .portlet_inner {
    padding-top: 2.8vw;
  }
}
@media screen and (max-width: 1000px) {
  .picture_top_wrap div.portlet .portlet_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.picture_top_wrap div.portlet h3, .picture_top_wrap div.portlet h3 a {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .picture_top_wrap div.portlet h3, .picture_top_wrap div.portlet h3 a {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .picture_top_wrap div.portlet h3, .picture_top_wrap div.portlet h3 a {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .picture_top_wrap div.portlet h3, .picture_top_wrap div.portlet h3 a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .picture_top_wrap div.portlet h3, .picture_top_wrap div.portlet h3 a {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.picture_top_wrap div.portlet .portlet_content_subtitle {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .picture_top_wrap div.portlet .portlet_content_subtitle {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .picture_top_wrap div.portlet .portlet_content_subtitle {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .picture_top_wrap div.portlet .portlet_content_subtitle {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .picture_top_wrap div.portlet .portlet_content_subtitle {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  .picture_top_wrap div.portlet .portlet_content_subtitle {
    font-weight: 400;
  }
}
.picture_top_wrap div.portlet .portlet_content_description {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .picture_top_wrap div.portlet .portlet_content_description {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .picture_top_wrap div.portlet .portlet_content_description {
    margin-top: 22px;
  }
}
@media print {
  .picture_top_wrap div.portlet .portlet_content_description {
    margin-top: 22px;
  }
}
.picture_top_wrap div.portlet .portlet_content_description p {
  margin: 0;
}
.picture_top_wrap div.portlet .portlet_content_description p a {
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  color: #FFFFFF;
  text-decoration: none;
}
@media print {
  .picture_top_wrap div.portlet .portlet_content_description p a {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .picture_top_wrap div.portlet .portlet_content_description p a {
    font-size: 13px;
    line-height: 17px;
  }
}
.picture_top_wrap div.portlet .portlet_content_description p a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.picture_top_wrap div.portlet .portlet_content_description p:first-child a {
  color: #1A1919;
  background: #FFFFFF;
  padding: 8px 20px 9px;
  border-radius: 20px;
}
.picture_top_wrap div.portlet .portlet_content_description p:first-child a:hover {
  text-decoration: none;
  background: #1A1919;
  color: #FFFFFF;
}
.picture_top_wrap div.portlet .portlet_content_description p:not(:first-child) {
  margin-left: 25px;
}
.picture_top_wrap .videos {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.picture_top_wrap .videos .video {
  width: 100%;
  height: 100%;
}
.picture_top_wrap .videos video::-webkit-media-controls {
  display: none;
}
.picture_top_wrap .videos .video-js {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.picture_top_wrap .videos .vjs-poster,
.picture_top_wrap .videos .vjs-tech {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.picture_top_wrap .videos + .header_image {
  display: none;
}

#background_top {
  position: absolute;
  right: 0;
  width: 60%;
  max-height: 200px;
}
#background_top img {
  width: 100%;
  max-height: 200px;
}

.picture_big {
  margin-bottom: 60px;
  margin-top: 100px;
  width: 100%;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .picture_big {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .picture_big {
    margin-bottom: 25px;
  }
}
@media print {
  .picture_big {
    margin-bottom: 2.2vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .picture_big {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .picture_big {
    margin-top: 40px;
  }
}
@media print {
  .picture_big {
    margin-top: 3.8vw;
  }
}
.picture_big * {
  width: 100%;
  height: auto;
}

#scroll_down {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  color: #FFFFFF;
  margin-bottom: 110px;
  display: none;
}
@media print {
  #scroll_down {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #scroll_down {
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #scroll_down {
    margin-bottom: 11vw;
  }
}
@media screen and (max-width: 500px) {
  #scroll_down {
    margin-bottom: 45px;
  }
}
@media print {
  #scroll_down {
    margin-bottom: 45px;
  }
}
#scroll_down i {
  display: block;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 1px;
}

.css_schrift_schwarz_bild_oben .picture_top_listing .resource_description {
  color: #111111;
  text-shadow: none;
}
.css_schrift_schwarz_bild_oben .picture_top_listing .resource_description .resource_title,
.css_schrift_schwarz_bild_oben .picture_top_listing .resource_description .resource_title a {
  color: #111111;
  text-shadow: none;
}
.css_schrift_schwarz_bild_oben .picture_top_listing .resource_description .resource_title + p {
  color: #111111;
}
.css_schrift_schwarz_bild_oben .picture_top_listing .resource_description p > a {
  color: #FFFFFF;
  background: #1A1919;
}
.css_schrift_schwarz_bild_oben .picture_top_listing .resource_description p > a:hover {
  color: #1A1919;
  background: #FFFFFF;
}
.picture_top_listing * {
  width: 100%;
  height: auto;
}
.picture_top_listing .resource_link {
  pointer-events: none;
}
.picture_top_listing img {
  width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: cover;
}
.picture_top_listing .resource_description {
  clip: unset;
  height: auto;
  padding-top: 80px;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc((100% - 1300px) / 2);
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.3);
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .picture_top_listing .resource_description {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .picture_top_listing .resource_description {
    padding-top: 35px;
  }
}
@media print {
  .picture_top_listing .resource_description {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .picture_top_listing .resource_description {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.picture_top_listing .resource_description .resource_title,
.picture_top_listing .resource_description .resource_title a {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  color: #FFFFFF;
  display: block;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.3);
}
@media screen and (max-width: 1000px) {
  .picture_top_listing .resource_description .resource_title,
  .picture_top_listing .resource_description .resource_title a {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .picture_top_listing .resource_description .resource_title,
  .picture_top_listing .resource_description .resource_title a {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .picture_top_listing .resource_description .resource_title,
  .picture_top_listing .resource_description .resource_title a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .picture_top_listing .resource_description .resource_title,
  .picture_top_listing .resource_description .resource_title a {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.picture_top_listing .resource_description .resource_title + p {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .picture_top_listing .resource_description .resource_title + p {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .picture_top_listing .resource_description .resource_title + p {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .picture_top_listing .resource_description .resource_title + p {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  .picture_top_listing .resource_description .resource_title + p {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  .picture_top_listing .resource_description .resource_title + p {
    font-weight: 400;
  }
}
.picture_top_listing .resource_description .resource_title + p ~ p {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .picture_top_listing .resource_description .resource_title + p ~ p {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .picture_top_listing .resource_description .resource_title + p ~ p {
    margin-top: 22px;
  }
}
@media print {
  .picture_top_listing .resource_description .resource_title + p ~ p {
    margin-top: 22px;
  }
}
.picture_top_listing .resource_description p > a {
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-family: "EuropaGrotesk-Ext";
  text-decoration: none;
  color: #1A1919;
  background: #FFFFFF;
  padding: 8px 20px 8px;
  border-radius: 20px;
  display: inline-block;
  width: auto;
}
@media print {
  .picture_top_listing .resource_description p > a {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .picture_top_listing .resource_description p > a {
    font-size: 13px;
    line-height: 17px;
  }
}
.picture_top_listing .resource_description p > a:hover {
  text-decoration: none;
  background: #1A1919;
  color: #FFFFFF;
}

.gallery {
  padding-top: 70px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: -25px;
  width: auto;
  min-width: 100%;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .gallery {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    padding-top: 30px;
  }
}
@media print {
  .gallery {
    padding-top: 2.8vw;
  }
}
.gallery > * {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 25px 0 0 25px;
  box-sizing: border-box;
}
.gallery img {
  width: 100%;
  height: auto;
}
.content_inner ul.tags {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_inner ul.tags {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .content_inner ul.tags {
    margin-top: 40px;
  }
}
@media print {
  .content_inner ul.tags {
    margin-top: 3.8vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .content_inner ul.tags {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .content_inner ul.tags {
    margin-bottom: 25px;
  }
}
@media print {
  .content_inner ul.tags {
    margin-bottom: 2.2vw;
  }
}
.content_inner ul.tags li {
  width: auto;
  border-radius: 0;
  background: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: inline-block;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin: 0 20px 0 0;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
}
@media print {
  .content_inner ul.tags li {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .content_inner ul.tags li {
    font-size: 16px;
    line-height: 26px;
  }
}
.content_inner ul.tags li:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 0;
  height: 2px;
  display: block;
  background: #F1B400;
  bottom: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.content_inner 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_inner ul.tags li.active:hover, .content_inner ul.tags li.mixitup-control-active:hover, .content_inner ul.tags li.active, .content_inner ul.tags li.mixitup-control-active, .content_inner ul.tags li:hover {
  color: #111111;
}
.content_inner ul.tags li.active:hover:before, .content_inner ul.tags li.mixitup-control-active:hover:before, .content_inner ul.tags li.active:before, .content_inner ul.tags li.mixitup-control-active:before, .content_inner ul.tags li:hover:before {
  width: 100%;
}

.fancybox-toolbar button {
  display: none !important;
}
.fancybox-toolbar button.fancybox-button--close {
  display: block !important;
}

.fancybox-container .resource_description {
  display: block;
  color: #fff;
}

iframe {
  max-width: 100%;
}

.mod_action_show_entry .videos {
  margin-top: 40px;
}
.mod_action_show_entry .videos video {
  width: 100% !important;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
.mod_action_show_entry .videos .video:not(:first-child) {
  margin-top: 20px;
}

/* @end */
/* @group documents */
h2 + .cf + .documents,
h2 + .documents, h3 + .cf + .documents,
h3 + .documents {
  padding-top: 1px;
}

.documents {
  margin-top: 50px;
  padding: 0px 0 0;
  min-width: 100%;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .documents {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .documents {
    margin-top: 25px;
  }
}
@media print {
  .documents {
    margin-top: 2.2vw;
  }
}
.documents .documents {
  padding-top: 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: block;
  border-bottom: 1px solid rgba(26, 25, 25, 0.1);
}
.documents .document:first-child {
  border-top: 1px solid rgba(26, 25, 25, 0.1);
}
.documents .document .description {
  display: none;
}
.documents .document a {
  text-decoration: none;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 22px 26px 22px 0;
}
@media print {
  .documents .document a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .documents .document a {
    font-size: 16px;
    line-height: 26px;
  }
}
.documents .document a:after {
  content: "\f0ed";
  position: absolute;
  top: 21px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  right: 0;
}
.documents .document a:hover {
  color: #F1B400;
}
.documents .document a:hover:after {
  font-weight: 700;
  color: #F1B400;
}
.documents .document .fa {
  display: none;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
/* @group static bg for demo */
.category_59 .content_bottom {
  position: relative;
}
.category_59 .content_bottom .backgrond_element {
  position: absolute;
  top: auto;
  width: 100%;
  left: 0;
  bottom: -80px;
  background: url(../img/background-big.png) #D4EDF5 no-repeat center bottom;
  background-size: contain;
}

/* @end */
/* @group listing */
#scroll_div {
  overflow: hidden;
}

#mixItUp .tags {
  margin-top: 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .tags {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .tags {
    margin-bottom: 35px;
  }
}
@media print {
  #mixItUp .tags {
    margin-bottom: 35px;
  }
}
#mixItUp .tags + .module-listing .listing_entry {
  margin-top: 0;
}
#mixItUp .tags + .module-listing .listing_entry:not(:last-child) {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .tags + .module-listing .listing_entry:not(:last-child) {
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .tags + .module-listing .listing_entry:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media print {
  #mixItUp .tags + .module-listing .listing_entry:not(:last-child) {
    margin-bottom: 4.3vw;
  }
}
.navigation_is_visible #mixItUp .listing_entry .listing-entry-inline {
  flex-flow: wrap;
}
.navigation_is_visible #mixItUp .listing_entry .pictures {
  flex: 0 0 calc(100% + 30px);
  max-width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
  width: auto;
  margin-bottom: 0;
  margin-top: 10px;
}
.navigation_is_visible #mixItUp .listing_entry .pictures > * {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 0 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .navigation_is_visible #mixItUp .listing_entry .pictures {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .navigation_is_visible #mixItUp .listing_entry .pictures {
    margin-top: 5px;
  }
}
@media print {
  .navigation_is_visible #mixItUp .listing_entry .pictures {
    margin-top: 5px;
  }
}
.navigation_is_visible #mixItUp .listing_entry .pictures > .cf {
  display: none;
}
.navigation_is_visible #mixItUp .listing_entry .pictures .picture:not(:first-child) {
  margin-top: 0;
}
#mixItUp .listing_entry:not(:first-child) {
  margin-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry:not(:first-child) {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry:not(:first-child) {
    margin-top: 50px;
  }
}
@media print {
  #mixItUp .listing_entry:not(:first-child) {
    margin-top: 4.3vw;
  }
}
#mixItUp .listing_entry .listing-entry-inline {
  display: flex;
  align-items: center;
}
#mixItUp .listing_entry .pictures {
  flex: 0 0 400px;
  max-width: 33.33%;
  margin-left: 50px;
  order: 1;
}
#mixItUp .listing_entry .pictures .picture {
  float: none;
  width: 100%;
  height: auto;
}
#mixItUp .listing_entry .pictures .picture:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry .pictures .picture:not(:first-child) {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry .pictures .picture:not(:first-child) {
    margin-top: 14px;
  }
}
@media print {
  #mixItUp .listing_entry .pictures .picture:not(:first-child) {
    margin-top: 14px;
  }
}
#mixItUp .listing_entry .pictures img {
  width: 100%;
  height: auto;
}
#mixItUp .listing_entry .listing-subtitle2 {
  display: none;
}
#mixItUp .listing_entry .content {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
}
#mixItUp .listing_entry .content h2.listing-title,
#mixItUp .listing_entry .content h2.listing-title a {
  font: 700 35px/44px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #mixItUp .listing_entry .content h2.listing-title,
  #mixItUp .listing_entry .content h2.listing-title a {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry .content h2.listing-title,
  #mixItUp .listing_entry .content h2.listing-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry .content h2.listing-title,
  #mixItUp .listing_entry .content h2.listing-title a {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media print {
  #mixItUp .listing_entry .content h2.listing-title,
  #mixItUp .listing_entry .content h2.listing-title a {
    font: 700 18px/23px "EuropaGrotesk-Ext";
    color: #000;
  }
}
#mixItUp .listing_entry .content h2.listing-title:only-child,
#mixItUp .listing_entry .content h2.listing-title a:only-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry .content h2.listing-title:only-child,
  #mixItUp .listing_entry .content h2.listing-title a:only-child {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry .content h2.listing-title:only-child,
  #mixItUp .listing_entry .content h2.listing-title a:only-child {
    margin-bottom: 14px;
  }
}
@media print {
  #mixItUp .listing_entry .content h2.listing-title:only-child,
  #mixItUp .listing_entry .content h2.listing-title a:only-child {
    margin-bottom: 14px;
  }
}
#mixItUp .listing_entry .content h2.listing-title + :not(h3.subtitle),
#mixItUp .listing_entry .content h2.listing-title a + :not(h3.subtitle) {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry .content h2.listing-title + :not(h3.subtitle),
  #mixItUp .listing_entry .content h2.listing-title a + :not(h3.subtitle) {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry .content h2.listing-title + :not(h3.subtitle),
  #mixItUp .listing_entry .content h2.listing-title a + :not(h3.subtitle) {
    margin-top: 14px;
  }
}
@media print {
  #mixItUp .listing_entry .content h2.listing-title + :not(h3.subtitle),
  #mixItUp .listing_entry .content h2.listing-title a + :not(h3.subtitle) {
    margin-top: 14px;
  }
}
#mixItUp .listing_entry .content h3.subtitle {
  font: 700 35px/44px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #mixItUp .listing_entry .content h3.subtitle {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry .content h3.subtitle {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry .content h3.subtitle {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media print {
  #mixItUp .listing_entry .content h3.subtitle {
    font: 700 18px/23px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  #mixItUp .listing_entry .content h3.subtitle {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry .content h3.subtitle {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry .content h3.subtitle {
    margin-bottom: 14px;
  }
}
@media print {
  #mixItUp .listing_entry .content h3.subtitle {
    margin-bottom: 14px;
  }
}
#mixItUp .listing_entry .content .listing-content-introduction {
  font: 400 21px/32px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  margin-bottom: 30px;
}
@media print {
  #mixItUp .listing_entry .content .listing-content-introduction {
    font: 400 14px/21px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #mixItUp .listing_entry .content .listing-content-introduction {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry .content .listing-content-introduction {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry .content .listing-content-introduction {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry .content .listing-content-introduction {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry .content .listing-content-introduction {
    margin-bottom: 18px;
  }
}
@media print {
  #mixItUp .listing_entry .content .listing-content-introduction {
    margin-bottom: 18px;
  }
}
#mixItUp .listing_entry .content .listing-more-button {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  display: inline-block;
  margin-top: 45px;
}
@media print {
  #mixItUp .listing_entry .content .listing-more-button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry .content .listing-more-button {
    font-size: 16px;
    line-height: 26px;
  }
}
#mixItUp .listing_entry .content .listing-more-button:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#mixItUp .listing_entry .content .listing-more-button:hover {
  color: #F1B400;
}
#mixItUp .listing_entry .content .listing-more-button:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  #mixItUp .listing_entry .content .listing-more-button {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry .content .listing-more-button {
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry .content .listing-more-button {
    margin-top: 22px;
  }
}
@media print {
  #mixItUp .listing_entry .content .listing-more-button {
    margin-top: 22px;
  }
}
#mixItUp .listing_entry .content .listing-date {
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  color: #939290;
  margin-bottom: 15px;
}
@media print {
  #mixItUp .listing_entry .content .listing-date {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry .content .listing-date {
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry .content .listing-date {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry .content .listing-date {
    margin-bottom: 10px;
  }
}
@media print {
  #mixItUp .listing_entry .content .listing-date {
    margin-bottom: 0.8vw;
  }
}
#mixItUp .listing_entry.title_big .content h2.listing-title,
#mixItUp .listing_entry.title_big .content h2.listing-title a {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title,
  #mixItUp .listing_entry.title_big .content h2.listing-title a {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title,
  #mixItUp .listing_entry.title_big .content h2.listing-title a {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title,
  #mixItUp .listing_entry.title_big .content h2.listing-title a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  #mixItUp .listing_entry.title_big .content h2.listing-title,
  #mixItUp .listing_entry.title_big .content h2.listing-title a {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title,
  #mixItUp .listing_entry.title_big .content h2.listing-title a {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title,
  #mixItUp .listing_entry.title_big .content h2.listing-title a {
    margin-bottom: 5px;
  }
}
@media print {
  #mixItUp .listing_entry.title_big .content h2.listing-title,
  #mixItUp .listing_entry.title_big .content h2.listing-title a {
    margin-bottom: 5px;
  }
}
#mixItUp .listing_entry.title_big .content h2.listing-title + :not(h3.subtitle),
#mixItUp .listing_entry.title_big .content h2.listing-title a + :not(h3.subtitle) {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title + :not(h3.subtitle),
  #mixItUp .listing_entry.title_big .content h2.listing-title a + :not(h3.subtitle) {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title + :not(h3.subtitle),
  #mixItUp .listing_entry.title_big .content h2.listing-title a + :not(h3.subtitle) {
    margin-top: 25px;
  }
}
@media print {
  #mixItUp .listing_entry.title_big .content h2.listing-title + :not(h3.subtitle),
  #mixItUp .listing_entry.title_big .content h2.listing-title a + :not(h3.subtitle) {
    margin-top: 2.2vw;
  }
}
#mixItUp .listing_entry.title_big .content h2.listing-title:only-child,
#mixItUp .listing_entry.title_big .content h2.listing-title a:only-child {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title:only-child,
  #mixItUp .listing_entry.title_big .content h2.listing-title a:only-child {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.title_big .content h2.listing-title:only-child,
  #mixItUp .listing_entry.title_big .content h2.listing-title a:only-child {
    margin-bottom: 25px;
  }
}
@media print {
  #mixItUp .listing_entry.title_big .content h2.listing-title:only-child,
  #mixItUp .listing_entry.title_big .content h2.listing-title a:only-child {
    margin-bottom: 2.2vw;
  }
}
#mixItUp .listing_entry.title_big .content h3.subtitle {
  font: 700 45px/55px "EuropaGrotesk-Ext";
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    font-size: 37px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    font-size: 25px;
    line-height: 28px;
  }
}
@media print {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    font: 700 20px/24px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    margin-bottom: 25px;
  }
}
@media print {
  #mixItUp .listing_entry.title_big .content h3.subtitle {
    margin-bottom: 2.2vw;
  }
}
#mixItUp .listing_entry.box_grey {
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.box_grey {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.box_grey {
    margin-top: 18px;
  }
}
@media print {
  #mixItUp .listing_entry.box_grey {
    margin-top: 18px;
  }
}
#mixItUp .listing_entry.box_grey .content {
  border: 2px solid #F4F4F3;
  border-radius: 8px;
}
#mixItUp .listing_entry.box_grey .content h2.listing-title,
#mixItUp .listing_entry.box_grey .content h2.listing-title a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
}
@media print {
  #mixItUp .listing_entry.box_grey .content h2.listing-title,
  #mixItUp .listing_entry.box_grey .content h2.listing-title a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.box_grey .content h2.listing-title,
  #mixItUp .listing_entry.box_grey .content h2.listing-title a {
    font-size: 16px;
    line-height: 26px;
  }
}
#mixItUp .listing_entry.box_grey .content h2.listing-title {
  margin: 6px 0;
}
#mixItUp .listing_entry.box_grey .content h3.subtitle {
  display: none;
}
#mixItUp .listing_entry.box_grey .content .listing-content-introduction {
  font: 400 27px/41px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
  color: #1A1919;
  margin-top: 0 !important;
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry.box_grey .content .listing-content-introduction {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.box_grey .content .listing-content-introduction {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.2px;
  }
}
@media print {
  #mixItUp .listing_entry.box_grey .content .listing-content-introduction {
    font: 700 15px/20px "EuropaGrotesk-Ext";
  }
}
#mixItUp .listing_entry.box_grey .content .listing_entry_title {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px 16px;
}
#mixItUp .listing_entry.box_grey .content .listing_entry_content {
  background: #F4F4F3;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
#mixItUp .listing_entry.box_grey .content .listing_entry_content .pictures {
  flex: 0 0 180px;
  max-width: 180px;
  height: 180px;
  margin: 0 0 0 20px;
  padding: 0;
}
#mixItUp .listing_entry.box_grey .content .listing_entry_content .pictures .picture:not(.picture_0) {
  display: none;
}
#mixItUp .listing_entry.box_grey .content .listing_entry_content .pictures * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
#mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
  font: 700 35px/44px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media print {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    font: 700 18px/23px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    margin-bottom: 14px;
  }
}
@media print {
  #mixItUp .listing_entry.box_grey .content .listing-content-text h3 {
    margin-bottom: 14px;
  }
}
#mixItUp .listing_entry.box_grey .content .listing-content-text p {
  font-weight: 700;
}
#mixItUp .listing_entry.box_grey .content .listing-content-text > * {
  max-width: 400px;
}
#mixItUp .listing_entry.box_grey .content .listing-more-button {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.box_grey .content .listing-more-button {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.box_grey .content .listing-more-button {
    margin-top: 18px;
  }
}
@media print {
  #mixItUp .listing_entry.box_grey .content .listing-more-button {
    margin-top: 18px;
  }
}
#mixItUp .listing_entry.buttons {
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.buttons {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.buttons {
    margin-top: 22px;
  }
}
@media print {
  #mixItUp .listing_entry.buttons {
    margin-top: 22px;
  }
}
#mixItUp .listing_entry.buttons .content {
  text-align: center;
}
#mixItUp .listing_entry.buttons .content .listing-content-text .content_link a {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  #mixItUp .listing_entry.buttons .content .listing-content-text .content_link a {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.buttons .content .listing-content-text .content_link a {
    font-size: 16px;
    line-height: 26px;
  }
}
#mixItUp .listing_entry.buttons .content .listing-content-text .content_link a > * {
  position: relative;
}
#mixItUp .listing_entry.buttons .content .listing-content-text .content_link a:focus, #mixItUp .listing_entry.buttons .content .listing-content-text .content_link a:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry.buttons .content .listing-content-text .content_link a {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.buttons .content .listing-content-text .content_link a {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  #mixItUp .listing_entry.buttons .content .listing-content-text .content_link a {
    display: none !important;
  }
}
#mixItUp .listing_entry.buttons .content .listing-content-text .content_link a:after {
  color: #FFFFFF;
  font-weight: 700;
}
#mixItUp .listing_entry.buttons .content .listing-more-button {
  margin-top: 25px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.buttons .content .listing-more-button {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.buttons .content .listing-more-button {
    margin-top: 16px;
  }
}
@media print {
  #mixItUp .listing_entry.buttons .content .listing-more-button {
    margin-top: 16px;
  }
}
#mixItUp .listing_entry.blue_elements .content .listing-content-text {
  font-weight: 700;
}
#mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap {
  background: #D4EDF5;
  border-radius: 8px;
  padding: 30px;
}
#mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap:not(:first-child) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap:not(:first-child) {
    margin-top: 18px;
  }
}
@media print {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap:not(:first-child) {
    margin-top: 18px;
  }
}
#mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
  font: 700 35px/44px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media print {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    font: 700 18px/23px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media print {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    margin-bottom: 14px;
  }
}
@media print {
  #mixItUp .listing_entry.blue_elements .content .listing-content-text h3 {
    margin-bottom: 14px;
  }
}
#mixItUp .listing_entry.picture_before_content .pictures {
  order: -1;
  margin-top: -30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.picture_before_content .pictures {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.picture_before_content .pictures {
    margin-bottom: 22px;
  }
}
@media print {
  #mixItUp .listing_entry.picture_before_content .pictures {
    margin-bottom: 22px;
  }
}
#mixItUp .listing_entry.white_box {
  border: 2px solid #F4F4F3;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}
#mixItUp .listing_entry.white_box .pictures {
  margin-bottom: 0;
}
#mixItUp .listing_entry.white_box .content {
  padding: 30px;
}
#mixItUp .listing_entry.white_box .content .listing-more-button {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 30px;
}
@media print {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    font-size: 16px;
    line-height: 26px;
  }
}
#mixItUp .listing_entry.white_box .content .listing-more-button > * {
  position: relative;
}
#mixItUp .listing_entry.white_box .content .listing-more-button:focus, #mixItUp .listing_entry.white_box .content .listing-more-button:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    margin-top: 18px;
  }
}
@media print {
  #mixItUp .listing_entry.white_box .content .listing-more-button {
    margin-top: 18px;
  }
}
#mixItUp .listing_entry.white_box .content .listing-more-button:after {
  color: #fff;
  font-weight: 700;
}

.mod_action_edit_entry_form .content_top + .portlet,
.mod_action_add_entry_form .content_top + .portlet {
  display: none;
}
.mod_action_edit_entry_form .content_bottom .content_inner,
.mod_action_add_entry_form .content_bottom .content_inner {
  padding-top: 0 !important;
}

.listing_entry_link,
.overview_entry_link,
.portlet_content_entry_link,
.portlet_listing_entry_link {
  z-index: 2;
}

.css_team #mixItUp .listing_entry .pictures {
  flex: 0 0 300px;
}
.css_team #mixItUp .listing_entry .listing-content-introduction p {
  margin: 0;
}
.css_team #mixItUp .listing_entry .listing-content-introduction p a {
  color: #1A1919;
  text-decoration: none;
  position: relative;
}
.css_team #mixItUp .listing_entry .listing-content-introduction p a:before {
  content: "\f095";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  position: relative;
  display: inline-block;
  width: 15px;
  font-weight: 700;
  margin-right: 12px;
}
.css_team #mixItUp .listing_entry .listing-content-introduction p a:hover:before, .css_team #mixItUp .listing_entry .listing-content-introduction p a:hover {
  color: #F1B400;
}
.css_team #mixItUp .listing_entry .listing-content-introduction p:nth-child(2) a:before {
  content: "\f0e0";
}
.css_team .navigation_is_visible #mixItUp .listing_entry .listing-entry-inline {
  flex-flow: row;
  align-items: flex-start;
}
.css_team .navigation_is_visible #mixItUp .listing_entry .pictures {
  flex: 0 0 250px;
  margin-top: 0;
}
.css_team .navigation_is_visible #mixItUp .listing_entry .pictures > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.css_team .navigation_is_visible #mixItUp .listing_entry .pictures .picture {
  padding-top: 0;
}

.css_faq .portlet + .content_bottom {
  margin-top: 100px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .css_faq .portlet + .content_bottom {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .css_faq .portlet + .content_bottom {
    margin-top: 40px;
  }
}
@media print {
  .css_faq .portlet + .content_bottom {
    margin-top: 3.8vw;
  }
}
.css_faq .content_bottom {
  background: #F4F4F3;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .css_faq .content_bottom {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .css_faq .content_bottom {
    padding-top: 40px;
  }
}
@media print {
  .css_faq .content_bottom {
    padding-top: 3.8vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .css_faq .content_bottom {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .css_faq .content_bottom {
    padding-bottom: 40px;
  }
}
@media print {
  .css_faq .content_bottom {
    padding-bottom: 3.8vw;
  }
}
.css_faq .content_bottom .content_inner {
  margin-bottom: 0;
}
.css_faq #mixItUp .module-listing > div:not(:first-child) {
  margin-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .css_faq #mixItUp .module-listing > div:not(:first-child) {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .css_faq #mixItUp .module-listing > div:not(:first-child) {
    margin-top: 50px;
  }
}
@media print {
  .css_faq #mixItUp .module-listing > div:not(:first-child) {
    margin-top: 4.3vw;
  }
}
.css_faq #mixItUp .listing_entry {
  margin-top: 0;
  margin-bottom: 0;
}
.css_faq #mixItUp .listing_entry .management_controls {
  top: -8px;
}
.css_faq #mixItUp .listing_entry .content .listing-more-button {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .css_faq #mixItUp .listing_entry .content .listing-more-button {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .css_faq #mixItUp .listing_entry .content .listing-more-button {
    margin-top: 14px;
  }
}
@media print {
  .css_faq #mixItUp .listing_entry .content .listing-more-button {
    margin-top: 14px;
  }
}
.css_faq #mixItUp .listing_entry h3.subtitle,
.css_faq #mixItUp .listing_entry div.listing-content-introduction {
  display: none !important;
}

.listing_entry_backlink a {
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  text-decoration: none;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 60px;
  display: inline-block;
}
@media print {
  .listing_entry_backlink a {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .listing_entry_backlink a {
    font-size: 13px;
    line-height: 17px;
  }
}
.listing_entry_backlink a:before {
  content: "\f177";
  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: #111111;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_entry_backlink a:hover {
  color: #F1B400;
}
.listing_entry_backlink a:hover:before {
  color: #F1B400;
  margin-right: 8px;
  left: -5px;
}
@media print {
  .listing_entry_backlink a:before {
    background: #111111;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .listing_entry_backlink a {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .listing_entry_backlink a {
    margin-top: 25px;
  }
}
@media print {
  .listing_entry_backlink a {
    margin-top: 2.2vw;
  }
}

.listing_entry_class_no_picture_on_detail .pictures.gallery .picture_0,
.listing_entry_class_no_picture_on_detail .picture_big {
  display: none;
}

#listing_entry_content p:nth-last-child(2) {
  margin-bottom: 0;
}

.search .overview_items:not(:first-child),
.mod_overview .overview_items:not(:first-child) {
  margin-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .search .overview_items:not(:first-child),
  .mod_overview .overview_items:not(:first-child) {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .search .overview_items:not(:first-child),
  .mod_overview .overview_items:not(:first-child) {
    margin-top: 50px;
  }
}
@media print {
  .search .overview_items:not(:first-child),
  .mod_overview .overview_items:not(:first-child) {
    margin-top: 4.3vw;
  }
}
.search .search_item_wrap:not(:first-child),
.mod_overview .search_item_wrap:not(:first-child) {
  margin-top: 100px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .search .search_item_wrap:not(:first-child),
  .mod_overview .search_item_wrap:not(:first-child) {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .search .search_item_wrap:not(:first-child),
  .mod_overview .search_item_wrap:not(:first-child) {
    margin-top: 40px;
  }
}
@media print {
  .search .search_item_wrap:not(:first-child),
  .mod_overview .search_item_wrap:not(:first-child) {
    margin-top: 3.8vw;
  }
}
.search .search_item,
.mod_overview .search_item {
  display: flex;
  align-items: center;
}
.search .search_item_wrap .search_item,
.search .overview_item .search_item,
.mod_overview .search_item_wrap .search_item,
.mod_overview .overview_item .search_item {
  text-decoration: none;
  color: #1A1919;
}
.search .search_item_wrap:not(:first-child),
.search .overview_item:not(:first-child),
.mod_overview .search_item_wrap:not(:first-child),
.mod_overview .overview_item:not(:first-child) {
  margin-top: 120px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .search .search_item_wrap:not(:first-child),
  .search .overview_item:not(:first-child),
  .mod_overview .search_item_wrap:not(:first-child),
  .mod_overview .overview_item:not(:first-child) {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 500px) {
  .search .search_item_wrap:not(:first-child),
  .search .overview_item:not(:first-child),
  .mod_overview .search_item_wrap:not(:first-child),
  .mod_overview .overview_item:not(:first-child) {
    margin-top: 50px;
  }
}
@media print {
  .search .search_item_wrap:not(:first-child),
  .search .overview_item:not(:first-child),
  .mod_overview .search_item_wrap:not(:first-child),
  .mod_overview .overview_item:not(:first-child) {
    margin-top: 4.3vw;
  }
}
.search .search_item_wrap .search_item_details,
.search .overview_item .search_item_details,
.mod_overview .search_item_wrap .search_item_details,
.mod_overview .overview_item .search_item_details {
  display: none !important;
}
.search .search_item_wrap .overview_item_inner,
.search .overview_item .overview_item_inner,
.mod_overview .search_item_wrap .overview_item_inner,
.mod_overview .overview_item .overview_item_inner {
  display: flex;
  align-items: center;
}
.search .search_item_wrap .pictures,
.search .overview_item .pictures,
.mod_overview .search_item_wrap .pictures,
.mod_overview .overview_item .pictures {
  flex: 0 0 420px;
  max-width: 40%;
  margin-right: 60px;
}
.search .search_item_wrap .pictures *,
.search .overview_item .pictures *,
.mod_overview .search_item_wrap .pictures *,
.mod_overview .overview_item .pictures * {
  width: 100%;
  height: 100%;
}
.search .search_item_wrap .pictures img,
.search .overview_item .pictures img,
.mod_overview .search_item_wrap .pictures img,
.mod_overview .overview_item .pictures img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search .search_item_wrap .content,
.search .overview_item .content,
.mod_overview .search_item_wrap .content,
.mod_overview .overview_item .content {
  width: 100%;
}
.search .search_item_wrap .content h2,
.search .search_item_wrap .content h2 a,
.search .search_item_wrap .content h3.subtitle,
.search .overview_item .content h2,
.search .overview_item .content h2 a,
.search .overview_item .content h3.subtitle,
.mod_overview .search_item_wrap .content h2,
.mod_overview .search_item_wrap .content h2 a,
.mod_overview .search_item_wrap .content h3.subtitle,
.mod_overview .overview_item .content h2,
.mod_overview .overview_item .content h2 a,
.mod_overview .overview_item .content h3.subtitle {
  font: 700 35px/44px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .search .search_item_wrap .content h2,
  .search .search_item_wrap .content h2 a,
  .search .search_item_wrap .content h3.subtitle,
  .search .overview_item .content h2,
  .search .overview_item .content h2 a,
  .search .overview_item .content h3.subtitle,
  .mod_overview .search_item_wrap .content h2,
  .mod_overview .search_item_wrap .content h2 a,
  .mod_overview .search_item_wrap .content h3.subtitle,
  .mod_overview .overview_item .content h2,
  .mod_overview .overview_item .content h2 a,
  .mod_overview .overview_item .content h3.subtitle {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .search .search_item_wrap .content h2,
  .search .search_item_wrap .content h2 a,
  .search .search_item_wrap .content h3.subtitle,
  .search .overview_item .content h2,
  .search .overview_item .content h2 a,
  .search .overview_item .content h3.subtitle,
  .mod_overview .search_item_wrap .content h2,
  .mod_overview .search_item_wrap .content h2 a,
  .mod_overview .search_item_wrap .content h3.subtitle,
  .mod_overview .overview_item .content h2,
  .mod_overview .overview_item .content h2 a,
  .mod_overview .overview_item .content h3.subtitle {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  .search .search_item_wrap .content h2,
  .search .search_item_wrap .content h2 a,
  .search .search_item_wrap .content h3.subtitle,
  .search .overview_item .content h2,
  .search .overview_item .content h2 a,
  .search .overview_item .content h3.subtitle,
  .mod_overview .search_item_wrap .content h2,
  .mod_overview .search_item_wrap .content h2 a,
  .mod_overview .search_item_wrap .content h3.subtitle,
  .mod_overview .overview_item .content h2,
  .mod_overview .overview_item .content h2 a,
  .mod_overview .overview_item .content h3.subtitle {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media print {
  .search .search_item_wrap .content h2,
  .search .search_item_wrap .content h2 a,
  .search .search_item_wrap .content h3.subtitle,
  .search .overview_item .content h2,
  .search .overview_item .content h2 a,
  .search .overview_item .content h3.subtitle,
  .mod_overview .search_item_wrap .content h2,
  .mod_overview .search_item_wrap .content h2 a,
  .mod_overview .search_item_wrap .content h3.subtitle,
  .mod_overview .overview_item .content h2,
  .mod_overview .overview_item .content h2 a,
  .mod_overview .overview_item .content h3.subtitle {
    font: 700 18px/23px "EuropaGrotesk-Ext";
    color: #000;
  }
}
.search .search_item_wrap .content h3.subtitle,
.search .overview_item .content h3.subtitle,
.mod_overview .search_item_wrap .content h3.subtitle,
.mod_overview .overview_item .content h3.subtitle {
  font-weight: 400;
}
.search .search_item_wrap .content h2,
.search .overview_item .content h2,
.mod_overview .search_item_wrap .content h2,
.mod_overview .overview_item .content h2 {
  margin-bottom: 3px;
}
.search .search_item_wrap .content h3.subtitle,
.search .overview_item .content h3.subtitle,
.mod_overview .search_item_wrap .content h3.subtitle,
.mod_overview .overview_item .content h3.subtitle {
  font-weight: 400;
}
.search .search_item_wrap .content .introduction,
.search .overview_item .content .introduction,
.mod_overview .search_item_wrap .content .introduction,
.mod_overview .overview_item .content .introduction {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  margin-bottom: 0;
  margin-top: 30px;
}
@media print {
  .search .search_item_wrap .content .introduction,
  .search .overview_item .content .introduction,
  .mod_overview .search_item_wrap .content .introduction,
  .mod_overview .overview_item .content .introduction {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .search .search_item_wrap .content .introduction,
  .search .overview_item .content .introduction,
  .mod_overview .search_item_wrap .content .introduction,
  .mod_overview .overview_item .content .introduction {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .search .search_item_wrap .content .introduction,
  .search .overview_item .content .introduction,
  .mod_overview .search_item_wrap .content .introduction,
  .mod_overview .overview_item .content .introduction {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .search .search_item_wrap .content .introduction,
  .search .overview_item .content .introduction,
  .mod_overview .search_item_wrap .content .introduction,
  .mod_overview .overview_item .content .introduction {
    margin-top: 18px;
  }
}
@media print {
  .search .search_item_wrap .content .introduction,
  .search .overview_item .content .introduction,
  .mod_overview .search_item_wrap .content .introduction,
  .mod_overview .overview_item .content .introduction {
    margin-top: 18px;
  }
}
.search .search_item_wrap .content .search_item_introduction,
.search .overview_item .content .search_item_introduction,
.mod_overview .search_item_wrap .content .search_item_introduction,
.mod_overview .overview_item .content .search_item_introduction {
  display: none;
}
.search .search_item_wrap .content .search_item_content,
.search .overview_item .content .search_item_content,
.mod_overview .search_item_wrap .content .search_item_content,
.mod_overview .overview_item .content .search_item_content {
  display: block;
}
.search .search_item_wrap .content .text,
.search .overview_item .content .text,
.mod_overview .search_item_wrap .content .text,
.mod_overview .overview_item .content .text {
  display: none;
}
.search .search_item_wrap .content .search_item_detail_link,
.search .search_item_wrap .content .listing-more-button,
.search .overview_item .content .search_item_detail_link,
.search .overview_item .content .listing-more-button,
.mod_overview .search_item_wrap .content .search_item_detail_link,
.mod_overview .search_item_wrap .content .listing-more-button,
.mod_overview .overview_item .content .search_item_detail_link,
.mod_overview .overview_item .content .listing-more-button {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  text-decoration: none !important;
  color: #1A1919;
  margin-top: 30px;
  display: inline-block;
}
@media print {
  .search .search_item_wrap .content .search_item_detail_link,
  .search .search_item_wrap .content .listing-more-button,
  .search .overview_item .content .search_item_detail_link,
  .search .overview_item .content .listing-more-button,
  .mod_overview .search_item_wrap .content .search_item_detail_link,
  .mod_overview .search_item_wrap .content .listing-more-button,
  .mod_overview .overview_item .content .search_item_detail_link,
  .mod_overview .overview_item .content .listing-more-button {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .search .search_item_wrap .content .search_item_detail_link,
  .search .search_item_wrap .content .listing-more-button,
  .search .overview_item .content .search_item_detail_link,
  .search .overview_item .content .listing-more-button,
  .mod_overview .search_item_wrap .content .search_item_detail_link,
  .mod_overview .search_item_wrap .content .listing-more-button,
  .mod_overview .overview_item .content .search_item_detail_link,
  .mod_overview .overview_item .content .listing-more-button {
    font-size: 16px;
    line-height: 26px;
  }
}
.search .search_item_wrap .content .search_item_detail_link:after,
.search .search_item_wrap .content .listing-more-button:after,
.search .overview_item .content .search_item_detail_link:after,
.search .overview_item .content .listing-more-button:after,
.mod_overview .search_item_wrap .content .search_item_detail_link:after,
.mod_overview .search_item_wrap .content .listing-more-button:after,
.mod_overview .overview_item .content .search_item_detail_link:after,
.mod_overview .overview_item .content .listing-more-button:after {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search .search_item_wrap .content .search_item_detail_link:hover,
.search .search_item_wrap .content .listing-more-button:hover,
.search .overview_item .content .search_item_detail_link:hover,
.search .overview_item .content .listing-more-button:hover,
.mod_overview .search_item_wrap .content .search_item_detail_link:hover,
.mod_overview .search_item_wrap .content .listing-more-button:hover,
.mod_overview .overview_item .content .search_item_detail_link:hover,
.mod_overview .overview_item .content .listing-more-button:hover {
  color: #F1B400;
}
.search .search_item_wrap .content .search_item_detail_link:hover:after,
.search .search_item_wrap .content .listing-more-button:hover:after,
.search .overview_item .content .search_item_detail_link:hover:after,
.search .overview_item .content .listing-more-button:hover:after,
.mod_overview .search_item_wrap .content .search_item_detail_link:hover:after,
.mod_overview .search_item_wrap .content .listing-more-button:hover:after,
.mod_overview .overview_item .content .search_item_detail_link:hover:after,
.mod_overview .overview_item .content .listing-more-button:hover:after {
  color: #F1B400;
  margin-left: 12px;
  right: -5px;
}
@media print {
  .search .search_item_wrap .content .search_item_detail_link,
  .search .search_item_wrap .content .listing-more-button,
  .search .overview_item .content .search_item_detail_link,
  .search .overview_item .content .listing-more-button,
  .mod_overview .search_item_wrap .content .search_item_detail_link,
  .mod_overview .search_item_wrap .content .listing-more-button,
  .mod_overview .overview_item .content .search_item_detail_link,
  .mod_overview .overview_item .content .listing-more-button {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .search .search_item_wrap .content .search_item_detail_link,
  .search .search_item_wrap .content .listing-more-button,
  .search .overview_item .content .search_item_detail_link,
  .search .overview_item .content .listing-more-button,
  .mod_overview .search_item_wrap .content .search_item_detail_link,
  .mod_overview .search_item_wrap .content .listing-more-button,
  .mod_overview .overview_item .content .search_item_detail_link,
  .mod_overview .overview_item .content .listing-more-button {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .search .search_item_wrap .content .search_item_detail_link,
  .search .search_item_wrap .content .listing-more-button,
  .search .overview_item .content .search_item_detail_link,
  .search .overview_item .content .listing-more-button,
  .mod_overview .search_item_wrap .content .search_item_detail_link,
  .mod_overview .search_item_wrap .content .listing-more-button,
  .mod_overview .overview_item .content .search_item_detail_link,
  .mod_overview .overview_item .content .listing-more-button {
    margin-top: 18px;
  }
}
@media print {
  .search .search_item_wrap .content .search_item_detail_link,
  .search .search_item_wrap .content .listing-more-button,
  .search .overview_item .content .search_item_detail_link,
  .search .overview_item .content .listing-more-button,
  .mod_overview .search_item_wrap .content .search_item_detail_link,
  .mod_overview .search_item_wrap .content .listing-more-button,
  .mod_overview .overview_item .content .search_item_detail_link,
  .mod_overview .overview_item .content .listing-more-button {
    margin-top: 18px;
  }
}

.search_item h2 + h3 {
  margin-top: 0;
}
.search_item .search_item_date {
  margin-top: 5px;
  opacity: 0.5;
  margin-bottom: 2px;
}

/* @group google maps */
.google_iframe_wrap {
  height: calc(100vh - 109px);
  position: relative;
  overflow: hidden;
}
.google_iframe_wrap + .pictures {
  display: none;
}
.google_iframe_wrap iframe {
  width: 100% !important;
  height: 100% !important;
}
.google_iframe_wrap .resource_background {
  height: 100%;
}

/* @end */
/* @group mailform */
.mod_mailform .message {
  margin-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mod_mailform .message {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform .message {
    margin-top: 50px;
  }
}
@media print {
  .mod_mailform .message {
    margin-top: 4.3vw;
  }
}
.mod_mailform .message + form:not(:first-child) #mailform_elements {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mod_mailform .message + form:not(:first-child) #mailform_elements {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform .message + form:not(:first-child) #mailform_elements {
    margin-top: 25px;
  }
}
@media print {
  .mod_mailform .message + form:not(:first-child) #mailform_elements {
    margin-top: 2.2vw;
  }
}
.mod_mailform form:not(:first-child) #mailform_elements {
  margin-top: 140px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mod_mailform form:not(:first-child) #mailform_elements {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform form:not(:first-child) #mailform_elements {
    margin-top: 50px;
  }
}
@media print {
  .mod_mailform form:not(:first-child) #mailform_elements {
    margin-top: 4.3vw;
  }
}
.mod_mailform #mailform_elements {
  display: flex;
  flex-flow: wrap;
  gap: clamp(16px, 2.5vw, 25px);
}
.mod_mailform .mailform_element {
  overflow: visible;
  flex: 0 0 100%;
}
.mod_mailform .mailform_element.zwei {
  flex: 1 0 48%;
}
.mod_mailform .mailform_element.drei {
  flex: 1 0 30%;
}
.mod_mailform .mailform_element p {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-between;
}
.mod_mailform .mailform_element.heading2_field:first-child h2 {
  margin-top: 0 !important;
  border: none !important;
}
.mod_mailform .mailform_element.heading2_field h2 {
  font: 700 35px/44px "EuropaGrotesk-Ext";
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  color: #1A1919;
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media print {
  .mod_mailform .mailform_element.heading2_field h2 {
    font: 700 18px/23px "EuropaGrotesk-Ext";
    color: #000;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    margin-bottom: 5px;
  }
}
@media print {
  .mod_mailform .mailform_element.heading2_field h2 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    margin-top: 40px;
  }
}
@media print {
  .mod_mailform .mailform_element.heading2_field h2 {
    margin-top: 3.8vw;
  }
}
.mod_mailform .mailform_element.heading2_field + .heading3_field {
  margin-top: 0 !important;
}
.mod_mailform .mailform_element.heading3_field:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mod_mailform .mailform_element.heading3_field:not(:first-child) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform .mailform_element.heading3_field:not(:first-child) {
    margin-top: 18px;
  }
}
@media print {
  .mod_mailform .mailform_element.heading3_field:not(:first-child) {
    margin-top: 18px;
  }
}
.mod_mailform .mailform_element.heading3_field h3 {
  margin: 0;
}
.mod_mailform #mailform_submit_button {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mod_mailform #mailform_submit_button {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform #mailform_submit_button {
    margin-top: 22px;
  }
}
@media print {
  .mod_mailform #mailform_submit_button {
    margin-top: 22px;
  }
}
.mod_mailform #mailform_submit_button label {
  display: none;
}
.mod_mailform #mailform_submit_button input {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  .mod_mailform #mailform_submit_button input {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .mod_mailform #mailform_submit_button input {
    font-size: 16px;
    line-height: 26px;
  }
}
.mod_mailform #mailform_submit_button input > * {
  position: relative;
}
.mod_mailform #mailform_submit_button input:focus, .mod_mailform #mailform_submit_button input:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .mod_mailform #mailform_submit_button input {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .mod_mailform #mailform_submit_button input {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  .mod_mailform #mailform_submit_button input {
    display: none !important;
  }
}

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

.mailform_element label,
#mailform_submit_button label,
.login_form label {
  width: 100%;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-family: "EuropaGrotesk-Ext";
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  padding: 0 20px 2px 0;
  box-sizing: border-box;
  display: block;
}
@media print {
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    font-size: 16px;
    line-height: 26px;
  }
}

.file_field input + label,
.listing_search_wrap input,
.form_element input,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 400;
  color: #1A1919;
  text-transform: none;
  width: 100%;
  height: 45px;
  border: none;
  border: 1px solid #F4F4F3;
  padding: 8px 15px 8px 15px;
  background: #F4F4F3;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  .file_field input + label,
  .listing_search_wrap input,
  .form_element input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .file_field input + label,
  .listing_search_wrap input,
  .form_element input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font-size: 16px;
    line-height: 26px;
  }
}
.file_field input + label:hover, .file_field input + label:focus,
.listing_search_wrap input:hover,
.listing_search_wrap input:focus,
.form_element input:hover,
.form_element input:focus,
.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: #e0e0de;
  color: #1A1919;
  background: #e0e0de;
}
.file_field input + label:-webkit-autofill,
.listing_search_wrap input:-webkit-autofill,
.form_element input:-webkit-autofill,
.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 #F4F4F3 inset;
}
.file_field input + label.tooltip,
.listing_search_wrap input.tooltip,
.form_element input.tooltip,
.add_portlet select.tooltip,
.mailform_element input.tooltip,
.mailform_element textarea.tooltip,
.login_form input.tooltip {
  width: calc(100% - 22px);
}

.mailform_element textarea {
  height: 200px;
  padding-top: 14px;
}

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

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

span.required {
  color: #C50D1F !important;
  font-weight: 700;
  padding: 0 0 0 2px;
}

div.mailform_error textarea,
div.mailform_error input {
  border: 1px solid #C50D1F !important;
}
div.mailform_error label {
  color: #C50D1F;
  font-weight: 600;
}
div.mailform_error label span.required {
  color: #C50D1F !important;
}
div.mailform_error.mailform_element.checkbox_field p label a {
  color: #C50D1F !important;
}
div.mailform_error.checkbox_field label.checkbox {
  color: #C50D1F !important;
}
div.mailform_error.checkbox_field label.checkbox a {
  color: #C50D1F;
}

.login_form {
  max-width: 600px;
}
.login_form > p {
  margin-bottom: 40px !important;
}
.login_form .p_remember_me_checkbox + .cf + p label {
  display: none;
}
.login_form form + p {
  display: none;
}
.login_form input[type=submit] {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 9px 36px 9px;
  width: auto;
  color: #FFFFFF;
  background: #F1B400;
  border: 1px solid #F1B400;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  min-height: 46px;
  text-align: center;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 20px;
}
@media print {
  .login_form input[type=submit] {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .login_form input[type=submit] {
    font-size: 16px;
    line-height: 26px;
  }
}
.login_form input[type=submit] > * {
  position: relative;
}
.login_form input[type=submit]:focus, .login_form input[type=submit]:hover {
  border-color: #dda500;
  background: #dda500;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .login_form input[type=submit] {
    padding: 5px 20px 5px 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .login_form input[type=submit] {
    padding: 4px 16px 4px 16px;
    min-height: 36px;
  }
}
@media print {
  .login_form input[type=submit] {
    display: none !important;
  }
}

.p_remember_me_checkbox .checkbox_wrap,
.mailform_element.checkbox_field {
  position: relative;
  display: flex;
}
.p_remember_me_checkbox .checkbox_wrap p,
.mailform_element.checkbox_field p {
  width: 100%;
  float: right;
  position: relative;
}
.p_remember_me_checkbox .checkbox_wrap input,
.mailform_element.checkbox_field input {
  display: none;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox,
.mailform_element.checkbox_field label.checkbox {
  width: auto;
  float: none;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
  position: relative;
  top: auto !important;
  left: 0;
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  letter-spacing: 0;
  padding-left: 34px;
  font-weight: 400;
}
@media print {
  .p_remember_me_checkbox .checkbox_wrap label.checkbox,
  .mailform_element.checkbox_field label.checkbox {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .p_remember_me_checkbox .checkbox_wrap label.checkbox,
  .mailform_element.checkbox_field label.checkbox {
    font-size: 16px;
    line-height: 26px;
  }
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
.mailform_element.checkbox_field label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  line-height: 26px;
  width: 20px;
  height: 20px;
  font-weight: 300;
  pointer-events: none;
  background: none;
  z-index: 2;
  border: 1px solid #dcdcd8;
  background: #dcdcd8;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:after {
  content: "\f00c";
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: none;
  z-index: 4;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  background: #F1B400;
  border-color: #F1B400 !important;
}
.p_remember_me_checkbox .checkbox_wrap input:checked + label:after,
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.p_remember_me_checkbox .checkbox_wrap {
  margin-left: 0;
}
.p_remember_me_checkbox .checkbox_wrap input {
  width: 20px !important;
}
.p_remember_me_checkbox .checkbox_wrap label:first-child {
  display: none;
}

.mailform_element.radio_field {
  position: relative;
}
.mailform_element.radio_field .wrap_radio_buttons > label {
  width: 100%;
  margin-bottom: 7px;
}
.mailform_element.radio_field .multiple_radio_inputs {
  width: 100%;
  position: relative;
}
.mailform_element.radio_field input {
  display: none;
}
.mailform_element.radio_field .radio_item {
  display: inline-block;
  position: relative;
}
.mailform_element.radio_field label {
  left: 0;
  position: relative;
  padding-bottom: 0;
}
.mailform_element.radio_field label.radio {
  width: auto;
  float: none;
  cursor: pointer;
  display: block;
  padding: 0;
  margin-right: 30px;
  text-align: left;
  color: #1A1919 !important;
  left: 0;
  top: 0 !important;
  padding-left: 30px;
}
.mailform_element.radio_field label.radio:after, .mailform_element.radio_field label.radio:before {
  content: "\f111";
  position: absolute;
  top: 2px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #dcdcd8;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-weight: 300;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailform_element.radio_field label.radio:before {
  background: #F4F4F3;
}
.mailform_element.radio_field label.radio:after {
  content: "\f192";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #1A1919;
  background: none;
  z-index: 4;
}
.mailform_element.radio_field input:checked + label.radio:before {
  color: #fff;
}
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

.time_field span.select2-container {
  width: calc(35% - 10px) !important;
}
.time_field .separator {
  width: 20px;
  display: inline-block;
  text-align: center;
}

span.select2-container {
  width: 100% !important;
  position: relative;
}
span.select2-container.chosen-single:before {
  display: none !important;
}
span.select2-container:before {
  content: "\f107";
  position: absolute;
  top: 2px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  color: #1A1919;
  font-weight: 300;
  right: 4px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  background: none;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none !important;
}
span.select2-container .select2-selection__arrow {
  display: none;
}
span.select2-container li {
  padding: 0;
}
span.select2-container li:before {
  display: none;
}
span.select2-container.select2-container--open:before, span.select2-container.select2-container--focus:before, span.select2-container:hover:before {
  color: #1A1919;
}
span.select2-container.select2-container--open .select2-selection--single, span.select2-container.select2-container--focus .select2-selection--single, span.select2-container:hover .select2-selection--single {
  background: #e0e0de;
  border-color: #e0e0de;
  color: #1A1919;
}
span.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered, span.select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered, span.select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #1A1919;
}
span.select2-container.select2-container--open:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
span.select2-container .select2-selection--single {
  border: 1px solid #F4F4F3;
  border-radius: 6px;
  background: #F4F4F3;
  height: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: auto;
}
span.select2-container .select2-selection--single input {
  margin-top: 0;
  padding: 12px 0 6px 8px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  height: 37px;
}
span.select2-container .select2-selection--single .select2-selection__rendered {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  padding: 8px 55px 0 15px;
  font-weight: 400;
  color: #1A1919;
}
@media print {
  span.select2-container .select2-selection--single .select2-selection__rendered {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  span.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 26px;
  }
}
span.select2-container .select2-search--inline .select2-search__field {
  font-size: 15px;
}
span.select2-container .select2-dropdown {
  font: 400 18px/28px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  letter-spacing: -0.07px;
  border: 1px solid #e0e0de;
  border-top: none;
  background: #e0e0de;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  margin-top: -2px;
  color: #1A1919;
}
@media print {
  span.select2-container .select2-dropdown {
    font: 400 13px/20px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  span.select2-container .select2-dropdown {
    font-size: 16px;
    line-height: 26px;
  }
}
span.select2-container .select2-dropdown .select2-search--dropdown {
  display: none;
}
span.select2-container .select2-dropdown li {
  padding: 6px 15px 6px;
  font-weight: 400;
}
span.select2-container .select2-dropdown li[aria-selected=true] {
  background: #cbcbc6;
}
span.select2-container .select2-dropdown li.select2-results__option--highlighted {
  background: #F1B400;
  color: #fff;
}

.file_field input {
  display: none;
}
.file_field input.tooltip + label {
  width: calc(100% - 22px);
}
.file_field input + label {
  display: flex;
}
.file_field input + label:before {
  content: "\f574";
  font-family: "Font Awesome 6 Pro";
  margin-right: 8px;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "EuropaGrotesk";
  color: #1A1919;
  padding: 7px 10px 4px;
  margin: 5px 0 0 0;
  width: 285px;
  border-radius: 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 12px 10px 7px;
  background: #cfcfcb;
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  color: #1A1919;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .ui-datepicker.ui-widget .ui-widget-header {
    font-size: 13px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font-size: 13px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #1A1919;
}
.ui-datepicker.ui-widget table tr:nth-child(2n),
.ui-datepicker.ui-widget table thead {
  background: transparent;
}
.ui-datepicker.ui-widget th {
  padding: 8px 2px 6px;
  text-transform: none;
  background: none;
  border: 0;
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
  font-weight: 700;
  color: #1A1919;
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .ui-datepicker.ui-widget th {
    font-size: 13px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 15px/18px "EuropaGrotesk";
  text-transform: none;
  color: #1A1919;
}
@media print {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 400 12px/17px "EuropaGrotesk";
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font-size: 13px;
    line-height: 17px;
  }
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 7px 2px 3px;
  color: #1A1919;
  border: none;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #efefee;
  color: #1A1919;
  border-color: #E8E8E8;
}
.ui-datepicker.ui-widget .ui-state-default:hover, .ui-datepicker.ui-widget .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-active {
  background: #F1B400;
  color: #fff;
  border-color: #F1B400;
}
.ui-datepicker.ui-widget .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-disabled {
  opacity: 0.4;
}
.ui-datepicker.ui-widget table thead,
.ui-datepicker.ui-widget table tbody {
  padding: 0 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  top: 11px !important;
  cursor: pointer;
  border: 0;
  left: 15px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #1a1919;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
  background: none;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  color: #1A1919;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover span,
.ui-datepicker.ui-widget .ui-datepicker-next:hover span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  left: auto;
  right: 15px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

.mailform_element {
  position: relative;
}

.mailform_field_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 7px;
  font-size: 16px;
  line-height: 24px;
  background: #F4F4F3;
  z-index: 10;
}
.mailform_field_actions li, .mailform_field_actions a {
  color: #1A1919;
  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: #F1B400;
}

/* @end */
/* @group sitemap */
ul.sitemap li {
  margin: 0 !important;
  padding: 0;
}
ul.sitemap li.level4, ul.sitemap li.level3, ul.sitemap li.level2 {
  margin-left: 10px !important;
}
ul.sitemap li.level4 + .level2, ul.sitemap li.level3 + .level2 {
  margin-top: 5px !important;
}
ul.sitemap li.level3, ul.sitemap li.level4 {
  font-size: 15px;
  line-height: 26px;
}
ul.sitemap li.level3 a, ul.sitemap li.level4 a {
  color: rgba(26, 25, 25, 0.6) !important;
}
ul.sitemap li.level3 a:hover, ul.sitemap li.level4 a:hover {
  color: #F1B400 !important;
}
ul.sitemap li a {
  text-decoration: none !important;
}
ul.sitemap li:before {
  display: none;
}
ul.sitemap li:not(.level1):not(.level0) + li.level1 {
  margin-top: 10px !important;
}
ul.sitemap li + li.level0 {
  margin-top: 15px !important;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
@media screen and (min-aspect-ratio: 2/1) {
  #popup_news {
    --popup-width: clamp(280px,80vw,800px);
  }
  #popup_news .portlet .portlet-content {
    flex-flow: nowrap;
  }
  #popup_news .portlet .pictures {
    flex: 0 0 45%;
  }
  #popup_news .portlet .pictures .picture,
  #popup_news .portlet .pictures .resource_background,
  #popup_news .portlet .pictures .resource_link,
  #popup_news .portlet .pictures .resource_link > span {
    display: block;
    height: 100%;
  }
  #popup_news .portlet .pictures .picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1530px) {
  #header .header_inner #logo {
    margin-right: 20px;
  }
  #header .header_inner .header_quicklinks a:not(:first-child) {
    margin-left: 10px;
  }
  #header .header_inner .header_quicklinks {
    margin-left: 20px;
  }
  #header .portlet_search {
    left: 230px;
    width: 250px;
  }
  #header .portlet_search input {
    padding-right: 20px;
    font-size: 18px;
  }
  #header .portlet_search.current {
    width: calc(100% - 450px);
  }
  #navigation ul.level0 > li {
    margin-right: 18px;
  }
  #navigation ul.level0 > li#nav-5 {
    margin-left: 5px;
  }
  #navigation ul.level0 > li#nav-5 > a:after {
    top: 3px;
  }
  #navigation ul.level0 > li#nav-5 > a span:after {
    top: 9px;
  }
  #navigation ul.level0 > li#nav-5 > a span:before {
    top: 15px;
  }
  #navigation ul.level0 > li > a {
    font-size: 18px;
  }
  #navigation ul.level1 {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1530px) and (max-width: 1000px) {
  #navigation ul.level1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .quicklink_line {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container:first-child {
    max-width: calc(100% - 430px);
  }
  .picture_top_listing .resource_description {
    left: 0;
  }
}
@media screen and (max-width: 1250px) {
  #header .header_inner .header_quicklinks {
    margin-left: 15px;
  }
  #header .portlet_search {
    width: 230px;
  }
  #header .portlet_search input {
    font-size: 16px;
  }
  #navigation ul.level0 > li {
    margin-right: 15px;
  }
  #navigation ul.level0 > li#nav-5 {
    margin-left: 5px;
  }
  #navigation ul.level0 > li#nav-5 > a:after {
    top: 2px;
  }
  #navigation ul.level0 > li#nav-5 > a span:after {
    top: 8px;
  }
  #navigation ul.level0 > li#nav-5 > a span:before {
    top: 14px;
  }
  #navigation ul.level0 > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .quicklink_line a:not(:first-child) {
    margin-left: 30px;
  }
  .quicklink_line a i {
    margin-right: 8px;
  }
  div.navigation_left {
    margin-right: 100px;
  }
  .navigation_is_visible .portlet_faq .portlet .portlet_inner,
  .navigation_is_visible .portlet_documents .portlet .portlet_inner {
    margin-left: 100px;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container:first-child {
    max-width: calc(100% - 380px);
  }
  #footer .footer_informations .small_logo {
    flex: 0 0 160px;
  }
}
@media screen and (max-width: 1180px) {
  #quicklinks,
  div#navigation {
    display: none;
  }
  .responive_quicklinks,
  .responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    display: flex;
    flex-flow: wrap;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    opacity: 1;
    background: #F4F4F3;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(1px) translate3d(-100%, 0, 0);
    -moz-transform: perspective(1px) translate3d(-100%, 0, 0);
    -o-transform: perspective(1px) translate3d(-100%, 0, 0);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  nav#rwdnav .rwdnav_inner {
    display: flex;
    flex-flow: column;
    min-height: 100%;
    width: 100%;
    justify-content: space-between;
  }
  nav#rwdnav .rwd_navigation {
    width: 100%;
    box-sizing: border-box;
  }
  #footer {
    filter: blur(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .navi_open #footer {
    filter: blur(15px);
    pointer-events: none;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
  }
  #header .header_inner #logo {
    flex: 0 0 150px;
    max-width: 150px;
  }
  #header .portlet_search {
    left: 190px;
  }
  #header .portlet_search.current {
    width: calc(100% - 470px);
  }
  .picture_top_wrap div.portlet,
  #siteframe {
    padding-top: 94px;
  }
  .portlet_documents .portlet .portlet_inner,
  .portlet_faq .portlet .portlet_inner,
  .portlet_person .portlet .portlet-listing-entry-inline,
  .content_bottom .content_inner .content_right,
  .content_top .content_inner .content_right {
    padding-right: 0 !important;
  }
  div.navigation_left {
    margin-right: 50px;
  }
  .navigation_is_visible .portlet_faq .portlet .portlet_inner,
  .navigation_is_visible .portlet_documents .portlet .portlet_inner {
    margin-left: 50px;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container:first-child {
    max-width: calc(100% - 330px);
  }
  .special_news_portlet_wrap .slick-list,
  #portlets_home1 .slick-list,
  #portlets_home2 .slick-list,
  #portlets_home3 .slick-list,
  .home_news .slick-list {
    margin: 0 -10px;
  }
  .special_news_portlet_wrap .slick-track .portlet-listing-entry,
  .special_news_portlet_wrap .slick-track .portlet,
  #portlets_home1 .slick-track .portlet-listing-entry,
  #portlets_home1 .slick-track .portlet,
  #portlets_home2 .slick-track .portlet-listing-entry,
  #portlets_home2 .slick-track .portlet,
  #portlets_home3 .slick-track .portlet-listing-entry,
  #portlets_home3 .slick-track .portlet,
  .home_news .slick-track .portlet-listing-entry,
  .home_news .slick-track .portlet {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .quicklink_line {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    bottom: -60px;
  }
  .quicklink_line a:not(:first-child) {
    margin-left: 25px;
  }
  .quicklink_line a i {
    font-size: 21px;
    line-height: 26px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .category_59 .content_bottom .backgrond_element {
    bottom: -8vw;
  }
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery {
    margin-left: -15px;
    margin-top: -15px;
  }
  .gallery > * {
    padding: 15px 0 0 15px;
  }
  #footer .footer_informations {
    flex-flow: wrap;
  }
  #footer .footer_informations .small_logo {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_informations .small_logo {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  #footer .footer_informations .small_logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer_informations .small_logo img {
    display: block;
  }
  #footer .footer_informations .portlet {
    flex: 1 0 33.33%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  div.navigation_left {
    flex: 0 0 220px;
  }
  div.navigation_left {
    margin-right: 30px;
  }
  .navigation_is_visible .portlet_faq .portlet .portlet_inner,
  .navigation_is_visible .portlet_documents .portlet .portlet_inner {
    margin-left: 30px;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container:first-child {
    max-width: calc(100% - 250px);
  }
  .portlet_person .portlet .portlet-listing-entry-inline .pictures {
    max-width: 40%;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .pictures * {
    width: 100%;
    height: auto;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    max-width: 60%;
  }
  .home_grey_background > .portlet .portlet-content .portlet_content_description {
    max-width: 60%;
    margin-left: 25px;
  }
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div {
    margin-left: -20px;
  }
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div > * {
    padding: 20px 0 0 20px;
  }
  #portlets_home3 .portlet_text_wrap,
  #portlets_home2 .portlet_text_wrap,
  #portlets_home1 .portlet_text_wrap {
    padding: 18px 20px;
  }
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container {
    padding: 28px 30px;
  }
  .special_news_portlet_wrap .slick-list,
  .home_news .slick-list {
    max-width: calc(100% - 80px);
  }
  .special_news_portlet_wrap .slick-arrow,
  .home_news .slick-arrow,
  #portlets_home3 .slick-arrow,
  #portlets_home2 .slick-arrow,
  #portlets_home1 .slick-arrow {
    top: -36px;
    width: 28px;
  }
  .special_news_portlet_wrap .slick-arrow:before,
  .home_news .slick-arrow:before,
  #portlets_home3 .slick-arrow:before,
  #portlets_home2 .slick-arrow:before,
  #portlets_home1 .slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
  }
  .special_news_portlet_wrap .slick-arrow.slick-prev,
  .home_news .slick-arrow.slick-prev,
  #portlets_home3 .slick-arrow.slick-prev,
  #portlets_home2 .slick-arrow.slick-prev,
  #portlets_home1 .slick-arrow.slick-prev {
    right: 40px;
  }
  .search .search_item_wrap .pictures,
  .mod_overview .overview_item .pictures {
    margin-right: 30px;
  }
  .navigation_is_visible #mixItUp .listing_entry .pictures {
    flex: 0 0 calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -20px;
  }
  .navigation_is_visible #mixItUp .listing_entry .pictures > * {
    padding: 20px 0 0 20px;
  }
  #mixItUp .listing_entry .pictures {
    margin-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .content_bottom .content_inner {
    flex-flow: wrap;
  }
  body:has(div.navigation_left.is-affixed) #header {
    box-shadow: none;
  }
  div.navigation_left {
    flex: 0 0 calc(100% + 40px);
    margin: 0 -20px 30px;
    font-size: 16px;
    line-height: 24px;
    z-index: 90;
  }
  div.navigation_left .navigation_left_inner {
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 90;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  div.navigation_left .responsive_elements {
    display: block;
  }
  div.navigation_left ul {
    display: none;
    padding-bottom: 15px;
  }
  div.navigation_left ul li {
    border: 0;
    padding: 3px 0;
  }
  div.navigation_left ul li:first-child {
    border: 0;
  }
  div.navigation_left.is-affixed .navigation_left_inner {
    background: #F4F4F3;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  div.navigation_left.is_open ul {
    display: block;
  }
  div.navigation_left.is_open .responsive_elements .navigation_left_toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .portlets_home .portlet_enbag_statistics, .portlet_enbag_statistics {
    padding: 20px;
  }
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_description, .portlet_enbag_statistics .portlet_enbag_statistics_description {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
    width: auto;
  }
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_description > *, .portlet_enbag_statistics .portlet_enbag_statistics_description > * {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
  }
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_description #portlet_enbag_statistics_canvas, .portlet_enbag_statistics .portlet_enbag_statistics_description #portlet_enbag_statistics_canvas {
    height: auto !important;
  }
  .portlets_home .portlet_enbag_statistics .portlet_enbag_statistics_content h4 + p, .portlet_enbag_statistics .portlet_enbag_statistics_content h4 + p {
    margin-top: 15px;
  }
  .quicklink_line a span {
    display: none;
  }
  .quicklink_line a span:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #rwdnav .portlet_search {
    padding: 30px 30px 0;
    width: 100%;
  }
  #rwdnav .portlet_search .portlet-content {
    position: relative;
  }
  #rwdnav .live_search_results,
  #rwdnav #cross_icon,
  #rwdnav h3.portlet-title {
    display: none !important;
  }
  #rwdnav input {
    font-family: "EuropaGrotesk-Ext";
    border: none;
    border-bottom: 2px solid #dbdbdb;
    width: 100%;
    background: #F4F4F3;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 15px;
    padding-right: 33px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 4px;
  }
  #rwdnav input::-webkit-input-placeholder {
    color: rgba(26, 25, 25, 0.3);
    opacity: 1;
    text-transform: 1;
    font-weight: 400;
  }
  #rwdnav input:-moz-placeholder {
    color: rgba(26, 25, 25, 0.3);
    opacity: 1;
    text-transform: 1;
    font-weight: 400;
  }
  #rwdnav input::-moz-placeholder {
    color: rgba(26, 25, 25, 0.3);
    opacity: 1;
    text-transform: 1;
    font-weight: 400;
  }
  #rwdnav input:-ms-input-placeholder {
    color: rgba(26, 25, 25, 0.3);
    opacity: 1;
    text-transform: 1;
    font-weight: 400;
  }
  #rwdnav input#portlet-search-button {
    font-size: 0;
    line-height: 0;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    cursor: pointer;
  }
  #rwdnav input#portlet-search-button + i {
    color: rgba(26, 25, 25, 0.3);
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 20px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #rwdnav input#portlet-search-button:hover + i {
    color: #1A1919;
  }
  .navigation_is_visible .portlet_faq .portlet .portlet_inner,
  .navigation_is_visible .portlet_documents .portlet .portlet_inner {
    margin-left: 0;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container:first-child {
    max-width: 60%;
  }
  .navigation_is_visible .portlet_faq .portlet .portlet_inner,
  .navigation_is_visible .portlet_documents .portlet .portlet_inner {
    padding-left: 0;
  }
  .portlet_person .portlet .portlet_inner {
    background-size: 60% 80%;
    background-position: left bottom;
  }
  .special_news_portlet_wrap .portlet-listing-entry-wrap,
  .home_news .portlet-listing-entry-wrap {
    margin-top: 40px !important;
  }
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container {
    padding: 18px 20px;
  }
  .special_news_portlet_wrap .slick-list,
  .home_news .slick-list {
    max-width: calc(100% + 20px);
  }
  #footer .footer_top_line .portlet_search {
    padding-right: 18px;
  }
  #footer .footer_top_line .portlet_search form:after {
    right: 15px;
  }
  #footer .footer_top_line .portlet_search #portlet-search-button {
    padding-right: 20px;
  }
  #footer .footer_top_line .social_media .icons a {
    width: 40px;
    height: 40px;
  }
  #footer .footer_top_line .social_media .icons a:not(:first-child) {
    margin-left: 8px;
  }
  #footer .footer_top_line .social_media .icons a i {
    line-height: 40px;
  }
  #footer .footer_informations {
    flex-flow: wrap;
  }
  #footer .footer_informations .small_logo {
    width: 140px;
    flex: 0 0 140px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_informations .small_logo {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  #footer .footer_informations .small_logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_informations .small_logo img {
    display: block;
  }
  #footer .footer_informations .portlet {
    flex: 1 0 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #footer .footer_informations .portlet:nth-child(3), #footer .footer_informations .portlet:nth-child(4) {
    border-top: 1px solid #E8E8E8;
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_informations .portlet:nth-child(3), #footer .footer_informations .portlet:nth-child(4) {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  #footer .footer_informations .portlet:nth-child(3), #footer .footer_informations .portlet:nth-child(4) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 1000px) and (min-width: 501px) {
  #footer .footer_informations .portlet:nth-child(3), #footer .footer_informations .portlet:nth-child(4) {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  #footer .footer_informations .portlet:nth-child(3), #footer .footer_informations .portlet:nth-child(4) {
    padding-top: 25px;
  }
}
@media screen and (max-width: 800px) {
  #footer .copy {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 1000px) and (min-width: 501px) {
  #footer .copy {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  #footer .copy {
    margin-top: 25px;
  }
}
@media screen and (max-width: 700px) {
  .quicklink_line {
    display: none;
  }
  .content_top + .portlet .portlet-content {
    flex-flow: wrap;
  }
  .content_top + .portlet .portlet-content .portlet_text_wrap,
  .content_top + .portlet .portlet-content .pictures {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .gallery > * {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .home_grey_background > .portlet .portlet-content {
    flex-flow: wrap;
  }
  .home_grey_background > .portlet .portlet-content .portlet_content_description {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 1000px) and (min-width: 501px) {
  .home_grey_background > .portlet .portlet-content .portlet_content_description {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  .home_grey_background > .portlet .portlet-content .portlet_content_description {
    margin-top: 18px;
  }
}
@media screen and (max-width: 700px) {
  .mod_mailform .mailform_element.zwei, .mod_mailform .mailform_element.drei {
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 650px) {
  .portlet_documents .portlet .portlet_inner:has(.pictures) .portlet-content {
    flex-flow: column;
  }
  .portlet_documents .portlet .portlet_inner:has(.pictures) .portlet-content .pictures {
    flex: unset;
    width: 100%;
  }
  .portlet_documents .portlet .portlet_inner:has(.pictures) .portlet-content .pictures .picture {
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  #header .header_inner #logo {
    flex: 0 0 130px;
    max-width: 130px;
  }
  #header .header_inner .portlet_search {
    display: none;
  }
  #header .header_inner .header_quicklinks span {
    display: none;
  }
  #header .header_inner .header_quicklinks a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    border-radius: 100%;
    background: #1A1919;
  }
  #header .header_inner .header_quicklinks a:not(:first-child) {
    margin-left: 10px;
  }
  #header .header_inner .header_quicklinks a i {
    line-height: 32px;
    font-size: 18px;
    margin: 0;
  }
  #header .header_inner .header_quicklinks a:nth-child(2) i {
    top: 0;
    left: 0;
    font-size: 33px;
    line-height: 32px;
    color: #1A1919;
  }
  #header .header_inner .header_quicklinks a:nth-child(2):after {
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
  }
  #header .header_inner .responsive_navigation_toggle {
    margin-left: 20px;
  }
  .picture_top_wrap div.portlet,
  #siteframe {
    padding-top: 84px;
  }
  .picture_top_listing img {
    min-height: 200px;
  }
  .picture_top_listing + .content_top .breadcrumb {
    margin-top: 20px !important;
    margin-bottom: 35px !important;
  }
  .page_home:not(.system_page).is_scrolled #header .header_quicklinks a {
    background: #1A1919;
  }
  .page_home:not(.system_page).is_scrolled #header .header_quicklinks a:nth-child(2) i {
    color: #1A1919;
  }
  .breadcrumb {
    margin-top: 70px !important;
    margin-bottom: 20px !important;
  }
  .breadcrumb .you_are_here {
    display: none;
  }
  #background_top {
    width: 70%;
    margin-top: 0;
  }
  nav#rwdnav {
    width: 260px;
  }
  nav#rwdnav .portlet_search {
    padding: 20px 15px 0;
  }
  nav#rwdnav input {
    font-size: 15px;
    line-height: 28px;
    padding-left: 10px;
    padding-bottom: 1px;
  }
  .rwd_navigation {
    padding: 5px 15px 15px;
  }
  .rwd_navigation > li > a {
    font-size: 19px;
    line-height: 30px;
    padding: 17px 10px 17px 10px;
  }
  .rwd_navigation ul.level1 {
    margin: -10px 0 12px;
  }
  .rwd_navigation ul.level1 > li > a {
    font-size: 17px;
    line-height: 21px;
    padding: 5px 10px;
  }
  .rwd_navigation ul.level1 ul {
    margin: 2px 0 15px;
  }
  .rwd_navigation ul.level1 ul li > a {
    color: rgba(26, 25, 25, 0.5);
    font-size: 15px;
    line-height: 17px;
    padding: 0px 0 10px 10px;
  }
  .breadcrumb .you_are_here {
    margin-right: 5px;
  }
  .breadcrumb .breadcrumb_separator {
    width: 12px;
  }
  .breadcrumb .breadcrumb_separator:before {
    font-size: 12px;
    left: 3px;
  }
  #mixItUp .listing_entry.box_grey .content .listing_entry_title {
    padding: 6px 20px 6px;
  }
  #mixItUp .listing_entry.white_box .content,
  #mixItUp .listing_entry.box_grey .content .listing_entry_content,
  #mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap {
    padding: 20px 20px 16px;
  }
  .documents .document a {
    padding: 13px 26px 13px 0;
  }
  .documents .document a:after {
    font-size: 19px;
    top: 14px;
  }
  .css_faq #mixItUp .listing_entry,
  .portlet_faq .portlet .portlet_inner .portlet-listing-entry {
    padding: 13px 0 13px 0;
  }
  .css_faq #mixItUp .listing_entry:before,
  .portlet_faq .portlet .portlet_inner .portlet-listing-entry:before {
    font-size: 22px;
    top: 10px;
  }
  .portlet_person .portlet .portlet_inner {
    background-size: 90% auto;
    background-position: left bottom;
    margin-bottom: -1px;
  }
  .portlet_person .portlet .portlet-listing-entry-inline {
    flex-flow: wrap;
    justify-content: center;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    max-width: 100%;
    width: 100%;
    order: 0;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container:first-child {
    max-width: 100%;
    width: auto;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .pictures {
    order: 2;
    max-width: 55%;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .pictures .picture {
    padding-right: 0;
  }
  .portlet_person .portlet #portlet-entry-page_42_person-0-452 .portlet-listing-entry-inline .pictures {
    max-width: none;
  }
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div .quicklink_item .icon {
    margin-right: 0px;
    font-size: 19px;
  }
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div .quicklink_item:nth-child(3) a {
    border-top: none;
  }
  .special_news_portlet_wrap .slick-arrow,
  .home_news .slick-arrow,
  #portlets_home3 .slick-arrow,
  #portlets_home2 .slick-arrow,
  #portlets_home1 .slick-arrow {
    top: -30px;
    width: 23px;
  }
  .special_news_portlet_wrap .slick-arrow:before,
  .home_news .slick-arrow:before,
  #portlets_home3 .slick-arrow:before,
  #portlets_home2 .slick-arrow:before,
  #portlets_home1 .slick-arrow:before {
    font-size: 25px;
    line-height: 25px;
  }
  .special_news_portlet_wrap .slick-arrow.slick-prev,
  .home_news .slick-arrow.slick-prev,
  #portlets_home3 .slick-arrow.slick-prev,
  #portlets_home2 .slick-arrow.slick-prev,
  #portlets_home1 .slick-arrow.slick-prev {
    right: 35px;
  }
  .search .search_item {
    flex-flow: wrap;
  }
  .search .search_item_wrap,
  .mod_overview .overview_item {
    flex-flow: wrap;
  }
  .search .search_item_wrap .pictures,
  .mod_overview .overview_item .pictures {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1000px) and (min-width: 501px) {
  .search .search_item_wrap .pictures,
  .mod_overview .overview_item .pictures {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 600px) and (max-width: 500px) {
  .search .search_item_wrap .pictures,
  .mod_overview .overview_item .pictures {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 600px) {
  .search .search_item_wrap .overview_item_inner,
  .mod_overview .overview_item .overview_item_inner {
    flex-flow: wrap;
  }
  .css_team .navigation_is_visible #mixItUp .listing_entry .listing-entry-inline,
  #mixItUp .listing_entry .listing-entry-inline {
    flex-flow: wrap !important;
  }
  .css_team .navigation_is_visible #mixItUp .listing_entry .content,
  #mixItUp .listing_entry .content {
    width: 100%;
  }
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures,
  #mixItUp .listing_entry .pictures {
    max-width: none;
    flex: 0 0 calc(100% + 20px) !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
    width: auto;
    margin-top: 30px;
  }
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures > *,
  #mixItUp .listing_entry .pictures > * {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1000px) and (min-width: 501px) {
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures,
  #mixItUp .listing_entry .pictures {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 600px) and (max-width: 500px) {
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures,
  #mixItUp .listing_entry .pictures {
    margin-top: 18px;
  }
}
@media screen and (max-width: 600px) {
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures .picture:not(:first-child),
  #mixItUp .listing_entry .pictures .picture:not(:first-child) {
    margin-top: 0;
  }
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures {
    order: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1000px) and (min-width: 501px) {
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 600px) and (max-width: 500px) {
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 600px) {
  #mixItUp .listing_entry.box_grey .content .listing_entry_content .pictures {
    flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
  }
  #footer .footer_top_line {
    flex-flow: wrap;
    justify-content: flex-end;
  }
  #footer .footer_top_line .portlet_search {
    padding-right: 0;
    width: 100%;
    order: 2;
  }
  #footer .footer_top_line .portlet_search form:after {
    right: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  #footer .footer_top_line .portlet_search #portlet-search-button {
    padding-right: 16px;
  }
  #footer .footer_top_line .social_media {
    position: absolute;
    top: 104px;
  }
  #footer .footer_top_line .social_media .icons a {
    width: 36px;
    height: 36px;
  }
  #footer .footer_top_line .social_media .icons a:not(:first-child) {
    margin-left: 8px;
  }
  #footer .footer_top_line .social_media .icons a i {
    line-height: 36px;
  }
  #footer .footer_informations .small_logo {
    width: 75px;
    flex: 0 0 75px;
  }
  #footer .footer_informations .small_logo img {
    width: 50px;
  }
  #footer .footer_informations .portlet {
    flex: 0 0 100%;
    line-height: 26px;
  }
  #footer .copy ul li:not(:first-child) {
    margin-left: 15px;
  }
  .picture_top_wrap div.portlet .portlet_content_description p:first-child a {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 500px) {
  .gallery > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category_59 .content_bottom .backgrond_element {
    bottom: -35px;
  }
  table.responsive_column thead {
    display: none !important;
  }
  table.responsive_column tr {
    display: flex;
    flex-flow: column;
  }
  table.responsive_column tr td {
    padding-left: 0;
    padding-right: 0;
  }
  table.responsive_column tr td:not(:last-child) {
    border-bottom: none;
  }
  table.responsive_column tr td + td {
    padding-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div .quicklink_item a {
    padding: 10px 0 10px;
  }
  .page_home .content_right + .portlets_home .portlet_quicklinks .portlet-content > div .quicklink_item:nth-child(2) a {
    border-top: none;
  }
  .css_team .navigation_is_visible #mixItUp .listing_entry .pictures > *,
  #mixItUp .listing_entry .pictures > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  #mixItUp .listing_entry.box_grey .content .listing_entry_content {
    flex-flow: column;
  }
  #mixItUp .listing_entry.box_grey .content .listing_entry_content .pictures {
    flex: 0 0 calc(100vw - 80px) !important;
    max-width: calc(100vw - 80px);
    height: calc(100vw - 80px);
    width: calc(100vw - 80px);
    align-self: center;
    margin: 20px 0 0 0;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
@keyframes imageEffectBg {
  0% {
    transform: translateY(-100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
@keyframes imageEffectBg2 {
  0% {
    transform: translateY(0);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  40% {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translateY(0);
  }
  100% {
    height: 0;
    width: calc(100% + 2px);
    transform: translateY(0);
  }
}
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
/* @end */
@media print {
  @page {
    margin: 1.5cm 1cm 1.5cm 2cm;
  }
  body {
    color: #000 !important;
    background: #fff;
  }
  .portlet_listing_subtitle,
  h1, h2, h3, h4, h5, h6, p, a, div {
    color: #000 !important;
    text-align: left !important;
  }
  * {
    opacity: 1 !important;
    background: #fff !important;
  }
  .slick-arrow,
  .content_top .portlet_quicklinks,
  .picture_top_wrap,
  .portlet_documents,
  .navigation_left,
  .quicklink_line,
  div.copy,
  #footer .portlet_quicklinks,
  .small_logo,
  .footer_top_line,
  #background_top,
  .breadcrumb,
  #header .portlet_search,
  .header_right,
  .imprint {
    display: none !important;
  }
  .special_news_portlet_wrap > .portlet,
  .home_news > .portlet,
  #portlets_home3, #portlets_home2, #portlets_home1,
  .home_grey_background > .portlet,
  .portlet_person .portlet .portlet-content,
  .portlet_faq .portlet,
  .portlet_documents .portlet,
  #footer .footer_inner,
  #header .header_inner,
  .page,
  .content_inner,
  #content .content_inner,
  #siteframe {
    padding: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    clear: both;
    background: #fff;
    min-height: 0 !important;
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: none !important;
    overflow: hidden;
  }
  #content .content_bottom .content_inner {
    padding-top: 5vw !important;
  }
  .content_bottom .content_inner .content_right {
    padding-right: 0;
  }
  #header {
    position: relative !important;
    box-shadow: none !important;
  }
  #header .header_inner {
    height: auto !important;
  }
  #header #logo {
    padding: 0;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }
  #header #logo img {
    width: 120px !important;
    height: auto;
  }
  #header #logo img.negative {
    display: none !important;
  }
  .picture,
  .portlet,
  p, ul, ol, h1, h2, h3, h4, h5, h6,
  .listing_entry,
  .overview_item,
  #footer {
    page-break-inside: avoid;
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    border-color: #000;
    text-shadow: none !important;
    left: 0 !important;
    text-align: left;
  }
  h1 + h2 {
    margin-top: 0;
  }
  h1#page_title {
    margin-bottom: 0 !important;
  }
  h2 + h3, h2 + h3 a {
    margin-top: -5px;
  }
  p {
    page-break-inside: avoid;
  }
  h6, h6 a,
  h4, h4 a {
    font-weight: 700;
  }
  strong {
    font-weight: 700;
  }
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .content_inner ul {
    margin-bottom: 15px;
    line-height: 22px;
    text-align: left;
  }
  .content_inner ul li {
    padding-left: 12px;
    line-height: 20px;
    color: #000;
  }
  .content_inner ul li:before {
    background: #000;
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .content_inner ol {
    margin-bottom: 15px;
    margin-left: 16px;
    color: #000;
    text-align: left;
  }
  .content_inner p + ul,
  .content_inner p + ol {
    margin-top: 10px;
  }
  .content_inner table th {
    padding-bottom: 8px;
    color: #000;
  }
  .content_inner table td {
    padding-top: 8px;
    padding-bottom: 9px;
    color: #000;
  }
  table thead th {
    color: #000;
    padding: 0 5px 3px 0;
    background: #fff;
    border: none;
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
  }
  .content_inner table td:after {
    display: none;
  }
  table td {
    padding: 6px 5px 5px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.5);
    color: #000;
    text-align: left;
  }
  .table_wrap_container {
    margin-bottom: 15px;
    page-break-inside: avoid;
  }
  .portlet table td {
    border: none !important;
  }
  .content_top .content_inner .content_right {
    padding-right: 0 !important;
  }
  .content_top + .portlet {
    margin-top: 100px;
  }
}
@media print {
  .content_top + .portlet {
    margin-top: 6vw;
  }
  .content_top + .portlet .portlet-content .portlet_text_wrap {
    padding: 0 20px 0 0;
  }
  .content_top + .portlet .portlet-content .pictures {
    width: 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .navigation_is_visible .portlet_faq .portlet .portlet_inner,
  .navigation_is_visible .portlet_documents .portlet .portlet_inner {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
  }
  .css_faq #mixItUp .listing_entry .portlet-listing-entry:before, .css_faq #mixItUp .listing_entry:before,
  .portlet_faq .portlet .portlet_inner .portlet-listing-entry:before,
  .portlet_faq .portlet .portlet_inner:before {
    display: none;
  }
  .css_faq #mixItUp .listing_entry .listing_entry_content,
  .css_faq #mixItUp .listing_entry .portlet-entry-content,
  .portlet_faq .portlet .portlet_inner .listing_entry_content,
  .portlet_faq .portlet .portlet_inner .portlet-entry-content {
    display: block !important;
    border-top: none !important;
    margin-top: 0 !important;
  }
  .css_faq #mixItUp .listing_entry h4 a,
  .css_faq #mixItUp .listing_entry h2 a,
  .css_faq #mixItUp .listing_entry h2,
  .css_faq #mixItUp .listing_entry h4,
  .portlet_faq .portlet .portlet_inner h4 a,
  .portlet_faq .portlet .portlet_inner h2 a,
  .portlet_faq .portlet .portlet_inner h2,
  .portlet_faq .portlet .portlet_inner h4 {
    font-weight: 700 !important;
  }
  #mixItUp .listing_entry.title_big .content h2.listing-title, #mixItUp .listing_entry.title_big .content h2.listing-title a {
    margin-bottom: 0 !important;
  }
  #mixItUp .listing_entry.blue_elements .content .listing-content-text .blue_content_wrap {
    padding: 0;
    border-radius: 0;
  }
  #mixItUp .listing_entry.box_grey .content .listing_entry_content {
    padding-top: 0;
  }
  .navigation_is_visible #mixItUp .listing_entry .pictures > * {
    max-width: 250px;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .picture {
    width: 200px;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .picture * {
    width: 100%;
    height: auto;
  }
  .portlet_person .portlet .portlet-listing-entry-inline .portlet-listing-content-container {
    max-width: 100%;
  }
  .special_news_portlet_wrap .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container,
  .home_news .portlet-listing-entry-wrap .portlet-listing-entry-inline .portlet-listing-content-container,
  #portlets_home3 .portlet_text_wrap, #portlets_home2 .portlet_text_wrap, #portlets_home1 .portlet_text_wrap {
    padding: 20px 0 0 0;
  }
  .special_news_portlet_wrap .slick-track, #portlets_home3 .slick-track, #portlets_home2 .slick-track, #portlets_home1 .slick-track,
  .home_news .slick-track, #portlets_home3 .slick-track, #portlets_home2 .slick-track, #portlets_home1 .slick-track {
    width: 100% !important;
    flex-flow: wrap !important;
  }
  .special_news_portlet_wrap .slick-track .portlet-listing-entry,
  .special_news_portlet_wrap .slick-track .portlet, #portlets_home3 .slick-track .portlet-listing-entry,
  #portlets_home3 .slick-track .portlet, #portlets_home2 .slick-track .portlet-listing-entry,
  #portlets_home2 .slick-track .portlet, #portlets_home1 .slick-track .portlet-listing-entry,
  #portlets_home1 .slick-track .portlet,
  .home_news .slick-track .portlet-listing-entry,
  .home_news .slick-track .portlet, #portlets_home3 .slick-track .portlet-listing-entry,
  #portlets_home3 .slick-track .portlet, #portlets_home2 .slick-track .portlet-listing-entry,
  #portlets_home2 .slick-track .portlet, #portlets_home1 .slick-track .portlet-listing-entry,
  #portlets_home1 .slick-track .portlet {
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
  }
  .special_news_portlet_wrap .slick-list,
  .home_news .slick-list {
    max-width: 100%;
  }
  #footer .footer_informations .portlet h3,
  #footer .footer_informations .portlet h3 a {
    font-weight: 700;
  }
  #footer .footer_informations .portlet {
    line-height: 20px;
  }
}

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