/*
|--------------------------------------------------------------------------
| 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 */
/* @end */
/* @group mixins */
/*
|--------------------------------------------------------------------------
| 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 */
/* @end */
/* @group mixins */
@font-face {
  font-family: "Red Hat Display";
  src: url("fonts/RedHatDisplay-Medium.woff2") format("woff2"), url("fonts/RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("fonts/RedHatDisplay-Bold.woff2") format("woff2"), url("fonts/RedHatDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("fonts/RedHatDisplay-Regular.woff2") format("woff2"), url("fonts/RedHatDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @group variables */
body {
  --size5: 5px;
  --size10: 10px;
  --size15: 15px;
  --size20: 20px;
  --size25: 25px;
  --size30: 30px;
  --size35: 35px;
  --size40: 40px;
  --size45: 45px;
  --size50: 50px;
  --size60: 60px;
  --size70: 70px;
  --size80: 80px;
  --size90: 90px;
  --size100: 100px;
  --size110: 110px;
  --size120: 120px;
  --size130: 130px;
  --size140: 140px;
  --size150: 150px;
  --size160: 160px;
  --size170: 170px;
  --size180: 180px;
  --size190: 190px;
  --size200: 200px;
  --size250: 250px;
  --headerHeight: 136px;
  --inputHeight: 43px;
  --siteFrameSpace: var(--size40);
  --squareSize: 40px;
  --colorButton: #E30713;
  --management-highlight-color: #E30713;
  --management-highlight-color-rgb: 228, 33, 38;
  --fullScreen: 95vw;
}
@media screen and (min-width: 1400px) {
  body {
    --siteFrameSpace: 1.8vw;
  }
}

/* @end */
/* @group basic */
html,
body,
.page {
  min-height: 100vh;
}

body {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  body {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #fff;
}
body.navi_open {
  overflow: hidden;
}
body.navi_open .navigation_layer {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
body .navigation_layer {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: rgba(34, 33, 33, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

body #rwdnav {
  display: none;
}

.page {
  display: flex;
  flex-flow: column;
}

#siteframe {
  position: relative;
  padding-top: var(--headerHeight);
}

#logo_print {
  display: none;
}

#content {
  position: relative;
}

.content_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  .content_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.content_inner {
  z-index: 2;
  margin-top: var(--size120);
  margin-bottom: var(--size180);
}
.content_inner.no_padding_top {
  padding-top: 0;
}
.content_inner.no_padding_bottom {
  padding-bottom: 0;
}
.content_inner.small {
  max-width: 1100px;
}
.content_inner + .content_inner {
  padding-top: 0;
}
.content_inner.full {
  max-width: var(--fullScreen);
}

#header {
  width: 100%;
  top: 0;
  transition: all 0.3s ease-out;
  height: var(--headerHeight);
  position: fixed;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.with_panel_big #header {
  width: calc(100% - 290px);
}
.with_panel_small #header {
  width: calc(100% - 78px);
}
#header a {
  text-decoration: none;
}
#header .header_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #header .header_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  #header .header_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#header .header_inner {
  width: 100%;
  border-radius: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: all 0.3s ease-out;
}
.navi_open #header .header_inner, .is_scrolled #header .header_inner {
  background: #fff !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
}
#header .header_inner .button_right {
  margin-left: var(--size30);
}
#header .header_inner .button_right a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #header .header_inner .button_right a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #header .header_inner .button_right a {
    font-size: 15px;
    line-height: 24px;
  }
}
#header .header_inner .button_right a {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
#header .header_inner .button_right a > * {
  position: relative;
}
#header .header_inner .button_right a:focus, #header .header_inner .button_right a:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #header .header_inner .button_right a {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  #header .header_inner .button_right a {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  #header .header_inner .button_right a {
    display: none !important;
  }
}
#header .header_inner .responsive_icons {
  display: none;
  margin-left: auto;
  align-items: center;
}
#header .header_inner .responsive_icons a {
  color: #aaa;
  font-size: 22px;
}
#header .header_inner .responsive_icons a:first-child {
  font-size: 25px;
  margin-right: 15px;
}
#header .header_inner .responsive_icons a:hover {
  color: #333;
}
#header.scrolled {
  transform: translateY(-100%);
}

#logo {
  width: 250px;
  margin-right: var(--size30);
}
#logo svg,
#logo img {
  width: 100%;
  height: auto;
  display: block;
}
.page_home .page #siteframe {
  padding-top: 0;
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #header .header_inner {
  background: none;
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #header .header_inner .responsive_icons a,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #header .header_inner .button_right a,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation .navigation > li > a {
  color: #fff;
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page .responsive_navigation_toggle span,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation ul.level1,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation ul.level1:after,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #header .header_inner .button_right a:hover,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation .navigation > li > a span:after {
  background: #fff;
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #header .header_inner .button_right a {
  border-color: #fff;
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation ul.level1 > li.current > a:after,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation ul.level1 > li.current > a,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation ul.level1 > li:hover > a,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #header .header_inner .button_right a:hover {
  color: #333;
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #navigation ul.level1 > li > a {
  color: rgba(51, 51, 51, 0.6);
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #logo svg polygon,
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #logo svg path {
  fill: #fff !important;
}
.page_home:not(.is_scrolled):not(.system_page):not(.navi_open) .page #logo svg path#Fill-1 {
  fill: rgba(255, 255, 255, 0.4) !important;
}

.picture_title_wrap .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .picture_title_wrap .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  .picture_title_wrap .inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.page_camper .picture_title_wrap .inner {
  max-width: var(--fullScreen);
}
.picture_title_wrap .inner:only-child h1 {
  margin-bottom: 0 !important;
}
.picture_title_wrap .background_wrap {
  background: #aaa;
}
.picture_title_wrap .background_wrap .inner {
  display: flex;
  flex-flow: wrap;
  padding-top: var(--size80);
  padding-bottom: var(--size90);
}
.page_camper .picture_title_wrap .background_wrap .inner {
  max-width: var(--fullScreen);
}
.picture_title_wrap .background_wrap h2.subtitle {
  color: #fff;
  flex: 0 0 480px;
  max-width: 44%;
  padding-right: var(--size120) !important;
  box-sizing: border-box;
}
.picture_title_wrap .background_wrap h2.subtitle:only-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  .picture_title_wrap .background_wrap h2.subtitle {
    padding-right: var(--size80) !important;
  }
}
@media screen and (max-width: 700px) {
  .picture_title_wrap .background_wrap h2.subtitle {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
}
@media print {
  .picture_title_wrap .background_wrap h2.subtitle {
    flex: 0 0 400px;
    max-width: 33%;
    padding-right: var(--size50) !important;
  }
}
.picture_title_wrap .background_wrap div.introduction {
  color: #fff;
  max-width: 56%;
  width: 100%;
}
.picture_title_wrap .background_wrap div.introduction:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .picture_title_wrap .background_wrap div.introduction {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .picture_title_wrap .background_wrap div.introduction:not(:only-child) {
    margin-top: var(--size30);
  }
}
@media print {
  .picture_title_wrap .background_wrap div.introduction {
    max-width: 66%;
  }
}
.picture_title_wrap .background_wrap div.introduction a {
  color: #fff;
}
.picture_title_wrap .background_wrap div.introduction a:hover {
  color: #6C8594;
}

.title_intro_wrap {
  display: flex;
  flex-flow: wrap;
}
.title_intro_wrap h1#page_title {
  font: 700 42px/56px "Red Hat Display", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .title_intro_wrap h1#page_title {
    font-size: 4.2vw;
    line-height: 5.6vw;
  }
}
@media screen and (max-width: 700px) {
  .title_intro_wrap h1#page_title {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 500px) {
  .title_intro_wrap h1#page_title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media print {
  .title_intro_wrap h1#page_title {
    font-size: 19px;
    line-height: 26px;
    color: #000;
  }
}
.title_intro_wrap h1#page_title {
  margin-bottom: var(--size100);
  flex: 0 0 480px;
  max-width: 44%;
  padding-right: var(--size120) !important;
  box-sizing: border-box;
}
.title_intro_wrap h1#page_title:only-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  .title_intro_wrap h1#page_title {
    padding-right: var(--size80) !important;
  }
}
@media screen and (max-width: 700px) {
  .title_intro_wrap h1#page_title {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
}
@media print {
  .title_intro_wrap h1#page_title {
    flex: 0 0 400px;
    max-width: 33%;
    padding-right: var(--size50) !important;
  }
}
.title_intro_wrap h1#page_title + div.introduction {
  margin-top: 0;
}
.title_intro_wrap div.introduction {
  max-width: 56%;
  width: 100%;
}
.title_intro_wrap div.introduction:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .title_intro_wrap div.introduction {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .title_intro_wrap div.introduction:not(:only-child) {
    margin-top: var(--size30);
  }
}
@media print {
  .title_intro_wrap div.introduction {
    max-width: 66%;
  }
}
.title_intro_wrap div.introduction {
  margin-bottom: var(--size60);
}
.title_intro_wrap + * {
  margin-top: 0;
}

.system_page #camper_button {
  display: none;
}

#camper_button {
  display: flex;
  justify-content: center;
  padding: var(--size40) 0;
  margin: var(--size40) 0;
  position: sticky;
  bottom: 0;
  z-index: 101;
}
.camper_popup_open #camper_button {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.camper_popup_open #camper_button a {
  background: #E30713;
  border-color: #E30713;
  padding: 0;
  width: 56px;
}
.camper_popup_open #camper_button a span {
  font-size: 0;
}
.camper_popup_open #camper_button a i {
  font-size: 16px;
}
.camper_popup_open #camper_button a:hover {
  background: rgb(172.52, 5.32, 14.44);
  border-color: rgb(172.52, 5.32, 14.44);
}
#camper_button a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #camper_button a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #camper_button a {
    font-size: 15px;
    line-height: 24px;
  }
}
#camper_button a {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
#camper_button a > * {
  position: relative;
}
#camper_button a:focus, #camper_button a:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #camper_button a {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  #camper_button a {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  #camper_button a {
    display: none !important;
  }
}
#camper_button a {
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  border-color: #fff;
}
#camper_button a i {
  font-size: 0;
  color: #fff;
}
#camper_button a:focus, #camper_button a:hover {
  border-color: #E30713;
}

#camper_button_cross {
  display: flex;
  justify-content: center;
  padding: var(--size40) 0;
  margin: var(--size40) 0;
  bottom: 0;
  z-index: 101;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.camper_popup_open #camper_button_cross {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
#camper_button_cross a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #camper_button_cross a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #camper_button_cross a {
    font-size: 15px;
    line-height: 24px;
  }
}
#camper_button_cross a {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
#camper_button_cross a > * {
  position: relative;
}
#camper_button_cross a:focus, #camper_button_cross a:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #camper_button_cross a {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  #camper_button_cross a {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  #camper_button_cross a {
    display: none !important;
  }
}
#camper_button_cross a {
  background: #E30713;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  border-color: #E30713;
  color: #fff;
}
#camper_button_cross a i {
  margin-left: 10px;
}
#camper_button_cross a:hover {
  background: rgb(172.52, 5.32, 14.44);
  border-color: rgb(172.52, 5.32, 14.44);
}

#camper_popup {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: var(--size30);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
#camper_popup #mcrentIntegration iframe {
  min-height: 70vh;
}
#camper_popup.open_popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#camper_popup.open_popup.rent_popup .tabs_wrap {
  display: none;
}
#camper_popup.open_popup.rent_popup .tabs_wrap[data-popup-id=rent_popup] {
  display: flex;
  opacity: 1;
}
#camper_popup.open_popup.buy_popup .tabs_wrap {
  display: none;
}
#camper_popup.open_popup.buy_popup .tabs_wrap[data-popup-id=buy_popup] {
  display: flex;
  opacity: 1;
}
#camper_popup .camper_popup_inner {
  overflow: auto;
  width: 100%;
  background: #fff;
  flex: 1;
  max-height: 100%;
  border-radius: 8px;
}

#camper_popup .tabs_wrap,
#camper_content .tabs_wrap {
  flex-flow: column;
  background: rgb(242.35, 242.35, 242.35);
  overflow: hidden;
  opacity: 0;
}
#camper_popup .tabs_title_wrap,
#camper_content .tabs_title_wrap {
  display: flex;
  justify-content: center;
  padding: var(--size20) var(--size20) 0 var(--size20);
}
#camper_popup .tab_content_wrap,
#camper_content .tab_content_wrap {
  background: #fff;
  padding: var(--size40) var(--size50);
}
#camper_popup .tab_content_wrap .content,
#camper_content .tab_content_wrap .content {
  display: none;
}
#camper_popup .tabs_title_wrap label,
#camper_content .tabs_title_wrap label {
  display: block;
  cursor: pointer;
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #camper_popup .tabs_title_wrap label,
  #camper_content .tabs_title_wrap label {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #camper_popup .tabs_title_wrap label,
  #camper_content .tabs_title_wrap label {
    font-size: 15px;
    line-height: 24px;
  }
}
#camper_popup .tabs_title_wrap label,
#camper_content .tabs_title_wrap label {
  font-weight: 700;
  padding: var(--size20) var(--size70);
  border-radius: 8px 8px 0 0;
  background: rgb(234.7, 234.7, 234.7);
  margin: 0 3px;
  transition: all 0.15s ease-out;
  text-align: center;
}
#camper_popup .tabs_title_wrap label:hover,
#camper_content .tabs_title_wrap label:hover {
  background: rgb(227.05, 227.05, 227.05);
}
#camper_popup input[type=radio],
#camper_content input[type=radio] {
  display: none;
}
#camper_popup input[type=radio]#tab-1-rent:checked ~ .tab_content_wrap .tab[data-id=tab-1-rent] .content,
#camper_popup input[type=radio]#tab-1-rent:checked ~ .tab_content_wrap .tab[data-id=tab-1-buy] .content, #camper_popup input[type=radio]#tab-1-buy:checked ~ .tab_content_wrap .tab[data-id=tab-1-rent] .content,
#camper_popup input[type=radio]#tab-1-buy:checked ~ .tab_content_wrap .tab[data-id=tab-1-buy] .content,
#camper_content input[type=radio]#tab-1-rent:checked ~ .tab_content_wrap .tab[data-id=tab-1-rent] .content,
#camper_content input[type=radio]#tab-1-rent:checked ~ .tab_content_wrap .tab[data-id=tab-1-buy] .content,
#camper_content input[type=radio]#tab-1-buy:checked ~ .tab_content_wrap .tab[data-id=tab-1-rent] .content,
#camper_content input[type=radio]#tab-1-buy:checked ~ .tab_content_wrap .tab[data-id=tab-1-buy] .content {
  display: block;
}
#camper_popup input[type=radio]#tab-1-rent:checked ~ .tabs_title_wrap label[for=tab-1-buy],
#camper_popup input[type=radio]#tab-1-rent:checked ~ .tabs_title_wrap label[for=tab-1-rent], #camper_popup input[type=radio]#tab-1-buy:checked ~ .tabs_title_wrap label[for=tab-1-buy],
#camper_popup input[type=radio]#tab-1-buy:checked ~ .tabs_title_wrap label[for=tab-1-rent],
#camper_content input[type=radio]#tab-1-rent:checked ~ .tabs_title_wrap label[for=tab-1-buy],
#camper_content input[type=radio]#tab-1-rent:checked ~ .tabs_title_wrap label[for=tab-1-rent],
#camper_content input[type=radio]#tab-1-buy:checked ~ .tabs_title_wrap label[for=tab-1-buy],
#camper_content input[type=radio]#tab-1-buy:checked ~ .tabs_title_wrap label[for=tab-1-rent] {
  background: #fff;
}
#camper_popup input[type=radio]#tab-2-rent:checked ~ .tab_content_wrap .tab[data-id=tab-2-rent] .content,
#camper_popup input[type=radio]#tab-2-rent:checked ~ .tab_content_wrap .tab[data-id=tab-2-buy] .content, #camper_popup input[type=radio]#tab-2-buy:checked ~ .tab_content_wrap .tab[data-id=tab-2-rent] .content,
#camper_popup input[type=radio]#tab-2-buy:checked ~ .tab_content_wrap .tab[data-id=tab-2-buy] .content,
#camper_content input[type=radio]#tab-2-rent:checked ~ .tab_content_wrap .tab[data-id=tab-2-rent] .content,
#camper_content input[type=radio]#tab-2-rent:checked ~ .tab_content_wrap .tab[data-id=tab-2-buy] .content,
#camper_content input[type=radio]#tab-2-buy:checked ~ .tab_content_wrap .tab[data-id=tab-2-rent] .content,
#camper_content input[type=radio]#tab-2-buy:checked ~ .tab_content_wrap .tab[data-id=tab-2-buy] .content {
  display: block;
}
#camper_popup input[type=radio]#tab-2-rent:checked ~ .tabs_title_wrap label[for=tab-2-buy],
#camper_popup input[type=radio]#tab-2-rent:checked ~ .tabs_title_wrap label[for=tab-2-rent], #camper_popup input[type=radio]#tab-2-buy:checked ~ .tabs_title_wrap label[for=tab-2-buy],
#camper_popup input[type=radio]#tab-2-buy:checked ~ .tabs_title_wrap label[for=tab-2-rent],
#camper_content input[type=radio]#tab-2-rent:checked ~ .tabs_title_wrap label[for=tab-2-buy],
#camper_content input[type=radio]#tab-2-rent:checked ~ .tabs_title_wrap label[for=tab-2-rent],
#camper_content input[type=radio]#tab-2-buy:checked ~ .tabs_title_wrap label[for=tab-2-buy],
#camper_content input[type=radio]#tab-2-buy:checked ~ .tabs_title_wrap label[for=tab-2-rent] {
  background: #fff;
}
#camper_popup input[type=radio]#tab-3-rent:checked ~ .tab_content_wrap .tab[data-id=tab-3-rent] .content,
#camper_popup input[type=radio]#tab-3-rent:checked ~ .tab_content_wrap .tab[data-id=tab-3-buy] .content, #camper_popup input[type=radio]#tab-3-buy:checked ~ .tab_content_wrap .tab[data-id=tab-3-rent] .content,
#camper_popup input[type=radio]#tab-3-buy:checked ~ .tab_content_wrap .tab[data-id=tab-3-buy] .content,
#camper_content input[type=radio]#tab-3-rent:checked ~ .tab_content_wrap .tab[data-id=tab-3-rent] .content,
#camper_content input[type=radio]#tab-3-rent:checked ~ .tab_content_wrap .tab[data-id=tab-3-buy] .content,
#camper_content input[type=radio]#tab-3-buy:checked ~ .tab_content_wrap .tab[data-id=tab-3-rent] .content,
#camper_content input[type=radio]#tab-3-buy:checked ~ .tab_content_wrap .tab[data-id=tab-3-buy] .content {
  display: block;
}
#camper_popup input[type=radio]#tab-3-rent:checked ~ .tabs_title_wrap label[for=tab-3-buy],
#camper_popup input[type=radio]#tab-3-rent:checked ~ .tabs_title_wrap label[for=tab-3-rent], #camper_popup input[type=radio]#tab-3-buy:checked ~ .tabs_title_wrap label[for=tab-3-buy],
#camper_popup input[type=radio]#tab-3-buy:checked ~ .tabs_title_wrap label[for=tab-3-rent],
#camper_content input[type=radio]#tab-3-rent:checked ~ .tabs_title_wrap label[for=tab-3-buy],
#camper_content input[type=radio]#tab-3-rent:checked ~ .tabs_title_wrap label[for=tab-3-rent],
#camper_content input[type=radio]#tab-3-buy:checked ~ .tabs_title_wrap label[for=tab-3-buy],
#camper_content input[type=radio]#tab-3-buy:checked ~ .tabs_title_wrap label[for=tab-3-rent] {
  background: #fff;
}
#camper_popup input[type=radio]#tab-4-rent:checked ~ .tab_content_wrap .tab[data-id=tab-4-rent] .content,
#camper_popup input[type=radio]#tab-4-rent:checked ~ .tab_content_wrap .tab[data-id=tab-4-buy] .content, #camper_popup input[type=radio]#tab-4-buy:checked ~ .tab_content_wrap .tab[data-id=tab-4-rent] .content,
#camper_popup input[type=radio]#tab-4-buy:checked ~ .tab_content_wrap .tab[data-id=tab-4-buy] .content,
#camper_content input[type=radio]#tab-4-rent:checked ~ .tab_content_wrap .tab[data-id=tab-4-rent] .content,
#camper_content input[type=radio]#tab-4-rent:checked ~ .tab_content_wrap .tab[data-id=tab-4-buy] .content,
#camper_content input[type=radio]#tab-4-buy:checked ~ .tab_content_wrap .tab[data-id=tab-4-rent] .content,
#camper_content input[type=radio]#tab-4-buy:checked ~ .tab_content_wrap .tab[data-id=tab-4-buy] .content {
  display: block;
}
#camper_popup input[type=radio]#tab-4-rent:checked ~ .tabs_title_wrap label[for=tab-4-buy],
#camper_popup input[type=radio]#tab-4-rent:checked ~ .tabs_title_wrap label[for=tab-4-rent], #camper_popup input[type=radio]#tab-4-buy:checked ~ .tabs_title_wrap label[for=tab-4-buy],
#camper_popup input[type=radio]#tab-4-buy:checked ~ .tabs_title_wrap label[for=tab-4-rent],
#camper_content input[type=radio]#tab-4-rent:checked ~ .tabs_title_wrap label[for=tab-4-buy],
#camper_content input[type=radio]#tab-4-rent:checked ~ .tabs_title_wrap label[for=tab-4-rent],
#camper_content input[type=radio]#tab-4-buy:checked ~ .tabs_title_wrap label[for=tab-4-buy],
#camper_content input[type=radio]#tab-4-buy:checked ~ .tabs_title_wrap label[for=tab-4-rent] {
  background: #fff;
}
#camper_popup input[type=radio]#tab-5-rent:checked ~ .tab_content_wrap .tab[data-id=tab-5-rent] .content,
#camper_popup input[type=radio]#tab-5-rent:checked ~ .tab_content_wrap .tab[data-id=tab-5-buy] .content, #camper_popup input[type=radio]#tab-5-buy:checked ~ .tab_content_wrap .tab[data-id=tab-5-rent] .content,
#camper_popup input[type=radio]#tab-5-buy:checked ~ .tab_content_wrap .tab[data-id=tab-5-buy] .content,
#camper_content input[type=radio]#tab-5-rent:checked ~ .tab_content_wrap .tab[data-id=tab-5-rent] .content,
#camper_content input[type=radio]#tab-5-rent:checked ~ .tab_content_wrap .tab[data-id=tab-5-buy] .content,
#camper_content input[type=radio]#tab-5-buy:checked ~ .tab_content_wrap .tab[data-id=tab-5-rent] .content,
#camper_content input[type=radio]#tab-5-buy:checked ~ .tab_content_wrap .tab[data-id=tab-5-buy] .content {
  display: block;
}
#camper_popup input[type=radio]#tab-5-rent:checked ~ .tabs_title_wrap label[for=tab-5-buy],
#camper_popup input[type=radio]#tab-5-rent:checked ~ .tabs_title_wrap label[for=tab-5-rent], #camper_popup input[type=radio]#tab-5-buy:checked ~ .tabs_title_wrap label[for=tab-5-buy],
#camper_popup input[type=radio]#tab-5-buy:checked ~ .tabs_title_wrap label[for=tab-5-rent],
#camper_content input[type=radio]#tab-5-rent:checked ~ .tabs_title_wrap label[for=tab-5-buy],
#camper_content input[type=radio]#tab-5-rent:checked ~ .tabs_title_wrap label[for=tab-5-rent],
#camper_content input[type=radio]#tab-5-buy:checked ~ .tabs_title_wrap label[for=tab-5-buy],
#camper_content input[type=radio]#tab-5-buy:checked ~ .tabs_title_wrap label[for=tab-5-rent] {
  background: #fff;
}
#camper_popup #sidebar,
#camper_popup #sc-widget-sale .relative,
#camper_content #sidebar,
#camper_content #sc-widget-sale .relative {
  z-index: 1;
}
#camper_popup div#sc-widget-sale,
#camper_content div#sc-widget-sale {
  z-index: 1 !important;
}

#camper_content .tabs_wrap {
  opacity: 1;
}
#camper_content .tabs_wrap .tabs_title_wrap {
  padding: 0;
  background: #fff;
}
#camper_content .tab_content_wrap {
  padding: 0;
}
#camper_content + #camper_button_cross {
  pointer-events: all;
  z-index: 1;
  position: sticky;
  bottom: var(--size40);
  opacity: 1;
  visibility: visible;
  padding-bottom: 0;
}

.spinner {
  background: none;
  min-height: var(--size80);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  position: relative;
}
.spinner:before {
  content: "\f110";
  position: absolute;
  top: 0;
  left: calc(50% - var(--size70) / 2);
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: var(--size70);
  line-height: var(--size70);
  font-weight: 400;
  text-transform: none;
  color: #E30713;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  z-index: 0;
}
.spinner + * {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  margin-top: calc(-1 * var(--size80));
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#footer {
  position: relative;
  z-index: 0;
  background: rgb(59.5, 59.5, 59.5);
  font: 500 24px/36px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  #footer {
    font: 400 14px/22px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  #footer {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  #footer {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  #footer {
    font-size: 19px;
    line-height: 31px;
  }
}
#footer {
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  margin-top: auto;
}
#footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer ul {
  list-style: none;
}
#footer .footer_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #footer .footer_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  #footer .footer_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#footer .footer_top .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: var(--size160);
  padding-bottom: var(--size160);
}
#footer .footer_top .portlets_left {
  max-width: calc(40% - var(--size50));
}
#footer .footer_top .portlets_left .portlet:not(:first-child) {
  margin-top: var(--size50);
}
#footer .footer_top .portlet_right {
  max-width: calc(60% - var(--size50));
}
#footer .footer_top .portlet_right h3.portlet-title {
  font: 700 24px/36px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  #footer .footer_top .portlet_right h3.portlet-title {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_top .portlet_right h3.portlet-title {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .portlet_right h3.portlet-title {
    font-size: 19px;
    line-height: 31px;
  }
}
@media print {
  #footer .footer_top .portlet_right h3.portlet-title {
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
}
#footer .footer_top .portlet_right h3.portlet-title {
  margin-bottom: var(--size10);
}
#footer .footer_top .portlet_right .portlet_content_description {
  font: 700 42px/56px "Red Hat Display", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  #footer .footer_top .portlet_right .portlet_content_description {
    font-size: 4.2vw;
    line-height: 5.6vw;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer_top .portlet_right .portlet_content_description {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .portlet_right .portlet_content_description {
    font-size: 26px;
    line-height: 35px;
  }
}
@media print {
  #footer .footer_top .portlet_right .portlet_content_description {
    font-size: 19px;
    line-height: 26px;
    color: #000;
  }
}
#footer .footer_top .portlet_right .portlet_content_description {
  color: #fff;
}
#footer .footer_top .portlet_right .portlet_content_description a {
  color: #fff !important;
}
#footer .footer_top .portlet_right .portlet_content_description a:before {
  display: none !important;
}
#footer .footer_top .portlet_right .portlet_content_description a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
#footer .footer_top .portlet_right .portlet_content_link_wrap {
  display: flex;
  flex-flow: wrap;
  margin-top: var(--size30);
}
#footer .footer_top .portlet_right a.portlet_content_link {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #footer .footer_top .portlet_right a.portlet_content_link {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .portlet_right a.portlet_content_link {
    font-size: 15px;
    line-height: 24px;
  }
}
#footer .footer_top .portlet_right a.portlet_content_link {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
#footer .footer_top .portlet_right a.portlet_content_link > * {
  position: relative;
}
#footer .footer_top .portlet_right a.portlet_content_link:focus, #footer .footer_top .portlet_right a.portlet_content_link:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #footer .footer_top .portlet_right a.portlet_content_link {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_top .portlet_right a.portlet_content_link {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  #footer .footer_top .portlet_right a.portlet_content_link {
    display: none !important;
  }
}
#footer .footer_top .portlet_right a.portlet_content_link {
  --colorButton: #fff;
  margin: var(--size20) var(--size20) 0 0;
}
#footer .footer_top .portlet_right a.portlet_content_link:focus, #footer .footer_top .portlet_right a.portlet_content_link:hover {
  color: #333 !important;
}
#footer .footer_bottom {
  background: rgb(42.5, 42.5, 42.5);
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #footer .footer_bottom {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_bottom {
    font-size: 15px;
    line-height: 24px;
  }
}
#footer .footer_bottom {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer_bottom a {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#footer .footer_bottom a:hover {
  color: #fff;
}
#footer .footer_bottom .footer_inner {
  padding-top: var(--size25);
  padding-bottom: var(--size25);
}
#footer .footer_bottom ul.copy {
  display: flex;
  flex-flow: wrap;
}
#footer .footer_bottom ul.copy li:not(:last-child) {
  margin-right: var(--size30);
}
#footer .footer_bottom ul.copy #indual_link span {
  display: none;
}

#privacy_banner {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 2px;
}
#privacy_banner #privacy_banner_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #privacy_banner #privacy_banner_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  #privacy_banner #privacy_banner_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#privacy_banner #privacy_banner_inner {
  color: #fff;
  font-size: 13px;
}
#privacy_banner #privacy_banner_inner #privacy_icon i:before {
  content: "\f564";
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  border-radius: 0;
  font-weight: 700;
  padding: 6px 14px 6px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover {
  background: #222121;
  opacity: 1;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @group headings, paragraph */
h1 {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  h1 {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 15px;
    line-height: 24px;
  }
}
h1 {
  font-weight: 400;
  color: #6C8594;
}
@media print {
  h1 {
    font-size: 13px;
    line-height: 24px;
  }
}
h1 {
  margin-bottom: var(--size15);
}

.portlet_listing_introduction,
.listing-content-introduction,
.portlet_content_introduction,
div.introduction {
  font: 500 24px/36px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font: 400 14px/22px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  .portlet_listing_introduction,
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    font-size: 19px;
    line-height: 31px;
  }
}
.portlet_listing_introduction a,
.listing-content-introduction a,
.portlet_content_introduction a,
div.introduction a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #6C8594;
  text-underline-position: under;
}
.portlet_listing_introduction a:hover,
.listing-content-introduction a:hover,
.portlet_content_introduction a:hover,
div.introduction a:hover {
  color: #6C8594;
}
@media print {
  .portlet_listing_introduction a,
  .listing-content-introduction a,
  .portlet_content_introduction a,
  div.introduction a {
    text-decoration-color: rgba(0, 0, 0, 0.4);
  }
  .portlet_listing_introduction a:after, .portlet_listing_introduction a:before,
  .listing-content-introduction a:after,
  .listing-content-introduction a:before,
  .portlet_content_introduction a:after,
  .portlet_content_introduction a:before,
  div.introduction a:after,
  div.introduction a:before {
    color: #000 !important;
  }
}

div.introduction {
  font: 500 24px/36px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  div.introduction {
    font: 400 14px/22px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  div.introduction {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  div.introduction {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  div.introduction {
    font-size: 19px;
    line-height: 31px;
  }
}

h2, h2 a {
  font: 700 42px/56px "Red Hat Display", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  h2, h2 a {
    font-size: 4.2vw;
    line-height: 5.6vw;
  }
}
@media screen and (max-width: 700px) {
  h2, h2 a {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 500px) {
  h2, h2 a {
    font-size: 26px;
    line-height: 35px;
  }
}
@media print {
  h2, h2 a {
    font-size: 19px;
    line-height: 26px;
    color: #000;
  }
}
h2, h2 a {
  margin-bottom: var(--size20);
}
h2.subtitle, h2 a.subtitle {
  font: 700 42px/56px "Red Hat Display", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 4.2vw;
    line-height: 5.6vw;
  }
}
@media screen and (max-width: 700px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 500px) {
  h2.subtitle, h2 a.subtitle {
    font-size: 26px;
    line-height: 35px;
  }
}
@media print {
  h2.subtitle, h2 a.subtitle {
    font-size: 19px;
    line-height: 26px;
    color: #000;
  }
}
* + h2, * + h2 a {
  margin-top: var(--size60);
}

div.subtitle2 {
  font: 700 96px/127px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  div.subtitle2 {
    font-size: 9vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 500px) {
  div.subtitle2 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media print {
  div.subtitle2 {
    font-size: 28px;
    line-height: 35px;
    color: #000;
  }
}
div.subtitle2 {
  max-width: 960px;
  margin-bottom: var(--size50);
}

h3, h3 a {
  font: 700 24px/36px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  h3, h3 a {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 800px) {
  h3, h3 a {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  h3, h3 a {
    font-size: 19px;
    line-height: 31px;
  }
}
@media print {
  h3, h3 a {
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
}
h3, h3 a {
  margin-bottom: var(--size10);
}
* + h3, * + h3 a {
  margin-top: var(--size40);
}
h2 + h3, h2 + h3 a {
  margin-top: calc(-1 * var(--size10));
}

h5, h5 a,
h4, h4 a,
h6, h6 a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  h5, h5 a,
  h4, h4 a,
  h6, h6 a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  h5, h5 a,
  h4, h4 a,
  h6, h6 a {
    font-size: 15px;
    line-height: 24px;
  }
}
h5, h5 a,
h4, h4 a,
h6, h6 a {
  font-weight: 400;
  color: #6C8594;
}
@media print {
  h5, h5 a,
  h4, h4 a,
  h6, h6 a {
    font-size: 13px;
    line-height: 24px;
  }
}
h5, h5 a,
h4, h4 a,
h6, h6 a {
  font-weight: 700;
  margin-bottom: var(--size5);
}
* + h5, * + h5 a,
* + h4, * + h4 a,
* + h6, * + h6 a {
  margin-top: var(--size30);
}
h3 + h5, h2 + h5, h3 + h5 a, h2 + h5 a,
h3 + h4,
h2 + h4, h3 + h4 a, h2 + h4 a,
h3 + h6,
h2 + h6, h3 + h6 a, h2 + h6 a {
  margin-top: 5px;
}

h5, h5 a {
  color: #333;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: var(--size15);
}
p:empty {
  display: none;
}

.content_block {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
}
.content_block:not(:first-child) {
  margin-top: var(--size80);
}
.content_block > .heading2_field,
.content_block > h2 {
  flex: 0 0 480px;
  max-width: 44%;
  padding-right: var(--size120) !important;
  box-sizing: border-box;
}
.content_block > .heading2_field:only-child,
.content_block > h2:only-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  .content_block > .heading2_field,
  .content_block > h2 {
    padding-right: var(--size80) !important;
  }
}
@media screen and (max-width: 700px) {
  .content_block > .heading2_field,
  .content_block > h2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
}
@media print {
  .content_block > .heading2_field,
  .content_block > h2 {
    flex: 0 0 400px;
    max-width: 33%;
    padding-right: var(--size50) !important;
  }
}
.content_block > .heading2_field,
.content_block > h2 {
  hyphens: auto;
  margin-bottom: 0;
}
.content_block .content_block_inner {
  max-width: 56%;
  width: 100%;
}
.content_block .content_block_inner:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .content_block .content_block_inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_block .content_block_inner:not(:only-child) {
    margin-top: var(--size30);
  }
}
@media print {
  .content_block .content_block_inner {
    max-width: 66%;
  }
}
.content_block .content_block_inner {
  width: 100%;
}

/* @end */
/* @group link */
.portlet p > img,
.portlet p > a > img,
.content_inner p > img,
.content_inner p > a > img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.portlet li a:not(.resource_link),
.portlet p a:not(.resource_link),
.content_inner li a:not(.resource_link),
.content_inner p a:not(.resource_link) {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #6C8594;
  text-underline-position: under;
}
.portlet li a:not(.resource_link):hover,
.portlet p a:not(.resource_link):hover,
.content_inner li a:not(.resource_link):hover,
.content_inner p a:not(.resource_link):hover {
  color: #6C8594;
}
@media print {
  .portlet li a:not(.resource_link),
  .portlet p a:not(.resource_link),
  .content_inner li a:not(.resource_link),
  .content_inner p a:not(.resource_link) {
    text-decoration-color: rgba(0, 0, 0, 0.4);
  }
  .portlet li a:not(.resource_link):after, .portlet li a:not(.resource_link):before,
  .portlet p a:not(.resource_link):after,
  .portlet p a:not(.resource_link):before,
  .content_inner li a:not(.resource_link):after,
  .content_inner li a:not(.resource_link):before,
  .content_inner p a:not(.resource_link):after,
  .content_inner p a:not(.resource_link):before {
    color: #000 !important;
  }
}
.portlet li a:not(.resource_link),
.portlet p a:not(.resource_link),
.content_inner li a:not(.resource_link),
.content_inner p a:not(.resource_link) {
  hyphens: auto;
}
.portlet p.content_button,
.content_inner p.content_button {
  margin: 0px 0px 35px 0px;
  display: flex;
}
.portlet p.content_button a,
.content_inner p.content_button a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  .portlet p.content_button a,
  .content_inner p.content_button a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .portlet p.content_button a,
  .content_inner p.content_button a {
    font-size: 15px;
    line-height: 24px;
  }
}
.portlet p.content_button a,
.content_inner p.content_button a {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
.portlet p.content_button a > *,
.content_inner p.content_button a > * {
  position: relative;
}
.portlet p.content_button a:focus, .portlet p.content_button a:hover,
.content_inner p.content_button a:focus,
.content_inner p.content_button a:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .portlet p.content_button a,
  .content_inner p.content_button a {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .portlet p.content_button a,
  .content_inner p.content_button a {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  .portlet p.content_button a,
  .content_inner p.content_button a {
    display: none !important;
  }
}
.portlet p.content_link a,
.content_inner p.content_link a {
  font: 500 24px/36px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .portlet p.content_link a,
  .content_inner p.content_link a {
    font: 400 14px/22px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  .portlet p.content_link a,
  .content_inner p.content_link a {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  .portlet p.content_link a,
  .content_inner p.content_link a {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  .portlet p.content_link a,
  .content_inner p.content_link a {
    font-size: 19px;
    line-height: 31px;
  }
}
.portlet p.content_link a,
.content_inner p.content_link a {
  text-decoration: none;
  color: #E30713;
  display: flex;
  align-items: center;
}
.portlet p.content_link a:before,
.content_inner p.content_link a:before {
  content: "\f061";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #E30713;
  flex: 0 0 var(--squareSize);
  width: var(--squareSize);
  height: var(--squareSize);
  border-radius: 100%;
  background: none;
  border: 1px solid #E30713;
  font-weight: 300;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .portlet p.content_link a:before,
  .content_inner p.content_link a:before {
    font-size: 16px;
  }
}
.portlet p.content_link a:before,
.content_inner p.content_link a:before {
  margin-right: var(--size15);
}
.portlet p.content_link a:hover:before,
.content_inner p.content_link a:hover:before {
  background: #E30713;
  color: #fff;
}
@media print {
  .portlet p.content_link a,
  .content_inner p.content_link a {
    display: none !important;
  }
}

#footer p:not(.content_link):not(.content_button) a[href^="mailto:"], #footer p:not(.content_link):not(.content_button) a.location, #footer p:not(.content_link):not(.content_button) a[href^="tel:"],
.content_inner p:not(.content_link):not(.content_button) a[href^="mailto:"],
.content_inner p:not(.content_link):not(.content_button) a.location,
.content_inner p:not(.content_link):not(.content_button) a[href^="tel:"] {
  text-decoration: none;
  color: #333;
  display: flex;
}
#footer p:not(.content_link):not(.content_button) a[href^="mailto:"] + br, #footer p:not(.content_link):not(.content_button) a.location + br, #footer p:not(.content_link):not(.content_button) a[href^="tel:"] + br,
.content_inner p:not(.content_link):not(.content_button) a[href^="mailto:"] + br,
.content_inner p:not(.content_link):not(.content_button) a.location + br,
.content_inner p:not(.content_link):not(.content_button) a[href^="tel:"] + br {
  display: none;
}
#footer p:not(.content_link):not(.content_button) a[href^="mailto:"]:before, #footer p:not(.content_link):not(.content_button) a.location:before, #footer p:not(.content_link):not(.content_button) a[href^="tel:"]:before,
.content_inner p:not(.content_link):not(.content_button) a[href^="mailto:"]:before,
.content_inner p:not(.content_link):not(.content_button) a.location:before,
.content_inner p:not(.content_link):not(.content_button) a[href^="tel:"]:before {
  content: "\f095";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: unset;
  line-height: unset;
  font-weight: 400;
  text-transform: none;
  color: #6C8594;
  display: inline-block;
  position: relative;
  width: 19px;
  margin-right: 10px;
}
@media print {
  #footer p:not(.content_link):not(.content_button) a[href^="mailto:"]:before, #footer p:not(.content_link):not(.content_button) a.location:before, #footer p:not(.content_link):not(.content_button) a[href^="tel:"]:before,
  .content_inner p:not(.content_link):not(.content_button) a[href^="mailto:"]:before,
  .content_inner p:not(.content_link):not(.content_button) a.location:before,
  .content_inner p:not(.content_link):not(.content_button) a[href^="tel:"]:before {
    margin-right: 5px;
  }
}
#footer p:not(.content_link):not(.content_button) a[href^="mailto:"]:hover:before, #footer p:not(.content_link):not(.content_button) a.location:hover:before, #footer p:not(.content_link):not(.content_button) a[href^="tel:"]:hover:before,
.content_inner p:not(.content_link):not(.content_button) a[href^="mailto:"]:hover:before,
.content_inner p:not(.content_link):not(.content_button) a.location:hover:before,
.content_inner p:not(.content_link):not(.content_button) a[href^="tel:"]:hover:before {
  font-weight: 900;
}
#footer p:not(.content_link):not(.content_button) a[href^="mailto:"]:before,
.content_inner p:not(.content_link):not(.content_button) a[href^="mailto:"]:before {
  content: "\f0e0";
}
#footer p:not(.content_link):not(.content_button) a.location:before,
.content_inner p:not(.content_link):not(.content_button) a.location:before {
  content: "\f601";
}

/* @end */
/* @group unordrered list */
.content_inner ol {
  margin: 0 0 var(--size25) 0;
  list-style-type: decimal;
  width: auto;
}
.content_inner ol > li {
  margin: 0;
  margin-top: 0;
  padding: 0 0 0 27px;
  text-indent: -20px;
  list-style-type: none;
  counter-increment: item;
}
.content_inner ol > li:before {
  display: inline-block;
  width: 12px;
  padding-right: 8px;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  color: #6C8594;
}

.content_inner p + ul, .content_inner p + ol {
  margin-top: var(--size25);
}

.portlet_content_description ul,
.content_inner ul {
  list-style: none;
  margin: 0 0 var(--size25);
}
.portlet_content_description ul:last-child,
.content_inner ul:last-child {
  margin-bottom: 0;
}
.portlet_content_description ul li,
.content_inner ul li {
  padding-left: 18px;
  position: relative;
}
.portlet_content_description ul li:before,
.content_inner ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  display: block;
  background: #333;
  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;
  padding-top: 0;
}
.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;
}
.table_wrap_container + .content_button {
  margin-top: 30px !important;
  text-align: center;
}

.content_inner table {
  border: none;
  border-spacing: 0;
}
.content_inner table th {
  border-bottom: 2px solid #aaa;
  font-weight: 700;
  text-align: left;
  padding: 0px 10px 10px 10px;
}
.content_inner table th:first-child {
  padding-left: 0;
}
.content_inner table th:last-child {
  padding-right: 0;
}
.content_inner table td {
  padding: 10px 10px 11px 10px;
  min-width: 100px;
  border-bottom: 1px solid #aaaaaa;
}
.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 */
/* @group accordeon style */
.accordeon_wrap .accordeon_entry {
  position: relative;
  cursor: pointer;
  padding: 0;
  position: relative;
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .accordeon_wrap .accordeon_entry {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.accordeon_wrap .accordeon_entry {
  max-width: 960px;
  background: none;
  border-radius: 0;
  overflow: hidden;
}
.accordeon_wrap .accordeon_entry:hover h3.accordeon_title_selector:before {
  background: #E30713;
  color: #fff;
}
.accordeon_wrap .accordeon_entry.visible_detail h3.accordeon_title_selector:before {
  content: "\f068";
  background: #E30713;
  color: #fff;
}
.accordeon_wrap .accordeon_entry ul li {
  padding-left: 16px;
}
.accordeon_wrap .accordeon_entry ul li:before {
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
}
.accordeon_wrap .accordeon_entry .accordeon_content {
  display: none;
  width: 100% !important;
  padding-bottom: 0;
  padding: 0 0 var(--size20) calc(var(--size20) + var(--squareSize));
  box-sizing: border-box;
}
.accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  .accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
    font-size: 15px;
    line-height: 24px;
  }
}
.accordeon_wrap .accordeon_entry h3.accordeon_title_selector {
  color: #333;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: none;
  padding: var(--size10) 0;
}
.accordeon_wrap .accordeon_entry h3.accordeon_title_selector:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #E30713;
  flex: 0 0 var(--squareSize);
  width: var(--squareSize);
  height: var(--squareSize);
  border-radius: 100%;
  background: none;
  border: 1px solid #E30713;
  font-weight: 300;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .accordeon_wrap .accordeon_entry h3.accordeon_title_selector:before {
    font-size: 16px;
  }
}
.accordeon_wrap .accordeon_entry h3.accordeon_title_selector:before {
  margin-right: var(--size20);
}

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

Content in this file:

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

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

a, object {
  outline: none !important;
}

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

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

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

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

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

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

.resource_description {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input#remember_me {
  width: auto;
}

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

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

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

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @group mainnavigation */
#navigation {
  display: flex;
  align-items: center;
}
#navigation #nav-1 {
  display: none;
}
#navigation li {
  list-style: none;
}
#navigation .navigation {
  display: flex;
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #navigation .navigation {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #navigation .navigation {
    font-size: 15px;
    line-height: 24px;
  }
}
#navigation .navigation {
  font-weight: 700;
  align-items: baseline;
}
#navigation .navigation > li {
  position: relative;
  margin: 0 var(--size15);
}
#navigation .navigation > li > a {
  color: #333;
  font-weight: 700;
  transition: all 0.2s ease-out;
}
#navigation .navigation > li > a span {
  position: relative;
}
#navigation .navigation > li > a span:after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 0;
  height: 1px;
  display: block;
  background: #333;
  bottom: -3px;
  opacity: 0;
  transition: all 0.2s ease-out;
}
#navigation .navigation > li > a:not(:only-child) > span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 46px;
  display: block;
  background: transparent;
}
#navigation .navigation > li.current > a span:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
#navigation .navigation > li:hover > a span:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
#navigation .navigation > li:hover ul.level1 {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
#navigation ul.level1 {
  display: flex;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: all 0.2s ease-out;
  flex-flow: column;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  background: #222121;
  padding: var(--size25) var(--size30);
  top: 50px;
  width: 260px;
  box-sizing: border-box;
  border-radius: 20px;
}
#navigation ul.level1:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  display: block;
  background: transparent;
}
#navigation ul.level1:after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 26px;
  height: 12px;
  display: block;
  background: #222121;
  top: -11px;
  margin-left: -13px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 0.2s ease-out;
}
#navigation ul.level1 li.current > a,
#navigation ul.level1 a:hover {
  color: #E30713;
}
#navigation ul.level1 > li {
  display: flex;
}
#navigation ul.level1 > li.current > a, #navigation ul.level1 > li:hover > a {
  color: #fff;
}
#navigation ul.level1 > li:not(:first-child) {
  margin-top: var(--size10);
}
#navigation ul.level1 > li.current > a {
  display: flex;
  justify-content: space-between;
}
#navigation ul.level1 > li.current > a:after {
  content: "\f178";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: unset;
  line-height: unset;
  font-weight: 400;
  position: relative;
  margin-left: 6px;
  transition: all 0.3s ease-out;
}
#navigation ul.level1 > li > a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease-out;
}
#navigation ul.level2,
#navigation ul.level3 {
  display: none;
}

/* @end */
.rwd_navigation {
  display: block;
  list-style: none;
  padding: var(--size25);
  display: flex;
  flex-flow: column;
}
.rwd_navigation #rwdnav-10,
.rwd_navigation #rwdnav-1 {
  display: none;
}
.rwd_navigation #rwdnav-1 + li > a {
  border-top: none;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #333;
}
.rwd_navigation ul.level3 {
  display: none;
}
.rwd_navigation > li.current > a:before {
  opacity: 1;
  visibility: visible;
}
.rwd_navigation > li:not(:first-child) > a {
  border-top: 1px solid rgb(242.35, 242.35, 242.35);
}
.rwd_navigation > li > a {
  font-size: 19px;
  line-height: 24px;
  color: #333;
  font-weight: 700;
  padding: 18px var(--size15);
  position: relative;
}
.rwd_navigation > li.current > a {
  color: #E30713;
}
.rwd_navigation > li.current ul.level1,
.rwd_navigation > li.current ul.level2 {
  display: block;
}
.rwd_navigation > li.current ul.level1 a,
.rwd_navigation > li.current ul.level2 a {
  color: #333;
}
.rwd_navigation > li.current.has_submenu > a:after {
  display: none;
}
.rwd_navigation > li.has_submenu > a:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #333;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border-radius: 100%;
  display: inline-block;
  right: var(--size15);
  text-align: center;
  font-weight: 400;
}
.rwd_navigation > li.active {
  position: relative;
}
.rwd_navigation > li.active > a:after {
  transform: rotate(180deg);
  color: #E30713;
}
.rwd_navigation > li.active ul.level1,
.rwd_navigation > li.active ul.level1 ul {
  display: block;
}
.rwd_navigation ul.level1,
.rwd_navigation ul.level2 {
  margin: 0;
  padding: 0 0 0;
  list-style: none;
  position: relative;
  z-index: 1;
  display: none;
}
.rwd_navigation ul.level1 > li > a,
.rwd_navigation ul.level2 > li > a {
  font-size: 17px;
  line-height: 27px;
  font-family: "Red Hat Display";
  color: #333;
  padding: 2px var(--size15) 2px var(--size15);
}
.rwd_navigation ul.level1 > li > a span,
.rwd_navigation ul.level2 > li > a span {
  display: block;
}
.rwd_navigation ul.level1 > li.current > a,
.rwd_navigation ul.level2 > li.current > a {
  color: #E30713;
  font-weight: 700;
}
.rwd_navigation ul.level1.current > ul,
.rwd_navigation ul.level2.current > ul {
  display: block;
}
.rwd_navigation ul.level1 {
  display: none;
  margin-top: -8px;
  padding-bottom: 18px;
}
.rwd_navigation ul.level1 > li > a {
  font-weight: 500;
  color: #333;
}
.rwd_navigation ul.level1 > li:not(:first-child) {
  margin-top: 3px;
}
.rwd_navigation ul.level1 > li.current {
  position: relative;
}
.rwd_navigation ul.level1 > li.current > a {
  font-weight: 700;
}
.rwd_navigation ul.level1 > li:not(:last-child) ul.level2 {
  padding-bottom: 7px;
}
.rwd_navigation ul.level2 > li > a {
  font-size: 15px;
  line-height: 25px;
}
.rwd_navigation ul.level2 > li > a > span {
  position: relative;
}
.rwd_navigation ul.level2 > li > a > span:before {
  content: "-";
  margin-right: 5px;
}
.rwd_navigation ul.level3 {
  display: none !important;
}

.responsive_navigation_toggle_wrap {
  flex: 1;
  display: none;
}

.responsive_navigation_toggle {
  background: none;
  border: none;
  z-index: 270;
  display: none;
  width: 32px;
  height: 23px;
  position: relative;
  transition: all 0.3s ease-out;
  margin-left: 30px;
}
.responsive_navigation_toggle span {
  background: #333;
  display: block;
  height: 3px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 10px;
  display: block;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 20px;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| 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 */
/* @end */
/* @group mixins */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
  position: relative;
}
.portlet.hidden {
  display: block;
}
.portlet a.add_portlet_action {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  .portlet a.add_portlet_action {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .portlet a.add_portlet_action {
    font-size: 15px;
    line-height: 24px;
  }
}
.portlet ul.controls li a:before {
  display: none;
}
.portlet .portlet-content > a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #6C8594;
  text-underline-position: under;
}
.portlet .portlet-content > a:hover {
  color: #6C8594;
}
@media print {
  .portlet .portlet-content > a {
    text-decoration-color: rgba(0, 0, 0, 0.4);
  }
  .portlet .portlet-content > a:after, .portlet .portlet-content > a:before {
    color: #000 !important;
  }
}

.portlets .add_portlet .management_container,
.content_inner .portlets .add_portlet .management_container {
  background: none;
}
.portlets .add_portlet_link,
.content_inner .portlets .add_portlet_link {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .portlets .add_portlet_link,
  .content_inner .portlets .add_portlet_link {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.portlets .add_portlet_link,
.content_inner .portlets .add_portlet_link {
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  padding: 7px 15px 8px 15px;
  text-transform: none;
  width: auto;
  color: #fff;
  background: #E30713;
  border: none !important;
  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: 5px;
  min-height: 34px;
  height: auto;
  min-width: 0;
  text-align: center;
  -webkit-appearance: none;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.portlets .add_portlet_link > *,
.content_inner .portlets .add_portlet_link > * {
  position: relative;
}
.portlets .add_portlet_link:hover,
.content_inner .portlets .add_portlet_link:hover {
  background: rgb(172.52, 5.32, 14.44);
}
@media print {
  .portlets .add_portlet_link,
  .content_inner .portlets .add_portlet_link {
    display: none !important;
  }
}
.portlets .add_portlet_link,
.content_inner .portlets .add_portlet_link {
  margin-top: var(--gapTop);
  margin-left: var(--gapBetween);
  width: auto !important;
  flex: unset !important;
  align-self: flex-end;
}
.portlets .add_portlet_link:not(:first-child),
.content_inner .portlets .add_portlet_link:not(:first-child) {
  margin-top: 20px;
}
.portlets .add_portlet_link + .portlet .portlet_inner,
.content_inner .portlets .add_portlet_link + .portlet .portlet_inner {
  padding: 0;
  background: none !important;
  text-align: left;
}
.portlets .add_portlet_link + .portlet h3.portlet-title,
.content_inner .portlets .add_portlet_link + .portlet h3.portlet-title {
  margin-bottom: 20px !important;
  font-weight: 700;
}
.portlets .add_portlet_link + .portlet a.add_portlet_action,
.portlets .add_portlet_link + .portlet select,
.portlets .add_portlet_link + .portlet label,
.content_inner .portlets .add_portlet_link + .portlet a.add_portlet_action,
.content_inner .portlets .add_portlet_link + .portlet select,
.content_inner .portlets .add_portlet_link + .portlet label {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .portlets .add_portlet_link + .portlet select,
  .portlets .add_portlet_link + .portlet label,
  .content_inner .portlets .add_portlet_link + .portlet a.add_portlet_action,
  .content_inner .portlets .add_portlet_link + .portlet select,
  .content_inner .portlets .add_portlet_link + .portlet label {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.portlets .add_portlet_link + .portlet a.add_portlet_action,
.portlets .add_portlet_link + .portlet select,
.portlets .add_portlet_link + .portlet label,
.content_inner .portlets .add_portlet_link + .portlet a.add_portlet_action,
.content_inner .portlets .add_portlet_link + .portlet select,
.content_inner .portlets .add_portlet_link + .portlet label {
  font-weight: 500;
  color: #333;
}
.portlets .add_portlet_link + .portlet label,
.content_inner .portlets .add_portlet_link + .portlet label {
  font-weight: 400;
  margin-bottom: 4px;
  color: #333;
}
.portlets .add_portlet_link + .portlet select,
.content_inner .portlets .add_portlet_link + .portlet select {
  font-weight: 400;
  width: 300px;
  padding: 3px 5px 5px;
  border-color: rgb(144.5, 144.5, 144.5);
  border-radius: 5px;
  -webkit-appearance: auto;
}

/* @end */
/* @group portlets static */
.logged_in .portlet_empty:not(.portlet_title_only) .portlet-content {
  display: none !important;
}
.logged_in .portlet_empty:not(.portlet_title_only) h3.portlet-title {
  margin-top: 0;
}
.logged_in .portlets {
  position: relative;
  background: rgba(34, 33, 33, 0.02);
  border: dotted 4px rgba(34, 33, 33, 0.1);
  padding: 20px !important;
  box-sizing: border-box;
  max-width: calc(100% - 30px) !important;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.logged_in .portlets:before {
  content: "Verschiedene Portlets";
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .logged_in .portlets:before {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.logged_in .portlets:before {
  font-weight: 500;
  color: #333;
  padding: 5px 0 6px;
  margin: 0 30px 20px 0;
  display: inline-block;
  text-align: left;
  top: -38px;
  position: absolute;
  border-radius: 4px;
  left: 0;
  z-index: 1;
  white-space: nowrap;
}

/* @end */
/* @group different portlet styles */
div[class*=portlets_bottom] {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
div[class*=portlets_bottom]:not(:first-child), .picture_title_wrap + div[class*=portlets_bottom] {
  margin-top: var(--size120);
}
div[class*=portlets_bottom] + .cf + div[class*=portlets_bottom] {
  margin-top: var(--size160);
}
div[class*=portlets_bottom]:nth-last-child(2) {
  margin-bottom: var(--size160);
}
div[class*=portlets_bottom] .portlet .portlet_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet .portlet_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .portlet_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div[class*=portlets_bottom] .portlet:not(:first-child) {
  margin-top: var(--size160);
}
div[class*=portlets_bottom] .portlet.with_background {
  background: #FAFAFA;
  padding-top: var(--size160);
  padding-bottom: var(--size160);
}
div[class*=portlets_bottom] .portlet.with_background + .with_background {
  padding-top: 0;
  margin-top: 0;
}
div[class*=portlets_bottom] .portlet .pictures {
  display: flex;
  flex-flow: wrap;
}
div[class*=portlets_bottom] .portlet .pictures > .picture_0 {
  width: 100%;
}
div[class*=portlets_bottom] .portlet .pictures .picture_left,
div[class*=portlets_bottom] .portlet .pictures .picture_right {
  display: flex;
  flex-flow: column;
}
div[class*=portlets_bottom] .portlet .pictures .picture_2 ~ .picture {
  display: none;
}
div[class*=portlets_bottom] .portlet .pictures .picture_left {
  flex: 0 0 480px;
  max-width: 44%;
  padding-right: var(--size120) !important;
  box-sizing: border-box;
}
div[class*=portlets_bottom] .portlet .pictures .picture_left:only-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  div[class*=portlets_bottom] .portlet .pictures .picture_left {
    padding-right: var(--size80) !important;
  }
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet .pictures .picture_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .pictures .picture_left {
    flex: 0 0 400px;
    max-width: 33%;
    padding-right: var(--size50) !important;
  }
}
div[class*=portlets_bottom] .portlet .pictures .picture_left .picture img {
  aspect-ratio: 35/52;
  height: auto;
}
div[class*=portlets_bottom] .portlet .pictures .picture_right {
  max-width: 56%;
  width: 100%;
}
div[class*=portlets_bottom] .portlet .pictures .picture_right:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet .pictures .picture_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div[class*=portlets_bottom] .portlet .pictures .picture_right:not(:only-child) {
    margin-top: var(--size30);
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .pictures .picture_right {
    max-width: 66%;
  }
}
div[class*=portlets_bottom] .portlet .pictures .picture_right .picture_1 {
  margin-top: var(--size30);
}
div[class*=portlets_bottom] .portlet .pictures .picture_right .picture_1 img {
  aspect-ratio: 6/4;
  height: auto;
}
div[class*=portlets_bottom] .portlet .pictures .picture_right .picture_2 {
  padding-right: var(--size120);
  margin-top: var(--size60);
}
div[class*=portlets_bottom] .portlet .pictures .picture_right .picture_2 img {
  aspect-ratio: 47/31;
  height: auto;
}
div[class*=portlets_bottom] .portlet .pictures span {
  box-shadow: none;
}
div[class*=portlets_bottom] .portlet .pictures img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div[class*=portlets_bottom] .portlet .pictures .portlet-title {
  margin-top: auto !important;
  padding-top: var(--size60) !important;
}
div[class*=portlets_bottom] .portlet .pictures .portlet-title, div[class*=portlets_bottom] .portlet .pictures .portlet-title a {
  font: 700 42px/56px "Red Hat Display", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet .pictures .portlet-title, div[class*=portlets_bottom] .portlet .pictures .portlet-title a {
    font-size: 4.2vw;
    line-height: 5.6vw;
  }
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet .pictures .portlet-title, div[class*=portlets_bottom] .portlet .pictures .portlet-title a {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet .pictures .portlet-title, div[class*=portlets_bottom] .portlet .pictures .portlet-title a {
    font-size: 26px;
    line-height: 35px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .pictures .portlet-title, div[class*=portlets_bottom] .portlet .pictures .portlet-title a {
    font-size: 19px;
    line-height: 26px;
    color: #000;
  }
}
div[class*=portlets_bottom] .portlet .pictures .portlet-title, div[class*=portlets_bottom] .portlet .pictures .portlet-title a {
  text-decoration: none;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap {
  display: flex;
  flex-flow: wrap;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap:not(:first-child):not(:empty) {
  margin-top: var(--size80);
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle {
  display: none;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child,
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title {
  flex: 0 0 480px;
  max-width: 44%;
  padding-right: var(--size120) !important;
  box-sizing: border-box;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child:only-child,
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title:only-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title {
    padding-right: var(--size80) !important;
  }
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title {
    flex: 0 0 400px;
    max-width: 33%;
    padding-right: var(--size50) !important;
  }
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child,
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title {
  display: block;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child, div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child a,
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title,
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title a {
  font: 700 42px/56px "Red Hat Display", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child, div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child a,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title a {
    font-size: 4.2vw;
    line-height: 5.6vw;
  }
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child, div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child a,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title a {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child, div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child a,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title a {
    font-size: 26px;
    line-height: 35px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child, div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child a,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title,
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title a {
    font-size: 19px;
    line-height: 26px;
    color: #000;
  }
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child, div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_subtitle:first-child a,
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title,
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet-title a {
  text-decoration: none;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link > * {
  position: relative;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link:focus, div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link {
    display: none !important;
  }
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_link:not(:first-child) {
  margin-top: var(--size20);
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right {
  max-width: 56%;
  width: 100%;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right:not(:only-child) {
    margin-top: var(--size30);
  }
}
@media print {
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right {
    max-width: 66%;
  }
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right ol {
  counter-reset: div;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right ol:not(:first-child) {
  margin-top: var(--size15);
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right ol li {
  counter-increment: div;
  list-style: none;
  position: relative;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right ol li:not(:first-child) {
  margin-top: var(--size30);
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right ol li:before {
  content: counter(div, decimal-leading-zero);
  color: #aaa;
  position: absolute;
  left: -30px;
  font-weight: 700;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_description {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_description h2 {
  color: #fff;
}
div[class*=portlets_bottom] .portlet .portlet_text_wrap .portlet_content_description:not(:first-child) {
  margin-top: var(--size60);
}
div[class*=portlets_bottom] .portlet.logos .portlet-content {
  display: flex;
  flex-flow: column;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures {
  order: 2;
  background: #FAFAFA;
  padding: var(--size30) var(--size50);
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture {
  flex: 0 0 25%;
  max-width: 25%;
  padding: var(--size20) var(--size30);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture * {
  width: 100%;
  height: 100%;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture a.resource_link:after {
  display: none;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture a.resource_link:before {
  opacity: 1;
  visibility: visible;
  mix-blend-mode: lighten;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture:hover a.resource_link:before {
  opacity: 0;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture:hover img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures > .cf {
  display: none;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap {
  margin-top: 0;
  text-align: center;
  margin-bottom: var(--size20);
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap > *:not(.portlet-title) {
  display: none;
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title, div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title, div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title, div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title a {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title, div[class*=portlets_bottom] .portlet.logos .portlet-content .portlet_text_wrap .portlet-title a {
  font-weight: 700;
  color: #aaa;
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_inner {
  max-width: 100%;
  padding: 0;
  background: #aaa;
}
div[class*=portlets_bottom] .portlet.big_picture .videos,
div[class*=portlets_bottom] .portlet.big_picture .pictures {
  position: relative;
}
div[class*=portlets_bottom] .portlet.big_picture .videos:after,
div[class*=portlets_bottom] .portlet.big_picture .pictures:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66.66%;
  display: block;
  background: #fff;
  z-index: 0;
}
div[class*=portlets_bottom] .portlet.big_picture .videos a.resource_link,
div[class*=portlets_bottom] .portlet.big_picture .pictures a.resource_link {
  pointer-events: none;
}
div[class*=portlets_bottom] .portlet.big_picture .videos > *,
div[class*=portlets_bottom] .portlet.big_picture .pictures > * {
  width: 100%;
  padding-right: calc((100% - 1080px) / 2);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
div[class*=portlets_bottom] .portlet.big_picture .videos > * > *,
div[class*=portlets_bottom] .portlet.big_picture .pictures > * > * {
  box-shadow: none;
}
div[class*=portlets_bottom] .portlet.big_picture .videos > * *,
div[class*=portlets_bottom] .portlet.big_picture .pictures > * * {
  width: 100%;
  height: auto;
}
div[class*=portlets_bottom] .portlet.big_picture .videos video,
div[class*=portlets_bottom] .portlet.big_picture .videos img,
div[class*=portlets_bottom] .portlet.big_picture .pictures video,
div[class*=portlets_bottom] .portlet.big_picture .pictures img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 80vh;
  display: block;
}
div[class*=portlets_bottom] .portlet.big_picture .videos .picture:not(:first-child),
div[class*=portlets_bottom] .portlet.big_picture .pictures .picture:not(:first-child) {
  display: none;
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap {
  padding-bottom: var(--size80);
  color: #fff;
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet-title {
  margin-bottom: var(--size15);
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet-title, div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet-title a {
  color: #fff;
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_introduction {
  font: 500 24px/36px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_introduction {
    font: 400 14px/22px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_introduction {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_introduction {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_introduction {
    font-size: 19px;
    line-height: 31px;
  }
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_introduction {
  color: #fff;
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_description {
  font: 500 24px/36px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_description {
    font: 400 14px/22px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_description {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_description {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_description {
    font-size: 19px;
    line-height: 31px;
  }
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_description {
  color: #fff;
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_link {
  --colorButton: #fff;
}
div[class*=portlets_bottom] .portlet.big_picture .portlet_text_wrap .portlet_content_link:hover {
  color: #aaa;
}
div[class*=portlets_bottom] .portlet.portlet_listing .portlet-listing-entry-wrap {
  margin-top: var(--size120);
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry-wrap {
  margin-top: var(--size70);
  counter-reset: div;
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .pictures {
  --gapBetween: var(--size20);
  --gapTop: var(--size20);
  --widthElements: 25%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .pictures > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .pictures {
  padding-right: 0 !important;
  flex: 1;
  max-width: 100%;
  margin-top: 0;
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .pictures .picture:not(:first-child) {
  margin-top: 0;
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry {
  counter-increment: div;
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry:not(:first-child) {
  margin-top: var(--size30);
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry .portlet-listing-content-container {
  position: relative;
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry .portlet-listing-content-container:before {
  content: counter(div, decimal-leading-zero);
  color: #aaa;
  position: absolute;
  left: -30px;
  font-weight: 700;
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry .portlet-entry-content:not(:first-child) {
  margin-top: 0;
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4, div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4 a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4, div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4 a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4, div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4 a {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4, div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry h4 a {
  font-weight: 700;
  margin: 0;
}
div[class*=portlets_bottom] .portlet.portlet_listing .portlet-listing-more {
  display: none;
}

#popup_news {
  position: fixed !important;
  bottom: var(--size30);
  right: var(--size30);
  position: relative;
  max-width: 360px;
  z-index: 28;
  pointer-events: none;
  transition: all 0.3s ease-out;
  opacity: 1;
  width: 100%;
}
#popup_news.fade-in {
  right: -440px;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
}
.portlet_hidden #popup_news {
  opacity: 0;
}
.portlet_hidden #popup_news #close_popup,
.portlet_hidden #popup_news .portlet {
  pointer-events: none;
}
.logged_in #popup_news {
  right: -340px !important;
  opacity: 1 !important;
  pointer-events: all !important;
  animation: none;
}
.logged_in #popup_news:hover {
  right: 0 !important;
}
.logged_in #popup_news .portlet {
  pointer-events: all !important;
}
#popup_news .portlet {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
#popup_news .portlet.portlet_no_title.portlet_empty.portlet_no_content .portlet_inner {
  padding: var(--size30);
}
#popup_news .portlet .portlet_text_wrap {
  padding: var(--size30);
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #popup_news .portlet .portlet_text_wrap {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #popup_news .portlet .portlet_text_wrap {
    font-size: 15px;
    line-height: 24px;
  }
}
#popup_news .portlet .portlet_text_wrap h3.portlet-title, #popup_news .portlet .portlet_text_wrap h3.portlet-title a {
  font: 700 24px/36px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  #popup_news .portlet .portlet_text_wrap h3.portlet-title, #popup_news .portlet .portlet_text_wrap h3.portlet-title a {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 800px) {
  #popup_news .portlet .portlet_text_wrap h3.portlet-title, #popup_news .portlet .portlet_text_wrap h3.portlet-title a {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  #popup_news .portlet .portlet_text_wrap h3.portlet-title, #popup_news .portlet .portlet_text_wrap h3.portlet-title a {
    font-size: 19px;
    line-height: 31px;
  }
}
@media print {
  #popup_news .portlet .portlet_text_wrap h3.portlet-title, #popup_news .portlet .portlet_text_wrap h3.portlet-title a {
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
}
#popup_news .portlet .portlet_text_wrap h3.portlet-title, #popup_news .portlet .portlet_text_wrap h3.portlet-title a {
  text-decoration: none;
}
#popup_news .portlet .portlet_text_wrap h3.portlet-title {
  margin-bottom: var(--size10);
}
#popup_news .portlet .portlet_text_wrap:first-child h3.portlet-title {
  padding-right: 30px;
}
#popup_news .portlet .portlet_text_wrap .portlet_content_description {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
#popup_news .portlet .portlet_content_link {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #popup_news .portlet .portlet_content_link {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #popup_news .portlet .portlet_content_link {
    font-size: 15px;
    line-height: 24px;
  }
}
#popup_news .portlet .portlet_content_link {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
#popup_news .portlet .portlet_content_link > * {
  position: relative;
}
#popup_news .portlet .portlet_content_link:focus, #popup_news .portlet .portlet_content_link:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #popup_news .portlet .portlet_content_link {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  #popup_news .portlet .portlet_content_link {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  #popup_news .portlet .portlet_content_link {
    display: none !important;
  }
}
#popup_news .portlet .portlet_content_link {
  font-size: 15px;
  padding: 0 var(--size20) 0 var(--size20);
  min-height: 39px;
  border-radius: 23px;
}
@media screen and (max-width: 1000px) {
  #popup_news .portlet .portlet_content_link {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  #popup_news .portlet .portlet_content_link {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 33px;
  }
}
#popup_news .portlet .picture {
  max-width: 100%;
  overflow: hidden;
}
#popup_news .portlet .picture * {
  width: 100%;
  height: auto;
}
#popup_news .portlet .picture a:before, #popup_news .portlet .picture a:after {
  display: none;
}
#popup_news .portlet .picture .resource_background {
  border-radius: 0;
}
#popup_news .portlet + #close_popup {
  display: flex;
  pointer-events: all;
}
#popup_news .information_responsive {
  background: #E30713;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 4px;
}
#popup_news .information_responsive span {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #popup_news .information_responsive span {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #popup_news .information_responsive span {
    font-size: 15px;
    line-height: 24px;
  }
}
#popup_news .information_responsive span {
  font-weight: 700;
  color: #fff;
  padding: 6px var(--size20) 7px;
}
#popup_news .information_responsive i {
  width: 38px;
  flex: 0 0 38px;
  min-height: 38px;
  text-align: center;
  background: rgba(34, 33, 33, 0.2);
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  box-sizing: border-box;
}
#popup_news .information_responsive:nth-child(2) {
  display: none;
}
#popup_news #close_popup {
  --squareSize: 39px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #E30713;
  flex: 0 0 var(--squareSize);
  width: var(--squareSize);
  height: var(--squareSize);
  border-radius: 100%;
  background: none;
  border: 1px solid #E30713;
  font-weight: 300;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  #popup_news #close_popup {
    font-size: 16px;
  }
}
#popup_news #close_popup {
  font-size: 19px;
  left: auto;
  background: #E30713;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}
#popup_news #close_popup:hover {
  background: rgb(172.52, 5.32, 14.44);
  border-color: rgb(172.52, 5.32, 14.44);
  color: #fff;
}

.system_page.logged_in #popup_big {
  display: none !important;
}

#popup_big {
  position: fixed !important;
  bottom: 0;
  right: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.3s ease-out;
}
#popup_big.fade-in {
  opacity: 0;
  animation-name: fadeInFull;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInFull;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
}
.portlet_hidden_big #popup_big {
  opacity: 0;
  display: none;
}
.portlet_hidden_big #popup_big .popup_big_inner #close_popup_big,
.portlet_hidden_big #popup_big .popup_big_inner .portlet {
  pointer-events: none;
}
.system_page #popup_big {
  display: none;
}
.logged_in #popup_big {
  max-width: 500px;
  max-height: 300px;
  height: 100%;
  right: var(--size70);
  bottom: calc(var(--size250) * -1);
  opacity: 1 !important;
  pointer-events: all !important;
  animation: none;
  background: none;
  display: block !important;
}
.logged_in #popup_big:hover {
  bottom: 0 !important;
}
.logged_in #popup_big .popup_big_inner {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  height: 100%;
}
.logged_in #popup_big .popup_big_inner .portlet {
  pointer-events: all !important;
  background: white;
  padding: 50px 20px 0;
  box-sizing: border-box;
  height: 100%;
}
.logged_in #popup_big .popup_big_inner .portlet::after {
  content: "Banner-Pop-Up";
  position: absolute;
  top: 15px;
}
.logged_in #popup_big .popup_big_inner .portlet .controls {
  top: 8px;
  right: 20px;
}
.logged_in #popup_big .popup_big_inner .portlet img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.logged_in #popup_big .popup_big_inner #close_popup_big {
  display: none;
}
#popup_big .popup_big_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup_big .popup_big_inner .portlet .picture:not(:first-child) {
  display: none;
}
#popup_big .popup_big_inner .portlet img {
  max-width: 70svw;
  max-height: 70svh;
  height: auto;
  width: auto;
}
#popup_big .popup_big_inner .portlet,
#popup_big .popup_big_inner .picture,
#popup_big .popup_big_inner img {
  width: 100%;
  height: 100%;
}
#popup_big .popup_big_inner #close_popup_big {
  display: none;
  --squareSize: 39px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #E30713;
  flex: 0 0 var(--squareSize);
  width: var(--squareSize);
  height: var(--squareSize);
  border-radius: 100%;
  background: none;
  border: 1px solid #E30713;
  font-weight: 300;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  #popup_big .popup_big_inner #close_popup_big {
    font-size: 16px;
  }
}
#popup_big .popup_big_inner #close_popup_big {
  font-size: 19px;
  left: auto;
  background: #E30713;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#popup_big .popup_big_inner #close_popup_big:hover {
  background: rgb(172.52, 5.32, 14.44);
  border-color: rgb(172.52, 5.32, 14.44);
  color: #fff;
}

@keyframes fadeIn {
  0% {
    right: -400px;
  }
  60% {
    right: var(--size40);
  }
  100% {
    right: var(--size30);
  }
}
@keyframes fadeInBig {
  0% {
    right: -450px;
  }
  60% {
    right: var(--size30);
  }
  100% {
    right: 0;
  }
}
@keyframes fadeInFull {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
|--------------------------------------------------------------------------
| 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 */
/* @end */
/* @group mixins */
/*
|--------------------------------------------------------------------------
| 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 */
/* @end */
/* @group mixins */
/* @group listing */
div[class*=portlets_bottom],
#overview,
#listing {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom],
  #overview,
  #listing {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  div[class*=portlets_bottom],
  #overview,
  #listing {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div[class*=portlets_bottom]:not(:first-child),
#overview:not(:first-child),
#listing:not(:first-child) {
  margin-top: var(--size120);
}
div[class*=portlets_bottom]:last-child,
#overview:last-child,
#listing:last-child {
  margin-bottom: var(--size160);
}
div[class*=portlets_bottom] > .cf,
#overview > .cf,
#listing > .cf {
  display: none !important;
}
div[class*=portlets_bottom] .portlet-listing-entry > *,
div[class*=portlets_bottom] .listing_entry > *,
div[class*=portlets_bottom] .overview_item > *,
#overview .portlet-listing-entry > *,
#overview .listing_entry > *,
#overview .overview_item > *,
#listing .portlet-listing-entry > *,
#listing .listing_entry > *,
#listing .overview_item > * {
  transition: all 0.8s ease-out;
  position: relative;
  /*right: -200px;
  opacity: 0;*/
}
div[class*=portlets_bottom] .portlet-listing-entry.is_visible > *,
div[class*=portlets_bottom] .listing_entry.is_visible > *,
div[class*=portlets_bottom] .overview_item.is_visible > *,
#overview .portlet-listing-entry.is_visible > *,
#overview .listing_entry.is_visible > *,
#overview .overview_item.is_visible > *,
#listing .portlet-listing-entry.is_visible > *,
#listing .listing_entry.is_visible > *,
#listing .overview_item.is_visible > * {
  opacity: 1;
  right: 0;
}
div[class*=portlets_bottom] .portlet-listing-entry:not(:first-child),
div[class*=portlets_bottom] .listing_entry:not(:first-child),
div[class*=portlets_bottom] .overview_item:not(:first-child),
#overview .portlet-listing-entry:not(:first-child),
#overview .listing_entry:not(:first-child),
#overview .overview_item:not(:first-child),
#listing .portlet-listing-entry:not(:first-child),
#listing .listing_entry:not(:first-child),
#listing .overview_item:not(:first-child) {
  margin-top: var(--size80);
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-entry-inline,
div[class*=portlets_bottom] .portlet-listing-entry .overview_item_inner,
div[class*=portlets_bottom] .portlet-listing-entry .listing-entry-inline,
div[class*=portlets_bottom] .listing_entry .portlet-listing-entry-inline,
div[class*=portlets_bottom] .listing_entry .overview_item_inner,
div[class*=portlets_bottom] .listing_entry .listing-entry-inline,
div[class*=portlets_bottom] .overview_item .portlet-listing-entry-inline,
div[class*=portlets_bottom] .overview_item .overview_item_inner,
div[class*=portlets_bottom] .overview_item .listing-entry-inline,
#overview .portlet-listing-entry .portlet-listing-entry-inline,
#overview .portlet-listing-entry .overview_item_inner,
#overview .portlet-listing-entry .listing-entry-inline,
#overview .listing_entry .portlet-listing-entry-inline,
#overview .listing_entry .overview_item_inner,
#overview .listing_entry .listing-entry-inline,
#overview .overview_item .portlet-listing-entry-inline,
#overview .overview_item .overview_item_inner,
#overview .overview_item .listing-entry-inline,
#listing .portlet-listing-entry .portlet-listing-entry-inline,
#listing .portlet-listing-entry .overview_item_inner,
#listing .portlet-listing-entry .listing-entry-inline,
#listing .listing_entry .portlet-listing-entry-inline,
#listing .listing_entry .overview_item_inner,
#listing .listing_entry .listing-entry-inline,
#listing .overview_item .portlet-listing-entry-inline,
#listing .overview_item .overview_item_inner,
#listing .overview_item .listing-entry-inline {
  display: flex;
  flex-flow: wrap;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
div[class*=portlets_bottom] .portlet-listing-entry .listing-tags,
div[class*=portlets_bottom] .listing_entry .listing-tags,
div[class*=portlets_bottom] .overview_item .listing-tags,
#overview .portlet-listing-entry .listing-tags,
#overview .listing_entry .listing-tags,
#overview .overview_item .listing-tags,
#listing .portlet-listing-entry .listing-tags,
#listing .listing_entry .listing-tags,
#listing .overview_item .listing-tags {
  display: none;
}
div[class*=portlets_bottom] .portlet-listing-entry .pictures,
div[class*=portlets_bottom] .listing_entry .pictures,
div[class*=portlets_bottom] .overview_item .pictures,
#overview .portlet-listing-entry .pictures,
#overview .listing_entry .pictures,
#overview .overview_item .pictures,
#listing .portlet-listing-entry .pictures,
#listing .listing_entry .pictures,
#listing .overview_item .pictures {
  flex: 0 0 480px;
  max-width: 44%;
  padding-right: var(--size120) !important;
  box-sizing: border-box;
}
div[class*=portlets_bottom] .portlet-listing-entry .pictures:only-child,
div[class*=portlets_bottom] .listing_entry .pictures:only-child,
div[class*=portlets_bottom] .overview_item .pictures:only-child,
#overview .portlet-listing-entry .pictures:only-child,
#overview .listing_entry .pictures:only-child,
#overview .overview_item .pictures:only-child,
#listing .portlet-listing-entry .pictures:only-child,
#listing .listing_entry .pictures:only-child,
#listing .overview_item .pictures:only-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  div[class*=portlets_bottom] .portlet-listing-entry .pictures,
  div[class*=portlets_bottom] .listing_entry .pictures,
  div[class*=portlets_bottom] .overview_item .pictures,
  #overview .portlet-listing-entry .pictures,
  #overview .listing_entry .pictures,
  #overview .overview_item .pictures,
  #listing .portlet-listing-entry .pictures,
  #listing .listing_entry .pictures,
  #listing .overview_item .pictures {
    padding-right: var(--size80) !important;
  }
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet-listing-entry .pictures,
  div[class*=portlets_bottom] .listing_entry .pictures,
  div[class*=portlets_bottom] .overview_item .pictures,
  #overview .portlet-listing-entry .pictures,
  #overview .listing_entry .pictures,
  #overview .overview_item .pictures,
  #listing .portlet-listing-entry .pictures,
  #listing .listing_entry .pictures,
  #listing .overview_item .pictures {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .pictures,
  div[class*=portlets_bottom] .listing_entry .pictures,
  div[class*=portlets_bottom] .overview_item .pictures,
  #overview .portlet-listing-entry .pictures,
  #overview .listing_entry .pictures,
  #overview .overview_item .pictures,
  #listing .portlet-listing-entry .pictures,
  #listing .listing_entry .pictures,
  #listing .overview_item .pictures {
    flex: 0 0 400px;
    max-width: 33%;
    padding-right: var(--size50) !important;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .pictures .picture:not(:first-child),
div[class*=portlets_bottom] .listing_entry .pictures .picture:not(:first-child),
div[class*=portlets_bottom] .overview_item .pictures .picture:not(:first-child),
#overview .portlet-listing-entry .pictures .picture:not(:first-child),
#overview .listing_entry .pictures .picture:not(:first-child),
#overview .overview_item .pictures .picture:not(:first-child),
#listing .portlet-listing-entry .pictures .picture:not(:first-child),
#listing .listing_entry .pictures .picture:not(:first-child),
#listing .overview_item .pictures .picture:not(:first-child) {
  margin-top: var(--size20);
}
div[class*=portlets_bottom] .portlet-listing-entry .pictures *,
div[class*=portlets_bottom] .listing_entry .pictures *,
div[class*=portlets_bottom] .overview_item .pictures *,
#overview .portlet-listing-entry .pictures *,
#overview .listing_entry .pictures *,
#overview .overview_item .pictures *,
#listing .portlet-listing-entry .pictures *,
#listing .listing_entry .pictures *,
#listing .overview_item .pictures * {
  width: 100%;
  height: auto;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container,
div[class*=portlets_bottom] .portlet-listing-entry .content,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container,
div[class*=portlets_bottom] .listing_entry .content,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container,
div[class*=portlets_bottom] .overview_item .content,
#overview .portlet-listing-entry .portlet-listing-content-container,
#overview .portlet-listing-entry .content,
#overview .listing_entry .portlet-listing-content-container,
#overview .listing_entry .content,
#overview .overview_item .portlet-listing-content-container,
#overview .overview_item .content,
#listing .portlet-listing-entry .portlet-listing-content-container,
#listing .portlet-listing-entry .content,
#listing .listing_entry .portlet-listing-content-container,
#listing .listing_entry .content,
#listing .overview_item .portlet-listing-content-container,
#listing .overview_item .content {
  max-width: 56%;
  width: 100%;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container:only-child,
div[class*=portlets_bottom] .portlet-listing-entry .content:only-child,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container:only-child,
div[class*=portlets_bottom] .listing_entry .content:only-child,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container:only-child,
div[class*=portlets_bottom] .overview_item .content:only-child,
#overview .portlet-listing-entry .portlet-listing-content-container:only-child,
#overview .portlet-listing-entry .content:only-child,
#overview .listing_entry .portlet-listing-content-container:only-child,
#overview .listing_entry .content:only-child,
#overview .overview_item .portlet-listing-content-container:only-child,
#overview .overview_item .content:only-child,
#listing .portlet-listing-entry .portlet-listing-content-container:only-child,
#listing .portlet-listing-entry .content:only-child,
#listing .listing_entry .portlet-listing-content-container:only-child,
#listing .listing_entry .content:only-child,
#listing .overview_item .portlet-listing-content-container:only-child,
#listing .overview_item .content:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container,
  div[class*=portlets_bottom] .portlet-listing-entry .content,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container,
  div[class*=portlets_bottom] .listing_entry .content,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container,
  div[class*=portlets_bottom] .overview_item .content,
  #overview .portlet-listing-entry .portlet-listing-content-container,
  #overview .portlet-listing-entry .content,
  #overview .listing_entry .portlet-listing-content-container,
  #overview .listing_entry .content,
  #overview .overview_item .portlet-listing-content-container,
  #overview .overview_item .content,
  #listing .portlet-listing-entry .portlet-listing-content-container,
  #listing .portlet-listing-entry .content,
  #listing .listing_entry .portlet-listing-content-container,
  #listing .listing_entry .content,
  #listing .overview_item .portlet-listing-content-container,
  #listing .overview_item .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container:not(:only-child),
  div[class*=portlets_bottom] .portlet-listing-entry .content:not(:only-child),
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container:not(:only-child),
  div[class*=portlets_bottom] .listing_entry .content:not(:only-child),
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container:not(:only-child),
  div[class*=portlets_bottom] .overview_item .content:not(:only-child),
  #overview .portlet-listing-entry .portlet-listing-content-container:not(:only-child),
  #overview .portlet-listing-entry .content:not(:only-child),
  #overview .listing_entry .portlet-listing-content-container:not(:only-child),
  #overview .listing_entry .content:not(:only-child),
  #overview .overview_item .portlet-listing-content-container:not(:only-child),
  #overview .overview_item .content:not(:only-child),
  #listing .portlet-listing-entry .portlet-listing-content-container:not(:only-child),
  #listing .portlet-listing-entry .content:not(:only-child),
  #listing .listing_entry .portlet-listing-content-container:not(:only-child),
  #listing .listing_entry .content:not(:only-child),
  #listing .overview_item .portlet-listing-content-container:not(:only-child),
  #listing .overview_item .content:not(:only-child) {
    margin-top: var(--size30);
  }
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container,
  div[class*=portlets_bottom] .portlet-listing-entry .content,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container,
  div[class*=portlets_bottom] .listing_entry .content,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container,
  div[class*=portlets_bottom] .overview_item .content,
  #overview .portlet-listing-entry .portlet-listing-content-container,
  #overview .portlet-listing-entry .content,
  #overview .listing_entry .portlet-listing-content-container,
  #overview .listing_entry .content,
  #overview .overview_item .portlet-listing-content-container,
  #overview .overview_item .content,
  #listing .portlet-listing-entry .portlet-listing-content-container,
  #listing .portlet-listing-entry .content,
  #listing .listing_entry .portlet-listing-content-container,
  #listing .listing_entry .content,
  #listing .overview_item .portlet-listing-content-container,
  #listing .overview_item .content {
    max-width: 66%;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container,
div[class*=portlets_bottom] .portlet-listing-entry .content,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container,
div[class*=portlets_bottom] .listing_entry .content,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container,
div[class*=portlets_bottom] .overview_item .content,
#overview .portlet-listing-entry .portlet-listing-content-container,
#overview .portlet-listing-entry .content,
#overview .listing_entry .portlet-listing-content-container,
#overview .listing_entry .content,
#overview .overview_item .portlet-listing-content-container,
#overview .overview_item .content,
#listing .portlet-listing-entry .portlet-listing-content-container,
#listing .portlet-listing-entry .content,
#listing .listing_entry .portlet-listing-content-container,
#listing .listing_entry .content,
#listing .overview_item .portlet-listing-content-container,
#listing .overview_item .content {
  margin-left: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4 a,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2 a,
div[class*=portlets_bottom] .portlet-listing-entry .content h4,
div[class*=portlets_bottom] .portlet-listing-entry .content h4 a,
div[class*=portlets_bottom] .portlet-listing-entry .content h2,
div[class*=portlets_bottom] .portlet-listing-entry .content h2 a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4 a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2 a,
div[class*=portlets_bottom] .listing_entry .content h4,
div[class*=portlets_bottom] .listing_entry .content h4 a,
div[class*=portlets_bottom] .listing_entry .content h2,
div[class*=portlets_bottom] .listing_entry .content h2 a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4 a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2 a,
div[class*=portlets_bottom] .overview_item .content h4,
div[class*=portlets_bottom] .overview_item .content h4 a,
div[class*=portlets_bottom] .overview_item .content h2,
div[class*=portlets_bottom] .overview_item .content h2 a,
#overview .portlet-listing-entry .portlet-listing-content-container h4,
#overview .portlet-listing-entry .portlet-listing-content-container h4 a,
#overview .portlet-listing-entry .portlet-listing-content-container h2,
#overview .portlet-listing-entry .portlet-listing-content-container h2 a,
#overview .portlet-listing-entry .content h4,
#overview .portlet-listing-entry .content h4 a,
#overview .portlet-listing-entry .content h2,
#overview .portlet-listing-entry .content h2 a,
#overview .listing_entry .portlet-listing-content-container h4,
#overview .listing_entry .portlet-listing-content-container h4 a,
#overview .listing_entry .portlet-listing-content-container h2,
#overview .listing_entry .portlet-listing-content-container h2 a,
#overview .listing_entry .content h4,
#overview .listing_entry .content h4 a,
#overview .listing_entry .content h2,
#overview .listing_entry .content h2 a,
#overview .overview_item .portlet-listing-content-container h4,
#overview .overview_item .portlet-listing-content-container h4 a,
#overview .overview_item .portlet-listing-content-container h2,
#overview .overview_item .portlet-listing-content-container h2 a,
#overview .overview_item .content h4,
#overview .overview_item .content h4 a,
#overview .overview_item .content h2,
#overview .overview_item .content h2 a,
#listing .portlet-listing-entry .portlet-listing-content-container h4,
#listing .portlet-listing-entry .portlet-listing-content-container h4 a,
#listing .portlet-listing-entry .portlet-listing-content-container h2,
#listing .portlet-listing-entry .portlet-listing-content-container h2 a,
#listing .portlet-listing-entry .content h4,
#listing .portlet-listing-entry .content h4 a,
#listing .portlet-listing-entry .content h2,
#listing .portlet-listing-entry .content h2 a,
#listing .listing_entry .portlet-listing-content-container h4,
#listing .listing_entry .portlet-listing-content-container h4 a,
#listing .listing_entry .portlet-listing-content-container h2,
#listing .listing_entry .portlet-listing-content-container h2 a,
#listing .listing_entry .content h4,
#listing .listing_entry .content h4 a,
#listing .listing_entry .content h2,
#listing .listing_entry .content h2 a,
#listing .overview_item .portlet-listing-content-container h4,
#listing .overview_item .portlet-listing-content-container h4 a,
#listing .overview_item .portlet-listing-content-container h2,
#listing .overview_item .portlet-listing-content-container h2 a,
#listing .overview_item .content h4,
#listing .overview_item .content h4 a,
#listing .overview_item .content h2,
#listing .overview_item .content h2 a {
  text-decoration: none;
  font: 700 24px/36px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .listing_entry .content h4,
  div[class*=portlets_bottom] .listing_entry .content h4 a,
  div[class*=portlets_bottom] .listing_entry .content h2,
  div[class*=portlets_bottom] .listing_entry .content h2 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .overview_item .content h4,
  div[class*=portlets_bottom] .overview_item .content h4 a,
  div[class*=portlets_bottom] .overview_item .content h2,
  div[class*=portlets_bottom] .overview_item .content h2 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h4,
  #overview .portlet-listing-entry .portlet-listing-content-container h4 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h2,
  #overview .portlet-listing-entry .portlet-listing-content-container h2 a,
  #overview .portlet-listing-entry .content h4,
  #overview .portlet-listing-entry .content h4 a,
  #overview .portlet-listing-entry .content h2,
  #overview .portlet-listing-entry .content h2 a,
  #overview .listing_entry .portlet-listing-content-container h4,
  #overview .listing_entry .portlet-listing-content-container h4 a,
  #overview .listing_entry .portlet-listing-content-container h2,
  #overview .listing_entry .portlet-listing-content-container h2 a,
  #overview .listing_entry .content h4,
  #overview .listing_entry .content h4 a,
  #overview .listing_entry .content h2,
  #overview .listing_entry .content h2 a,
  #overview .overview_item .portlet-listing-content-container h4,
  #overview .overview_item .portlet-listing-content-container h4 a,
  #overview .overview_item .portlet-listing-content-container h2,
  #overview .overview_item .portlet-listing-content-container h2 a,
  #overview .overview_item .content h4,
  #overview .overview_item .content h4 a,
  #overview .overview_item .content h2,
  #overview .overview_item .content h2 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h4,
  #listing .portlet-listing-entry .portlet-listing-content-container h4 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h2,
  #listing .portlet-listing-entry .portlet-listing-content-container h2 a,
  #listing .portlet-listing-entry .content h4,
  #listing .portlet-listing-entry .content h4 a,
  #listing .portlet-listing-entry .content h2,
  #listing .portlet-listing-entry .content h2 a,
  #listing .listing_entry .portlet-listing-content-container h4,
  #listing .listing_entry .portlet-listing-content-container h4 a,
  #listing .listing_entry .portlet-listing-content-container h2,
  #listing .listing_entry .portlet-listing-content-container h2 a,
  #listing .listing_entry .content h4,
  #listing .listing_entry .content h4 a,
  #listing .listing_entry .content h2,
  #listing .listing_entry .content h2 a,
  #listing .overview_item .portlet-listing-content-container h4,
  #listing .overview_item .portlet-listing-content-container h4 a,
  #listing .overview_item .portlet-listing-content-container h2,
  #listing .overview_item .portlet-listing-content-container h2 a,
  #listing .overview_item .content h4,
  #listing .overview_item .content h4 a,
  #listing .overview_item .content h2,
  #listing .overview_item .content h2 a {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 800px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .listing_entry .content h4,
  div[class*=portlets_bottom] .listing_entry .content h4 a,
  div[class*=portlets_bottom] .listing_entry .content h2,
  div[class*=portlets_bottom] .listing_entry .content h2 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .overview_item .content h4,
  div[class*=portlets_bottom] .overview_item .content h4 a,
  div[class*=portlets_bottom] .overview_item .content h2,
  div[class*=portlets_bottom] .overview_item .content h2 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h4,
  #overview .portlet-listing-entry .portlet-listing-content-container h4 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h2,
  #overview .portlet-listing-entry .portlet-listing-content-container h2 a,
  #overview .portlet-listing-entry .content h4,
  #overview .portlet-listing-entry .content h4 a,
  #overview .portlet-listing-entry .content h2,
  #overview .portlet-listing-entry .content h2 a,
  #overview .listing_entry .portlet-listing-content-container h4,
  #overview .listing_entry .portlet-listing-content-container h4 a,
  #overview .listing_entry .portlet-listing-content-container h2,
  #overview .listing_entry .portlet-listing-content-container h2 a,
  #overview .listing_entry .content h4,
  #overview .listing_entry .content h4 a,
  #overview .listing_entry .content h2,
  #overview .listing_entry .content h2 a,
  #overview .overview_item .portlet-listing-content-container h4,
  #overview .overview_item .portlet-listing-content-container h4 a,
  #overview .overview_item .portlet-listing-content-container h2,
  #overview .overview_item .portlet-listing-content-container h2 a,
  #overview .overview_item .content h4,
  #overview .overview_item .content h4 a,
  #overview .overview_item .content h2,
  #overview .overview_item .content h2 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h4,
  #listing .portlet-listing-entry .portlet-listing-content-container h4 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h2,
  #listing .portlet-listing-entry .portlet-listing-content-container h2 a,
  #listing .portlet-listing-entry .content h4,
  #listing .portlet-listing-entry .content h4 a,
  #listing .portlet-listing-entry .content h2,
  #listing .portlet-listing-entry .content h2 a,
  #listing .listing_entry .portlet-listing-content-container h4,
  #listing .listing_entry .portlet-listing-content-container h4 a,
  #listing .listing_entry .portlet-listing-content-container h2,
  #listing .listing_entry .portlet-listing-content-container h2 a,
  #listing .listing_entry .content h4,
  #listing .listing_entry .content h4 a,
  #listing .listing_entry .content h2,
  #listing .listing_entry .content h2 a,
  #listing .overview_item .portlet-listing-content-container h4,
  #listing .overview_item .portlet-listing-content-container h4 a,
  #listing .overview_item .portlet-listing-content-container h2,
  #listing .overview_item .portlet-listing-content-container h2 a,
  #listing .overview_item .content h4,
  #listing .overview_item .content h4 a,
  #listing .overview_item .content h2,
  #listing .overview_item .content h2 a {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .listing_entry .content h4,
  div[class*=portlets_bottom] .listing_entry .content h4 a,
  div[class*=portlets_bottom] .listing_entry .content h2,
  div[class*=portlets_bottom] .listing_entry .content h2 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .overview_item .content h4,
  div[class*=portlets_bottom] .overview_item .content h4 a,
  div[class*=portlets_bottom] .overview_item .content h2,
  div[class*=portlets_bottom] .overview_item .content h2 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h4,
  #overview .portlet-listing-entry .portlet-listing-content-container h4 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h2,
  #overview .portlet-listing-entry .portlet-listing-content-container h2 a,
  #overview .portlet-listing-entry .content h4,
  #overview .portlet-listing-entry .content h4 a,
  #overview .portlet-listing-entry .content h2,
  #overview .portlet-listing-entry .content h2 a,
  #overview .listing_entry .portlet-listing-content-container h4,
  #overview .listing_entry .portlet-listing-content-container h4 a,
  #overview .listing_entry .portlet-listing-content-container h2,
  #overview .listing_entry .portlet-listing-content-container h2 a,
  #overview .listing_entry .content h4,
  #overview .listing_entry .content h4 a,
  #overview .listing_entry .content h2,
  #overview .listing_entry .content h2 a,
  #overview .overview_item .portlet-listing-content-container h4,
  #overview .overview_item .portlet-listing-content-container h4 a,
  #overview .overview_item .portlet-listing-content-container h2,
  #overview .overview_item .portlet-listing-content-container h2 a,
  #overview .overview_item .content h4,
  #overview .overview_item .content h4 a,
  #overview .overview_item .content h2,
  #overview .overview_item .content h2 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h4,
  #listing .portlet-listing-entry .portlet-listing-content-container h4 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h2,
  #listing .portlet-listing-entry .portlet-listing-content-container h2 a,
  #listing .portlet-listing-entry .content h4,
  #listing .portlet-listing-entry .content h4 a,
  #listing .portlet-listing-entry .content h2,
  #listing .portlet-listing-entry .content h2 a,
  #listing .listing_entry .portlet-listing-content-container h4,
  #listing .listing_entry .portlet-listing-content-container h4 a,
  #listing .listing_entry .portlet-listing-content-container h2,
  #listing .listing_entry .portlet-listing-content-container h2 a,
  #listing .listing_entry .content h4,
  #listing .listing_entry .content h4 a,
  #listing .listing_entry .content h2,
  #listing .listing_entry .content h2 a,
  #listing .overview_item .portlet-listing-content-container h4,
  #listing .overview_item .portlet-listing-content-container h4 a,
  #listing .overview_item .portlet-listing-content-container h2,
  #listing .overview_item .portlet-listing-content-container h2 a,
  #listing .overview_item .content h4,
  #listing .overview_item .content h4 a,
  #listing .overview_item .content h2,
  #listing .overview_item .content h2 a {
    font-size: 19px;
    line-height: 31px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4,
  div[class*=portlets_bottom] .portlet-listing-entry .content h4 a,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2,
  div[class*=portlets_bottom] .portlet-listing-entry .content h2 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .listing_entry .content h4,
  div[class*=portlets_bottom] .listing_entry .content h4 a,
  div[class*=portlets_bottom] .listing_entry .content h2,
  div[class*=portlets_bottom] .listing_entry .content h2 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h4 a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h2 a,
  div[class*=portlets_bottom] .overview_item .content h4,
  div[class*=portlets_bottom] .overview_item .content h4 a,
  div[class*=portlets_bottom] .overview_item .content h2,
  div[class*=portlets_bottom] .overview_item .content h2 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h4,
  #overview .portlet-listing-entry .portlet-listing-content-container h4 a,
  #overview .portlet-listing-entry .portlet-listing-content-container h2,
  #overview .portlet-listing-entry .portlet-listing-content-container h2 a,
  #overview .portlet-listing-entry .content h4,
  #overview .portlet-listing-entry .content h4 a,
  #overview .portlet-listing-entry .content h2,
  #overview .portlet-listing-entry .content h2 a,
  #overview .listing_entry .portlet-listing-content-container h4,
  #overview .listing_entry .portlet-listing-content-container h4 a,
  #overview .listing_entry .portlet-listing-content-container h2,
  #overview .listing_entry .portlet-listing-content-container h2 a,
  #overview .listing_entry .content h4,
  #overview .listing_entry .content h4 a,
  #overview .listing_entry .content h2,
  #overview .listing_entry .content h2 a,
  #overview .overview_item .portlet-listing-content-container h4,
  #overview .overview_item .portlet-listing-content-container h4 a,
  #overview .overview_item .portlet-listing-content-container h2,
  #overview .overview_item .portlet-listing-content-container h2 a,
  #overview .overview_item .content h4,
  #overview .overview_item .content h4 a,
  #overview .overview_item .content h2,
  #overview .overview_item .content h2 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h4,
  #listing .portlet-listing-entry .portlet-listing-content-container h4 a,
  #listing .portlet-listing-entry .portlet-listing-content-container h2,
  #listing .portlet-listing-entry .portlet-listing-content-container h2 a,
  #listing .portlet-listing-entry .content h4,
  #listing .portlet-listing-entry .content h4 a,
  #listing .portlet-listing-entry .content h2,
  #listing .portlet-listing-entry .content h2 a,
  #listing .listing_entry .portlet-listing-content-container h4,
  #listing .listing_entry .portlet-listing-content-container h4 a,
  #listing .listing_entry .portlet-listing-content-container h2,
  #listing .listing_entry .portlet-listing-content-container h2 a,
  #listing .listing_entry .content h4,
  #listing .listing_entry .content h4 a,
  #listing .listing_entry .content h2,
  #listing .listing_entry .content h2 a,
  #listing .overview_item .portlet-listing-content-container h4,
  #listing .overview_item .portlet-listing-content-container h4 a,
  #listing .overview_item .portlet-listing-content-container h2,
  #listing .overview_item .portlet-listing-content-container h2 a,
  #listing .overview_item .content h4,
  #listing .overview_item .content h4 a,
  #listing .overview_item .content h2,
  #listing .overview_item .content h2 a {
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-subtitle,
div[class*=portlets_bottom] .portlet-listing-entry .content h3.subtitle,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h3.subtitle,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-subtitle,
div[class*=portlets_bottom] .listing_entry .content h3.subtitle,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h3.subtitle,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-subtitle,
div[class*=portlets_bottom] .overview_item .content h3.subtitle,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
#overview .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
#overview .portlet-listing-entry .content .portlet-entry-subtitle,
#overview .portlet-listing-entry .content h3.subtitle,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
#overview .listing_entry .portlet-listing-content-container h3.subtitle,
#overview .listing_entry .content .portlet-entry-subtitle,
#overview .listing_entry .content h3.subtitle,
#overview .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
#overview .overview_item .portlet-listing-content-container h3.subtitle,
#overview .overview_item .content .portlet-entry-subtitle,
#overview .overview_item .content h3.subtitle,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
#listing .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
#listing .portlet-listing-entry .content .portlet-entry-subtitle,
#listing .portlet-listing-entry .content h3.subtitle,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
#listing .listing_entry .portlet-listing-content-container h3.subtitle,
#listing .listing_entry .content .portlet-entry-subtitle,
#listing .listing_entry .content h3.subtitle,
#listing .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
#listing .overview_item .portlet-listing-content-container h3.subtitle,
#listing .overview_item .content .portlet-entry-subtitle,
#listing .overview_item .content h3.subtitle {
  font: 700 24px/36px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .content h3.subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .content h3.subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #overview .portlet-listing-entry .content .portlet-entry-subtitle,
  #overview .portlet-listing-entry .content h3.subtitle,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .listing_entry .portlet-listing-content-container h3.subtitle,
  #overview .listing_entry .content .portlet-entry-subtitle,
  #overview .listing_entry .content h3.subtitle,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .overview_item .portlet-listing-content-container h3.subtitle,
  #overview .overview_item .content .portlet-entry-subtitle,
  #overview .overview_item .content h3.subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #listing .portlet-listing-entry .content .portlet-entry-subtitle,
  #listing .portlet-listing-entry .content h3.subtitle,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .listing_entry .portlet-listing-content-container h3.subtitle,
  #listing .listing_entry .content .portlet-entry-subtitle,
  #listing .listing_entry .content h3.subtitle,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .overview_item .portlet-listing-content-container h3.subtitle,
  #listing .overview_item .content .portlet-entry-subtitle,
  #listing .overview_item .content h3.subtitle {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 800px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .content h3.subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .content h3.subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #overview .portlet-listing-entry .content .portlet-entry-subtitle,
  #overview .portlet-listing-entry .content h3.subtitle,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .listing_entry .portlet-listing-content-container h3.subtitle,
  #overview .listing_entry .content .portlet-entry-subtitle,
  #overview .listing_entry .content h3.subtitle,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .overview_item .portlet-listing-content-container h3.subtitle,
  #overview .overview_item .content .portlet-entry-subtitle,
  #overview .overview_item .content h3.subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #listing .portlet-listing-entry .content .portlet-entry-subtitle,
  #listing .portlet-listing-entry .content h3.subtitle,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .listing_entry .portlet-listing-content-container h3.subtitle,
  #listing .listing_entry .content .portlet-entry-subtitle,
  #listing .listing_entry .content h3.subtitle,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .overview_item .portlet-listing-content-container h3.subtitle,
  #listing .overview_item .content .portlet-entry-subtitle,
  #listing .overview_item .content h3.subtitle {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .content h3.subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .content h3.subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #overview .portlet-listing-entry .content .portlet-entry-subtitle,
  #overview .portlet-listing-entry .content h3.subtitle,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .listing_entry .portlet-listing-content-container h3.subtitle,
  #overview .listing_entry .content .portlet-entry-subtitle,
  #overview .listing_entry .content h3.subtitle,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .overview_item .portlet-listing-content-container h3.subtitle,
  #overview .overview_item .content .portlet-entry-subtitle,
  #overview .overview_item .content h3.subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #listing .portlet-listing-entry .content .portlet-entry-subtitle,
  #listing .portlet-listing-entry .content h3.subtitle,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .listing_entry .portlet-listing-content-container h3.subtitle,
  #listing .listing_entry .content .portlet-entry-subtitle,
  #listing .listing_entry .content h3.subtitle,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .overview_item .portlet-listing-content-container h3.subtitle,
  #listing .overview_item .content .portlet-entry-subtitle,
  #listing .overview_item .content h3.subtitle {
    font-size: 19px;
    line-height: 31px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .portlet-listing-entry .content h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .listing_entry .content h3.subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h3.subtitle,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-subtitle,
  div[class*=portlets_bottom] .overview_item .content h3.subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #overview .portlet-listing-entry .content .portlet-entry-subtitle,
  #overview .portlet-listing-entry .content h3.subtitle,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .listing_entry .portlet-listing-content-container h3.subtitle,
  #overview .listing_entry .content .portlet-entry-subtitle,
  #overview .listing_entry .content h3.subtitle,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #overview .overview_item .portlet-listing-content-container h3.subtitle,
  #overview .overview_item .content .portlet-entry-subtitle,
  #overview .overview_item .content h3.subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
  #listing .portlet-listing-entry .content .portlet-entry-subtitle,
  #listing .portlet-listing-entry .content h3.subtitle,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .listing_entry .portlet-listing-content-container h3.subtitle,
  #listing .listing_entry .content .portlet-entry-subtitle,
  #listing .listing_entry .content h3.subtitle,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
  #listing .overview_item .portlet-listing-content-container h3.subtitle,
  #listing .overview_item .content .portlet-entry-subtitle,
  #listing .overview_item .content h3.subtitle {
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-subtitle,
div[class*=portlets_bottom] .portlet-listing-entry .content h3.subtitle,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container h3.subtitle,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-subtitle,
div[class*=portlets_bottom] .listing_entry .content h3.subtitle,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container h3.subtitle,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-subtitle,
div[class*=portlets_bottom] .overview_item .content h3.subtitle,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
#overview .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
#overview .portlet-listing-entry .content .portlet-entry-subtitle,
#overview .portlet-listing-entry .content h3.subtitle,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
#overview .listing_entry .portlet-listing-content-container h3.subtitle,
#overview .listing_entry .content .portlet-entry-subtitle,
#overview .listing_entry .content h3.subtitle,
#overview .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
#overview .overview_item .portlet-listing-content-container h3.subtitle,
#overview .overview_item .content .portlet-entry-subtitle,
#overview .overview_item .content h3.subtitle,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-subtitle,
#listing .portlet-listing-entry .portlet-listing-content-container h3.subtitle,
#listing .portlet-listing-entry .content .portlet-entry-subtitle,
#listing .portlet-listing-entry .content h3.subtitle,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-subtitle,
#listing .listing_entry .portlet-listing-content-container h3.subtitle,
#listing .listing_entry .content .portlet-entry-subtitle,
#listing .listing_entry .content h3.subtitle,
#listing .overview_item .portlet-listing-content-container .portlet-entry-subtitle,
#listing .overview_item .portlet-listing-content-container h3.subtitle,
#listing .overview_item .content .portlet-entry-subtitle,
#listing .overview_item .content h3.subtitle {
  font-weight: 400;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .introduction,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-introduction,
div[class*=portlets_bottom] .portlet-listing-entry .content .introduction,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-introduction,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .introduction,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-introduction,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-introduction,
div[class*=portlets_bottom] .listing_entry .content .introduction,
div[class*=portlets_bottom] .listing_entry .content .listing-content-introduction,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-introduction,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .introduction,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-introduction,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-introduction,
div[class*=portlets_bottom] .overview_item .content .introduction,
div[class*=portlets_bottom] .overview_item .content .listing-content-introduction,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
#overview .portlet-listing-entry .portlet-listing-content-container .introduction,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
#overview .portlet-listing-entry .content .portlet-entry-introduction,
#overview .portlet-listing-entry .content .introduction,
#overview .portlet-listing-entry .content .listing-content-introduction,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
#overview .listing_entry .portlet-listing-content-container .introduction,
#overview .listing_entry .portlet-listing-content-container .listing-content-introduction,
#overview .listing_entry .content .portlet-entry-introduction,
#overview .listing_entry .content .introduction,
#overview .listing_entry .content .listing-content-introduction,
#overview .overview_item .portlet-listing-content-container .portlet-entry-introduction,
#overview .overview_item .portlet-listing-content-container .introduction,
#overview .overview_item .portlet-listing-content-container .listing-content-introduction,
#overview .overview_item .content .portlet-entry-introduction,
#overview .overview_item .content .introduction,
#overview .overview_item .content .listing-content-introduction,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
#listing .portlet-listing-entry .portlet-listing-content-container .introduction,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
#listing .portlet-listing-entry .content .portlet-entry-introduction,
#listing .portlet-listing-entry .content .introduction,
#listing .portlet-listing-entry .content .listing-content-introduction,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
#listing .listing_entry .portlet-listing-content-container .introduction,
#listing .listing_entry .portlet-listing-content-container .listing-content-introduction,
#listing .listing_entry .content .portlet-entry-introduction,
#listing .listing_entry .content .introduction,
#listing .listing_entry .content .listing-content-introduction,
#listing .overview_item .portlet-listing-content-container .portlet-entry-introduction,
#listing .overview_item .portlet-listing-content-container .introduction,
#listing .overview_item .portlet-listing-content-container .listing-content-introduction,
#listing .overview_item .content .portlet-entry-introduction,
#listing .overview_item .content .introduction,
#listing .overview_item .content .listing-content-introduction {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .content .introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-introduction,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .introduction,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-introduction,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-introduction,
  div[class*=portlets_bottom] .listing_entry .content .introduction,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-introduction,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-introduction,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .introduction,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-introduction,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-introduction,
  div[class*=portlets_bottom] .overview_item .content .introduction,
  div[class*=portlets_bottom] .overview_item .content .listing-content-introduction,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
  #overview .portlet-listing-entry .portlet-listing-content-container .introduction,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
  #overview .portlet-listing-entry .content .portlet-entry-introduction,
  #overview .portlet-listing-entry .content .introduction,
  #overview .portlet-listing-entry .content .listing-content-introduction,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
  #overview .listing_entry .portlet-listing-content-container .introduction,
  #overview .listing_entry .portlet-listing-content-container .listing-content-introduction,
  #overview .listing_entry .content .portlet-entry-introduction,
  #overview .listing_entry .content .introduction,
  #overview .listing_entry .content .listing-content-introduction,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-introduction,
  #overview .overview_item .portlet-listing-content-container .introduction,
  #overview .overview_item .portlet-listing-content-container .listing-content-introduction,
  #overview .overview_item .content .portlet-entry-introduction,
  #overview .overview_item .content .introduction,
  #overview .overview_item .content .listing-content-introduction,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
  #listing .portlet-listing-entry .portlet-listing-content-container .introduction,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
  #listing .portlet-listing-entry .content .portlet-entry-introduction,
  #listing .portlet-listing-entry .content .introduction,
  #listing .portlet-listing-entry .content .listing-content-introduction,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
  #listing .listing_entry .portlet-listing-content-container .introduction,
  #listing .listing_entry .portlet-listing-content-container .listing-content-introduction,
  #listing .listing_entry .content .portlet-entry-introduction,
  #listing .listing_entry .content .introduction,
  #listing .listing_entry .content .listing-content-introduction,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-introduction,
  #listing .overview_item .portlet-listing-content-container .introduction,
  #listing .overview_item .portlet-listing-content-container .listing-content-introduction,
  #listing .overview_item .content .portlet-entry-introduction,
  #listing .overview_item .content .introduction,
  #listing .overview_item .content .listing-content-introduction {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .content .introduction,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-introduction,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .introduction,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-introduction,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-introduction,
  div[class*=portlets_bottom] .listing_entry .content .introduction,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-introduction,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-introduction,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .introduction,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-introduction,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-introduction,
  div[class*=portlets_bottom] .overview_item .content .introduction,
  div[class*=portlets_bottom] .overview_item .content .listing-content-introduction,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
  #overview .portlet-listing-entry .portlet-listing-content-container .introduction,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
  #overview .portlet-listing-entry .content .portlet-entry-introduction,
  #overview .portlet-listing-entry .content .introduction,
  #overview .portlet-listing-entry .content .listing-content-introduction,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
  #overview .listing_entry .portlet-listing-content-container .introduction,
  #overview .listing_entry .portlet-listing-content-container .listing-content-introduction,
  #overview .listing_entry .content .portlet-entry-introduction,
  #overview .listing_entry .content .introduction,
  #overview .listing_entry .content .listing-content-introduction,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-introduction,
  #overview .overview_item .portlet-listing-content-container .introduction,
  #overview .overview_item .portlet-listing-content-container .listing-content-introduction,
  #overview .overview_item .content .portlet-entry-introduction,
  #overview .overview_item .content .introduction,
  #overview .overview_item .content .listing-content-introduction,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
  #listing .portlet-listing-entry .portlet-listing-content-container .introduction,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
  #listing .portlet-listing-entry .content .portlet-entry-introduction,
  #listing .portlet-listing-entry .content .introduction,
  #listing .portlet-listing-entry .content .listing-content-introduction,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
  #listing .listing_entry .portlet-listing-content-container .introduction,
  #listing .listing_entry .portlet-listing-content-container .listing-content-introduction,
  #listing .listing_entry .content .portlet-entry-introduction,
  #listing .listing_entry .content .introduction,
  #listing .listing_entry .content .listing-content-introduction,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-introduction,
  #listing .overview_item .portlet-listing-content-container .introduction,
  #listing .overview_item .portlet-listing-content-container .listing-content-introduction,
  #listing .overview_item .content .portlet-entry-introduction,
  #listing .overview_item .content .introduction,
  #listing .overview_item .content .listing-content-introduction {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .introduction,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-introduction,
div[class*=portlets_bottom] .portlet-listing-entry .content .introduction,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-introduction,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .introduction,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-introduction,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-introduction,
div[class*=portlets_bottom] .listing_entry .content .introduction,
div[class*=portlets_bottom] .listing_entry .content .listing-content-introduction,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-introduction,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .introduction,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-introduction,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-introduction,
div[class*=portlets_bottom] .overview_item .content .introduction,
div[class*=portlets_bottom] .overview_item .content .listing-content-introduction,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
#overview .portlet-listing-entry .portlet-listing-content-container .introduction,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
#overview .portlet-listing-entry .content .portlet-entry-introduction,
#overview .portlet-listing-entry .content .introduction,
#overview .portlet-listing-entry .content .listing-content-introduction,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
#overview .listing_entry .portlet-listing-content-container .introduction,
#overview .listing_entry .portlet-listing-content-container .listing-content-introduction,
#overview .listing_entry .content .portlet-entry-introduction,
#overview .listing_entry .content .introduction,
#overview .listing_entry .content .listing-content-introduction,
#overview .overview_item .portlet-listing-content-container .portlet-entry-introduction,
#overview .overview_item .portlet-listing-content-container .introduction,
#overview .overview_item .portlet-listing-content-container .listing-content-introduction,
#overview .overview_item .content .portlet-entry-introduction,
#overview .overview_item .content .introduction,
#overview .overview_item .content .listing-content-introduction,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-introduction,
#listing .portlet-listing-entry .portlet-listing-content-container .introduction,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-introduction,
#listing .portlet-listing-entry .content .portlet-entry-introduction,
#listing .portlet-listing-entry .content .introduction,
#listing .portlet-listing-entry .content .listing-content-introduction,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-introduction,
#listing .listing_entry .portlet-listing-content-container .introduction,
#listing .listing_entry .portlet-listing-content-container .listing-content-introduction,
#listing .listing_entry .content .portlet-entry-introduction,
#listing .listing_entry .content .introduction,
#listing .listing_entry .content .listing-content-introduction,
#listing .overview_item .portlet-listing-content-container .portlet-entry-introduction,
#listing .overview_item .portlet-listing-content-container .introduction,
#listing .overview_item .portlet-listing-content-container .listing-content-introduction,
#listing .overview_item .content .portlet-entry-introduction,
#listing .overview_item .content .introduction,
#listing .overview_item .content .listing-content-introduction {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  margin-top: var(--size15);
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container p a,
div[class*=portlets_bottom] .portlet-listing-entry .content p a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container p a,
div[class*=portlets_bottom] .listing_entry .content p a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container p a,
div[class*=portlets_bottom] .overview_item .content p a,
#overview .portlet-listing-entry .portlet-listing-content-container p a,
#overview .portlet-listing-entry .content p a,
#overview .listing_entry .portlet-listing-content-container p a,
#overview .listing_entry .content p a,
#overview .overview_item .portlet-listing-content-container p a,
#overview .overview_item .content p a,
#listing .portlet-listing-entry .portlet-listing-content-container p a,
#listing .portlet-listing-entry .content p a,
#listing .listing_entry .portlet-listing-content-container p a,
#listing .listing_entry .content p a,
#listing .overview_item .portlet-listing-content-container p a,
#listing .overview_item .content p a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #6C8594;
  text-underline-position: under;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container p a:hover,
div[class*=portlets_bottom] .portlet-listing-entry .content p a:hover,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container p a:hover,
div[class*=portlets_bottom] .listing_entry .content p a:hover,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container p a:hover,
div[class*=portlets_bottom] .overview_item .content p a:hover,
#overview .portlet-listing-entry .portlet-listing-content-container p a:hover,
#overview .portlet-listing-entry .content p a:hover,
#overview .listing_entry .portlet-listing-content-container p a:hover,
#overview .listing_entry .content p a:hover,
#overview .overview_item .portlet-listing-content-container p a:hover,
#overview .overview_item .content p a:hover,
#listing .portlet-listing-entry .portlet-listing-content-container p a:hover,
#listing .portlet-listing-entry .content p a:hover,
#listing .listing_entry .portlet-listing-content-container p a:hover,
#listing .listing_entry .content p a:hover,
#listing .overview_item .portlet-listing-content-container p a:hover,
#listing .overview_item .content p a:hover {
  color: #6C8594;
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container p a,
  div[class*=portlets_bottom] .portlet-listing-entry .content p a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container p a,
  div[class*=portlets_bottom] .listing_entry .content p a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container p a,
  div[class*=portlets_bottom] .overview_item .content p a,
  #overview .portlet-listing-entry .portlet-listing-content-container p a,
  #overview .portlet-listing-entry .content p a,
  #overview .listing_entry .portlet-listing-content-container p a,
  #overview .listing_entry .content p a,
  #overview .overview_item .portlet-listing-content-container p a,
  #overview .overview_item .content p a,
  #listing .portlet-listing-entry .portlet-listing-content-container p a,
  #listing .portlet-listing-entry .content p a,
  #listing .listing_entry .portlet-listing-content-container p a,
  #listing .listing_entry .content p a,
  #listing .overview_item .portlet-listing-content-container p a,
  #listing .overview_item .content p a {
    text-decoration-color: rgba(0, 0, 0, 0.4);
  }
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container p a:after, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container p a:before,
  div[class*=portlets_bottom] .portlet-listing-entry .content p a:after,
  div[class*=portlets_bottom] .portlet-listing-entry .content p a:before,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container p a:after,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container p a:before,
  div[class*=portlets_bottom] .listing_entry .content p a:after,
  div[class*=portlets_bottom] .listing_entry .content p a:before,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container p a:after,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container p a:before,
  div[class*=portlets_bottom] .overview_item .content p a:after,
  div[class*=portlets_bottom] .overview_item .content p a:before,
  #overview .portlet-listing-entry .portlet-listing-content-container p a:after,
  #overview .portlet-listing-entry .portlet-listing-content-container p a:before,
  #overview .portlet-listing-entry .content p a:after,
  #overview .portlet-listing-entry .content p a:before,
  #overview .listing_entry .portlet-listing-content-container p a:after,
  #overview .listing_entry .portlet-listing-content-container p a:before,
  #overview .listing_entry .content p a:after,
  #overview .listing_entry .content p a:before,
  #overview .overview_item .portlet-listing-content-container p a:after,
  #overview .overview_item .portlet-listing-content-container p a:before,
  #overview .overview_item .content p a:after,
  #overview .overview_item .content p a:before,
  #listing .portlet-listing-entry .portlet-listing-content-container p a:after,
  #listing .portlet-listing-entry .portlet-listing-content-container p a:before,
  #listing .portlet-listing-entry .content p a:after,
  #listing .portlet-listing-entry .content p a:before,
  #listing .listing_entry .portlet-listing-content-container p a:after,
  #listing .listing_entry .portlet-listing-content-container p a:before,
  #listing .listing_entry .content p a:after,
  #listing .listing_entry .content p a:before,
  #listing .overview_item .portlet-listing-content-container p a:after,
  #listing .overview_item .portlet-listing-content-container p a:before,
  #listing .overview_item .content p a:after,
  #listing .overview_item .content p a:before {
    color: #000 !important;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-date,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .listing_entry .content .listing-date,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .overview_item .content .listing-date,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-date,
#overview .portlet-listing-entry .content .listing-date,
#overview .listing_entry .portlet-listing-content-container .listing-date,
#overview .listing_entry .content .listing-date,
#overview .overview_item .portlet-listing-content-container .listing-date,
#overview .overview_item .content .listing-date,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-date,
#listing .portlet-listing-entry .content .listing-date,
#listing .listing_entry .portlet-listing-content-container .listing-date,
#listing .listing_entry .content .listing-date,
#listing .overview_item .portlet-listing-content-container .listing-date,
#listing .overview_item .content .listing-date {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-date,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .listing_entry .content .listing-date,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .overview_item .content .listing-date,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #overview .portlet-listing-entry .content .listing-date,
  #overview .listing_entry .portlet-listing-content-container .listing-date,
  #overview .listing_entry .content .listing-date,
  #overview .overview_item .portlet-listing-content-container .listing-date,
  #overview .overview_item .content .listing-date,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #listing .portlet-listing-entry .content .listing-date,
  #listing .listing_entry .portlet-listing-content-container .listing-date,
  #listing .listing_entry .content .listing-date,
  #listing .overview_item .portlet-listing-content-container .listing-date,
  #listing .overview_item .content .listing-date {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-date,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .listing_entry .content .listing-date,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .overview_item .content .listing-date,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #overview .portlet-listing-entry .content .listing-date,
  #overview .listing_entry .portlet-listing-content-container .listing-date,
  #overview .listing_entry .content .listing-date,
  #overview .overview_item .portlet-listing-content-container .listing-date,
  #overview .overview_item .content .listing-date,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #listing .portlet-listing-entry .content .listing-date,
  #listing .listing_entry .portlet-listing-content-container .listing-date,
  #listing .listing_entry .content .listing-date,
  #listing .overview_item .portlet-listing-content-container .listing-date,
  #listing .overview_item .content .listing-date {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-date,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .listing_entry .content .listing-date,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .overview_item .content .listing-date,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-date,
#overview .portlet-listing-entry .content .listing-date,
#overview .listing_entry .portlet-listing-content-container .listing-date,
#overview .listing_entry .content .listing-date,
#overview .overview_item .portlet-listing-content-container .listing-date,
#overview .overview_item .content .listing-date,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-date,
#listing .portlet-listing-entry .content .listing-date,
#listing .listing_entry .portlet-listing-content-container .listing-date,
#listing .listing_entry .content .listing-date,
#listing .overview_item .portlet-listing-content-container .listing-date,
#listing .overview_item .content .listing-date {
  font-weight: 400;
  color: #6C8594;
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-date,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .listing_entry .content .listing-date,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-date,
  div[class*=portlets_bottom] .overview_item .content .listing-date,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #overview .portlet-listing-entry .content .listing-date,
  #overview .listing_entry .portlet-listing-content-container .listing-date,
  #overview .listing_entry .content .listing-date,
  #overview .overview_item .portlet-listing-content-container .listing-date,
  #overview .overview_item .content .listing-date,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-date,
  #listing .portlet-listing-entry .content .listing-date,
  #listing .listing_entry .portlet-listing-content-container .listing-date,
  #listing .listing_entry .content .listing-date,
  #listing .overview_item .portlet-listing-content-container .listing-date,
  #listing .overview_item .content .listing-date {
    font-size: 13px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-date,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .listing_entry .content .listing-date,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-date,
div[class*=portlets_bottom] .overview_item .content .listing-date,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-date,
#overview .portlet-listing-entry .content .listing-date,
#overview .listing_entry .portlet-listing-content-container .listing-date,
#overview .listing_entry .content .listing-date,
#overview .overview_item .portlet-listing-content-container .listing-date,
#overview .overview_item .content .listing-date,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-date,
#listing .portlet-listing-entry .content .listing-date,
#listing .listing_entry .portlet-listing-content-container .listing-date,
#listing .listing_entry .content .listing-date,
#listing .overview_item .portlet-listing-content-container .listing-date,
#listing .overview_item .content .listing-date {
  margin-bottom: var(--size10);
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content,
div[class*=portlets_bottom] .portlet-listing-entry .content .text,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content,
div[class*=portlets_bottom] .listing_entry .content .text,
div[class*=portlets_bottom] .listing_entry .content .listing-content-text,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content,
div[class*=portlets_bottom] .overview_item .content .text,
div[class*=portlets_bottom] .overview_item .content .listing-content-text,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
#overview .portlet-listing-entry .portlet-listing-content-container .text,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
#overview .portlet-listing-entry .content .portlet-entry-content,
#overview .portlet-listing-entry .content .text,
#overview .portlet-listing-entry .content .listing-content-text,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content,
#overview .listing_entry .portlet-listing-content-container .text,
#overview .listing_entry .portlet-listing-content-container .listing-content-text,
#overview .listing_entry .content .portlet-entry-content,
#overview .listing_entry .content .text,
#overview .listing_entry .content .listing-content-text,
#overview .overview_item .portlet-listing-content-container .portlet-entry-content,
#overview .overview_item .portlet-listing-content-container .text,
#overview .overview_item .portlet-listing-content-container .listing-content-text,
#overview .overview_item .content .portlet-entry-content,
#overview .overview_item .content .text,
#overview .overview_item .content .listing-content-text,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
#listing .portlet-listing-entry .portlet-listing-content-container .text,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
#listing .portlet-listing-entry .content .portlet-entry-content,
#listing .portlet-listing-entry .content .text,
#listing .portlet-listing-entry .content .listing-content-text,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content,
#listing .listing_entry .portlet-listing-content-container .text,
#listing .listing_entry .portlet-listing-content-container .listing-content-text,
#listing .listing_entry .content .portlet-entry-content,
#listing .listing_entry .content .text,
#listing .listing_entry .content .listing-content-text,
#listing .overview_item .portlet-listing-content-container .portlet-entry-content,
#listing .overview_item .portlet-listing-content-container .text,
#listing .overview_item .portlet-listing-content-container .listing-content-text,
#listing .overview_item .content .portlet-entry-content,
#listing .overview_item .content .text,
#listing .overview_item .content .listing-content-text {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content,
  div[class*=portlets_bottom] .listing_entry .content .text,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content,
  div[class*=portlets_bottom] .overview_item .content .text,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
  #overview .portlet-listing-entry .portlet-listing-content-container .text,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
  #overview .portlet-listing-entry .content .portlet-entry-content,
  #overview .portlet-listing-entry .content .text,
  #overview .portlet-listing-entry .content .listing-content-text,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content,
  #overview .listing_entry .portlet-listing-content-container .text,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text,
  #overview .listing_entry .content .portlet-entry-content,
  #overview .listing_entry .content .text,
  #overview .listing_entry .content .listing-content-text,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content,
  #overview .overview_item .portlet-listing-content-container .text,
  #overview .overview_item .portlet-listing-content-container .listing-content-text,
  #overview .overview_item .content .portlet-entry-content,
  #overview .overview_item .content .text,
  #overview .overview_item .content .listing-content-text,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
  #listing .portlet-listing-entry .portlet-listing-content-container .text,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
  #listing .portlet-listing-entry .content .portlet-entry-content,
  #listing .portlet-listing-entry .content .text,
  #listing .portlet-listing-entry .content .listing-content-text,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content,
  #listing .listing_entry .portlet-listing-content-container .text,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text,
  #listing .listing_entry .content .portlet-entry-content,
  #listing .listing_entry .content .text,
  #listing .listing_entry .content .listing-content-text,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content,
  #listing .overview_item .portlet-listing-content-container .text,
  #listing .overview_item .portlet-listing-content-container .listing-content-text,
  #listing .overview_item .content .portlet-entry-content,
  #listing .overview_item .content .text,
  #listing .overview_item .content .listing-content-text {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content,
  div[class*=portlets_bottom] .listing_entry .content .text,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content,
  div[class*=portlets_bottom] .overview_item .content .text,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
  #overview .portlet-listing-entry .portlet-listing-content-container .text,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
  #overview .portlet-listing-entry .content .portlet-entry-content,
  #overview .portlet-listing-entry .content .text,
  #overview .portlet-listing-entry .content .listing-content-text,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content,
  #overview .listing_entry .portlet-listing-content-container .text,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text,
  #overview .listing_entry .content .portlet-entry-content,
  #overview .listing_entry .content .text,
  #overview .listing_entry .content .listing-content-text,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content,
  #overview .overview_item .portlet-listing-content-container .text,
  #overview .overview_item .portlet-listing-content-container .listing-content-text,
  #overview .overview_item .content .portlet-entry-content,
  #overview .overview_item .content .text,
  #overview .overview_item .content .listing-content-text,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content,
  #listing .portlet-listing-entry .portlet-listing-content-container .text,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text,
  #listing .portlet-listing-entry .content .portlet-entry-content,
  #listing .portlet-listing-entry .content .text,
  #listing .portlet-listing-entry .content .listing-content-text,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content,
  #listing .listing_entry .portlet-listing-content-container .text,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text,
  #listing .listing_entry .content .portlet-entry-content,
  #listing .listing_entry .content .text,
  #listing .listing_entry .content .listing-content-text,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content,
  #listing .overview_item .portlet-listing-content-container .text,
  #listing .overview_item .portlet-listing-content-container .listing-content-text,
  #listing .overview_item .content .portlet-entry-content,
  #listing .overview_item .content .text,
  #listing .overview_item .content .listing-content-text {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content:not(:empty),
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text:not(:empty),
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text:not(:empty),
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content:not(:empty),
div[class*=portlets_bottom] .portlet-listing-entry .content .text:not(:empty),
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text:not(:empty),
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content:not(:empty),
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text:not(:empty),
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text:not(:empty),
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content:not(:empty),
div[class*=portlets_bottom] .listing_entry .content .text:not(:empty),
div[class*=portlets_bottom] .listing_entry .content .listing-content-text:not(:empty),
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content:not(:empty),
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text:not(:empty),
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text:not(:empty),
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content:not(:empty),
div[class*=portlets_bottom] .overview_item .content .text:not(:empty),
div[class*=portlets_bottom] .overview_item .content .listing-content-text:not(:empty),
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content:not(:empty),
#overview .portlet-listing-entry .portlet-listing-content-container .text:not(:empty),
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text:not(:empty),
#overview .portlet-listing-entry .content .portlet-entry-content:not(:empty),
#overview .portlet-listing-entry .content .text:not(:empty),
#overview .portlet-listing-entry .content .listing-content-text:not(:empty),
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content:not(:empty),
#overview .listing_entry .portlet-listing-content-container .text:not(:empty),
#overview .listing_entry .portlet-listing-content-container .listing-content-text:not(:empty),
#overview .listing_entry .content .portlet-entry-content:not(:empty),
#overview .listing_entry .content .text:not(:empty),
#overview .listing_entry .content .listing-content-text:not(:empty),
#overview .overview_item .portlet-listing-content-container .portlet-entry-content:not(:empty),
#overview .overview_item .portlet-listing-content-container .text:not(:empty),
#overview .overview_item .portlet-listing-content-container .listing-content-text:not(:empty),
#overview .overview_item .content .portlet-entry-content:not(:empty),
#overview .overview_item .content .text:not(:empty),
#overview .overview_item .content .listing-content-text:not(:empty),
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content:not(:empty),
#listing .portlet-listing-entry .portlet-listing-content-container .text:not(:empty),
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text:not(:empty),
#listing .portlet-listing-entry .content .portlet-entry-content:not(:empty),
#listing .portlet-listing-entry .content .text:not(:empty),
#listing .portlet-listing-entry .content .listing-content-text:not(:empty),
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content:not(:empty),
#listing .listing_entry .portlet-listing-content-container .text:not(:empty),
#listing .listing_entry .portlet-listing-content-container .listing-content-text:not(:empty),
#listing .listing_entry .content .portlet-entry-content:not(:empty),
#listing .listing_entry .content .text:not(:empty),
#listing .listing_entry .content .listing-content-text:not(:empty),
#listing .overview_item .portlet-listing-content-container .portlet-entry-content:not(:empty),
#listing .overview_item .portlet-listing-content-container .text:not(:empty),
#listing .overview_item .portlet-listing-content-container .listing-content-text:not(:empty),
#listing .overview_item .content .portlet-entry-content:not(:empty),
#listing .overview_item .content .text:not(:empty),
#listing .overview_item .content .listing-content-text:not(:empty) {
  margin-top: var(--size15);
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .overview_item .content .text .content_button a,
div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
#overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
#overview .portlet-listing-entry .content .text .content_button a,
#overview .portlet-listing-entry .content .listing-content-text .content_button a,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .listing_entry .portlet-listing-content-container .text .content_button a,
#overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
#overview .listing_entry .content .portlet-entry-content .content_button a,
#overview .listing_entry .content .text .content_button a,
#overview .listing_entry .content .listing-content-text .content_button a,
#overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .overview_item .portlet-listing-content-container .text .content_button a,
#overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
#overview .overview_item .content .portlet-entry-content .content_button a,
#overview .overview_item .content .text .content_button a,
#overview .overview_item .content .listing-content-text .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
#listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
#listing .portlet-listing-entry .content .text .content_button a,
#listing .portlet-listing-entry .content .listing-content-text .content_button a,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .listing_entry .portlet-listing-content-container .text .content_button a,
#listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
#listing .listing_entry .content .portlet-entry-content .content_button a,
#listing .listing_entry .content .text .content_button a,
#listing .listing_entry .content .listing-content-text .content_button a,
#listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .overview_item .portlet-listing-content-container .text .content_button a,
#listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
#listing .overview_item .content .portlet-entry-content .content_button a,
#listing .overview_item .content .text .content_button a,
#listing .overview_item .content .listing-content-text .content_button a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .content .text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .content .text .content_button a,
  #overview .portlet-listing-entry .content .listing-content-text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .listing_entry .portlet-listing-content-container .text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .listing_entry .content .portlet-entry-content .content_button a,
  #overview .listing_entry .content .text .content_button a,
  #overview .listing_entry .content .listing-content-text .content_button a,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .overview_item .portlet-listing-content-container .text .content_button a,
  #overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .overview_item .content .portlet-entry-content .content_button a,
  #overview .overview_item .content .text .content_button a,
  #overview .overview_item .content .listing-content-text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .content .text .content_button a,
  #listing .portlet-listing-entry .content .listing-content-text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .listing_entry .portlet-listing-content-container .text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .listing_entry .content .portlet-entry-content .content_button a,
  #listing .listing_entry .content .text .content_button a,
  #listing .listing_entry .content .listing-content-text .content_button a,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .overview_item .portlet-listing-content-container .text .content_button a,
  #listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .overview_item .content .portlet-entry-content .content_button a,
  #listing .overview_item .content .text .content_button a,
  #listing .overview_item .content .listing-content-text .content_button a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .content .text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .content .text .content_button a,
  #overview .portlet-listing-entry .content .listing-content-text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .listing_entry .portlet-listing-content-container .text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .listing_entry .content .portlet-entry-content .content_button a,
  #overview .listing_entry .content .text .content_button a,
  #overview .listing_entry .content .listing-content-text .content_button a,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .overview_item .portlet-listing-content-container .text .content_button a,
  #overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .overview_item .content .portlet-entry-content .content_button a,
  #overview .overview_item .content .text .content_button a,
  #overview .overview_item .content .listing-content-text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .content .text .content_button a,
  #listing .portlet-listing-entry .content .listing-content-text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .listing_entry .portlet-listing-content-container .text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .listing_entry .content .portlet-entry-content .content_button a,
  #listing .listing_entry .content .text .content_button a,
  #listing .listing_entry .content .listing-content-text .content_button a,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .overview_item .portlet-listing-content-container .text .content_button a,
  #listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .overview_item .content .portlet-entry-content .content_button a,
  #listing .overview_item .content .text .content_button a,
  #listing .overview_item .content .listing-content-text .content_button a {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .overview_item .content .text .content_button a,
div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
#overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
#overview .portlet-listing-entry .content .text .content_button a,
#overview .portlet-listing-entry .content .listing-content-text .content_button a,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .listing_entry .portlet-listing-content-container .text .content_button a,
#overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
#overview .listing_entry .content .portlet-entry-content .content_button a,
#overview .listing_entry .content .text .content_button a,
#overview .listing_entry .content .listing-content-text .content_button a,
#overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .overview_item .portlet-listing-content-container .text .content_button a,
#overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
#overview .overview_item .content .portlet-entry-content .content_button a,
#overview .overview_item .content .text .content_button a,
#overview .overview_item .content .listing-content-text .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
#listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
#listing .portlet-listing-entry .content .text .content_button a,
#listing .portlet-listing-entry .content .listing-content-text .content_button a,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .listing_entry .portlet-listing-content-container .text .content_button a,
#listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
#listing .listing_entry .content .portlet-entry-content .content_button a,
#listing .listing_entry .content .text .content_button a,
#listing .listing_entry .content .listing-content-text .content_button a,
#listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .overview_item .portlet-listing-content-container .text .content_button a,
#listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
#listing .overview_item .content .portlet-entry-content .content_button a,
#listing .overview_item .content .text .content_button a,
#listing .overview_item .content .listing-content-text .content_button a {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a > *,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a > *,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a > *,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a > *,
div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a > *,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a > *,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a > *,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a > *,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a > *,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a > *,
div[class*=portlets_bottom] .listing_entry .content .text .content_button a > *,
div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a > *,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a > *,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a > *,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a > *,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a > *,
div[class*=portlets_bottom] .overview_item .content .text .content_button a > *,
div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a > *,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a > *,
#overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a > *,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a > *,
#overview .portlet-listing-entry .content .portlet-entry-content .content_button a > *,
#overview .portlet-listing-entry .content .text .content_button a > *,
#overview .portlet-listing-entry .content .listing-content-text .content_button a > *,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a > *,
#overview .listing_entry .portlet-listing-content-container .text .content_button a > *,
#overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a > *,
#overview .listing_entry .content .portlet-entry-content .content_button a > *,
#overview .listing_entry .content .text .content_button a > *,
#overview .listing_entry .content .listing-content-text .content_button a > *,
#overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a > *,
#overview .overview_item .portlet-listing-content-container .text .content_button a > *,
#overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a > *,
#overview .overview_item .content .portlet-entry-content .content_button a > *,
#overview .overview_item .content .text .content_button a > *,
#overview .overview_item .content .listing-content-text .content_button a > *,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a > *,
#listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a > *,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a > *,
#listing .portlet-listing-entry .content .portlet-entry-content .content_button a > *,
#listing .portlet-listing-entry .content .text .content_button a > *,
#listing .portlet-listing-entry .content .listing-content-text .content_button a > *,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a > *,
#listing .listing_entry .portlet-listing-content-container .text .content_button a > *,
#listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a > *,
#listing .listing_entry .content .portlet-entry-content .content_button a > *,
#listing .listing_entry .content .text .content_button a > *,
#listing .listing_entry .content .listing-content-text .content_button a > *,
#listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a > *,
#listing .overview_item .portlet-listing-content-container .text .content_button a > *,
#listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a > *,
#listing .overview_item .content .portlet-entry-content .content_button a > *,
#listing .overview_item .content .text .content_button a > *,
#listing .overview_item .content .listing-content-text .content_button a > * {
  position: relative;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a:focus, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a:focus,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a:hover,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a:focus,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a:hover,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a:focus,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a:hover,
div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a:focus,
div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a:hover,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a:focus,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a:hover,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a:focus,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a:hover,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a:focus,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a:hover,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a:focus,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a:hover,
div[class*=portlets_bottom] .listing_entry .content .text .content_button a:focus,
div[class*=portlets_bottom] .listing_entry .content .text .content_button a:hover,
div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a:focus,
div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a:hover,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a:focus,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a:hover,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a:focus,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a:hover,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a:focus,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a:hover,
div[class*=portlets_bottom] .overview_item .content .text .content_button a:focus,
div[class*=portlets_bottom] .overview_item .content .text .content_button a:hover,
div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a:focus,
div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a:hover,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
#overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a:focus,
#overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a:hover,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a:focus,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a:hover,
#overview .portlet-listing-entry .content .portlet-entry-content .content_button a:focus,
#overview .portlet-listing-entry .content .portlet-entry-content .content_button a:hover,
#overview .portlet-listing-entry .content .text .content_button a:focus,
#overview .portlet-listing-entry .content .text .content_button a:hover,
#overview .portlet-listing-entry .content .listing-content-text .content_button a:focus,
#overview .portlet-listing-entry .content .listing-content-text .content_button a:hover,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
#overview .listing_entry .portlet-listing-content-container .text .content_button a:focus,
#overview .listing_entry .portlet-listing-content-container .text .content_button a:hover,
#overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a:focus,
#overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a:hover,
#overview .listing_entry .content .portlet-entry-content .content_button a:focus,
#overview .listing_entry .content .portlet-entry-content .content_button a:hover,
#overview .listing_entry .content .text .content_button a:focus,
#overview .listing_entry .content .text .content_button a:hover,
#overview .listing_entry .content .listing-content-text .content_button a:focus,
#overview .listing_entry .content .listing-content-text .content_button a:hover,
#overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
#overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
#overview .overview_item .portlet-listing-content-container .text .content_button a:focus,
#overview .overview_item .portlet-listing-content-container .text .content_button a:hover,
#overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a:focus,
#overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a:hover,
#overview .overview_item .content .portlet-entry-content .content_button a:focus,
#overview .overview_item .content .portlet-entry-content .content_button a:hover,
#overview .overview_item .content .text .content_button a:focus,
#overview .overview_item .content .text .content_button a:hover,
#overview .overview_item .content .listing-content-text .content_button a:focus,
#overview .overview_item .content .listing-content-text .content_button a:hover,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
#listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a:focus,
#listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a:hover,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a:focus,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a:hover,
#listing .portlet-listing-entry .content .portlet-entry-content .content_button a:focus,
#listing .portlet-listing-entry .content .portlet-entry-content .content_button a:hover,
#listing .portlet-listing-entry .content .text .content_button a:focus,
#listing .portlet-listing-entry .content .text .content_button a:hover,
#listing .portlet-listing-entry .content .listing-content-text .content_button a:focus,
#listing .portlet-listing-entry .content .listing-content-text .content_button a:hover,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
#listing .listing_entry .portlet-listing-content-container .text .content_button a:focus,
#listing .listing_entry .portlet-listing-content-container .text .content_button a:hover,
#listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a:focus,
#listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a:hover,
#listing .listing_entry .content .portlet-entry-content .content_button a:focus,
#listing .listing_entry .content .portlet-entry-content .content_button a:hover,
#listing .listing_entry .content .text .content_button a:focus,
#listing .listing_entry .content .text .content_button a:hover,
#listing .listing_entry .content .listing-content-text .content_button a:focus,
#listing .listing_entry .content .listing-content-text .content_button a:hover,
#listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a:focus,
#listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a:hover,
#listing .overview_item .portlet-listing-content-container .text .content_button a:focus,
#listing .overview_item .portlet-listing-content-container .text .content_button a:hover,
#listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a:focus,
#listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a:hover,
#listing .overview_item .content .portlet-entry-content .content_button a:focus,
#listing .overview_item .content .portlet-entry-content .content_button a:hover,
#listing .overview_item .content .text .content_button a:focus,
#listing .overview_item .content .text .content_button a:hover,
#listing .overview_item .content .listing-content-text .content_button a:focus,
#listing .overview_item .content .listing-content-text .content_button a:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .content .text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .content .text .content_button a,
  #overview .portlet-listing-entry .content .listing-content-text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .listing_entry .portlet-listing-content-container .text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .listing_entry .content .portlet-entry-content .content_button a,
  #overview .listing_entry .content .text .content_button a,
  #overview .listing_entry .content .listing-content-text .content_button a,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .overview_item .portlet-listing-content-container .text .content_button a,
  #overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .overview_item .content .portlet-entry-content .content_button a,
  #overview .overview_item .content .text .content_button a,
  #overview .overview_item .content .listing-content-text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .content .text .content_button a,
  #listing .portlet-listing-entry .content .listing-content-text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .listing_entry .portlet-listing-content-container .text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .listing_entry .content .portlet-entry-content .content_button a,
  #listing .listing_entry .content .text .content_button a,
  #listing .listing_entry .content .listing-content-text .content_button a,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .overview_item .portlet-listing-content-container .text .content_button a,
  #listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .overview_item .content .portlet-entry-content .content_button a,
  #listing .overview_item .content .text .content_button a,
  #listing .overview_item .content .listing-content-text .content_button a {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .content .text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .content .text .content_button a,
  #overview .portlet-listing-entry .content .listing-content-text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .listing_entry .portlet-listing-content-container .text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .listing_entry .content .portlet-entry-content .content_button a,
  #overview .listing_entry .content .text .content_button a,
  #overview .listing_entry .content .listing-content-text .content_button a,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .overview_item .portlet-listing-content-container .text .content_button a,
  #overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .overview_item .content .portlet-entry-content .content_button a,
  #overview .overview_item .content .text .content_button a,
  #overview .overview_item .content .listing-content-text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .content .text .content_button a,
  #listing .portlet-listing-entry .content .listing-content-text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .listing_entry .portlet-listing-content-container .text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .listing_entry .content .portlet-entry-content .content_button a,
  #listing .listing_entry .content .text .content_button a,
  #listing .listing_entry .content .listing-content-text .content_button a,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .overview_item .portlet-listing-content-container .text .content_button a,
  #listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .overview_item .content .portlet-entry-content .content_button a,
  #listing .overview_item .content .text .content_button a,
  #listing .overview_item .content .listing-content-text .content_button a {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .content .text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .content .text .content_button a,
  #overview .portlet-listing-entry .content .listing-content-text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .listing_entry .portlet-listing-content-container .text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .listing_entry .content .portlet-entry-content .content_button a,
  #overview .listing_entry .content .text .content_button a,
  #overview .listing_entry .content .listing-content-text .content_button a,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .overview_item .portlet-listing-content-container .text .content_button a,
  #overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .overview_item .content .portlet-entry-content .content_button a,
  #overview .overview_item .content .text .content_button a,
  #overview .overview_item .content .listing-content-text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .content .text .content_button a,
  #listing .portlet-listing-entry .content .listing-content-text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .listing_entry .portlet-listing-content-container .text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .listing_entry .content .portlet-entry-content .content_button a,
  #listing .listing_entry .content .text .content_button a,
  #listing .listing_entry .content .listing-content-text .content_button a,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .overview_item .portlet-listing-content-container .text .content_button a,
  #listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .overview_item .content .portlet-entry-content .content_button a,
  #listing .overview_item .content .text .content_button a,
  #listing .overview_item .content .listing-content-text .content_button a {
    display: none !important;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
div[class*=portlets_bottom] .overview_item .content .text .content_button a,
div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
#overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
#overview .portlet-listing-entry .content .text .content_button a,
#overview .portlet-listing-entry .content .listing-content-text .content_button a,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .listing_entry .portlet-listing-content-container .text .content_button a,
#overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
#overview .listing_entry .content .portlet-entry-content .content_button a,
#overview .listing_entry .content .text .content_button a,
#overview .listing_entry .content .listing-content-text .content_button a,
#overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
#overview .overview_item .portlet-listing-content-container .text .content_button a,
#overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
#overview .overview_item .content .portlet-entry-content .content_button a,
#overview .overview_item .content .text .content_button a,
#overview .overview_item .content .listing-content-text .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
#listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
#listing .portlet-listing-entry .content .text .content_button a,
#listing .portlet-listing-entry .content .listing-content-text .content_button a,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .listing_entry .portlet-listing-content-container .text .content_button a,
#listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
#listing .listing_entry .content .portlet-entry-content .content_button a,
#listing .listing_entry .content .text .content_button a,
#listing .listing_entry .content .listing-content-text .content_button a,
#listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
#listing .overview_item .portlet-listing-content-container .text .content_button a,
#listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
#listing .overview_item .content .portlet-entry-content .content_button a,
#listing .overview_item .content .text .content_button a,
#listing .overview_item .content .listing-content-text .content_button a {
  font-size: 15px;
  padding: 0 var(--size20) 0 var(--size20);
  min-height: 39px;
  border-radius: 23px;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .content .text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .content .text .content_button a,
  #overview .portlet-listing-entry .content .listing-content-text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .listing_entry .portlet-listing-content-container .text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .listing_entry .content .portlet-entry-content .content_button a,
  #overview .listing_entry .content .text .content_button a,
  #overview .listing_entry .content .listing-content-text .content_button a,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .overview_item .portlet-listing-content-container .text .content_button a,
  #overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .overview_item .content .portlet-entry-content .content_button a,
  #overview .overview_item .content .text .content_button a,
  #overview .overview_item .content .listing-content-text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .content .text .content_button a,
  #listing .portlet-listing-entry .content .listing-content-text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .listing_entry .portlet-listing-content-container .text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .listing_entry .content .portlet-entry-content .content_button a,
  #listing .listing_entry .content .text .content_button a,
  #listing .listing_entry .content .listing-content-text .content_button a,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .overview_item .portlet-listing-content-container .text .content_button a,
  #listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .overview_item .content .portlet-entry-content .content_button a,
  #listing .overview_item .content .text .content_button a,
  #listing .overview_item .content .listing-content-text .content_button a {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .text .content_button a,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .text .content_button a,
  div[class*=portlets_bottom] .listing_entry .content .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .text .content_button a,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-content .content_button a,
  div[class*=portlets_bottom] .overview_item .content .text .content_button a,
  div[class*=portlets_bottom] .overview_item .content .listing-content-text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #overview .portlet-listing-entry .content .text .content_button a,
  #overview .portlet-listing-entry .content .listing-content-text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .listing_entry .portlet-listing-content-container .text .content_button a,
  #overview .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .listing_entry .content .portlet-entry-content .content_button a,
  #overview .listing_entry .content .text .content_button a,
  #overview .listing_entry .content .listing-content-text .content_button a,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #overview .overview_item .portlet-listing-content-container .text .content_button a,
  #overview .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #overview .overview_item .content .portlet-entry-content .content_button a,
  #overview .overview_item .content .text .content_button a,
  #overview .overview_item .content .listing-content-text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .text .content_button a,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .portlet-listing-entry .content .portlet-entry-content .content_button a,
  #listing .portlet-listing-entry .content .text .content_button a,
  #listing .portlet-listing-entry .content .listing-content-text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .listing_entry .portlet-listing-content-container .text .content_button a,
  #listing .listing_entry .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .listing_entry .content .portlet-entry-content .content_button a,
  #listing .listing_entry .content .text .content_button a,
  #listing .listing_entry .content .listing-content-text .content_button a,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-content .content_button a,
  #listing .overview_item .portlet-listing-content-container .text .content_button a,
  #listing .overview_item .portlet-listing-content-container .listing-content-text .content_button a,
  #listing .overview_item .content .portlet-entry-content .content_button a,
  #listing .overview_item .content .text .content_button a,
  #listing .overview_item .content .listing-content-text .content_button a {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 33px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .content .listing-more-button,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#overview .portlet-listing-entry .content .portlet-entry-link,
#overview .portlet-listing-entry .content .listing-more-button,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
#overview .listing_entry .portlet-listing-content-container .listing-more-button,
#overview .listing_entry .content .portlet-entry-link,
#overview .listing_entry .content .listing-more-button,
#overview .overview_item .portlet-listing-content-container .portlet-entry-link,
#overview .overview_item .portlet-listing-content-container .listing-more-button,
#overview .overview_item .content .portlet-entry-link,
#overview .overview_item .content .listing-more-button,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#listing .portlet-listing-entry .content .portlet-entry-link,
#listing .portlet-listing-entry .content .listing-more-button,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
#listing .listing_entry .portlet-listing-content-container .listing-more-button,
#listing .listing_entry .content .portlet-entry-link,
#listing .listing_entry .content .listing-more-button,
#listing .overview_item .portlet-listing-content-container .portlet-entry-link,
#listing .overview_item .portlet-listing-content-container .listing-more-button,
#listing .overview_item .content .portlet-entry-link,
#listing .overview_item .content .listing-more-button {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .content .listing-more-button,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #overview .portlet-listing-entry .content .portlet-entry-link,
  #overview .portlet-listing-entry .content .listing-more-button,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #overview .listing_entry .portlet-listing-content-container .listing-more-button,
  #overview .listing_entry .content .portlet-entry-link,
  #overview .listing_entry .content .listing-more-button,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-link,
  #overview .overview_item .portlet-listing-content-container .listing-more-button,
  #overview .overview_item .content .portlet-entry-link,
  #overview .overview_item .content .listing-more-button,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #listing .portlet-listing-entry .content .portlet-entry-link,
  #listing .portlet-listing-entry .content .listing-more-button,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #listing .listing_entry .portlet-listing-content-container .listing-more-button,
  #listing .listing_entry .content .portlet-entry-link,
  #listing .listing_entry .content .listing-more-button,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-link,
  #listing .overview_item .portlet-listing-content-container .listing-more-button,
  #listing .overview_item .content .portlet-entry-link,
  #listing .overview_item .content .listing-more-button {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .content .listing-more-button,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #overview .portlet-listing-entry .content .portlet-entry-link,
  #overview .portlet-listing-entry .content .listing-more-button,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #overview .listing_entry .portlet-listing-content-container .listing-more-button,
  #overview .listing_entry .content .portlet-entry-link,
  #overview .listing_entry .content .listing-more-button,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-link,
  #overview .overview_item .portlet-listing-content-container .listing-more-button,
  #overview .overview_item .content .portlet-entry-link,
  #overview .overview_item .content .listing-more-button,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #listing .portlet-listing-entry .content .portlet-entry-link,
  #listing .portlet-listing-entry .content .listing-more-button,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #listing .listing_entry .portlet-listing-content-container .listing-more-button,
  #listing .listing_entry .content .portlet-entry-link,
  #listing .listing_entry .content .listing-more-button,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-link,
  #listing .overview_item .portlet-listing-content-container .listing-more-button,
  #listing .overview_item .content .portlet-entry-link,
  #listing .overview_item .content .listing-more-button {
    font-size: 15px;
    line-height: 24px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .content .listing-more-button,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#overview .portlet-listing-entry .content .portlet-entry-link,
#overview .portlet-listing-entry .content .listing-more-button,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
#overview .listing_entry .portlet-listing-content-container .listing-more-button,
#overview .listing_entry .content .portlet-entry-link,
#overview .listing_entry .content .listing-more-button,
#overview .overview_item .portlet-listing-content-container .portlet-entry-link,
#overview .overview_item .portlet-listing-content-container .listing-more-button,
#overview .overview_item .content .portlet-entry-link,
#overview .overview_item .content .listing-more-button,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#listing .portlet-listing-entry .content .portlet-entry-link,
#listing .portlet-listing-entry .content .listing-more-button,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
#listing .listing_entry .portlet-listing-content-container .listing-more-button,
#listing .listing_entry .content .portlet-entry-link,
#listing .listing_entry .content .listing-more-button,
#listing .overview_item .portlet-listing-content-container .portlet-entry-link,
#listing .overview_item .portlet-listing-content-container .listing-more-button,
#listing .overview_item .content .portlet-entry-link,
#listing .overview_item .content .listing-more-button {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link > *,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button > *,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link > *,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button > *,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link > *,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button > *,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link > *,
div[class*=portlets_bottom] .listing_entry .content .listing-more-button > *,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link > *,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button > *,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-link > *,
div[class*=portlets_bottom] .overview_item .content .listing-more-button > *,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link > *,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button > *,
#overview .portlet-listing-entry .content .portlet-entry-link > *,
#overview .portlet-listing-entry .content .listing-more-button > *,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-link > *,
#overview .listing_entry .portlet-listing-content-container .listing-more-button > *,
#overview .listing_entry .content .portlet-entry-link > *,
#overview .listing_entry .content .listing-more-button > *,
#overview .overview_item .portlet-listing-content-container .portlet-entry-link > *,
#overview .overview_item .portlet-listing-content-container .listing-more-button > *,
#overview .overview_item .content .portlet-entry-link > *,
#overview .overview_item .content .listing-more-button > *,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link > *,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button > *,
#listing .portlet-listing-entry .content .portlet-entry-link > *,
#listing .portlet-listing-entry .content .listing-more-button > *,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-link > *,
#listing .listing_entry .portlet-listing-content-container .listing-more-button > *,
#listing .listing_entry .content .portlet-entry-link > *,
#listing .listing_entry .content .listing-more-button > *,
#listing .overview_item .portlet-listing-content-container .portlet-entry-link > *,
#listing .overview_item .portlet-listing-content-container .listing-more-button > *,
#listing .overview_item .content .portlet-entry-link > *,
#listing .overview_item .content .listing-more-button > * {
  position: relative;
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus, div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button:focus,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button:hover,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link:focus,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link:hover,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button:focus,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button:hover,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link:focus,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link:hover,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button:focus,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button:hover,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link:focus,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link:hover,
div[class*=portlets_bottom] .listing_entry .content .listing-more-button:focus,
div[class*=portlets_bottom] .listing_entry .content .listing-more-button:hover,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link:focus,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link:hover,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button:focus,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button:hover,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-link:focus,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-link:hover,
div[class*=portlets_bottom] .overview_item .content .listing-more-button:focus,
div[class*=portlets_bottom] .overview_item .content .listing-more-button:hover,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button:focus,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button:hover,
#overview .portlet-listing-entry .content .portlet-entry-link:focus,
#overview .portlet-listing-entry .content .portlet-entry-link:hover,
#overview .portlet-listing-entry .content .listing-more-button:focus,
#overview .portlet-listing-entry .content .listing-more-button:hover,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-link:focus,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-link:hover,
#overview .listing_entry .portlet-listing-content-container .listing-more-button:focus,
#overview .listing_entry .portlet-listing-content-container .listing-more-button:hover,
#overview .listing_entry .content .portlet-entry-link:focus,
#overview .listing_entry .content .portlet-entry-link:hover,
#overview .listing_entry .content .listing-more-button:focus,
#overview .listing_entry .content .listing-more-button:hover,
#overview .overview_item .portlet-listing-content-container .portlet-entry-link:focus,
#overview .overview_item .portlet-listing-content-container .portlet-entry-link:hover,
#overview .overview_item .portlet-listing-content-container .listing-more-button:focus,
#overview .overview_item .portlet-listing-content-container .listing-more-button:hover,
#overview .overview_item .content .portlet-entry-link:focus,
#overview .overview_item .content .portlet-entry-link:hover,
#overview .overview_item .content .listing-more-button:focus,
#overview .overview_item .content .listing-more-button:hover,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button:focus,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button:hover,
#listing .portlet-listing-entry .content .portlet-entry-link:focus,
#listing .portlet-listing-entry .content .portlet-entry-link:hover,
#listing .portlet-listing-entry .content .listing-more-button:focus,
#listing .portlet-listing-entry .content .listing-more-button:hover,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-link:focus,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-link:hover,
#listing .listing_entry .portlet-listing-content-container .listing-more-button:focus,
#listing .listing_entry .portlet-listing-content-container .listing-more-button:hover,
#listing .listing_entry .content .portlet-entry-link:focus,
#listing .listing_entry .content .portlet-entry-link:hover,
#listing .listing_entry .content .listing-more-button:focus,
#listing .listing_entry .content .listing-more-button:hover,
#listing .overview_item .portlet-listing-content-container .portlet-entry-link:focus,
#listing .overview_item .portlet-listing-content-container .portlet-entry-link:hover,
#listing .overview_item .portlet-listing-content-container .listing-more-button:focus,
#listing .overview_item .portlet-listing-content-container .listing-more-button:hover,
#listing .overview_item .content .portlet-entry-link:focus,
#listing .overview_item .content .portlet-entry-link:hover,
#listing .overview_item .content .listing-more-button:focus,
#listing .overview_item .content .listing-more-button:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .content .listing-more-button,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #overview .portlet-listing-entry .content .portlet-entry-link,
  #overview .portlet-listing-entry .content .listing-more-button,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #overview .listing_entry .portlet-listing-content-container .listing-more-button,
  #overview .listing_entry .content .portlet-entry-link,
  #overview .listing_entry .content .listing-more-button,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-link,
  #overview .overview_item .portlet-listing-content-container .listing-more-button,
  #overview .overview_item .content .portlet-entry-link,
  #overview .overview_item .content .listing-more-button,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #listing .portlet-listing-entry .content .portlet-entry-link,
  #listing .portlet-listing-entry .content .listing-more-button,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #listing .listing_entry .portlet-listing-content-container .listing-more-button,
  #listing .listing_entry .content .portlet-entry-link,
  #listing .listing_entry .content .listing-more-button,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-link,
  #listing .overview_item .portlet-listing-content-container .listing-more-button,
  #listing .overview_item .content .portlet-entry-link,
  #listing .overview_item .content .listing-more-button {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .content .listing-more-button,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #overview .portlet-listing-entry .content .portlet-entry-link,
  #overview .portlet-listing-entry .content .listing-more-button,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #overview .listing_entry .portlet-listing-content-container .listing-more-button,
  #overview .listing_entry .content .portlet-entry-link,
  #overview .listing_entry .content .listing-more-button,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-link,
  #overview .overview_item .portlet-listing-content-container .listing-more-button,
  #overview .overview_item .content .portlet-entry-link,
  #overview .overview_item .content .listing-more-button,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #listing .portlet-listing-entry .content .portlet-entry-link,
  #listing .portlet-listing-entry .content .listing-more-button,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #listing .listing_entry .portlet-listing-content-container .listing-more-button,
  #listing .listing_entry .content .portlet-entry-link,
  #listing .listing_entry .content .listing-more-button,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-link,
  #listing .overview_item .portlet-listing-content-container .listing-more-button,
  #listing .overview_item .content .portlet-entry-link,
  #listing .overview_item .content .listing-more-button {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .content .listing-more-button,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #overview .portlet-listing-entry .content .portlet-entry-link,
  #overview .portlet-listing-entry .content .listing-more-button,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #overview .listing_entry .portlet-listing-content-container .listing-more-button,
  #overview .listing_entry .content .portlet-entry-link,
  #overview .listing_entry .content .listing-more-button,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-link,
  #overview .overview_item .portlet-listing-content-container .listing-more-button,
  #overview .overview_item .content .portlet-entry-link,
  #overview .overview_item .content .listing-more-button,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #listing .portlet-listing-entry .content .portlet-entry-link,
  #listing .portlet-listing-entry .content .listing-more-button,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #listing .listing_entry .portlet-listing-content-container .listing-more-button,
  #listing .listing_entry .content .portlet-entry-link,
  #listing .listing_entry .content .listing-more-button,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-link,
  #listing .overview_item .portlet-listing-content-container .listing-more-button,
  #listing .overview_item .content .portlet-entry-link,
  #listing .overview_item .content .listing-more-button {
    display: none !important;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .content .listing-more-button,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#overview .portlet-listing-entry .content .portlet-entry-link,
#overview .portlet-listing-entry .content .listing-more-button,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
#overview .listing_entry .portlet-listing-content-container .listing-more-button,
#overview .listing_entry .content .portlet-entry-link,
#overview .listing_entry .content .listing-more-button,
#overview .overview_item .portlet-listing-content-container .portlet-entry-link,
#overview .overview_item .portlet-listing-content-container .listing-more-button,
#overview .overview_item .content .portlet-entry-link,
#overview .overview_item .content .listing-more-button,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#listing .portlet-listing-entry .content .portlet-entry-link,
#listing .portlet-listing-entry .content .listing-more-button,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
#listing .listing_entry .portlet-listing-content-container .listing-more-button,
#listing .listing_entry .content .portlet-entry-link,
#listing .listing_entry .content .listing-more-button,
#listing .overview_item .portlet-listing-content-container .portlet-entry-link,
#listing .overview_item .portlet-listing-content-container .listing-more-button,
#listing .overview_item .content .portlet-entry-link,
#listing .overview_item .content .listing-more-button {
  font-size: 15px;
  padding: 0 var(--size20) 0 var(--size20);
  min-height: 39px;
  border-radius: 23px;
}
@media screen and (max-width: 1000px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .content .listing-more-button,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #overview .portlet-listing-entry .content .portlet-entry-link,
  #overview .portlet-listing-entry .content .listing-more-button,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #overview .listing_entry .portlet-listing-content-container .listing-more-button,
  #overview .listing_entry .content .portlet-entry-link,
  #overview .listing_entry .content .listing-more-button,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-link,
  #overview .overview_item .portlet-listing-content-container .listing-more-button,
  #overview .overview_item .content .portlet-entry-link,
  #overview .overview_item .content .listing-more-button,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #listing .portlet-listing-entry .content .portlet-entry-link,
  #listing .portlet-listing-entry .content .listing-more-button,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #listing .listing_entry .portlet-listing-content-container .listing-more-button,
  #listing .listing_entry .content .portlet-entry-link,
  #listing .listing_entry .content .listing-more-button,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-link,
  #listing .overview_item .portlet-listing-content-container .listing-more-button,
  #listing .overview_item .content .portlet-entry-link,
  #listing .overview_item .content .listing-more-button {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
  div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
  div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
  div[class*=portlets_bottom] .overview_item .content .listing-more-button,
  #overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #overview .portlet-listing-entry .content .portlet-entry-link,
  #overview .portlet-listing-entry .content .listing-more-button,
  #overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #overview .listing_entry .portlet-listing-content-container .listing-more-button,
  #overview .listing_entry .content .portlet-entry-link,
  #overview .listing_entry .content .listing-more-button,
  #overview .overview_item .portlet-listing-content-container .portlet-entry-link,
  #overview .overview_item .portlet-listing-content-container .listing-more-button,
  #overview .overview_item .content .portlet-entry-link,
  #overview .overview_item .content .listing-more-button,
  #listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
  #listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
  #listing .portlet-listing-entry .content .portlet-entry-link,
  #listing .portlet-listing-entry .content .listing-more-button,
  #listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
  #listing .listing_entry .portlet-listing-content-container .listing-more-button,
  #listing .listing_entry .content .portlet-entry-link,
  #listing .listing_entry .content .listing-more-button,
  #listing .overview_item .portlet-listing-content-container .portlet-entry-link,
  #listing .overview_item .portlet-listing-content-container .listing-more-button,
  #listing .overview_item .content .portlet-entry-link,
  #listing .overview_item .content .listing-more-button {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 33px;
  }
}
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .portlet-listing-entry .content .portlet-entry-link,
div[class*=portlets_bottom] .portlet-listing-entry .content .listing-more-button,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .listing_entry .content .portlet-entry-link,
div[class*=portlets_bottom] .listing_entry .content .listing-more-button,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .portlet-listing-content-container .listing-more-button,
div[class*=portlets_bottom] .overview_item .content .portlet-entry-link,
div[class*=portlets_bottom] .overview_item .content .listing-more-button,
#overview .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#overview .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#overview .portlet-listing-entry .content .portlet-entry-link,
#overview .portlet-listing-entry .content .listing-more-button,
#overview .listing_entry .portlet-listing-content-container .portlet-entry-link,
#overview .listing_entry .portlet-listing-content-container .listing-more-button,
#overview .listing_entry .content .portlet-entry-link,
#overview .listing_entry .content .listing-more-button,
#overview .overview_item .portlet-listing-content-container .portlet-entry-link,
#overview .overview_item .portlet-listing-content-container .listing-more-button,
#overview .overview_item .content .portlet-entry-link,
#overview .overview_item .content .listing-more-button,
#listing .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link,
#listing .portlet-listing-entry .portlet-listing-content-container .listing-more-button,
#listing .portlet-listing-entry .content .portlet-entry-link,
#listing .portlet-listing-entry .content .listing-more-button,
#listing .listing_entry .portlet-listing-content-container .portlet-entry-link,
#listing .listing_entry .portlet-listing-content-container .listing-more-button,
#listing .listing_entry .content .portlet-entry-link,
#listing .listing_entry .content .listing-more-button,
#listing .overview_item .portlet-listing-content-container .portlet-entry-link,
#listing .overview_item .portlet-listing-content-container .listing-more-button,
#listing .overview_item .content .portlet-entry-link,
#listing .overview_item .content .listing-more-button {
  margin-top: var(--size20);
}

#listing a.add_entry_link.button {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  #listing a.add_entry_link.button {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
#listing a.add_entry_link.button {
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  padding: 7px 15px 8px 15px;
  text-transform: none;
  width: auto;
  color: #fff;
  background: #E30713;
  border: none !important;
  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: 5px;
  min-height: 34px;
  height: auto;
  min-width: 0;
  text-align: center;
  -webkit-appearance: none;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#listing a.add_entry_link.button > * {
  position: relative;
}
#listing a.add_entry_link.button:hover {
  background: rgb(172.52, 5.32, 14.44);
}
@media print {
  #listing a.add_entry_link.button {
    display: none !important;
  }
}
#listing a.add_entry_link.button {
  float: right;
}
#listing.gallery_style .listing_entry:not(:first-child) {
  margin-top: var(--size100);
}
#listing.gallery_style .listing_entry .pictures {
  --gapBetween: var(--size20);
  --gapTop: var(--size20);
  --widthElements: 25%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
}
#listing.gallery_style .listing_entry .pictures > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
#listing.gallery_style .listing_entry .pictures {
  padding-right: 0 !important;
  flex: 1;
  max-width: 100%;
  margin-top: var(--size25);
}
#listing.gallery_style .listing_entry .pictures .picture:not(:first-child) {
  margin-top: 0;
}
#listing.gallery_style .listing_properties {
  flex: 0 0 480px;
  max-width: 44%;
  padding-right: var(--size120) !important;
  box-sizing: border-box;
}
#listing.gallery_style .listing_properties:only-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  #listing.gallery_style .listing_properties {
    padding-right: var(--size80) !important;
  }
}
@media screen and (max-width: 700px) {
  #listing.gallery_style .listing_properties {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
}
@media print {
  #listing.gallery_style .listing_properties {
    flex: 0 0 400px;
    max-width: 33%;
    padding-right: var(--size50) !important;
  }
}
#listing.gallery_style .listing_properties .listing_property_group {
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
}
#listing.gallery_style .listing_properties .listing_property_group .property_picture {
  padding: var(--size50) var(--size80);
  display: block;
  position: relative;
}
#listing.gallery_style .listing_properties .listing_property_group .property_picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(170, 170, 170, 0.85);
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-out;
  mix-blend-mode: lighten;
}
#listing.gallery_style .listing_properties .listing_property_group img {
  -o-object-fit: contain;
     object-fit: contain;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  width: 100%;
  height: auto;
  display: block;
}
#listing.gallery_style .property_text,
#listing.gallery_style .parent_property_title {
  display: none;
}
#listing.nummeric:not(:first-child) {
  margin-top: var(--size70);
}
#listing.nummeric .module-listing {
  list-style-type: none;
  counter-reset: div;
}
#listing.nummeric .listing_entry {
  counter-increment: div;
}
#listing.nummeric .listing_entry .content {
  position: relative;
}
#listing.nummeric .listing_entry .content:before {
  content: counter(div, decimal-leading-zero);
  color: #aaa;
  position: absolute;
  left: -30px;
  font-weight: 700;
}
#listing.nummeric .listing_entry:not(:first-child) {
  margin-top: var(--size30);
}
#listing.nummeric .listing_entry h2, #listing.nummeric .listing_entry h2 a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  #listing.nummeric .listing_entry h2, #listing.nummeric .listing_entry h2 a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  #listing.nummeric .listing_entry h2, #listing.nummeric .listing_entry h2 a {
    font-size: 15px;
    line-height: 24px;
  }
}
#listing.nummeric .listing_entry h2, #listing.nummeric .listing_entry h2 a {
  font-weight: 700;
  margin: 0;
}
#listing.nummeric .listing_entry .content .listing-content-text:not(:first-child) {
  margin-top: 0;
}
#listing.nummeric .listing_entry .pictures {
  margin-top: 0;
}

.mod_action_show_entry .listing_entry_backlink {
  display: inline-block;
  margin-top: var(--size60);
}
.mod_action_show_entry .listing_entry_backlink a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  .mod_action_show_entry .listing_entry_backlink a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .mod_action_show_entry .listing_entry_backlink a {
    font-size: 15px;
    line-height: 24px;
  }
}
.mod_action_show_entry .listing_entry_backlink a {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
.mod_action_show_entry .listing_entry_backlink a > * {
  position: relative;
}
.mod_action_show_entry .listing_entry_backlink a:focus, .mod_action_show_entry .listing_entry_backlink a:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .mod_action_show_entry .listing_entry_backlink a {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .mod_action_show_entry .listing_entry_backlink a {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  .mod_action_show_entry .listing_entry_backlink a {
    display: none !important;
  }
}
.mod_action_show_entry .listing_entry_backlink a {
  font-size: 15px;
  padding: 0 var(--size20) 0 var(--size20);
  min-height: 39px;
  border-radius: 23px;
}
@media screen and (max-width: 1000px) {
  .mod_action_show_entry .listing_entry_backlink a {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .mod_action_show_entry .listing_entry_backlink a {
    padding: 0 var(--size20) 1px var(--size20);
    min-height: 33px;
  }
}

/* @group mailform */
.mod_mailform .content {
  max-width: 1140px;
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.mod_mailform #mailform_content:not(:first-child) {
  margin-top: var(--size80);
}
.mod_mailform form:not(:first-child) {
  margin-top: var(--size80);
}
.mod_mailform #mailform_elements {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.mod_mailform .mailform_element {
  overflow: visible;
  width: 100%;
}
.mod_mailform .mailform_element.zwei {
  max-width: calc(50% - var(--size15));
}
.mod_mailform .mailform_element:not(:first-child) {
  margin-top: var(--size20);
}
.mod_mailform .mailform_element p {
  position: relative;
  margin-bottom: 0;
}
.mod_mailform .mailform_element.heading2_field:not(:first-child) {
  margin-top: var(--size80);
}
.mod_mailform .mailform_element.heading2_field h2 {
  position: relative;
  margin-bottom: 0;
}
.mod_mailform #mailform_submit_button {
  margin-top: var(--size30);
}
.mod_mailform #mailform_submit_button label {
  display: none;
}
.mod_mailform.mod_action_mailform_error .content_inner .introduction,
.mod_mailform.mod_action_mailform_error .content_inner h1, .mod_mailform.mod_action_mailform_sent .content_inner .introduction,
.mod_mailform.mod_action_mailform_sent .content_inner h1 {
  display: none;
}
.mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
  font: 700 42px/56px "Red Hat Display", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font-size: 4.2vw;
    line-height: 5.6vw;
  }
}
@media screen and (max-width: 700px) {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media print {
  .mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
    font-size: 19px;
    line-height: 26px;
    color: #000;
  }
}
.mod_mailform.mod_action_mailform_error .content_inner h2, .mod_mailform.mod_action_mailform_sent .content_inner h2 {
  margin-bottom: var(--size30);
}
.mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  .mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
    font-size: 15px;
    line-height: 24px;
  }
}
.mod_mailform.mod_action_mailform_error .content_inner p, .mod_mailform.mod_action_mailform_sent .content_inner p {
  color: #333;
}

.listing_search_filter label,
.listing_property_filter .p_select2_filter label,
.inline_form_wrapper p label,
.mailform_element label,
#mailform_submit_button label,
.login_form label {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .listing_search_filter label,
  .listing_property_filter .p_select2_filter label,
  .inline_form_wrapper p label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.listing_search_filter label,
.listing_property_filter .p_select2_filter label,
.inline_form_wrapper p label,
.mailform_element label,
#mailform_submit_button label,
.login_form label {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: #333;
}

.listing_search_wrap input,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .listing_search_wrap input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.listing_search_wrap input,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  font-weight: 400;
  color: #333;
  text-transform: none;
  width: 100%;
  height: var(--inputHeight);
  border: none;
  border: 1px solid rgb(237.25, 237.25, 237.25);
  padding: 0 15px 1px;
  background: rgb(237.25, 237.25, 237.25);
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
.listing_search_wrap input::-webkit-input-placeholder,
.add_portlet select::-webkit-input-placeholder,
.mailform_element input::-webkit-input-placeholder,
.mailform_element textarea::-webkit-input-placeholder,
.login_form input::-webkit-input-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.listing_search_wrap input:-moz-placeholder,
.add_portlet select:-moz-placeholder,
.mailform_element input:-moz-placeholder,
.mailform_element textarea:-moz-placeholder,
.login_form input:-moz-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.listing_search_wrap input::-moz-placeholder,
.add_portlet select::-moz-placeholder,
.mailform_element input::-moz-placeholder,
.mailform_element textarea::-moz-placeholder,
.login_form input::-moz-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.listing_search_wrap input:-ms-input-placeholder,
.add_portlet select:-ms-input-placeholder,
.mailform_element input:-ms-input-placeholder,
.mailform_element textarea:-ms-input-placeholder,
.login_form input:-ms-input-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.listing_search_wrap input,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  -webkit-appearance: none;
}
.listing_search_wrap input:hover, .listing_search_wrap 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: rgb(211.75, 211.75, 211.75);
  color: #333;
}
.listing_search_wrap 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;
  display: block;
  padding-top: 12px;
}

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

div.mailform_error textarea,
div.mailform_error input {
  border-color: #E30713 !important;
}
div.mailform_error label {
  color: #E30713;
}
div.mailform_error label span.required {
  color: #E30713 !important;
}
div.mailform_error.mailform_element > .checkbox_field p label a, div.mailform_error.mailform_element.checkbox_field p label a {
  color: #E30713 !important;
}
div.mailform_error > .checkbox_field label.checkbox, div.mailform_error.checkbox_field label.checkbox {
  color: #E30713 !important;
}
div.mailform_error > .checkbox_field label.checkbox a, div.mailform_error.checkbox_field label.checkbox a {
  color: #E30713;
  text-decoration-color: #E30713;
}

.login_form form > p:last-child input,
#mailform_submit_button div input {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    font-size: 15px;
    line-height: 24px;
  }
}
.login_form form > p:last-child input,
#mailform_submit_button div input {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 0 var(--size35) 1px var(--size35);
  width: auto;
  color: var(--colorButton);
  background: none;
  border: 1px solid var(--colorButton);
  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: 28px;
  min-height: 56px;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
.login_form form > p:last-child input > *,
#mailform_submit_button div input > * {
  position: relative;
}
.login_form form > p:last-child input:focus, .login_form form > p:last-child input:hover,
#mailform_submit_button div input:focus,
#mailform_submit_button div input:hover {
  background: var(--colorButton);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    padding: 0 var(--size30) 1px var(--size30);
    min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    padding: 0 var(--size25) 1px var(--size25);
    min-height: 41px;
  }
}
@media print {
  .login_form form > p:last-child input,
  #mailform_submit_button div input {
    display: none !important;
  }
}

.login_form {
  max-width: 600px;
}
.login_form > p {
  margin-bottom: 40px !important;
}
.login_form form > p {
  position: relative;
}
.login_form form > p:last-child {
  margin-top: var(--size40);
}
.login_form .p_remember_me_checkbox label {
  padding: 0;
}
.login_form .p_remember_me_checkbox + .cf + p label {
  display: none;
}
.login_form form + p {
  display: none;
}

.p_remember_me_checkbox input,
.checkbox_field input,
.radio_field input {
  display: none;
}
.p_remember_me_checkbox input:checked + label.checkbox:before,
.p_remember_me_checkbox input:checked + label.radio:before,
.checkbox_field input:checked + label.checkbox:before,
.checkbox_field input:checked + label.radio:before,
.radio_field input:checked + label.checkbox:before,
.radio_field input:checked + label.radio:before {
  content: "\f14a";
  color: #E30713;
  font-weight: 900;
}
.p_remember_me_checkbox label.checkbox,
.p_remember_me_checkbox label.radio,
.checkbox_field label.checkbox,
.checkbox_field label.radio,
.radio_field label.checkbox,
.radio_field label.radio {
  padding-left: 35px;
  position: relative;
}
.p_remember_me_checkbox label.checkbox a,
.p_remember_me_checkbox label.radio a,
.checkbox_field label.checkbox a,
.checkbox_field label.radio a,
.radio_field label.checkbox a,
.radio_field label.radio a {
  color: #333;
}
.p_remember_me_checkbox label.checkbox:after, .p_remember_me_checkbox label.checkbox:before,
.p_remember_me_checkbox label.radio:after,
.p_remember_me_checkbox label.radio:before,
.checkbox_field label.checkbox:after,
.checkbox_field label.checkbox:before,
.checkbox_field label.radio:after,
.checkbox_field label.radio:before,
.radio_field label.checkbox:after,
.radio_field label.checkbox:before,
.radio_field label.radio:after,
.radio_field label.radio:before {
  content: "\f0c8";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: rgb(237.25, 237.25, 237.25);
  transform: translate(0, -50%);
  font-weight: 900;
}
.p_remember_me_checkbox label.checkbox:after,
.p_remember_me_checkbox label.radio:after,
.checkbox_field label.checkbox:after,
.checkbox_field label.radio:after,
.radio_field label.checkbox:after,
.radio_field label.radio:after {
  color: #fff;
  font-weight: 900;
}
.p_remember_me_checkbox label.checkbox:before,
.p_remember_me_checkbox label.radio:before,
.checkbox_field label.checkbox:before,
.checkbox_field label.radio:before,
.radio_field label.checkbox:before,
.radio_field label.radio:before {
  z-index: 1;
}

.radio_field .wrap_radio_buttons > label {
  margin-bottom: 10px;
}
.radio_field input:checked + label.radio:before {
  content: "\f192";
}
.radio_field label.radio:before, .radio_field label.radio:after {
  content: "\f111";
}
.radio_field .multiple_radio_inputs {
  --gapBetween: var(--size40);
  --gapTop: var(--size10);
  --widthElements: auto;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
}
.radio_field .multiple_radio_inputs > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}

.mailform_element.file_field input {
  display: none;
}
.mailform_element.file_field input + label {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .mailform_element.file_field input + label {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.mailform_element.file_field input + label {
  font-weight: 400;
  color: #333;
  text-transform: none;
  width: 100%;
  height: var(--inputHeight);
  border: none;
  border: 1px solid rgb(237.25, 237.25, 237.25);
  padding: 0 15px 1px;
  background: rgb(237.25, 237.25, 237.25);
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
.mailform_element.file_field input + label::-webkit-input-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.mailform_element.file_field input + label:-moz-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.mailform_element.file_field input + label::-moz-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.mailform_element.file_field input + label:-ms-input-placeholder {
  color: #F4F6F7;
  opacity: 1;
  text-transform: normal;
}
.mailform_element.file_field input + label {
  -webkit-appearance: none;
}
.mailform_element.file_field input + label:hover, .mailform_element.file_field input + label:focus {
  border-color: rgb(211.75, 211.75, 211.75);
  color: #333;
}
.mailform_element.file_field input + label {
  display: flex;
  align-items: center;
}
.mailform_element.file_field input + label span {
  display: flex;
  align-items: center;
}
.mailform_element.file_field input + label span:before {
  content: "\f574";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #333;
  position: relative;
  margin-right: 10px;
  font-weight: 300;
  transition: all 0.3s ease-out;
}
.mailform_element.file_field input + label:hover span:before, .mailform_element.file_field input + label:focus span:before {
  color: #fff;
}

.mailform_element.datetime_field input {
  margin-bottom: 10px;
}

.datetime_field .select2-container,
.time_field .select2-container {
  width: calc(50% - var(--size15)) !important;
}
.datetime_field .separator,
.time_field .separator {
  width: calc(var(--size15) + var(--size15));
  display: inline-block;
  text-align: center;
}

.not_logged_in select {
  width: 100%;
  height: var(--inputHeight);
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .not_logged_in select {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.not_logged_in select {
  padding: 0 13px 1px;
  border-color: rgb(237.25, 237.25, 237.25);
  overflow: hidden;
  background: rgb(237.25, 237.25, 237.25);
  border-radius: 0;
}
.not_logged_in select option:checked,
.not_logged_in select option {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .not_logged_in select option:checked,
  .not_logged_in select option {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.not_logged_in select option:checked,
.not_logged_in select option {
  color: rgba(51, 51, 51, 0.5);
  padding: 7px 0;
  background: #fff !important;
}

.select2-container {
  width: 100% !important;
  position: relative;
}
.select2-container.chosen-single:before {
  display: none !important;
}
.select2-container:before {
  content: "\f107";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: #333333;
  right: var(--size15);
  width: 13px;
  height: var(--inputHeight);
  line-height: var(--inputHeight);
  border-radius: 100%;
  background: none;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  background: none;
  transition: all 0.3s ease-out;
  pointer-events: none !important;
  border: none;
}
.select2-container .select2-selection__arrow {
  display: none !important;
}
.select2-container li {
  padding: 0;
}
.select2-container li:before {
  display: none;
}
.select2-container.select2-container--open:before, .select2-container.select2-container--focus:before, .select2-container:hover:before {
  color: #333;
}
.select2-container.select2-container--open .select2-selection--single, .select2-container.select2-container--focus .select2-selection--single, .select2-container:hover .select2-selection--single {
  border-color: rgb(211.75, 211.75, 211.75);
  background: rgb(237.25, 237.25, 237.25);
  color: #333;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered, .select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered, .select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #333;
}
.select2-container span.select2-selection--single {
  border: 1px solid rgb(237.25, 237.25, 237.25);
  border-radius: 0;
  background: rgb(237.25, 237.25, 237.25);
  height: var(--inputHeight);
  transition: all 0.3s ease-out;
  overflow: auto;
}
.select2-container span.select2-selection--single .select2-selection__placeholder {
  color: #333;
}
.select2-container span.select2-selection--single input {
  margin-top: 0;
  padding: 4px 0 6px 8px;
  transition: all 0s ease-out;
  height: calc(var(--inputHeight) - 2px);
}
.select2-container span.select2-selection--single .select2-selection__rendered {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .select2-container span.select2-selection--single .select2-selection__rendered {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.select2-container span.select2-selection--single .select2-selection__rendered {
  color: #333;
  padding: 0 30px 1px 15px;
  font-weight: 400;
  height: calc(var(--inputHeight) - 2px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
}
.select2-container .select2-dropdown {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .select2-container .select2-dropdown {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.select2-container .select2-dropdown {
  font-weight: 400;
  border: 1px solid rgb(211.75, 211.75, 211.75);
  border-top: none;
  background: rgb(237.25, 237.25, 237.25);
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  margin-top: -1px;
  border-top: none;
  color: #333;
}
.select2-container .select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  margin-bottom: -1px;
  margin-top: 0;
  border: 1px solid rgb(237.25, 237.25, 237.25);
  border-bottom: none;
}
.select2-container .select2-dropdown li {
  padding: 8px 15px 8px;
}
.select2-container .select2-dropdown li[aria-selected=true] {
  background: rgb(224.5, 224.5, 224.5);
  color: rgba(51, 51, 51, 0.8);
}
.select2-container .select2-dropdown li.select2-results__option--highlighted {
  background: #E30713;
  color: #fff;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .ui-datepicker.ui-widget {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.ui-datepicker.ui-widget {
  padding: 7px 10px 4px;
  margin: 5px 0 0 0;
  width: 285px;
  border: none;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.ui-datepicker.ui-widget table {
  margin-bottom: 0;
  margin-top: 4px;
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 10px 10px 9px;
  background: #E30713;
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.ui-datepicker.ui-widget .ui-widget-header {
  font-weight: 800;
  color: #fff;
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  padding: 1px;
  height: auto;
  border: none;
  margin: 0 5px;
  background: none;
  color: #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 1px solid #aaa;
}
.ui-datepicker.ui-widget table tr:nth-child(2n),
.ui-datepicker.ui-widget table thead {
  background: transparent;
}
.ui-datepicker.ui-widget th {
  padding: 6px 2px 8px;
  text-transform: none;
  background: none;
  border: 0;
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.ui-datepicker.ui-widget th {
  font-weight: 800;
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 500 14px/23px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  .ui-datepicker.ui-widget td span,
  .ui-datepicker.ui-widget td a {
    font: 400 12px/19px "Red Hat Display";
    color: #000;
  }
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 4px 2px 4px;
  color: #333;
  border: none;
  background: transparent;
  transition: all 0.3s ease-out;
  border-radius: 0;
  font-weight: 500;
}
.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: rgb(237.25, 237.25, 237.25);
  color: #333;
  border-color: rgb(237.25, 237.25, 237.25);
}
.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: #E30713;
  color: #fff;
  border-color: #E30713;
}
.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.7;
}
.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: 8px !important;
  cursor: pointer;
  border: 0;
  left: 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  font-weight: 300;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  transition: all 0.3s ease-out;
}
.ui-datepicker.ui-widget .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
  background: none;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  opacity: 0.8;
}
.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: 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

/* @end */
/* @group google map */
.category_12 #logo svg g {
  fill: #222121 !important;
}

div#module_map {
  height: 650px !important;
  max-height: 60vh;
}
div#module_map .gm-style .gm-style-iw-c {
  border-radius: 4px;
  padding: var(--size20);
}
div#module_map .gm-style .gm-style-iw-c > * {
  padding-bottom: var(--size10);
  padding-right: var(--size10);
}
div#module_map .infowindow {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  div#module_map .infowindow {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  div#module_map .infowindow {
    font-size: 15px;
    line-height: 24px;
  }
}
div#module_map .infowindow h2 {
  font: 500 24px/36px "Red Hat Display";
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
}
@media print {
  div#module_map .infowindow h2 {
    font: 400 14px/22px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  div#module_map .infowindow h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  div#module_map .infowindow h2 {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  div#module_map .infowindow h2 {
    font-size: 19px;
    line-height: 31px;
  }
}
div#module_map .infowindow h2 {
  font-weight: 700;
  color: #E30713;
  margin-bottom: 5px;
}
div#module_map .infowindow p {
  margin: 0;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
.picture_top {
  width: 100%;
  height: auto;
}
.picture_top a {
  pointer-events: none;
}
.picture_top .resource_background {
  border-radius: 0 !important;
}
.picture_top * {
  width: 100%;
  height: auto;
}
.picture_top img {
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.picture {
  position: relative;
}
.picture .resource_background {
  overflow: hidden;
}
.picture a.resource_link {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease-out;
}
.picture a.resource_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(170, 170, 170, 0.85);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.picture a.resource_link:after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  flex: 0 0 var(--squareSize);
  width: var(--squareSize);
  height: var(--squareSize);
  border-radius: 100%;
  background: none;
  border: 1px solid #fff;
  font-weight: 300;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .picture a.resource_link:after {
    font-size: 16px;
  }
}
.picture a.resource_link:after {
  position: absolute;
  top: calc(50% - var(--squareSize) / 2);
  left: calc(50% - var(--squareSize) / 2);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.picture a.resource_link:hover:after, .picture a.resource_link:hover:before {
  opacity: 1;
  visibility: visible;
}
.picture a.resource_link img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.picture a.resource_link:hover img {
  transform: scale(1);
}
.picture .resource_subtitle {
  display: none;
}
.picture a.custom_link:after {
  display: none !important;
}
.picture:hover .resource_description p > a:after {
  border-color: #E30713;
  background: #E30713;
  color: #F4F6F7;
}
.picture .resource_description {
  display: none;
}

.page_home .videos,
.picture_top_big {
  width: 100%;
  height: 100vh;
}
.page_home .videos .video,
.page_home .videos .picture,
.picture_top_big .video,
.picture_top_big .picture {
  width: 100%;
  position: relative;
}
.page_home .videos video,
.page_home .videos img,
.picture_top_big video,
.picture_top_big img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_home .videos a.resource_link,
.picture_top_big a.resource_link {
  pointer-events: none;
}
.page_home .videos .video_with_description > .resource_video_description,
.picture_top_big .video_with_description > .resource_video_description {
  display: none;
}
.page_home .videos .resource_description,
.picture_top_big .resource_description {
  display: block;
  clip: unset;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print {
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.page_home .videos .resource_description,
.picture_top_big .resource_description {
  font: 700 96px/127px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    font-size: 9vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 500px) {
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    font-size: 35px;
    line-height: 46px;
  }
}
@media print {
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    font-size: 28px;
    line-height: 35px;
    color: #000;
  }
}
.page_home .videos .resource_description,
.picture_top_big .resource_description {
  text-align: center;
  z-index: 1;
  bottom: var(--size150);
  left: calc(50% - 570px);
}
.page_home .videos .resource_description h3,
.page_home .videos .resource_description h2,
.picture_top_big .resource_description h3,
.picture_top_big .resource_description h2 {
  display: block;
  font: 700 24px/36px "Red Hat Display";
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .page_home .videos .resource_description h3,
  .page_home .videos .resource_description h2,
  .picture_top_big .resource_description h3,
  .picture_top_big .resource_description h2 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 800px) {
  .page_home .videos .resource_description h3,
  .page_home .videos .resource_description h2,
  .picture_top_big .resource_description h3,
  .picture_top_big .resource_description h2 {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 500px) {
  .page_home .videos .resource_description h3,
  .page_home .videos .resource_description h2,
  .picture_top_big .resource_description h3,
  .picture_top_big .resource_description h2 {
    font-size: 19px;
    line-height: 31px;
  }
}
@media print {
  .page_home .videos .resource_description h3,
  .page_home .videos .resource_description h2,
  .picture_top_big .resource_description h3,
  .picture_top_big .resource_description h2 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
}
.page_home .videos .resource_description h3,
.page_home .videos .resource_description h2,
.picture_top_big .resource_description h3,
.picture_top_big .resource_description h2 {
  color: #fff;
}

.picture_title_wrap {
  margin-top: var(--size30);
}
.picture_title_wrap .videos + .pictures {
  display: none;
}
.picture_title_wrap #google_map,
.picture_title_wrap .videos,
.picture_title_wrap .picture_top_small {
  position: relative;
}
.picture_title_wrap #google_map:after,
.picture_title_wrap .videos:after,
.picture_title_wrap .picture_top_small:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 33.33%;
  display: block;
  background: #aaa;
  bottom: 0;
  z-index: -1;
}
.picture_title_wrap #google_map > *,
.picture_title_wrap .videos > *,
.picture_title_wrap .picture_top_small > * {
  width: 100%;
  padding-right: calc((100% - 1080px) / 2);
  box-sizing: border-box;
}
.picture_title_wrap .videos,
.picture_title_wrap .picture_top_small {
  position: relative;
}
.picture_title_wrap .videos a.resource_link,
.picture_title_wrap .picture_top_small a.resource_link {
  pointer-events: none;
}
.picture_title_wrap .videos > * > *,
.picture_title_wrap .picture_top_small > * > * {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
}
.picture_title_wrap .videos > * *,
.picture_title_wrap .picture_top_small > * * {
  width: 100%;
  height: auto;
}
.picture_title_wrap .videos video,
.picture_title_wrap .videos img,
.picture_title_wrap .picture_top_small video,
.picture_title_wrap .picture_top_small img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 80vh;
  display: block;
}

#mixItUp.picture_gallery {
  background: none;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0 !important;
}
#mixItUp.picture_gallery:not(:first-child):not(:empty) {
  margin-top: var(--size100);
}
ul.tags + #mixItUp.picture_gallery {
  margin-top: var(--size20) !important;
}
#mixItUp.picture_gallery .gallery {
  margin-top: 0;
}

.gallery {
  --gapBetween: 4vw;
  --gapTop: 4vw;
  --widthElements: 33.33%;
  display: flex;
  flex-flow: wrap;
  margin: calc(-1 * var(--gapTop)) 0 0 calc(-1 * var(--gapBetween));
  width: calc(100% + var(--gapBetween));
}
.gallery > * {
  padding: var(--gapTop) 0 0 var(--gapBetween);
  box-sizing: border-box;
  flex: 0 0 var(--widthElements);
  max-width: var(--widthElements);
}
.gallery {
  padding: 0 var(--gapTop) var(--gapTop);
  box-sizing: border-box;
  margin-top: var(--size80);
}
.gallery .picture img {
  width: 100%;
  height: auto;
}

.slick-track {
  display: flex;
  justify-content: center;
}
.slick-track img.lazyload, .slick-track img.lazyloading, .slick-track img.lazypreload {
  filter: none;
  -webkit-filter: none;
}

.slick-slide {
  margin: 0 var(--size15);
}
.slick-slide > div {
  display: flex;
  width: 100%;
}

.slick-list {
  width: auto;
  margin: 0 calc(-1 * var(--size15));
  overflow: hidden;
  padding: 0 !important;
}

.slick-arrow {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #333;
  flex: 0 0 var(--squareSize);
  width: var(--squareSize);
  height: var(--squareSize);
  border-radius: 100%;
  background: none;
  border: 1px solid #333;
  font-weight: 300;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .slick-arrow {
    font-size: 16px;
  }
}
.slick-arrow {
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 1;
  color: #fff;
  background: #333;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}

ul.slick-dots {
  display: flex;
}
ul.slick-dots li {
  padding: 0;
  cursor: pointer;
}
ul.slick-dots li:not(:last-child) {
  margin-right: 8px;
}
ul.slick-dots li:before {
  background: rgba(250, 250, 250, 0.4);
  width: 8px;
  height: 8px;
  position: relative;
  top: 0;
}
ul.slick-dots li.slick-active:before {
  background: #FAFAFA;
}
ul.slick-dots li button {
  display: none;
}

ul.tags {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.content_inner + style + ul.tags {
  margin-top: 0;
}
ul.tags:not(:first-child) {
  margin-top: var(--size140);
}
ul.tags li {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  ul.tags li {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  ul.tags li {
    font-size: 15px;
    line-height: 24px;
  }
}
ul.tags li {
  font-weight: 700;
  margin: var(--size10) var(--size15) 0 var(--size15);
  cursor: pointer;
  list-style: none;
  position: relative;
}
ul.tags li:before {
  display: none !important;
}
ul.tags li:after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 0;
  height: 1px;
  display: block;
  background: #333;
  transition: all 0.2s ease-out;
}
ul.tags li.mixitup-control-active:after, ul.tags li.mixitup-control-active:hover:after, ul.tags li.active:hover:after, ul.tags li.active:after, ul.tags li:hover:after {
  width: 100%;
  left: 0;
}
ul.tags li button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
}

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

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

.listing_entry_detail_documents:not(:first-child):not(:empty),
.documents:not(:first-child):not(:empty) {
  margin-top: var(--size50);
}
.listing_entry_detail_documents h2,
.documents h2 {
  display: none;
}
.listing_entry_detail_documents .document:not(:first-child),
.documents .document:not(:first-child) {
  margin-top: var(--size15);
}
.listing_entry_detail_documents .document a,
.documents .document a {
  font: 500 16px/25px "Red Hat Display", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
@media print {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    font: 400 13px/21px "Red Hat Display";
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  .listing_entry_detail_documents .document a,
  .documents .document a {
    font-size: 15px;
    line-height: 24px;
  }
}
.listing_entry_detail_documents .document a,
.documents .document a {
  color: #333;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.listing_entry_detail_documents .document a:before,
.documents .document a:before {
  content: "\f019";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
  color: #E30713;
  flex: 0 0 var(--squareSize);
  width: var(--squareSize);
  height: var(--squareSize);
  border-radius: 100%;
  background: none;
  border: 1px solid #E30713;
  font-weight: 300;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .listing_entry_detail_documents .document a:before,
  .documents .document a:before {
    font-size: 16px;
  }
}
.listing_entry_detail_documents .document a:before,
.documents .document a:before {
  margin-right: var(--size15);
}
.listing_entry_detail_documents .document a:hover:before, .listing_entry_detail_documents .document a:focus:before,
.documents .document a:hover:before,
.documents .document a:focus:before {
  background: #E30713;
  color: #fff;
}
.listing_entry_detail_documents .document a i,
.documents .document a i {
  display: none;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
@media screen and (max-width: 1000px) {
  body {
    --size10: 1vw;
    --size15: 1.5vw;
    --size20: 2vw;
    --size25: 2.5vw;
    --size30: 3vw;
    --size35: 3.5vw;
    --size40: 4vw;
    --size45: 4.5vw;
    --size50: 5vw;
    --size60: 6vw;
    --size70: 7vw;
    --size80: 8vw;
    --size90: 9vw;
    --size100: 10vw;
    --size110: 11vw;
    --size120: 12vw;
    --size130: 13vw;
    --size140: 14vw;
    --size150: 15vw;
    --size160: 16vw;
    --size170: 17vw;
    --size180: 18vw;
    --size190: 19vw;
    --size200: 20vw;
  }
  #popup_big .popup_big_inner .portlet img {
    max-width: 90svw;
    max-height: 90svh;
  }
}
@media screen and (max-width: 500px) {
  body {
    --size10: 5px;
    --size15: 9px;
    --size20: 15px;
    --size25: 17px;
    --size30: 18px;
    --size35: 20px;
    --size40: 22px;
    --size45: 23px;
    --size50: 26px;
    --size60: 28px;
    --size70: 32px;
    --size80: 35px;
    --size90: 35px;
    --size100: 40px;
    --size110: 40px;
    --size120: 40px;
    --size130: 45px;
    --size140: 45px;
    --size150: 50px;
    --size160: 50px;
    --size170: 50px;
    --size180: 55px;
    --size190: 55px;
    --size200: 60px;
  }
}
@media screen and (max-width: 1140px) {
  body {
    --headerHeight: 96px;
  }
  #header .header_inner {
    border-radius: 0 0 25px 25px;
  }
  div[class*=portlets_bottom] .portlet.big_picture .videos > *,
  div[class*=portlets_bottom] .portlet.big_picture .pictures > *,
  .picture_title_wrap #google_map > *,
  .picture_title_wrap .videos > *,
  .picture_title_wrap .picture_top_small > * {
    padding-right: var(--siteFrameSpace);
  }
  .gallery {
    --gapBetween: var(--siteFrameSpace);
    --gapTop: var(--siteFrameSpace);
  }
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    left: 0;
    bottom: var(--size80);
  }
}
@media screen and (max-width: 1140px) and (max-width: 1000px) {
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    --siteFrameSpace: var(--size25);
    --headerHeight: 81px;
    --fullScreen: 100%;
  }
  #header #logo {
    width: 220px;
  }
  #header #logo svg {
    width: 100%;
  }
  #header .header_inner {
    border-radius: 0 0 20px 20px;
  }
  #header .header_inner .responsive_icons {
    display: flex;
  }
  #header .header_inner .button_right,
  #navigation {
    display: none;
  }
  .responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    display: flex;
    flex-flow: wrap;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: calc(100% - 180px);
    border-radius: 0 20px 20px 0;
    height: 100%;
    opacity: 1;
    background: #fff;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    overflow: auto;
    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;
    box-sizing: border-box;
  }
  nav#rwdnav .rwd_navigation {
    width: 100%;
    box-sizing: border-box;
  }
  nav#rwdnav .language_switcher {
    order: 2;
    background: #FAFAFA;
    display: flex;
    justify-content: space-around;
    padding: var(--size10);
  }
  nav#rwdnav .language_switcher a {
    font: 500 14px/23px "Red Hat Display";
    text-transform: none;
    letter-spacing: 0px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: #F4F6F7;
    text-transform: uppercase;
  }
  nav#rwdnav .language_switcher a.current {
    font-weight: 700;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    transform: perspective(1px) translate3d(0, 0, 0);
  }
  div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures {
    padding: var(--size30);
  }
  div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture {
    padding: var(--size20) var(--size20);
  }
  #camper_content .tabs_title_wrap label,
  #camper_popup .tabs_title_wrap label {
    padding: var(--size20) var(--size40);
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  div[class*=portlets_bottom] .portlet .pictures .picture_left h3.portlet-title {
    order: -1;
    padding: 0 !important;
    margin-bottom: var(--size50);
  }
  div[class*=portlets_bottom] .portlet .pictures .picture_left .picture {
    padding-right: var(--size200);
    padding-left: 0;
  }
  div[class*=portlets_bottom] .portlet .pictures .picture_right .picture_1 {
    padding-right: 0;
    padding-left: 0;
  }
  div[class*=portlets_bottom] .portlet .pictures .picture_right .picture_2 {
    padding-left: var(--size120);
    padding-right: 0;
  }
  div[class*=portlets_bottom] .portlet.portlet_listing.nummeric .portlet-listing-entry .portlet-listing-content-container:before {
    position: relative;
    left: 0;
  }
  #listing.nummeric .listing_entry .content:before {
    position: relative;
    left: 0;
  }
  .root_category_3 #listing.gallery_style .listing_entry:not(:first-child) {
    margin-top: var(--size160);
  }
  div[class*=portlets_bottom] .portlet .portlet_text_wrap .text_right ol li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .gallery {
    --widthElements: 50%;
  }
  div[class*=portlets_bottom] .portlet.logos .portlet-content .pictures .picture {
    flex: 0 0 50%;
    max-width: 50%;
    padding: var(--size20) var(--size30);
  }
}
@media screen and (max-width: 500px) {
  body {
    --squareSize: 32px;
  }
  .pagination .pagination-numbers a {
    font-size: 16px;
  }
  .root_category_3 #listing.gallery_style .listing_entry:not(:first-child) {
    margin-top: 100px;
  }
  #listing.gallery_style .listing_entry .pictures {
    --widthElements: 33.33%;
  }
  #camper_content .tabs_title_wrap label,
  #camper_popup .tabs_title_wrap label {
    font-size: 12px;
    line-height: 15px;
  }
  #camper_popup .tab_content_wrap {
    padding: var(--size40) 15px;
  }
  div[class*=portlets_bottom] .portlet .pictures .picture_right .picture_1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  nav#rwdnav {
    width: calc(100% - 73px);
  }
  .page_home .videos .resource_description,
  .picture_top_big .resource_description {
    bottom: 40px;
  }
  #footer .footer_top .footer_inner {
    flex-flow: column;
  }
  #footer .footer_top .footer_inner .portlets_left,
  #footer .footer_top .footer_inner .portlet_right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #footer .footer_top .footer_inner .portlet_right {
    margin-top: var(--size80);
  }
}
@media screen and (max-width: 420px) {
  body {
    --headerHeight: 75px;
  }
  .responsive_navigation_toggle {
    margin-left: 15px;
  }
  #header #logo {
    width: 175px;
  }
  #header .header_inner .responsive_icons a:first-child {
    margin-right: 10px;
  }
  nav#rwdnav {
    width: calc(100% - 64px);
  }
  #popup_news {
    max-width: calc(100% - 40px);
  }
}
/*
|--------------------------------------------------------------------------
| 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 */
/* @end */
/* @group mixins */
@media print {
  body {
    --size10: 1vw;
    --size15: 1.5vw;
    --size20: 2vw;
    --size25: 2.5vw;
    --size30: 3vw;
    --size35: 3.5vw;
    --size40: 4vw;
    --size45: 4.5vw;
    --size50: 4.8vw;
    --size60: 5vw;
    --size70: 5.5vw;
    --size80: 6vw;
    --size90: 7vw;
    --size100: 8vw;
    --size110: 9vw;
    --size120: 10vw;
    --size130: 11vw;
    --size140: 12vw;
    --size150: 13vw;
    --size160: 16vw;
    --size170: 17vw;
    --size180: 18vw;
    --size190: 19vw;
    --size200: 20vw;
    --siteframeSpace: 0;
    --headerHeight: 70px;
  }
  @page {
    margin: 1.8cm 2cm 1.5cm 2cm;
  }
  body {
    color: #000 !important;
    background: #fff !important;
    letter-spacing: 0 !important;
  }
  h1, h2, h3, h4, h5, h6, p, a, div {
    color: #000 !important;
    text-align: left !important;
  }
  * {
    opacity: 1 !important;
    background: none !important;
    border-radius: 0 !important;
  }
  .page_home .videos,
  .picture_top_big,
  div[class*=portlets_bottom] .portlet.logos,
  .documents,
  ul.tags,
  #listing.picture_gallery,
  .picture_title_wrap .videos,
  .picture_title_wrap .picture_top_small,
  #navigation,
  #popup_news,
  .copy {
    display: none !important;
  }
  #header {
    position: relative !important;
    box-shadow: none !important;
    border: none !important;
    padding-top: 0 !important;
  }
  #header .header_inner {
    height: auto !important;
    padding: 0;
    box-shadow: none !important;
  }
  #header #logo {
    left: 0;
  }
  #header #logo svg {
    width: 160px;
  }
  #siteframe {
    padding-top: 0 !important;
    margin-bottom: var(--size60);
  }
  .content_block,
  .portlet-listing-entry,
  .picture,
  .portlet,
  p, ul, ol, h1, h2, h3, h4, h5, h6,
  .listing_entry,
  .overview_item,
  #footer {
    page-break-inside: avoid;
  }
  .content_inner {
    margin-top: var(--size60);
    margin-bottom: var(--size60);
  }
  .system_page .elements_top,
  .no_picture_top .elements_top {
    padding-top: 0;
  }
  #footer .footer_top .footer_inner {
    justify-content: flex-start;
    padding: 0;
  }
  #footer .footer_top .footer_inner > * {
    flex: 1;
  }
  #footer .footer_top .portlet_right .portlet_content_description a {
    color: #000 !important;
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    border-color: #000;
    text-shadow: none !important;
    left: 0 !important;
    text-align: left;
  }
  .has_picture_top h1 {
    max-width: 100%;
  }
  p {
    page-break-inside: avoid;
  }
  h5 {
    font-weight: 700;
  }
  strong {
    font-weight: 600;
  }
  .listing-content-introduction,
  .portlet_content_introduction,
  div.introduction {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .content_inner ol {
    color: #000;
    text-align: left;
  }
  .content_inner table th {
    padding-bottom: 8px;
    padding-left: 0 !important;
    color: #000;
  }
  .content_inner table td {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 0 !important;
    color: #000;
    border-top: 1px solid #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(34, 33, 33, 0.5);
    color: #000;
    text-align: left;
  }
  .table_wrap_container {
    page-break-inside: avoid;
  }
  .content_inner ul li:before {
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
  }
  .content_inner ol > li:before {
    color: #000 !important;
  }
  .accordeon_wrap .accordeon_entry:not(:first-child) {
    margin-top: var(--size40);
  }
  .accordeon_wrap .accordeon_entry h3.accordeon_title_selector:before {
    display: none;
  }
  .accordeon_wrap .accordeon_entry .accordeon_content {
    display: block;
    padding: 0;
  }
  .accordeon_wrap .accordeon_entry ul li:before {
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
  }
  #overview,
  #listing {
    background: #fff;
  }
  #overview .content_inner,
  #listing .content_inner {
    padding-bottom: var(--size60);
  }
  #overview .listing_entry:not(:first-child),
  #overview .overview_item:not(:first-child),
  #listing .listing_entry:not(:first-child),
  #listing .overview_item:not(:first-child) {
    margin-top: var(--size180);
  }
  #overview .listing_entry .overview_item_inner,
  #overview .listing_entry .listing-entry-inline,
  #overview .overview_item .overview_item_inner,
  #overview .overview_item .listing-entry-inline,
  #listing .listing_entry .overview_item_inner,
  #listing .listing_entry .listing-entry-inline,
  #listing .overview_item .overview_item_inner,
  #listing .overview_item .listing-entry-inline {
    background: #fff;
  }
  #overview .listing_entry .content,
  #overview .overview_item .content,
  #listing .listing_entry .content,
  #listing .overview_item .content {
    padding: 0;
  }
  div[class*=portlets_bottom] .portlet.with_background {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page_home:not(.is_scrolled):not(.system_page) .page.has_picture_top #logo svg polygon[fill="#E42126"],
  .page_home:not(.is_scrolled):not(.system_page) .page.has_picture_top #logo svg path[fill="#E42126"] {
    fill: #E30713 !important;
  }
  .page_home:not(.is_scrolled):not(.system_page) .page.has_picture_top #logo svg g[fill="#000000"] polygon,
  .page_home:not(.is_scrolled):not(.system_page) .page.has_picture_top #logo svg g[fill="#000000"] path {
    fill: #000000 !important;
  }
}/*# sourceMappingURL=template_styles2.css.map */