@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@font-face {
  font-family: "npo-template";
  src: url("fonts/npo-template.eot");
  src: url("fonts/npo-template.eot?#iefix") format("embedded-opentype"), url("fonts/npo-template.woff") format("woff"), url("fonts/npo-template.ttf") format("truetype"), url("fonts/npo-template.svg#npo-template") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "npo-template" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "npo-template" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "a";
}

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

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

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

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

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

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-Medium.woff2") format("woff2"), url("fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-Regular.woff2") format("woff2"), url("fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-MediumItalic.woff2") format("woff2"), url("fonts/Ubuntu-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-Light.woff2") format("woff2"), url("fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-BoldItalic.woff2") format("woff2"), url("fonts/Ubuntu-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-LightItalic.woff2") format("woff2"), url("fonts/Ubuntu-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-Italic.woff2") format("woff2"), url("fonts/Ubuntu-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-Bold.woff2") format("woff2"), url("fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  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: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group basic */
html {
  height: 100%;
}

body {
  font: 300 17px/30px "Ubuntu", Arial, Verdana, sans-serif;
  color: #8597A2;
  background: #ECF1F1;
}
@media print {
  body {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.navi_open {
  height: 100%;
  overflow: hidden;
  /*
  &:before {
  	opacity: 0.6;
  	visibility: visible;
  	z-index: 100;
  }
  */
}

body {
  --management-highlight-color: #01ADF9;
  --management-highlight-color-rgb: 1, 173, 249;
}

body > nav {
  display: none;
}

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

.content_wrap {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  position: relative;
  padding-top: 71px;
  padding-bottom: 59px;
  z-index: 10;
}
@media print {
  .content_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .content_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.content_wrap > .content {
  position: relative;
  padding-left: 186px;
}
@media print {
  .content_wrap > .content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .content_wrap > .content {
    padding-left: 0;
  }
}

/* @end */
/* @group logged_in */
body.logged_in .header {
  left: var(--management-panel-width);
}
body.logged_in .scroll_navigation_wrap {
  left: calc(var(--management-panel-width) + 44px);
}
body.logged_in.with_panel_big #siteframe {
  padding-top: 236px;
}
body.logged_in.with_panel_big .scroll_navigation_wrap .scroll_navigation {
  margin-top: 320px;
}
body.logged_in .cooperation_logos_wrap {
  left: var(--management-panel-width);
}

/* @end */
/* @group header */
.header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 45px 0 60px;
  background: #ECF1F1;
  z-index: 50;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header.headroom--unpinned {
  top: -227px;
}
.header .header_inner {
  padding: 0 45px;
}
.header div#logo {
  display: block;
  float: left;
  width: 282px;
  margin: -9px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header div#logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .login_button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  float: right;
  margin: 0 53px 0 0;
  position: fixed;
  top: 45px;
  right: 45px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 50;
}
.header .login_button.active, .header .login_button:hover, .header .login_button:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .header .login_button {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.header div.language_switcher {
  position: relative;
  float: right;
  margin: 7px 240px 0 50px;
  margin-right: 0 !important;
  padding: 8px 15px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #3B3838;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header div.language_switcher .current_language > a {
  position: relative;
  padding: 0 19px 0 0;
  color: #3B3838;
}
.header div.language_switcher .current_language > a:before {
  content: "\f078";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #3B3838;
  right: 0;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header div.language_switcher .language_dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 3px 15px 10px;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 60;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header div.language_switcher .language_dropdown a {
  display: block;
  color: #8597A2;
  font-weight: 400;
}
.header div.language_switcher .language_dropdown a:hover {
  color: #3B3838;
}
.header div.language_switcher .language_dropdown a + a {
  margin-top: 4px;
}
.header div.language_switcher.with_dropdown:hover {
  background: #fff;
}
.header div.language_switcher.with_dropdown:hover .language_dropdown {
  opacity: 1;
  visibility: visible;
}

.is_scrolled .header .login_button {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}

.menu_left_toggle {
  display: none !important;
  z-index: 270;
  width: 14px;
  height: 12px;
  position: fixed;
  top: 71px;
  right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu_left_toggle.headroom--unpinned {
  top: -227px;
}
.menu_left_toggle span {
  background: #3B3838;
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.menu_left_toggle span:nth-child(2) {
  top: 5px;
}
.menu_left_toggle span:nth-child(3) {
  top: 10px;
}

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

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

/* @end */
/* @group slider */
.bx-wrapper {
  margin: 0;
  padding: 0;
}
.bx-wrapper img {
  max-width: none;
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-controls-direction,
.bx-wrapper .slide_text_container {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  text-align: left;
  padding: 0 0 37px 100px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 14px 0 0;
  width: 11px;
  height: 11px;
  background: #DFE4E4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #3B3838;
  width: 34px;
}

/* @end */
/* @group footer */
.footer {
  position: relative;
  margin: 0;
  padding: 45px;
  font-size: 15px;
  line-height: 23px;
  color: rgba(223, 228, 228, 0.5);
  background: #0077D7;
  border-bottom: 60px solid #0077D7;
}
.footer .footer_boxes {
  margin: 0 -20px 0 0;
}
.footer .footer_boxes .portlet {
  display: block;
  float: left;
  width: 25%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.footer .footer_boxes .portlet h3.portlet-title,
.footer .footer_boxes .portlet h3.portlet-title a {
  color: #DFE4E4;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 22px;
}
.footer .footer_boxes .portlet ul.controls li {
  display: none;
}
.footer .footer_boxes .portlet ul.controls li.portlet-edit-link {
  display: block;
}
.footer .footer_boxes .portlet.portlet_listing a.portlet_listing_link {
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
.footer .footer_boxes .portlet.portlet_listing a.portlet_listing_link:hover {
  color: rgba(223, 228, 228, 0.5);
}
.footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry {
  margin: 0 0 17px;
}
.footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry h2, .footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry h2 a {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: rgba(223, 228, 228, 0.5);
  margin: 0;
}
.footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry h2:hover, .footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry h2 a:hover {
  color: #DFE4E4;
}
.footer .footer_boxes .portlet.portlet_quicklinks .quicklink_item {
  margin: 0 0 17px;
}
.footer .footer_boxes .portlet.portlet_quicklinks a.quicklink {
  color: rgba(223, 228, 228, 0.5);
}
.footer .footer_boxes .portlet.portlet_quicklinks a.quicklink:hover {
  color: #DFE4E4;
}
.footer .copy {
  display: block;
  margin: 33px 0 0;
  padding: 46px 0 0;
  color: #DFE4E4;
  font-weight: 500;
  list-style-type: none;
  border-top: 1px solid rgba(223, 228, 228, 0.1);
}
.footer .copy li {
  display: inline-block;
  margin: 0 0 0 58px;
}
.footer .copy li a {
  color: #DFE4E4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .copy li a#indual_link span {
  display: none;
}
.footer .copy li:hover > a {
  color: rgba(223, 228, 228, 0.5);
}
.footer .copy > li:first-child {
  margin-left: 0;
}
.footer .copy > li:last-child {
  float: right;
}
.footer .meta-navigation {
  float: none;
  display: block;
  font-weight: 500;
}
.footer .meta-navigation > li:first-child {
  margin-left: 0;
}
.footer .meta-navigation > li:first-child a {
  padding: 0;
}
.footer .meta-navigation > li > a {
  padding: 0;
  color: #DFE4E4;
}
.footer .meta-navigation > li:hover > a {
  color: rgba(223, 228, 228, 0.5);
}

/* @end */
/* @group cooperation logos */
.cooperation_logos_wrap {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9px 45px;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  background: #ffffff;
  z-index: 50;
}
@media print {
  .cooperation_logos_wrap {
    font-size: 13px;
    line-height: 20px;
  }
}
.cooperation_logos_wrap .description {
  float: left;
  padding: 10px 0 0;
}
.cooperation_logos_wrap .cooperation_logos {
  float: right;
  text-align: right;
}
.cooperation_logos_wrap .cooperation_logos > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 12px;
}
.cooperation_logos_wrap .cooperation_logos > div img {
  display: block;
}
.cooperation_logos_wrap .cooperation_logos > div.label {
  font-weight: 500;
  margin: 0 12px 0 0;
  padding: 10px 0 0;
}
.cooperation_logos_wrap .cooperation_logos > div.cf {
  margin: 0;
  display: block;
}

/* @end */
/* @group white background pages */
.mod_overview #siteframe,
.mod_listing #siteframe,
.page_home #siteframe {
  background: #ffffff;
}
.mod_overview .section_portlets_bottom,
.mod_overview .section_four_columns,
.mod_overview .section_portlets_right,
.mod_listing .section_portlets_bottom,
.mod_listing .section_four_columns,
.mod_listing .section_portlets_right,
.page_home .section_portlets_bottom,
.page_home .section_four_columns,
.page_home .section_portlets_right {
  background: #ECF1F1;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
.title_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 9% 0 0;
  box-sizing: border-box;
}
.title_wrap + .text {
  float: left;
  max-width: 50%;
}

.subtitle {
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
}
.subtitle:hover {
  color: #249FFC;
}
@media print {
  .subtitle {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .subtitle {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .subtitle {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .subtitle {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}

h1 {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
}
h1:hover {
  color: #3B3838;
}
@media print {
  h1 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

div.introduction {
  color: #3B3838;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 25px;
}
div.introduction > *:last-chlid {
  margin-bottom: 0;
}
@media print {
  div.introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  div.introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  div.introduction {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}

h2, h2 a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 15px;
  padding: 0;
}
h2:hover, h2 a:hover {
  color: #3B3838;
}
@media print {
  h2, h2 a {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 750px) {
  h2, h2 a {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}

h3, h3 a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 400;
}
h3:hover, h3 a:hover {
  color: #3B3838;
}
@media print {
  h3, h3 a {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 750px) {
  h3, h3 a {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}

h6, h6 a,
h4, h4 a,
h5, h5 a {
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
  color: #3B3838;
  text-decoration: none;
  margin: 0 0 12px;
}
h6:hover, h6 a:hover,
h4:hover, h4 a:hover,
h5:hover, h5 a:hover {
  color: #249FFC;
}
@media print {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
h6:hover, h6 a:hover,
h4:hover, h4 a:hover,
h5:hover, h5 a:hover {
  color: #3B3838;
}
@media print {
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    margin: 0 0 8px;
  }
}

strong {
  font-weight: 500;
}

p {
  margin: 0 0 16px 0;
}

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

p + h2,
p + h3, ul + h2,
ul + h3, ol + h2,
ol + h3, .table_wrap_container + h2,
.table_wrap_container + h3 {
  margin-top: 27px;
}
p + h4,
p + h5,
p + h6, ul + h4,
ul + h5,
ul + h6, ol + h4,
ol + h5,
ol + h6, .table_wrap_container + h4,
.table_wrap_container + h5,
.table_wrap_container + h6 {
  margin-top: 64px;
}

/* @end */
/* @group link */
a {
  outline: none;
  color: #249FFC;
  text-decoration: none;
}
a:hover {
  color: #8597A2;
}

a img {
  border: none;
}

p + .content_button, ul + .content_button, ol + .content_button {
  margin-top: 23px;
}

.content_button {
  margin-bottom: 30px;
}
.content_button + .content_button {
  margin-top: -15px;
}
.content_button a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
}
.content_button a.active, .content_button a:hover, .content_button a:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .content_button a {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}

.introduction .content_button a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  margin: 43px 0 0;
  padding-right: 40px;
}
.introduction .content_button a:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introduction .content_button a:focus, .introduction .content_button a:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.introduction .content_button a:focus:before, .introduction .content_button a:hover:before {
  right: -10px;
}
.introduction .content_button:last-child {
  margin-bottom: 0;
}

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

.portlet_content_description ul,
.portlet-entry-content ul,
.content ul {
  list-style: none;
  margin: 0 0 16px;
}
.portlet_content_description ul li,
.portlet-entry-content ul li,
.content ul li {
  position: relative;
  padding: 0 0 0 16px;
}
.portlet_content_description ul li:before,
.portlet-entry-content ul li:before,
.content ul li:before {
  content: "\f111";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 6px;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: #01ADF9;
  font-weight: 900;
}

/* @end */
/* @group content table */
.table_wrap_container {
  margin-bottom: 30px;
}

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

table td, table th {
  text-align: left;
  padding: 10px 17px 10px 0;
  background: none;
  border-bottom: 1px solid #DFE4E4;
}
table td > *:last-child, table th > *:last-child {
  margin-bottom: 0;
}
table thead th {
  color: #3B3838;
  font-weight: 500;
  border-bottom: 2px solid #3B3838;
}
table th {
  color: #385471;
  font-weight: 400;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
body.system_page #siteframe {
  background: none;
}

/* @group message */
.message {
  border: 0;
  border-bottom: 2px solid #01ADF9;
  color: #01ADF9;
  background: none;
  padding: 0 0 6px;
  margin: 0 0 30px;
  font: 300 17px/30px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
}
@media print {
  .message {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .message {
    font-size: 15px;
    line-height: 25px;
  }
}
.message .missing_fields_title {
  color: #01ADF9;
  margin-bottom: 5px;
}
.message .missing_fields ul {
  margin-bottom: 6px;
}
.message .missing_fields ul li {
  text-align: left;
  padding-left: 20px;
}
.message .missing_fields ul li:before {
  content: "\f111";
  font-size: 5px;
  top: -1px;
  color: #01ADF9;
  font-weight: 700;
}

/* @end */
/* @group pagination */
.pagination {
  margin-top: 60px;
  margin-bottom: 44px;
  text-align: center;
}
.pagination .pagination_inner {
  display: inline-block;
  position: relative;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers a {
  display: block;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  color: #3B3838;
  background: #DFE4E4;
  border-color: #DFE4E4;
  margin: 0 5px;
  padding: 10px 15px;
}
.pagination .pagination-numbers a.active, .pagination .pagination-numbers a:hover, .pagination .pagination-numbers a:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .pagination .pagination-numbers a {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.pagination .pagination-numbers a:focus, .pagination .pagination-numbers a:hover {
  color: #3B3838;
  background: #c3cdcd;
  border-color: #c3cdcd;
}
.pagination .pagination-numbers a.current {
  background: #0077D7;
  color: #ffffff;
  border-color: #0077D7;
}
.pagination .pagination-links a {
  display: block;
  position: absolute;
  top: 0;
  left: -45px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
}
.pagination .pagination-links a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  line-height: 41px;
  font-weight: 400;
  text-transform: none;
  color: #0077D7;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  font-weight: 200;
  z-index: 10;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination .pagination-links a.next {
  left: auto;
  right: -45px;
}
.pagination .pagination-links a.next:before {
  content: "\f105";
}
.pagination .pagination-links a:hover:before {
  color: #0077D7;
  opacity: 1;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group listing & overview */
#mod_overview,
#mixItUp {
  padding: 60px 0 0;
}

.listing_entry,
.overview_item {
  margin: 0 0 44px;
  padding: 0;
}
.listing_entry > div:first-child,
.overview_item > div:first-child {
  position: relative;
  background: #fff;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_entry > div:first-child:hover,
.overview_item > div:first-child:hover {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.listing_entry > div:first-child:hover h2, .listing_entry > div:first-child:hover h2 a,
.overview_item > div:first-child:hover h2,
.overview_item > div:first-child:hover h2 a {
  color: #249FFC;
}
.listing_entry .content,
.overview_item .content {
  padding: 25px 25px 28px;
  overflow: hidden;
}
.listing_entry .subtitle,
.overview_item .subtitle {
  margin: 0 0 12px;
}
.listing_entry h2, .listing_entry h2 a,
.overview_item h2,
.overview_item h2 a {
  font-weight: 500;
  color: #385471;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_entry h2:hover, .listing_entry h2 a:hover,
.overview_item h2:hover,
.overview_item h2 a:hover {
  color: #385471;
}
.listing_entry .introduction,
.listing_entry .listing-content-introduction,
.overview_item .introduction,
.overview_item .listing-content-introduction {
  font: 300 17px/30px "Ubuntu", Arial, Verdana, sans-serif;
  color: #8597A2;
  font-weight: 700;
  margin: 0 0 5px 0;
}
@media print {
  .listing_entry .introduction,
  .listing_entry .listing-content-introduction,
  .overview_item .introduction,
  .overview_item .listing-content-introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .listing_entry .introduction,
  .listing_entry .listing-content-introduction,
  .overview_item .introduction,
  .overview_item .listing-content-introduction {
    font-size: 15px;
    line-height: 25px;
  }
}
.listing_entry .introduction > *:last-child,
.listing_entry .listing-content-introduction > *:last-child,
.overview_item .introduction > *:last-child,
.overview_item .listing-content-introduction > *:last-child {
  margin-bottom: 0;
}
.listing_entry .pictures,
.overview_item .pictures {
  float: left;
  max-width: 352px;
  width: 40%;
  height: 100%;
}
.listing_entry .pictures .picture img,
.listing_entry .pictures .picture,
.overview_item .pictures .picture img,
.overview_item .pictures .picture {
  display: block;
  width: 100%;
  height: auto;
}

.listing_entry .listing-date {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(133, 151, 162, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.44px;
}
.listing_entry .listing-tags {
  font-weight: 500;
  margin: -15px 0 15px;
}
.listing_entry .listing-content-text > * {
  margin-bottom: 0;
}
.listing_entry .listing_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px;
  background: #E0E5E5;
  z-index: 30;
}
.listing_entry .listing_actions span, .listing_entry .listing_actions a {
  color: #3B3838;
  width: auto;
  height: auto;
  margin: 0;
}
.listing_entry .listing_actions span i.fa, .listing_entry .listing_actions a i.fa {
  margin: 0 5px;
}
.listing_entry .listing_actions span:hover, .listing_entry .listing_actions a:hover {
  color: #01ADF9;
}

.listing-more-button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #0077D7;
  margin: 20px 0 0;
}
.listing-more-button:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing-more-button:focus, .listing-more-button:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.listing-more-button:focus:before, .listing-more-button:hover:before {
  right: -10px;
}

.listing_entry_backlink a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
  color: #ffffff;
  margin: 39px 0 39px -37px;
  padding: 0 0 0 37px;
  font-weight: 500;
}
.listing_entry_backlink a:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_entry_backlink a:focus, .listing_entry_backlink a:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.listing_entry_backlink a:focus:before, .listing_entry_backlink a:hover:before {
  right: -10px;
}
.listing_entry_backlink a:hover {
  color: #249FFC;
}
@media print {
  .listing_entry_backlink a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .listing_entry_backlink a {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .listing_entry_backlink a {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .listing_entry_backlink a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.listing_entry_backlink a:before {
  content: "\f177";
  right: auto;
  left: 0;
}

.overview_item .content {
  display: flex;
  flex-flow: column nowrap;
}
.overview_item .content > * {
  order: 2;
}
.overview_item .content .subtitle {
  order: 1;
}
.overview_item .content a.listing-more-button {
  display: inline-block;
  width: auto !important;
}

.content ul.tags {
  margin: 30px 0 0;
}
.content ul.tags li {
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
  display: inline-block;
  margin: 10px 30px 0 0;
  color: rgba(133, 151, 162, 0.7);
  cursor: pointer;
  font-weight: 400;
}
.content ul.tags li:hover {
  color: #249FFC;
}
@media print {
  .content ul.tags li {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .content ul.tags li {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .content ul.tags li {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .content ul.tags li {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.content ul.tags li:hover {
  color: #01ADF9;
}
.content ul.tags li.active {
  color: #3B3838;
}
.content ul.tags li:before {
  display: none;
}

.listing_property_filter {
  position: relative;
  margin: 0 0 64px;
  padding: 0;
}
.listing_property_filter form > * {
  display: inline-block;
  width: calc(33.33% - 47px);
  margin: 0 44px 0 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.listing_property_filter form label {
  display: none;
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
  color: #3B3838;
  margin: 0 0 12px;
}
.listing_property_filter form label:hover {
  color: #249FFC;
}
@media print {
  .listing_property_filter form label {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .listing_property_filter form label {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .listing_property_filter form label {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .listing_property_filter form label {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.listing_property_filter form label:hover {
  color: #3B3838;
}
.listing_property_filter form .listing_reset_filter {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -10px;
  left: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1.2px;
  width: auto;
  margin: 0 44px 0 0;
  padding: 0;
  font-weight: 400;
  color: #3B3838;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.listing_property_filter form .listing_reset_filter:hover {
  color: #01ADF9;
}
.listing_property_filter form input {
  background: #ECF1F1;
  border-color: #DFE4E4;
  -webkit-appearance: none;
  color: #3B3838;
  box-shadow: none;
  height: 54px;
}
.listing_property_filter form input::-webkit-input-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form input::-moz-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form input:-ms-input-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form input:-moz-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form input:hover, .listing_property_filter form input:focus {
  border-color: #DFE4E4;
  box-shadow: none;
}
.listing_property_filter form input.listing-search-input {
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.listing_property_filter form input.button {
  background: #0077D7;
  border-color: #0077D7;
  font-size: 0;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}
.listing_property_filter form input.button:hover, .listing_property_filter form input.button:focus {
  background: #385471;
  border-color: #385471;
}
.listing_property_filter form .listing_search_wrap {
  position: relative;
}
.listing_property_filter form .listing_search_wrap:before {
  content: "Suchbegriff";
  display: block;
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
  color: #3B3838;
  margin: 0 0 12px;
}
.listing_property_filter form .listing_search_wrap:before:hover {
  color: #249FFC;
}
@media print {
  .listing_property_filter form .listing_search_wrap:before {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .listing_property_filter form .listing_search_wrap:before {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .listing_property_filter form .listing_search_wrap:before {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .listing_property_filter form .listing_search_wrap:before {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.listing_property_filter form .listing_search_wrap:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 54px;
  display: block;
  background: none;
  bottom: 0;
  box-shadow: 0 24px 53px -16px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  pointer-events: none;
}
.listing_property_filter form .listing_search_wrap:hover:after {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.listing_property_filter form .listing_search_buttons,
.listing_property_filter form .listing_search_filter {
  position: relative;
  display: inline-block;
  width: calc(100% - 54px);
  vertical-align: top;
}
.listing_property_filter form .listing_search_buttons {
  width: 54px;
}
.listing_property_filter form .listing_search_buttons:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  right: 0;
  text-align: center;
  font-weight: 900;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.listing_property_filter form select {
  width: 100%;
  height: 54px;
  background: #ECF1F1;
  border-color: #DFE4E4;
  color: #3B3838;
}
.listing_property_filter form select option + option {
  display: none;
}
.listing_property_filter form .select2-container {
  width: 100% !important;
}
.listing_property_filter form .select2-container .select2-selection--multiple {
  height: 54px;
  background: #ECF1F1;
  border-color: #DFE4E4;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  padding: 7px 11px;
  padding-right: 65px;
}
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__rendered li:marker,
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__rendered li:before {
  display: none;
}
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__rendered:before {
  content: "\f107";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  line-height: 54px;
  font-weight: 400;
  text-transform: none;
  color: #3B3838;
  right: 0;
  bottom: 0;
  width: 54px;
  text-align: center;
  background: #DFE4E4;
  border-left: 1px solid #DFE4E4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field {
  margin: 8px 0 0 7px;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  color: #3B3838;
  min-width: 82px;
  height: auto !important;
}
@media print {
  .listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field {
    font-size: 13px;
    line-height: 20px;
  }
}
.listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field::-webkit-input-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field::-moz-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field:-ms-input-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field:-moz-placeholder {
  color: #3B3838;
  opacity: 1;
}
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__choice {
  margin: 3px 6px 3px 0;
  padding: 8px 10px;
  padding-right: 28px;
  font-size: 14px;
  line-height: 14px;
  color: #3B3838;
  background: #ffffff;
  border: 1px solid #DFE4E4;
  border-radius: 2px;
}
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 8px;
  right: 16px;
  bottom: auto;
  left: auto;
  font-weight: 300;
  color: #3B3838;
  font-size: 0;
}
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  font-weight: 200;
}
.listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #01ADF9;
}
.listing_property_filter .select2-container--default .select2-results__option[aria-selected=true],
.listing_property_filter .select2-container--default .select2-results__option {
  background: #ECF1F1;
  color: #3B3838;
}
.listing_property_filter .select2-container--default .select2-results__option[aria-selected=true] {
  color: #8597A2;
}
.listing_property_filter .select2-container--default .select2-results__option--highlighted {
  color: #ffffff;
}
.listing_property_filter .select2-container--default .select2-results__option[aria-selected=true]:hover {
  background: #3B3838;
  color: #ffffff;
}

.preload .listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field {
  opacity: 0;
  visibility: hidden;
}

.mod_listing.mod_action_show_entry #siteframe {
  background: #0077D7;
  background: url(../img/blue_dark_bg.jpg) no-repeat right 227px #0077D7;
  background-size: 1440px;
}

.listing_detail_wrap .content_inner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 0 30px;
  background: #ffffff;
}
.listing_detail_wrap .content_inner > .text {
  padding: 6.7% 6.5% 4.4%;
  box-sizing: border-box;
}
.listing_detail_wrap .content_inner .pictures_left + .text {
  display: inline-block;
  max-width: 56.8%;
  vertical-align: top;
}
.listing_detail_wrap .content_inner table td, .listing_detail_wrap .content_inner table th {
  border: 0;
}
.listing_detail_wrap .listing_properties {
  display: none;
}
.listing_detail_wrap .introduction {
  margin: -22px 0 43px;
}

/* @end */
/* @group google maps */
#google_map {
  margin: 70px 0 60px;
  height: 630px;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
}

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

div.infowindow {
  padding: 7px 7px 2px;
  text-align: center;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
}
@media print {
  div.infowindow {
    font-size: 13px;
    line-height: 20px;
  }
}
div.infowindow h2 {
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  margin: 0 0 5px;
}
@media print {
  div.infowindow h2 {
    font-size: 13px;
    line-height: 20px;
  }
}
div.infowindow p {
  margin: 0 0 5px;
}

/* @end */
/* @group mailform */
#mailform_content {
  margin: 0 0 50px;
}

.form_wrap {
  margin: 0 0 30px;
}

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

.mailform_element {
  overflow: visible;
}

.section_registration label,
.mailform_element label,
#mailform_submit_button label,
.login_form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
  margin: 0 0 12px;
  padding: 0;
  color: #3B3838;
  box-sizing: border-box;
}
.section_registration label:hover,
.mailform_element label:hover,
#mailform_submit_button label:hover,
.login_form label:hover {
  color: #249FFC;
}
@media print {
  .section_registration label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .section_registration label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_registration label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .section_registration label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.section_registration label:hover,
.mailform_element label:hover,
#mailform_submit_button label:hover,
.login_form label:hover {
  color: #3B3838;
}

#mailform_submit_button label {
  display: none;
}

.section_registration input,
.listing_property_filter select,
.listing_property_filter input,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
#management .search_in_history .search_input,
.login_form input {
  width: 100%;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  color: #8597A2;
  padding: 15px 18px;
  outline: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 24px 53px -16px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  .section_registration input,
  .listing_property_filter select,
  .listing_property_filter input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  #management .search_in_history .search_input,
  .login_form input {
    font-size: 13px;
    line-height: 20px;
  }
}
.section_registration input:hover, .section_registration input:focus,
.listing_property_filter select:hover,
.listing_property_filter select:focus,
.listing_property_filter input:hover,
.listing_property_filter 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,
#management .search_in_history .search_input:hover,
#management .search_in_history .search_input:focus,
.login_form input:hover,
.login_form input:focus {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
  border-color: #ffffff;
  color: #3B3838;
}
.section_registration input:-webkit-autofill,
.listing_property_filter select:-webkit-autofill,
.listing_property_filter input:-webkit-autofill,
.add_portlet select:-webkit-autofill,
.mailform_element input:-webkit-autofill,
.mailform_element textarea:-webkit-autofill,
#management .search_in_history .search_input:-webkit-autofill,
.login_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

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

.mailform_element textarea {
  height: 150px;
}

.section_registration input.button,
.mailform-submit,
.login_form .button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  margin: 0;
}
.section_registration input.button.active, .section_registration input.button:hover, .section_registration input.button:focus,
.mailform-submit.active,
.mailform-submit:hover,
.mailform-submit:focus,
.login_form .button.active,
.login_form .button:hover,
.login_form .button:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .section_registration input.button,
  .mailform-submit,
  .login_form .button {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}

span.required {
  color: #01ADF9 !important;
  padding: 0 0 0 3px;
}

.mailform_error input,
.mailform_error textarea,
.mailform_error .select2-container--default .select2-selection--single {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.mailform_error label {
  color: #01ADF9;
}
.mailform_error label a {
  color: #3B3838;
}
.mailform_error label a:hover {
  color: #01ADF9;
}
.mailform_error label:hover {
  color: #01ADF9;
}

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

.mailform_element.checkbox_field {
  position: relative;
}
.mailform_element.checkbox_field p {
  width: 100%;
  float: right;
  position: relative;
  margin: 0 0 20px;
}
.mailform_element.checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px 10px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.mailform_element.checkbox_field label {
  position: static;
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media print {
  .mailform_element.checkbox_field label {
    font-size: 13px;
    line-height: 20px;
  }
}
.mailform_element.checkbox_field label:after, .mailform_element.checkbox_field label:before {
  content: "\f0c8";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  width: 17px;
  height: 17px;
  pointer-events: none;
  background: #ffffff;
  z-index: 2;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailform_element.checkbox_field label:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #3B3838;
  background: none;
  z-index: 4;
}
.mailform_element.checkbox_field input:checked + label:before {
  color: #ffffff;
}
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

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

span.select2-container--default .select2-selection--multiple,
span.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 24px 53px -16px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered,
span.select2-container--default .select2-selection--single .select2-selection__rendered {
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  color: #8597A2;
  padding: 15px 18px;
  outline: none;
  box-sizing: border-box;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media print {
  span.select2-container--default .select2-selection--multiple .select2-selection__rendered,
  span.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 20px;
  }
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search,
span.select2-container--default .select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered li,
span.select2-container--default .select2-selection--single .select2-selection__rendered li {
  list-style: none;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before,
span.select2-container--default .select2-selection--single .select2-selection__rendered li:before {
  display: none;
}
span.select2-container--default .select2-selection--multiple .select2-selection__arrow,
span.select2-container--default .select2-selection--single .select2-selection__arrow {
  border: 1px solid #DFE4E4;
  top: 0;
  bottom: 0;
  right: 0;
  width: 54px;
  border-radius: 0 2px 2px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: auto;
}
span.select2-container--default .select2-selection--multiple .select2-selection__arrow:before,
span.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 54px;
  font-weight: 400;
  text-transform: none;
  color: #3B3838;
  right: 0;
  bottom: 0;
  font-weight: 200;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
span.select2-container--default .select2-selection--multiple .select2-selection__arrow b,
span.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container--default .select2-selection--multiple input.select2-search__field,
span.select2-container--default .select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
}
span.select2-container--default .select2-results__option[aria-selected=true],
span.select2-container--default .select2-results__option {
  background: #fff;
}
span.select2-container--default .select2-results__option--highlighted[aria-selected],
span.select2-container--default .select2-results__option--highlighted {
  background: #3B3838;
}

.select2-container--open .select2-dropdown {
  border: 0;
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.select2-container--open .select2-dropdown ul {
  margin-top: -1px;
  border-top: 1px solid #DFE4E4;
  border-radius: 0 0 2px 2px;
}
.select2-container--open .select2-dropdown--above ul {
  border: 0;
  margin: 0 0 -1px;
  border-bottom: 1px solid #DFE4E4;
  border-radius: 2px 2px 0 0;
}

.select2-container--open .select2-selection--multiple,
.select2-container:hover .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-container:hover .select2-selection--single {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.select2-container--open .select2-selection--multiple .select2-selection__arrow:before,
.select2-container--open .select2-selection--multiple .select2-selection__rendered,
.select2-container:hover .select2-selection--multiple .select2-selection__arrow:before,
.select2-container:hover .select2-selection--multiple .select2-selection__rendered,
.select2-container--open .select2-selection--single .select2-selection__arrow:before,
.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container:hover .select2-selection--single .select2-selection__arrow:before,
.select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #3B3838;
}

ul.select2-results__options {
  margin: 0 !important;
}

.select2-results__option {
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  color: #8597A2;
  padding: 15px 18px !important;
}
@media print {
  .select2-results__option {
    font-size: 13px;
    line-height: 20px;
  }
}
.select2-results__option:before {
  display: none !important;
}

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

#management .search_in_history {
  float: right;
}
#management .search_in_history .search_input {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
}
#management .history_title {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 15px;
  padding: 0;
  margin: 30px 0 20px;
}
#management .history_title:hover {
  color: #3B3838;
}
@media print {
  #management .history_title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 750px) {
  #management .history_title {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}
#management .export_as_csv_wrap {
  margin-top: 20px;
}
#management .history_data tr td:last-child {
  text-align: right;
}

.popup_content {
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  width: 60%;
  height: auto;
  padding: 35px;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  border-radius: 2px;
}
@media print {
  .popup_content {
    font-size: 13px;
    line-height: 20px;
  }
}
.popup_content .history_title {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 15px;
  padding: 0;
}
.popup_content .history_title:hover {
  color: #3B3838;
}
@media print {
  .popup_content .history_title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .popup_content .history_title {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}
.popup_content .popup_button_wrap {
  margin-top: 30px;
}
.popup_content .popup_button_wrap .button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  margin-right: 12px;
}
.popup_content .popup_button_wrap .button.active, .popup_content .popup_button_wrap .button:hover, .popup_content .popup_button_wrap .button:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .popup_content .popup_button_wrap .button {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.popup_content .popup_button_wrap .button + .button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  color: #3B3838;
  background: #DFE4E4;
  border-color: #DFE4E4;
}
.popup_content .popup_button_wrap .button + .button.active, .popup_content .popup_button_wrap .button + .button:hover, .popup_content .popup_button_wrap .button + .button:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .popup_content .popup_button_wrap .button + .button {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.popup_content .popup_button_wrap .button + .button:focus, .popup_content .popup_button_wrap .button + .button:hover {
  color: #3B3838;
  background: #c3cdcd;
  border-color: #c3cdcd;
}
.popup_content .fancybox-close-small:after {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}

.login_form {
  text-align: left;
  margin: 0 0 50px;
}
.login_form form {
  max-width: 570px;
  margin: 25px 0 0;
}
.login_form form > p:last-child label, .login_form form + p {
  display: none;
}
.login_form .p_remember_me_checkbox label {
  padding: 0;
}
.login_form .p_remember_me_checkbox label.empty_prefix_label {
  display: none;
}
.login_form .p_remember_me_checkbox input {
  margin: 0 10px 0 0;
}

.mailform_element {
  position: relative;
}

.mailform_field_actions {
  position: absolute;
  top: -6px;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px;
  background: #E0E5E5;
  z-index: 10;
}
.mailform_field_actions li, .mailform_field_actions a {
  color: #3B3838;
  width: auto;
  height: auto;
  margin: 0;
}
.mailform_field_actions li i.fa, .mailform_field_actions a i.fa {
  margin: 0 5px;
}
.mailform_field_actions li:hover, .mailform_field_actions a:hover {
  color: #01ADF9;
}

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

/* @end */
/* @group congress programm listing */
.program_listing_wrap {
  margin: 0 0 30px;
  padding-left: 186px;
}
@media print {
  .program_listing_wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .program_listing_wrap {
    padding-left: 0;
  }
}

.program_listing {
  margin: 56px 0 0;
}
.program_listing .program_group {
  padding: 0 0 50px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 24px 53px -16px rgba(0, 0, 0, 0.15);
}
.program_listing .program_group + .program_group {
  margin-top: 54px;
}
.program_listing .program_group .date_wrap {
  margin: 0;
  padding: 27px 32px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  background: #0077D7;
}
.program_listing .program_entry {
  position: relative;
  padding: 0 32px;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
}
@media print {
  .program_listing .program_entry {
    font-size: 13px;
    line-height: 20px;
  }
}
.program_listing .program_entry#program_entry_id_282 {
  background-color: #def1ff;
}
.program_listing .program_entry:before, .program_listing .program_entry:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: auto;
  height: 1px;
  display: block;
  background: #DFE4E4;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 5;
}
.program_listing .program_entry:after {
  top: auto;
  bottom: 0;
}
.program_listing .program_entry .entry_inner {
  position: relative;
  padding: 10px 20px 15px;
  border-bottom: 1px solid #DFE4E4;
}
.program_listing .program_entry .entry_inner:before {
  content: "";
  position: absolute;
  top: 15px;
  left: auto;
  width: 1px;
  height: auto;
  display: block;
  background: #DFE4E4;
  right: 354px;
  bottom: 15px;
}
.program_listing .program_entry .entry_right,
.program_listing .program_entry .entry_left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px 0 0;
  padding: 0 130px 0 0;
  width: calc(100% - 334px);
  box-sizing: border-box;
}
.program_listing .program_entry .entry_right {
  width: 334px;
  margin-top: 5px;
  padding: 0 0 0 30px;
}
.program_listing .program_entry h3.entry_title {
  display: inline;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 700;
  margin: 5px 5px 0 0;
}
@media print {
  .program_listing .program_entry h3.entry_title {
    font-size: 13px;
    line-height: 20px;
  }
}
.program_listing .program_entry .category {
  display: inline-block;
  vertical-align: 2px;
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 8px;
  color: #8597A2;
  border: 1px solid #8597A2;
  border-radius: 10px;
  vertical-align: 0;
  margin: 5px 5px 0 0;
}
.program_listing .program_entry .category_special {
  color: white;
  background-color: #8597A2;
}
.program_listing .program_entry .details > div,
.program_listing .program_entry .details > span {
  position: relative;
  display: inline-block;
  margin: 5px 28px 0 0;
  padding: 0 0 0 20px;
}
.program_listing .program_entry .details > div:before,
.program_listing .program_entry .details > span:before {
  content: "\f3c5";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  font-weight: 300;
}
.program_listing .program_entry .details > div.moderator:before,
.program_listing .program_entry .details > span.moderator:before {
  content: "\f8cb";
}
.program_listing .program_entry .details > div.speaker:before,
.program_listing .program_entry .details > span.speaker:before {
  content: "\f3c9";
}
.program_listing .program_entry .details > div.file,
.program_listing .program_entry .details > span.file {
  margin-top: 10px;
  padding-left: 0;
}
.program_listing .program_entry .details > div.file:before,
.program_listing .program_entry .details > span.file:before {
  display: none;
}
.program_listing .program_entry .details > div.file a,
.program_listing .program_entry .details > span.file a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  color: #3B3838;
  background: #DFE4E4;
  border-color: #DFE4E4;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  color: #3B3838;
  text-transform: none;
  letter-spacing: normal;
  padding: 4px 10px 4px 30px !important;
  text-decoration: none;
  background: #E0E5E5;
}
.program_listing .program_entry .details > div.file a.active, .program_listing .program_entry .details > div.file a:hover, .program_listing .program_entry .details > div.file a:focus,
.program_listing .program_entry .details > span.file a.active,
.program_listing .program_entry .details > span.file a:hover,
.program_listing .program_entry .details > span.file a:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .program_listing .program_entry .details > div.file a,
  .program_listing .program_entry .details > span.file a {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.program_listing .program_entry .details > div.file a:focus, .program_listing .program_entry .details > div.file a:hover,
.program_listing .program_entry .details > span.file a:focus,
.program_listing .program_entry .details > span.file a:hover {
  color: #3B3838;
  background: #c3cdcd;
  border-color: #c3cdcd;
}
@media print {
  .program_listing .program_entry .details > div.file a,
  .program_listing .program_entry .details > span.file a {
    font-size: 13px;
    line-height: 20px;
  }
}
.program_listing .program_entry .details > div.file a:before,
.program_listing .program_entry .details > span.file a:before {
  content: "\f56d";
  position: absolute;
  top: 4px;
  left: 10px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  font-weight: 300;
}
.program_listing .program_entry .details > div.file a:hover,
.program_listing .program_entry .details > span.file a:hover {
  background: #c4cece;
}
.program_listing .program_entry .details > div a,
.program_listing .program_entry .details > span a {
  color: #8597A2;
  text-decoration: underline;
}
.program_listing .program_entry .details > div a:hover,
.program_listing .program_entry .details > span a:hover {
  color: #3B3838;
}
.program_listing .program_entry .price {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: auto;
  color: #3B3838;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.program_listing .program_entry .checkboxes {
  margin: 0;
}
.program_listing .program_entry .checkboxes .checkbox {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.program_listing .program_entry .checkboxes .checkbox + .checkbox {
  margin-top: 15px;
}
.program_listing .program_entry .checkboxes .checkbox input {
  position: static;
  float: right;
  margin: 0 0 0 20px;
}
.program_listing .program_entry .checkboxes .checkbox label {
  padding: 0;
}
.program_listing .program_entry .checkboxes .checkbox label:after, .program_listing .program_entry .checkboxes .checkbox label:before {
  margin: 0;
  left: auto;
  right: 1px;
}
.program_listing .program_entry .checkboxes .checkbox label .lang {
  width: 43px;
  text-align: center;
  margin: 0 30px 0 0;
}
.program_listing .program_entry .checkboxes .checkbox label .time {
  font-weight: 700;
}
.program_listing .program_entry .checkboxes .checkbox label .subscriptions {
  float: right;
}
.program_listing .program_entry:hover {
  background: rgba(223, 228, 228, 0.3);
}
.program_listing .program_entry:hover:before, .program_listing .program_entry:hover:after {
  opacity: 1;
  visibility: visible;
}
.program_listing .program_entry.active {
  background: rgba(1, 173, 249, 0.07);
}
.program_listing .program_entry.active:before, .program_listing .program_entry.active:after {
  opacity: 1;
  visibility: visible;
}
.program_listing .program_entry.sold_out {
  box-shadow: none;
}
.program_listing .program_entry.sold_out .entry_inner > * {
  opacity: 0.5;
}
.program_listing .program_entry.sold_out .entry_inner:before {
  opacity: 0;
  visibility: hidden;
}
.program_listing .program_entry.sold_out label,
.program_listing .program_entry.sold_out .price,
.program_listing .program_entry.sold_out h3.entry_title {
  color: #8597A2;
}
.program_listing .program_entry.sold_out .checkboxes {
  text-align: right;
  font-weight: bold;
}
.program_listing .program_entry.sold_out .checkbox input,
.program_listing .program_entry.sold_out .checkbox label {
  pointer-events: none;
}
.program_listing .program_entry.sold_out .checkbox label:before {
  font-weight: 700;
  color: #DFE4E4;
}
.program_listing .program_entry.sold_out:hover {
  background: none;
  box-shadow: none;
}
.program_listing .program_entry.sold_out:hover:before, .program_listing .program_entry.sold_out:hover:after {
  opacity: 0;
  visibility: hidden;
}

.program_listing .program_entry .entry_inner:before {
  right: 265px;
}
.program_listing .program_entry .entry_left {
  width: calc(100% - 250px);
}
.program_listing .program_entry .entry_right {
  width: 250px;
}
.program_listing .program_entry .checkboxes .checkbox label .subscriptions,
.program_listing .program_entry .checkboxes .checkbox input {
  display: none;
}
.program_listing .program_entry .checkboxes .checkbox label {
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  color: #3B3838;
}
@media print {
  .program_listing .program_entry .checkboxes .checkbox label {
    font-size: 13px;
    line-height: 20px;
  }
}
.program_listing .program_entry .checkboxes .checkbox label .lang {
  display: inline-block;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group scroll navigation */
.scroll_navigation_wrap {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 44px;
  width: 225px;
  z-index: 49;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll_navigation_wrap.hide {
  opacity: 0;
}
.scroll_navigation_wrap .scroll_navigation {
  list-style: none;
  color: #3B3838;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  margin: 280px 0 0;
}
.scroll_navigation_wrap .scroll_navigation li {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll_navigation_wrap .scroll_navigation li:hover {
  opacity: 0.5;
}
.scroll_navigation_wrap .scroll_navigation li:hover.current {
  opacity: 1;
}
.scroll_navigation_wrap .scroll_navigation li + li {
  margin-top: 15px;
}
.scroll_navigation_wrap .scroll_navigation li a {
  display: inline-block;
  color: #3B3838;
  padding: 0 0 1px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll_navigation_wrap .scroll_navigation li a.white {
  color: #ffffff;
}
.scroll_navigation_wrap .scroll_navigation li.current a {
  border-color: #3B3838;
}
.scroll_navigation_wrap .scroll_navigation li.current a.white {
  border-color: #ffffff;
}

/* @end */
/* @group mainnavigation */
#navigation {
  float: right;
  margin-right: 215px;
  margin-right: 0;
}

.navigation {
  float: right;
  margin: 15px 0 0;
  padding: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.navigation > li {
  position: relative;
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
.navigation > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 25px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #3B3838;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navigation > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  width: 0;
  height: 2px;
  display: block;
  background: #3B3838;
  opacity: 0;
  visibility: hidden;
  bottom: 20px;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.navigation > li:hover > a, .navigation > li.current > a {
  color: #3B3838;
}
.navigation > li:hover > a:before, .navigation > li.current > a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.navigation > li.current > a {
  font-weight: 700;
}
.navigation > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.navigation ul.level1 {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 260px;
  margin: 0 0 0 -130px;
  padding: 23px 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navigation ul.level1 ul.level2 {
  display: none;
}
.navigation ul.level1 > li {
  display: block;
}
.navigation ul.level1 > li > a {
  display: block;
  margin: 0;
  padding: 7px 0;
  color: #3B3838;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation ul.level1 > li:hover > a, .navigation ul.level1 > li.current > a {
  color: #01ADF9;
}

/* @end */
/* @group responsive navigation */
.navi_open .menu_left_wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
  -moz-transform: perspective(1px) translate3d(0, 0, 0);
  -o-transform: perspective(1px) translate3d(0, 0, 0);
  transform: perspective(1px) translate3d(0, 0, 0);
}

.menu_left_wrap {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: 77%;
  max-width: 400px;
  height: 100%;
  opacity: 1;
  background: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(1px) translate3d(100%, 0, 0);
  -moz-transform: perspective(1px) translate3d(100%, 0, 0);
  -o-transform: perspective(1px) translate3d(100%, 0, 0);
  transform: perspective(1px) translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu_left_wrap .menu_left_inner {
  padding: 100px 50px;
}
.menu_left_wrap div.language_switcher {
  margin: 0;
  padding: 0;
  color: #DFE4E4;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu_left_wrap div.language_switcher .language_dropdown,
.menu_left_wrap div.language_switcher .current_language {
  display: inline-block;
}
.menu_left_wrap div.language_switcher .language_dropdown > a,
.menu_left_wrap div.language_switcher .current_language > a {
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  color: #8597A2;
}
.menu_left_wrap div.language_switcher .current_language > a {
  color: #3B3838;
  font-weight: 500;
}
.menu_left_wrap .login_button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  margin: 30px 0 -15px;
}
.menu_left_wrap .login_button.active, .menu_left_wrap .login_button:hover, .menu_left_wrap .login_button:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .menu_left_wrap .login_button {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.menu_left_wrap .navigation {
  float: none;
  margin: 34px 0;
  padding: 0;
}
.menu_left_wrap .navigation > li {
  float: none;
  clear: both;
  margin: 0;
}
.menu_left_wrap .navigation > li a {
  font-size: 22px;
  line-height: 26px;
  padding: 8px 0;
  font-weight: 700;
}
.menu_left_wrap .navigation > li a:before {
  display: none;
}
.menu_left_wrap .navigation > li:hover > a, .menu_left_wrap .navigation > li.current > a {
  color: #01ADF9;
}
.menu_left_wrap .navigation ul.level1 {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  text-align: left;
}
.menu_left_wrap .navigation ul.level1 > li > a {
  padding: 6px 0;
  font-weight: 400;
}
.menu_left_wrap .meta-navigation {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}
.menu_left_wrap .meta-navigation > li {
  display: block;
  list-style: none;
  padding: 7px 0;
}
.menu_left_wrap .meta-navigation > li a {
  display: block;
  color: #3B3838;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu_left_wrap .meta-navigation > li:hover > a, .menu_left_wrap .meta-navigation > li.current > a {
  color: #01ADF9;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
}
.portlet .portlet_inner {
  position: relative;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet .portlet_content_introduction > *:last-child {
  margin-bottom: 0;
}
.portlet .portlet-entry-subtitle,
.portlet .portlet_listing_subtitle,
.portlet .portlet_content_subtitle {
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
}
.portlet .portlet-entry-subtitle:hover,
.portlet .portlet_listing_subtitle:hover,
.portlet .portlet_content_subtitle:hover {
  color: #249FFC;
}
@media print {
  .portlet .portlet-entry-subtitle,
  .portlet .portlet_listing_subtitle,
  .portlet .portlet_content_subtitle {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .portlet .portlet-entry-subtitle,
  .portlet .portlet_listing_subtitle,
  .portlet .portlet_content_subtitle {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .portlet .portlet-entry-subtitle,
  .portlet .portlet_listing_subtitle,
  .portlet .portlet_content_subtitle {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .portlet .portlet-entry-subtitle,
  .portlet .portlet_listing_subtitle,
  .portlet .portlet_content_subtitle {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.portlet a.portlet_content_link,
.portlet a.portlet_listing_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
}
.portlet a.portlet_content_link.active, .portlet a.portlet_content_link:hover, .portlet a.portlet_content_link:focus,
.portlet a.portlet_listing_link.active,
.portlet a.portlet_listing_link:hover,
.portlet a.portlet_listing_link:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .portlet a.portlet_content_link,
  .portlet a.portlet_listing_link {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.portlet * + a.portlet_content_link {
  margin-top: 15px;
}
.portlet ul.controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px;
  background: #E0E5E5;
  z-index: 30;
}
.portlet ul.controls li, .portlet ul.controls a {
  color: #3B3838;
  width: auto;
  height: auto;
  margin: 0;
}
.portlet ul.controls li i.fa, .portlet ul.controls a i.fa {
  margin: 0 5px;
}
.portlet ul.controls li:hover, .portlet ul.controls a:hover {
  color: #01ADF9;
}

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

.add_portlet input.action_button,
.portlets a.add_portlet_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  margin: 0 0 30px;
  clear: both;
}
.add_portlet input.action_button.active, .add_portlet input.action_button:hover, .add_portlet input.action_button:focus,
.portlets a.add_portlet_link.active,
.portlets a.add_portlet_link:hover,
.portlets a.add_portlet_link:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .add_portlet input.action_button,
  .portlets a.add_portlet_link {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}

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

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

.add_portlet select {
  background: #ECF1F1;
  border-color: #ECF1F1;
}

#add_portlet_price_tabs .portlet_inner,
#add_portlet_three_columns_blue .portlet_inner,
#add_portlet_three_columns_white .portlet_inner {
  padding: 20px;
}

#add_portlet_price_tabs {
  background: #ffffff;
  max-width: 50%;
}

#add_portlet_bottom .title_wrap {
  float: none;
}
#add_portlet_bottom .add_portlet {
  max-width: 440px;
}

/* @end */
/* @group home header portlet */
.home_header_portlet .portlet {
  color: #ffffff;
}
.home_header_portlet .portlet .portlet_text_wrap {
  position: absolute;
  top: 84px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 600px;
  margin-left: -364px;
  z-index: 10;
}
.home_header_portlet .portlet .portlet_content_subtitle {
  color: #ffffff;
}
.home_header_portlet .portlet .portlet_content_subtitle:hover {
  color: #ffffff;
}
.home_header_portlet .portlet .portlet_content_introduction,
.home_header_portlet .portlet h3.portlet-title,
.home_header_portlet .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  margin: 0 !important;
  color: #ffffff;
}
.home_header_portlet .portlet .portlet_content_introduction:hover,
.home_header_portlet .portlet h3.portlet-title:hover,
.home_header_portlet .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .home_header_portlet .portlet .portlet_content_introduction,
  .home_header_portlet .portlet h3.portlet-title,
  .home_header_portlet .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .home_header_portlet .portlet .portlet_content_introduction,
  .home_header_portlet .portlet h3.portlet-title,
  .home_header_portlet .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .home_header_portlet .portlet .portlet_content_introduction,
  .home_header_portlet .portlet h3.portlet-title,
  .home_header_portlet .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .home_header_portlet .portlet .portlet_content_introduction,
  .home_header_portlet .portlet h3.portlet-title,
  .home_header_portlet .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.home_header_portlet .portlet .portlet_content_introduction:hover,
.home_header_portlet .portlet h3.portlet-title:hover,
.home_header_portlet .portlet h3.portlet-title a:hover {
  color: #ffffff;
}
.home_header_portlet .portlet .portlet_content_introduction {
  font-weight: 300;
}
.home_header_portlet .portlet .portlet_content_introduction > *:last-child {
  margin-bottom: 0;
}
.home_header_portlet .portlet .portlet_content_description {
  margin: 64px 0 0;
}
.home_header_portlet .portlet .pictures {
  position: relative;
  pointer-events: none;
  z-index: 5;
}
.home_header_portlet .portlet .pictures:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 186px;
  background: -moz-linear-gradient(left, #00569A 0%, rgba(0, 86, 154, 0) 100%);
  background: -webkit-linear-gradient(left, #00569A 0%, rgba(0, 86, 154, 0) 100%);
  background: linear-gradient(to right, #00569A 0%, rgba(0, 86, 154, 0) 100%);
  z-index: 5;
}
.home_header_portlet .portlet .pictures:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 186px;
  height: 100%;
  display: block;
  background: #00569A;
  bottom: 0;
}
.home_header_portlet .portlet .pictures img {
  object-fit: cover;
  min-height: 390px;
}
.home_header_portlet .portlet .content_button {
  display: inline-block;
  margin: 0 18px 18px 0;
}
.home_header_portlet .portlet .content_button + .content_button a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  color: #ffffff;
  background: none;
  border-color: #ffffff;
}
.home_header_portlet .portlet .content_button + .content_button a.active, .home_header_portlet .portlet .content_button + .content_button a:hover, .home_header_portlet .portlet .content_button + .content_button a:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .home_header_portlet .portlet .content_button + .content_button a {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
.home_header_portlet .portlet .content_button + .content_button a:focus, .home_header_portlet .portlet .content_button + .content_button a:hover {
  color: #0077D7;
  background: #ffffff;
  border-color: #ffffff;
}
.home_header_portlet .portlet * + a.portlet_content_link {
  margin: 20px 0 0;
}
.home_header_portlet .portlet ul.controls {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 450px;
  left: 50%;
  margin-left: 120px;
}

/* @end */
/* @group portlet header banner */
.header_banner_wrap {
  background: #0077D7;
  background: url(../img/blue_dark_bg.jpg) no-repeat right top #0077D7;
  background-size: 1440px;
}
.header_banner_wrap .portlet {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 112px;
  padding-bottom: 100px;
  color: #ffffff;
}
@media print {
  .header_banner_wrap .portlet {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header_banner_wrap .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header_banner_wrap .portlet .portlet_inner {
  padding-left: 186px;
}
@media print {
  .header_banner_wrap .portlet .portlet_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header_banner_wrap .portlet .portlet_inner {
    padding-left: 0;
  }
}
.header_banner_wrap .portlet .portlet_content_subtitle {
  color: #ffffff;
}
.header_banner_wrap .portlet .portlet_content_subtitle:hover {
  color: #ffffff;
}
.header_banner_wrap .portlet .portlet_content_introduction,
.header_banner_wrap .portlet h3.portlet-title,
.header_banner_wrap .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  margin: 0 !important;
  color: #ffffff;
}
.header_banner_wrap .portlet .portlet_content_introduction:hover,
.header_banner_wrap .portlet h3.portlet-title:hover,
.header_banner_wrap .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .header_banner_wrap .portlet .portlet_content_introduction,
  .header_banner_wrap .portlet h3.portlet-title,
  .header_banner_wrap .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header_banner_wrap .portlet .portlet_content_introduction,
  .header_banner_wrap .portlet h3.portlet-title,
  .header_banner_wrap .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .header_banner_wrap .portlet .portlet_content_introduction,
  .header_banner_wrap .portlet h3.portlet-title,
  .header_banner_wrap .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .header_banner_wrap .portlet .portlet_content_introduction,
  .header_banner_wrap .portlet h3.portlet-title,
  .header_banner_wrap .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.header_banner_wrap .portlet .portlet_content_introduction:hover,
.header_banner_wrap .portlet h3.portlet-title:hover,
.header_banner_wrap .portlet h3.portlet-title a:hover {
  color: #ffffff;
}
.header_banner_wrap .portlet .portlet_content_introduction {
  font-weight: 300;
}
.header_banner_wrap .portlet .portlet_content_introduction > *:last-child {
  margin-bottom: 0;
}
.header_banner_wrap .portlet .portlet_content_description {
  margin: 20px 0 0;
}
.header_banner_wrap .portlet a.portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #ffffff;
}
.header_banner_wrap .portlet a.portlet_content_link:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header_banner_wrap .portlet a.portlet_content_link:focus, .header_banner_wrap .portlet a.portlet_content_link:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.header_banner_wrap .portlet a.portlet_content_link:focus:before, .header_banner_wrap .portlet a.portlet_content_link:hover:before {
  right: -10px;
}
.header_banner_wrap .portlet a.portlet_content_link:hover {
  color: #249FFC;
}
.header_banner_wrap .portlet * + a.portlet_content_link {
  margin: 20px 0 0;
}
.header_banner_wrap .portlet .pictures {
  display: none;
}
.header_banner_wrap .portlet ul.controls li {
  display: none;
}
.header_banner_wrap .portlet ul.controls li.portlet-edit-link {
  display: block;
}

/* @end */
/* @group footer banner portlet */
.section_registration,
.footer_banner_wrap {
  background: #01ADF9;
}
.section_registration .portlet,
.footer_banner_wrap .portlet {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 58px;
  padding-bottom: 52px;
  color: #ffffff;
  text-align: center;
}
@media print {
  .section_registration .portlet,
  .footer_banner_wrap .portlet {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_registration .portlet,
  .footer_banner_wrap .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_registration .portlet .portlet_content_subtitle,
.footer_banner_wrap .portlet .portlet_content_subtitle {
  color: #ffffff;
}
.section_registration .portlet .portlet_content_subtitle:hover,
.footer_banner_wrap .portlet .portlet_content_subtitle:hover {
  color: #ffffff;
}
.section_registration .portlet .portlet_content_introduction,
.section_registration .portlet h3.portlet-title,
.section_registration .portlet h3.portlet-title a,
.footer_banner_wrap .portlet .portlet_content_introduction,
.footer_banner_wrap .portlet h3.portlet-title,
.footer_banner_wrap .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  margin: 0 !important;
  color: #ffffff;
}
.section_registration .portlet .portlet_content_introduction:hover,
.section_registration .portlet h3.portlet-title:hover,
.section_registration .portlet h3.portlet-title a:hover,
.footer_banner_wrap .portlet .portlet_content_introduction:hover,
.footer_banner_wrap .portlet h3.portlet-title:hover,
.footer_banner_wrap .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .section_registration .portlet .portlet_content_introduction,
  .section_registration .portlet h3.portlet-title,
  .section_registration .portlet h3.portlet-title a,
  .footer_banner_wrap .portlet .portlet_content_introduction,
  .footer_banner_wrap .portlet h3.portlet-title,
  .footer_banner_wrap .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_registration .portlet .portlet_content_introduction,
  .section_registration .portlet h3.portlet-title,
  .section_registration .portlet h3.portlet-title a,
  .footer_banner_wrap .portlet .portlet_content_introduction,
  .footer_banner_wrap .portlet h3.portlet-title,
  .footer_banner_wrap .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_registration .portlet .portlet_content_introduction,
  .section_registration .portlet h3.portlet-title,
  .section_registration .portlet h3.portlet-title a,
  .footer_banner_wrap .portlet .portlet_content_introduction,
  .footer_banner_wrap .portlet h3.portlet-title,
  .footer_banner_wrap .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_registration .portlet .portlet_content_introduction,
  .section_registration .portlet h3.portlet-title,
  .section_registration .portlet h3.portlet-title a,
  .footer_banner_wrap .portlet .portlet_content_introduction,
  .footer_banner_wrap .portlet h3.portlet-title,
  .footer_banner_wrap .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_registration .portlet .portlet_content_introduction:hover,
.section_registration .portlet h3.portlet-title:hover,
.section_registration .portlet h3.portlet-title a:hover,
.footer_banner_wrap .portlet .portlet_content_introduction:hover,
.footer_banner_wrap .portlet h3.portlet-title:hover,
.footer_banner_wrap .portlet h3.portlet-title a:hover {
  color: #ffffff;
}
.section_registration .portlet a,
.footer_banner_wrap .portlet a {
  color: #ffffff;
}
.section_registration .portlet a:hover,
.footer_banner_wrap .portlet a:hover {
  color: #0077D7;
}
.section_registration .portlet .portlet_content_introduction,
.footer_banner_wrap .portlet .portlet_content_introduction {
  font-weight: 300;
}
.section_registration .portlet .portlet_content_introduction > *:last-child,
.footer_banner_wrap .portlet .portlet_content_introduction > *:last-child {
  margin-bottom: 0;
}
.section_registration .portlet .portlet_content_description,
.footer_banner_wrap .portlet .portlet_content_description {
  margin: 20px 0 0;
}
.section_registration .portlet a.portlet_content_link,
.footer_banner_wrap .portlet a.portlet_content_link {
  background: #00569A;
  margin: 46px 0 0;
}
.section_registration .portlet a.portlet_content_link:hover,
.footer_banner_wrap .portlet a.portlet_content_link:hover {
  color: #ffffff;
  background: #385471;
}
.section_registration .portlet .pictures,
.footer_banner_wrap .portlet .pictures {
  display: none;
}
.section_registration .portlet ul.controls li,
.footer_banner_wrap .portlet ul.controls li {
  display: none;
}
.section_registration .portlet ul.controls li.portlet-edit-link,
.footer_banner_wrap .portlet ul.controls li.portlet-edit-link {
  display: block;
}

/* @end */
/* @group portlet registration (with form) */
.section_registration:before {
  display: none !important;
}
.section_registration .portlet {
  text-align: left;
}
.section_registration .portlet .portlet_inner {
  padding-left: 186px;
}
@media print {
  .section_registration .portlet .portlet_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_registration .portlet .portlet_inner {
    padding-left: 0;
  }
}
.section_registration .portlet + .registration_form_wrap {
  display: block;
}
.section_registration .registration_form_wrap {
  display: none;
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  margin-top: -15px;
  padding-bottom: 52px;
}
@media print {
  .section_registration .registration_form_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_registration .registration_form_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_registration .registration_form_wrap .inner_wrap {
  padding-left: 186px;
  margin-right: -21px;
}
@media print {
  .section_registration .registration_form_wrap .inner_wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_registration .registration_form_wrap .inner_wrap {
    padding-left: 0;
  }
}
.section_registration .registration_form_wrap .form_element {
  display: inline-block;
  margin: 0 -2px 0 0;
  padding: 0 20px 0 0;
  width: 21.7%;
  box-sizing: border-box;
}
.section_registration .registration_form_wrap .form_element.email_wrap {
  width: 36.2%;
}
.section_registration .registration_form_wrap .form_element.button_wrap {
  width: 19.6%;
  max-width: 220px;
  float: right;
  margin-top: 31px;
}
.section_registration .registration_form_wrap label {
  color: #ffffff;
}
.section_registration .registration_form_wrap input {
  box-shadow: none;
}
.section_registration .registration_form_wrap input:hover, .section_registration .registration_form_wrap input:focus {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.section_registration .registration_form_wrap input.button {
  width: 100%;
  background: #00569A;
  padding-left: 10px;
  padding-right: 10px;
}
.section_registration .registration_form_wrap input.button:hover, .section_registration .registration_form_wrap input.button:focus {
  background: #00569A;
  box-shadow: none;
}

/* @end */
/* @group portlet search */
.portlet_search {
  margin: 0 0 34px;
}
.portlet_search .portlet_inner:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #385471;
  right: 31px;
  font-weight: 700;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.portlet_search h3.portlet-title {
  display: none;
}
.portlet_search input {
  display: inline-block;
  width: calc(100% - 110px);
  margin: 0;
  padding: 32px 41px;
  font: 300 17px/30px "Ubuntu", Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  color: #DFE4E4;
  background: #00569A;
  border: 0;
  outline: 0;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  .portlet_search input {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .portlet_search input {
    font-size: 15px;
    line-height: 25px;
  }
}
.portlet_search input::-webkit-input-placeholder {
  color: #DFE4E4;
  opacity: 1;
}
.portlet_search input::-moz-placeholder {
  color: #DFE4E4;
  opacity: 1;
}
.portlet_search input:-ms-input-placeholder {
  color: #DFE4E4;
  opacity: 1;
}
.portlet_search input:-moz-placeholder {
  color: #DFE4E4;
  opacity: 1;
}
.portlet_search input:hover, .portlet_search input:focus {
  background: #004881;
}
.portlet_search input.search_button {
  float: right;
  width: 88px;
  background: #ffffff;
  font-size: 0;
  cursor: pointer;
}
.portlet_search input.search_button:hover, .portlet_search input.search_button:focus {
  background: rgba(255, 255, 255, 0.8);
}
.portlet_search .live_search_results {
  display: none !important;
}

.content .search {
  margin: 50px 0 0;
}
.content .search .search_item_wrap {
  position: relative;
  margin: 0 0 44px;
  padding: 0;
  background: #fff;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content .search .search_item_wrap .pictures {
  float: left;
  width: 352px;
}
.content .search .search_item_wrap .pictures .picture img,
.content .search .search_item_wrap .pictures .picture {
  display: block;
  width: 100%;
  height: auto;
}
.content .search .search_item_wrap .search_item {
  color: #8597A2;
  padding: 25px 25px 28px;
  overflow: hidden;
}
.content .search .search_item_wrap .search_item_introduction {
  font: 300 17px/30px "Ubuntu", Arial, Verdana, sans-serif;
  color: #8597A2;
  font-weight: 700;
  margin: 0 0 5px 0;
}
@media print {
  .content .search .search_item_wrap .search_item_introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .content .search .search_item_wrap .search_item_introduction {
    font-size: 15px;
    line-height: 25px;
  }
}
.content .search .search_item_wrap .search_item_introduction > *:last-child {
  margin-bottom: 0;
}
.content .search .search_item_wrap .search_item_details {
  display: none;
}

.highlighting {
  background: rgba(1, 173, 249, 0.3);
}

/* @end */
/* @group four columns (top + bottom) */
.section_four_columns {
  background: #ffffff;
}
.section_four_columns > .portlet {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 85px;
  margin-bottom: -60px;
}
@media print {
  .section_four_columns > .portlet {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_four_columns > .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_four_columns > .portlet .portlet_inner {
  padding-left: 186px;
}
@media print {
  .section_four_columns > .portlet .portlet_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_four_columns > .portlet .portlet_inner {
    padding-left: 0;
  }
}
.section_four_columns > .portlet .portlet_inner:before {
  position: relative;
  content: "Boxen in 4-Spalten:";
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #3B3838;
  display: none;
  width: auto;
  margin: 0 0 40px;
  padding: 7px 14px;
  background: #E0E5E5;
  border-radius: 2px;
}
@media print {
  .section_four_columns > .portlet .portlet_inner:before {
    font-size: 13px;
    line-height: 20px;
  }
}
.logged_in .section_four_columns > .portlet .portlet_inner:before {
  display: inline-block;
}
.section_four_columns > .portlet .portlet_title_wrap {
  width: 50%;
  float: left;
  padding-right: 60px;
  box-sizing: border-box;
}
.section_four_columns > .portlet .portlet_content_description,
.section_four_columns > .portlet .portlet_content_introduction {
  float: right;
  width: 50%;
  padding-right: 110px;
  box-sizing: border-box;
}
.section_four_columns > .portlet h3.portlet-title,
.section_four_columns > .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  margin: 0 !important;
}
.section_four_columns > .portlet h3.portlet-title:hover,
.section_four_columns > .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .section_four_columns > .portlet h3.portlet-title,
  .section_four_columns > .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_four_columns > .portlet h3.portlet-title,
  .section_four_columns > .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_four_columns > .portlet h3.portlet-title,
  .section_four_columns > .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_four_columns > .portlet h3.portlet-title,
  .section_four_columns > .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_four_columns > .portlet .portlet_content_introduction {
  color: #3B3838;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 25px;
}
.section_four_columns > .portlet .portlet_content_introduction > *:last-chlid {
  margin-bottom: 0;
}
@media print {
  .section_four_columns > .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_four_columns > .portlet .portlet_content_introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .section_four_columns > .portlet .portlet_content_introduction {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}
.section_four_columns > .portlet .pictures {
  display: none;
}
.section_four_columns > .portlet ul.controls li {
  display: none;
}
.section_four_columns > .portlet ul.controls li.portlet-edit-link {
  display: block;
}
.section_four_columns .portlets {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 92px;
  padding-bottom: 48px;
}
@media print {
  .section_four_columns .portlets {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_four_columns .portlets {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_four_columns .portlets .portlets_inner_wrap {
  padding-left: 186px;
}
@media print {
  .section_four_columns .portlets .portlets_inner_wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_four_columns .portlets .portlets_inner_wrap {
    padding-left: 0;
  }
}
.section_four_columns .portlets .portlet {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 0 44px 44px 0;
  box-sizing: border-box;
}
.section_four_columns .portlets .portlet .portlet_content_introduction {
  font-weight: 500;
  margin: 0 0 10px;
}
.section_four_columns .portlets .portlet .pictures {
  margin: 0 0 15px;
}
.section_four_columns .portlets .portlet .pictures .picture + .picture {
  display: none;
}
.section_four_columns .portlets .portlet .portlet_content_subtitle {
  margin: 0 0 5px;
}
.section_four_columns .portlets .portlet a.portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #3B3838;
}
.section_four_columns .portlets .portlet a.portlet_content_link:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_four_columns .portlets .portlet a.portlet_content_link:focus, .section_four_columns .portlets .portlet a.portlet_content_link:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.section_four_columns .portlets .portlet a.portlet_content_link:focus:before, .section_four_columns .portlets .portlet a.portlet_content_link:hover:before {
  right: -10px;
}
.section_four_columns .portlets .portlet a.portlet_content_link:hover, .section_four_columns .portlets .portlet a.portlet_content_link:focus {
  color: #8597A2;
}
.section_four_columns .portlets .portlet.icon .portlet_text_wrap {
  position: relative;
}
.section_four_columns .portlets .portlet.icon .portlet_text_wrap:before {
  content: "\f5a0";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
  text-transform: none;
  color: #01ADF9;
  position: relative;
  height: 56px;
  font-weight: 300;
  margin: 7px 0 20px;
}
.section_four_columns .portlets .portlet.icon.bed .portlet_text_wrap:before {
  content: "\f236";
}
.section_four_columns .portlets .portlet.icon.idea .portlet_text_wrap:before {
  content: "\f672";
}
.section_four_columns .portlets .portlet.icon.speech .portlet_text_wrap:before {
  content: "\f4b6";
}
.section_four_columns .portlets .portlet.icon.user .portlet_text_wrap:before {
  content: "\f82d";
}
.section_four_columns .portlets .portlet.icon.presentation .portlet_text_wrap:before {
  content: "\f51c";
}
.section_four_columns .portlets .portlet.icon.certificate .portlet_text_wrap:before {
  content: "\f5f3";
}

/* @end */
/* @group section three columns (blue + white) */
.section_three_columns {
  background: #ffffff;
}
.section_three_columns > .portlet {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 108px;
  margin-bottom: -31px;
}
@media print {
  .section_three_columns > .portlet {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_three_columns > .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_three_columns > .portlet .portlet_inner {
  padding-left: 186px;
}
@media print {
  .section_three_columns > .portlet .portlet_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_three_columns > .portlet .portlet_inner {
    padding-left: 0;
  }
}
.section_three_columns > .portlet .portlet_inner:before {
  position: relative;
  content: "Boxen in 3-Spalten:";
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #3B3838;
  display: none;
  width: auto;
  margin: 0 0 40px;
  padding: 7px 14px;
  background: #E0E5E5;
  border-radius: 2px;
}
@media print {
  .section_three_columns > .portlet .portlet_inner:before {
    font-size: 13px;
    line-height: 20px;
  }
}
.logged_in .section_three_columns > .portlet .portlet_inner:before {
  display: inline-block;
}
.section_three_columns > .portlet .portlet_title_wrap {
  width: 50%;
  float: left;
  padding-right: 9%;
  box-sizing: border-box;
}
.section_three_columns > .portlet .portlet_content_description,
.section_three_columns > .portlet .portlet_content_introduction {
  float: right;
  width: 50%;
  padding-right: 9%;
  box-sizing: border-box;
}
.section_three_columns > .portlet h3.portlet-title,
.section_three_columns > .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  margin: 0 !important;
}
.section_three_columns > .portlet h3.portlet-title:hover,
.section_three_columns > .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .section_three_columns > .portlet h3.portlet-title,
  .section_three_columns > .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_three_columns > .portlet h3.portlet-title,
  .section_three_columns > .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_three_columns > .portlet h3.portlet-title,
  .section_three_columns > .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_three_columns > .portlet h3.portlet-title,
  .section_three_columns > .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_three_columns > .portlet .portlet_content_introduction {
  color: #3B3838;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 25px;
}
.section_three_columns > .portlet .portlet_content_introduction > *:last-chlid {
  margin-bottom: 0;
}
@media print {
  .section_three_columns > .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_three_columns > .portlet .portlet_content_introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .section_three_columns > .portlet .portlet_content_introduction {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}
.section_three_columns > .portlet .pictures {
  display: none;
}
.section_three_columns > .portlet ul.controls li {
  display: none;
}
.section_three_columns > .portlet ul.controls li.portlet-edit-link {
  display: block;
}
.section_three_columns .portlets {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 100px;
  padding-bottom: 87px;
}
@media print {
  .section_three_columns .portlets {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_three_columns .portlets {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_three_columns .portlets .portlets_inner_wrap {
  padding-left: 186px;
  margin-right: -44px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
@media print {
  .section_three_columns .portlets .portlets_inner_wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_three_columns .portlets .portlets_inner_wrap {
    padding-left: 0;
  }
}
.section_three_columns .portlets .portlet {
  display: inline-block;
  width: 33.33%;
  padding: 0 44px 44px 0;
  vertical-align: top;
  box-sizing: border-box;
}
.section_three_columns .portlets .portlet .portlet_inner {
  height: 100%;
  background: #ffffff;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
}
.section_three_columns .portlets .portlet .portlet_text_wrap {
  padding: 25px 25px 28px;
}
.section_three_columns .portlets .portlet .portlet_content_subtitle {
  margin: 0 0 5px;
}
.section_three_columns .portlets .portlet h3.portlet-title,
.section_three_columns .portlets .portlet h3.portlet-title a {
  color: #385471;
  margin: 0 0 12px;
}
.section_three_columns .portlets .portlet h3.portlet-title:hover,
.section_three_columns .portlets .portlet h3.portlet-title a:hover {
  color: #385471;
}
.section_three_columns .portlets .portlet .portlet_content_introduction {
  font-weight: 700;
  margin: -9px 0 17px 0;
}
.section_three_columns .portlets .portlet a.portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #0077D7;
}
.section_three_columns .portlets .portlet a.portlet_content_link:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_three_columns .portlets .portlet a.portlet_content_link:focus, .section_three_columns .portlets .portlet a.portlet_content_link:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.section_three_columns .portlets .portlet a.portlet_content_link:focus:before, .section_three_columns .portlets .portlet a.portlet_content_link:hover:before {
  right: -10px;
}
.section_three_columns .portlets .portlet a.portlet_content_link:hover {
  color: #8597A2;
}
.section_three_columns.blue {
  background: #0077D7;
}
.section_three_columns.blue > .portlet {
  color: #DFE4E4;
}
.section_three_columns.blue > .portlet .portlet_content_introduction,
.section_three_columns.blue > .portlet h3.portlet-title,
.section_three_columns.blue > .portlet h3.portlet-title a {
  color: #DFE4E4;
}
.section_three_columns.blue > .portlet .portlet_content_introduction:hover,
.section_three_columns.blue > .portlet h3.portlet-title:hover,
.section_three_columns.blue > .portlet h3.portlet-title a:hover {
  color: #DFE4E4;
}
.section_three_columns.blue > .portlet a:hover {
  color: #DFE4E4;
}
.section_three_columns.blue .portlets .portlet .pictures a.resource_link:before {
  mix-blend-mode: screen;
}
.section_three_columns.blue .portlets .portlet .pictures a.resource_link img {
  mix-blend-mode: unset;
}

/* @end */
/* @group section portlets right */
.section_portlets_right {
  background: #ffffff;
}
.section_portlets_right .section_inner_wrap {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 193px;
  padding-bottom: 116px;
}
@media print {
  .section_portlets_right .section_inner_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_portlets_right .section_inner_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_portlets_right .section_inner_wrap .section_inner {
  padding-left: 186px;
}
@media print {
  .section_portlets_right .section_inner_wrap .section_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_portlets_right .section_inner_wrap .section_inner {
    padding-left: 0;
  }
}
.section_portlets_right .section_inner_wrap .section_inner:before {
  position: relative;
  content: "Kleine Boxen rechts:";
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #3B3838;
  display: none;
  width: auto;
  margin: 0 0 40px;
  padding: 7px 14px;
  background: #E0E5E5;
  border-radius: 2px;
}
@media print {
  .section_portlets_right .section_inner_wrap .section_inner:before {
    font-size: 13px;
    line-height: 20px;
  }
}
.logged_in .section_portlets_right .section_inner_wrap .section_inner:before {
  display: inline-block;
}
.section_portlets_right .section_inner > .portlet {
  float: left;
  width: 50%;
  padding-right: 9%;
  box-sizing: border-box;
}
.section_portlets_right .section_inner > .portlet:before {
  position: relative;
  content: "Grosse Box links:";
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #3B3838;
  display: none;
  width: auto;
  margin: 0 0 40px;
  padding: 7px 14px;
  background: #E0E5E5;
  border-radius: 2px;
}
@media print {
  .section_portlets_right .section_inner > .portlet:before {
    font-size: 13px;
    line-height: 20px;
  }
}
.logged_in .section_portlets_right .section_inner > .portlet:before {
  display: inline-block;
}
.section_portlets_right .section_inner > .portlet h3.portlet-title,
.section_portlets_right .section_inner > .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
}
.section_portlets_right .section_inner > .portlet h3.portlet-title:hover,
.section_portlets_right .section_inner > .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .section_portlets_right .section_inner > .portlet h3.portlet-title,
  .section_portlets_right .section_inner > .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_portlets_right .section_inner > .portlet h3.portlet-title,
  .section_portlets_right .section_inner > .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_portlets_right .section_inner > .portlet h3.portlet-title,
  .section_portlets_right .section_inner > .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_portlets_right .section_inner > .portlet h3.portlet-title,
  .section_portlets_right .section_inner > .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_portlets_right .section_inner > .portlet .portlet_content_introduction {
  color: #3B3838;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 25px;
}
.section_portlets_right .section_inner > .portlet .portlet_content_introduction > *:last-chlid {
  margin-bottom: 0;
}
@media print {
  .section_portlets_right .section_inner > .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_portlets_right .section_inner > .portlet .portlet_content_introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .section_portlets_right .section_inner > .portlet .portlet_content_introduction {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}
.section_portlets_right .section_inner > .portlet .pictures {
  display: none;
}
.section_portlets_right .section_inner > .portlet ul.controls li {
  display: none;
}
.section_portlets_right .section_inner > .portlet ul.controls li.portlet-edit-link {
  display: block;
}
.section_portlets_right .portlets {
  overflow: hidden;
}
.section_portlets_right .portlets .portlet + .portlet {
  margin-top: 45px;
}
.section_portlets_right .portlets .portlet .pictures {
  float: left;
  width: 150px;
  margin: 9px 20px 9px 0;
}
.section_portlets_right .portlets .portlet .portlet_text_wrap {
  overflow: hidden;
}
.section_portlets_right .portlets .portlet .portlet_content_subtitle {
  margin: 0 0 10px;
}
.section_portlets_right .portlets .portlet h3.portlet-title,
.section_portlets_right .portlets .portlet h3.portlet-title a {
  color: #385471;
  font-weight: 700;
  margin: 0;
}
.section_portlets_right .portlets .portlet h3.portlet-title:hover,
.section_portlets_right .portlets .portlet h3.portlet-title a:hover {
  color: #385471;
}
.section_portlets_right .portlets .portlet .portlet_content_introduction {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 400;
  margin: 0;
  color: #8597A2;
  font-weight: 300;
}
.section_portlets_right .portlets .portlet .portlet_content_introduction:hover {
  color: #3B3838;
}
@media print {
  .section_portlets_right .portlets .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .section_portlets_right .portlets .portlet .portlet_content_introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}
.section_portlets_right .portlets .portlet .portlet_content_introduction:hover {
  color: #8597A2;
}
.section_portlets_right .portlets .portlet .portlet_content_description {
  margin: 15px 0 0;
}
.section_portlets_right .portlets .portlet a.portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #0077D7;
}
.section_portlets_right .portlets .portlet a.portlet_content_link:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_portlets_right .portlets .portlet a.portlet_content_link:focus, .section_portlets_right .portlets .portlet a.portlet_content_link:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.section_portlets_right .portlets .portlet a.portlet_content_link:focus:before, .section_portlets_right .portlets .portlet a.portlet_content_link:hover:before {
  right: -10px;
}
.section_portlets_right .portlets .portlet a.portlet_content_link:hover {
  color: #8597A2;
}

/* @end */
/* @group section portlets bottom */
.section_portlets_bottom {
  background: #ffffff;
}
.section_portlets_bottom .portlets:before {
  position: relative;
  content: "Grosse Boxen (Text / Auflistung):";
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #3B3838;
  display: none;
  width: auto;
  margin: 0 0 40px;
  padding: 7px 14px;
  background: #E0E5E5;
  border-radius: 2px;
  margin: 30px;
}
@media print {
  .section_portlets_bottom .portlets:before {
    font-size: 13px;
    line-height: 20px;
  }
}
.logged_in .section_portlets_bottom .portlets:before {
  display: inline-block;
}
.section_portlets_bottom .portlets .add_portlet_link {
  margin: 0 30px 30px;
}
.section_portlets_bottom .portlets .portlet {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 128px;
  padding-bottom: 87px;
  /*
  			ul.controls li {
  				display: none;

  				&.portlet-edit-link {
  					display: block;
  				}
  			}
  */
}
@media print {
  .section_portlets_bottom .portlets .portlet {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_portlets_bottom .portlets .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_portlets_bottom .portlets .portlet .portlet_inner {
  padding-left: 186px;
}
@media print {
  .section_portlets_bottom .portlets .portlet .portlet_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_portlets_bottom .portlets .portlet .portlet_inner {
    padding-left: 0;
  }
}
.section_portlets_bottom .portlets .portlet .portlet_text {
  overflow: hidden;
}
.section_portlets_bottom .portlets .portlet h3.portlet-title,
.section_portlets_bottom .portlets .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
}
.section_portlets_bottom .portlets .portlet h3.portlet-title:hover,
.section_portlets_bottom .portlets .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .section_portlets_bottom .portlets .portlet h3.portlet-title,
  .section_portlets_bottom .portlets .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_portlets_bottom .portlets .portlet h3.portlet-title,
  .section_portlets_bottom .portlets .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_portlets_bottom .portlets .portlet h3.portlet-title,
  .section_portlets_bottom .portlets .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_portlets_bottom .portlets .portlet h3.portlet-title,
  .section_portlets_bottom .portlets .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_portlets_bottom .portlets .portlet .portlet_listing_introduction,
.section_portlets_bottom .portlets .portlet .portlet_content_introduction {
  color: #3B3838;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 25px;
}
.section_portlets_bottom .portlets .portlet .portlet_listing_introduction > *:last-chlid,
.section_portlets_bottom .portlets .portlet .portlet_content_introduction > *:last-chlid {
  margin-bottom: 0;
}
@media print {
  .section_portlets_bottom .portlets .portlet .portlet_listing_introduction,
  .section_portlets_bottom .portlets .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_portlets_bottom .portlets .portlet .portlet_listing_introduction,
  .section_portlets_bottom .portlets .portlet .portlet_content_introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .section_portlets_bottom .portlets .portlet .portlet_listing_introduction,
  .section_portlets_bottom .portlets .portlet .portlet_content_introduction {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 108px -44px 0 0;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin: 0 0 44px;
  padding: 0 44px 0 0;
  box-sizing: border-box;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-entry-inline {
  position: relative;
  height: 100%;
  background: #fff;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-entry-inline:hover {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-entry-inline:hover h2, .section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-entry-inline:hover h2 a {
  color: #01ADF9;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-content-container {
  display: flex;
  flex-flow: column nowrap;
  padding: 25px 25px 28px;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-content-container > * {
  order: 2;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-content-container > .portlet-entry-subtitle {
  order: 1;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-entry-subtitle {
  margin: 0 0 12px;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-entry-subtitle:empty {
  display: none;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry h2, .section_portlets_bottom .portlets .portlet .portlet-listing-entry h2 a {
  font-weight: 500;
  color: #385471;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry h2:hover, .section_portlets_bottom .portlets .portlet .portlet-listing-entry h2 a:hover {
  color: #385471;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-entry-introduction {
  font: 300 17px/30px "Ubuntu", Arial, Verdana, sans-serif;
  color: #8597A2;
  font-weight: 700;
  margin: 0 0 5px 0;
}
@media print {
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-entry-introduction {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-entry-introduction {
    font-size: 15px;
    line-height: 25px;
  }
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-entry-introduction > *:last-child {
  margin-bottom: 0;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .pictures {
  float: none;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
}
.section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-more {
  display: none;
}

/* @end */
/* @group section testimonial slider */
.section_testimonial_slider {
  background: #E0E5E5;
}
.section_testimonial_slider .portlet {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 134px;
  padding-bottom: 144px;
}
@media print {
  .section_testimonial_slider .portlet {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_testimonial_slider .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_testimonial_slider .portlet .portlet_inner {
  padding-left: 186px;
}
@media print {
  .section_testimonial_slider .portlet .portlet_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_testimonial_slider .portlet .portlet_inner {
    padding-left: 0;
  }
}
.section_testimonial_slider .portlet .portlet_inner:before {
  position: relative;
  content: "Testimonial-Slider";
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #3B3838;
  display: none;
  width: auto;
  margin: 0 0 40px;
  padding: 7px 14px;
  background: #E0E5E5;
  border-radius: 2px;
  background: #ffffff;
}
@media print {
  .section_testimonial_slider .portlet .portlet_inner:before {
    font-size: 13px;
    line-height: 20px;
  }
}
.logged_in .section_testimonial_slider .portlet .portlet_inner:before {
  display: inline-block;
}
.section_testimonial_slider .portlet .portlet_text_wrap > * {
  display: none;
}
.section_testimonial_slider .portlet .portlet_text_wrap > .bx-wrapper,
.section_testimonial_slider .portlet .portlet_text_wrap > .portlet-listing-entry-wrap {
  display: block;
}
.section_testimonial_slider .portlet h3.portlet-title,
.section_testimonial_slider .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
}
.section_testimonial_slider .portlet h3.portlet-title:hover,
.section_testimonial_slider .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .section_testimonial_slider .portlet h3.portlet-title,
  .section_testimonial_slider .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_testimonial_slider .portlet h3.portlet-title,
  .section_testimonial_slider .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_testimonial_slider .portlet h3.portlet-title,
  .section_testimonial_slider .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_testimonial_slider .portlet h3.portlet-title,
  .section_testimonial_slider .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_testimonial_slider .portlet .portlet_listing_introduction {
  color: #3B3838;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 25px;
}
.section_testimonial_slider .portlet .portlet_listing_introduction > *:last-chlid {
  margin-bottom: 0;
}
@media print {
  .section_testimonial_slider .portlet .portlet_listing_introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_testimonial_slider .portlet .portlet_listing_introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .section_testimonial_slider .portlet .portlet_listing_introduction {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}
.section_testimonial_slider .portlet ul.controls {
  background: #ffffff;
}
.section_testimonial_slider .portlet ul.controls li {
  display: none;
}
.section_testimonial_slider .portlet ul.controls li.portlet-edit-link {
  display: block;
}
.section_testimonial_slider .portlet.portlet_listing .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 47px 220px 119px 57px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
}
.section_testimonial_slider .portlet.portlet_listing .bx-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  width: 44px;
  height: 100%;
  display: block;
  background: #3B3838;
  right: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
}
.section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  padding-left: 43px;
}
.section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry:hover {
  color: #3B3838;
}
@media print {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
  position: relative;
}
.section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline:before {
  content: "«";
  display: block;
  font-size: 120px;
  line-height: 70px;
  color: #DFE4E4;
  margin: 0 0 39px -43px;
}
.section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2, .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2 a {
  position: relative;
  color: #249FFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 21px;
  padding: 0;
}
.section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2:hover, .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2 a:hover {
  color: #249FFC;
}
@media print {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2, .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2 a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2, .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2 a {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2, .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2 a {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2, .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry h2 a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry a:hover {
  color: #3B3838;
}

/* @end */
/* @group price tabs */
.section_price_tabs {
  background: #ECF1F1;
}
.section_price_tabs > .portlet {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 108px;
  margin-bottom: -31px;
}
@media print {
  .section_price_tabs > .portlet {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_price_tabs > .portlet {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_price_tabs > .portlet .portlet_inner {
  padding-left: 186px;
}
@media print {
  .section_price_tabs > .portlet .portlet_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_price_tabs > .portlet .portlet_inner {
    padding-left: 0;
  }
}
.section_price_tabs > .portlet .portlet_inner:before {
  position: relative;
  content: "Boxen in 3-Spalten:";
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #3B3838;
  display: none;
  width: auto;
  margin: 0 0 40px;
  padding: 7px 14px;
  background: #E0E5E5;
  border-radius: 2px;
}
@media print {
  .section_price_tabs > .portlet .portlet_inner:before {
    font-size: 13px;
    line-height: 20px;
  }
}
.logged_in .section_price_tabs > .portlet .portlet_inner:before {
  display: inline-block;
}
.section_price_tabs > .portlet .portlet_title_wrap {
  width: 50%;
  float: left;
  padding-right: 9%;
  box-sizing: border-box;
}
.section_price_tabs > .portlet .portlet_content_description,
.section_price_tabs > .portlet .portlet_content_introduction {
  float: right;
  width: 50%;
  padding-right: 9%;
  box-sizing: border-box;
}
.section_price_tabs > .portlet h3.portlet-title,
.section_price_tabs > .portlet h3.portlet-title a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  margin: 0 !important;
}
.section_price_tabs > .portlet h3.portlet-title:hover,
.section_price_tabs > .portlet h3.portlet-title a:hover {
  color: #3B3838;
}
@media print {
  .section_price_tabs > .portlet h3.portlet-title,
  .section_price_tabs > .portlet h3.portlet-title a {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_price_tabs > .portlet h3.portlet-title,
  .section_price_tabs > .portlet h3.portlet-title a {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_price_tabs > .portlet h3.portlet-title,
  .section_price_tabs > .portlet h3.portlet-title a {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_price_tabs > .portlet h3.portlet-title,
  .section_price_tabs > .portlet h3.portlet-title a {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_price_tabs > .portlet .portlet_content_introduction {
  color: #3B3838;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 25px;
}
.section_price_tabs > .portlet .portlet_content_introduction > *:last-chlid {
  margin-bottom: 0;
}
@media print {
  .section_price_tabs > .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .section_price_tabs > .portlet .portlet_content_introduction {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .section_price_tabs > .portlet .portlet_content_introduction {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}
.section_price_tabs > .portlet .pictures {
  display: none;
}
.section_price_tabs > .portlet ul.controls li {
  display: none;
}
.section_price_tabs > .portlet ul.controls li.portlet-edit-link {
  display: block;
}
.section_price_tabs .tab_list_wrap {
  padding-left: 186px;
  text-align: center;
}
@media print {
  .section_price_tabs .tab_list_wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_price_tabs .tab_list_wrap {
    padding-left: 0;
  }
}
.section_price_tabs .tab_list_wrap .tab_list {
  display: inline-block;
  margin: 0 0 66px;
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
}
.section_price_tabs .tab_list_wrap .tab_list li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  padding: 17px 25px;
  color: #385471;
  font-weight: 500;
  border-radius: 27px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_price_tabs .tab_list_wrap .tab_list li:hover {
  color: #01ADF9;
}
.section_price_tabs .tab_list_wrap .tab_list li.current {
  color: #ffffff;
  background: #0077D7;
}
.section_price_tabs .portlets {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 100px;
  padding-bottom: 87px;
}
@media print {
  .section_price_tabs .portlets {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_price_tabs .portlets {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_price_tabs .portlets .portlets_inner_wrap {
  padding-left: 186px;
}
@media print {
  .section_price_tabs .portlets .portlets_inner_wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_price_tabs .portlets .portlets_inner_wrap {
    padding-left: 0;
  }
}
.section_price_tabs .portlets .portlet {
  display: none;
}
.section_price_tabs .portlets .portlet h3.portlet-title {
  display: none;
}
.section_price_tabs .portlets .portlet a.portlet_content_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #8597A2;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  border: 0;
  letter-spacing: inherit;
  text-transform: none;
  background: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #0077D7;
}
.section_price_tabs .portlets .portlet a.portlet_content_link:before {
  content: "\f178";
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  text-transform: none;
  color: inherit;
  right: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_price_tabs .portlets .portlet a.portlet_content_link:focus, .section_price_tabs .portlets .portlet a.portlet_content_link:hover {
  border: 0;
  color: #249FFC;
  background: none;
}
.section_price_tabs .portlets .portlet a.portlet_content_link:focus:before, .section_price_tabs .portlets .portlet a.portlet_content_link:hover:before {
  right: -10px;
}
.section_price_tabs .portlets .portlet a.portlet_content_link:hover {
  color: #8597A2;
}
.section_price_tabs .portlets .portlet.show {
  display: block;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry-wrap {
  margin-right: -44px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry {
  display: inline-block;
  width: 33.33%;
  padding: 0 44px 44px 0;
  line-height: 24px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline {
  position: relative;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline:hover {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.25);
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline:hover .portlet-listing-more {
  background: #0183bc;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container {
  display: flex;
  flex-flow: row wrap;
  padding: 37px 30px 195px;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container > * {
  order: 2;
  width: 100%;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container > h2 {
  order: 1;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2, .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2 a {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 400;
  color: #385471;
  margin: 0 0 12px;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2:hover, .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2 a:hover {
  color: #3B3838;
}
@media print {
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2, .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2 a {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2, .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2 a {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2:hover, .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry h2 a:hover {
  color: #385471;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction {
  position: relative;
  color: #3B3838;
  text-decoration: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  padding: 0;
  color: #385471;
  margin: 0 0 55px;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction:hover {
  color: #3B3838;
}
@media print {
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction:hover {
  color: #385471;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction > *:last-child {
  margin-bottom: 0;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-tags {
  font-weight: 500;
  margin: -4px 0 22px;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-content {
  text-align: left;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-content ul li + li {
  margin-top: 8px;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-content ul + p {
  margin-top: 31px;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-link {
  display: none;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to left, #0077D7 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top center;
  background-size: 16px 1px;
  background-repeat: repeat-x;
  margin: 0;
  padding: 44px 30px;
  box-sizing: border-box;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
}
.section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more.active, .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more:hover, .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}

/* @end */
/* @group Temporary: Special portlet height style for main portlet on home page */
#portlet_content_21 .resource_container,
#portlet_content_21 .pictures img {
  min-height: 550px;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group images */
.picture .resource_subtitle {
  display: none;
}

.pictures.float_left,
.pictures.float_left_with_clear {
  float: left;
}

.pictures.float_right,
.pictures.float_right_with_clear {
  float: right;
}

.pictures.float_left .picture,
.pictures.float_right .picture,
.pictures.float_right_with_clear .picture,
.pictures.float_left_with_clear .picture,
.pictures.float_left .picture img,
.pictures.float_right .picture img,
.pictures.float_right_with_clear .picture img,
.pictures.float_left_with_clear .picture img {
  display: block;
  width: 100%;
  height: auto;
}

.pictures.standard {
  margin: 63px 0 24px;
  padding: 0;
}
.pictures.standard .picture + .picture {
  margin-top: 38px;
}
.pictures.standard .picture span.resource_background {
  display: block;
  box-shadow: 0 14px 53px -16px rgba(0, 0, 0, 0.15);
}
.pictures.standard .picture img {
  display: block;
  width: 100%;
  height: auto;
}
.pictures.standard .resource_subtitle {
  display: none;
}
.pictures.standard .resource_description {
  display: block;
  position: relative;
  background: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 22px;
  color: #8597A2;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 0;
}
.pictures.standard .resource_description h2 {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #8597A2;
  font-weight: 400;
  margin: 0;
}

.pictures.pictures_left {
  display: inline-block;
  width: 43.2%;
  background: #ECF1F1;
  vertical-align: top;
}
.pictures.pictures_left .picture {
  display: block;
  float: none;
}
.pictures.pictures_left .picture + .picture {
  margin-top: 20px;
}
.pictures.pictures_left .picture img {
  display: block;
  width: 100%;
  height: auto;
}

.pictures.gallery {
  clear: both;
  position: relative;
  width: auto;
  margin: 0 -44px 0 0;
  z-index: 10;
}
.pictures.gallery .picture {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 30px 30px;
  padding: 0 44px 0 0;
}
.pictures.gallery .picture span,
.pictures.gallery .picture a {
  display: block;
}
.pictures.gallery .picture span.resource_subtitle {
  display: none;
}
.pictures.gallery .picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* @end */
/* @group documents */
.documents {
  margin: 0 0 30px;
  padding: 10px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: 16px 12px 0 0;
}
.documents .document a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  color: #ffffff;
  font: 700 14px/19px "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #01ADF9;
  border-radius: 0;
  border: 1px solid #01ADF9;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
  font: 300 15px/22px "Ubuntu", Arial, Verdana, sans-serif;
  line-height: 18px;
  padding-left: 70px;
  color: #3B3838;
  text-transform: none;
  letter-spacing: normal;
  background: #ffffff;
  border-color: #DFE4E4;
}
.documents .document a.active, .documents .document a:hover, .documents .document a:focus {
  color: #ffffff;
  background: #0183bc;
  border: 1px solid #0183bc;
}
@media screen and (max-width: 750px) {
  .documents .document a {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 1px;
  }
}
@media print {
  .documents .document a {
    font-size: 13px;
    line-height: 20px;
  }
}
.documents .document a i {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 54px;
  font-size: 20px;
  line-height: 52px;
  color: #ffffff;
  background: #01ADF9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.documents .document a:focus, .documents .document a:hover {
  color: #ffffff;
  background: #01ADF9;
  border-color: #01ADF9;
}
.documents .document a:focus i, .documents .document a:hover i {
  background: #0183bc;
}
@media screen and (max-width: 750px) {
  .documents .document a {
    padding-left: 50px;
  }
  .documents .document a i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
.documents .document a i {
  display: none;
}
.documents .document a:before {
  content: "\f381";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 54px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  bottom: -1px;
  width: 54px;
  font-weight: 700;
  background: #01ADF9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.documents .document a:hover:before, .documents .document a:focus:before {
  background: #0183bc;
}

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

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media screen and (max-width: 1520px) {
  .header div.language_switcher {
    margin: 7px 220px 0 20px;
  }
  .navigation > li {
    margin: 0 0 0 18px;
  }
  .navigation > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .header_banner_wrap,
  .mod_listing.mod_action_show_entry #siteframe {
    background-size: contain;
  }
}
@media screen and (max-width: 1340px) {
  .header div.language_switcher {
    margin: 7px 200px 0 15px;
  }
  .header .login_button {
    padding: 17px 18px;
  }
  .navigation > li {
    margin: 0 0 0 16px;
  }
  .navigation > li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .scroll_navigation_wrap {
    display: none;
  }
  .menu_left_toggle {
    display: block !important;
    top: 53px;
    right: 20px;
  }
  .header {
    padding: 20px 0;
  }
  .header.headroom--unpinned {
    top: -108px;
  }
  .header .header_inner {
    padding: 0 20px;
  }
  .header div#logo {
    width: 170px;
    margin: 1px 0;
  }
  .header .login_button {
    margin: 0;
    top: 25px;
    right: 55px;
  }
  #siteframe {
    padding: 108px 0 0;
  }
  body.logged_in.with_panel_big #siteframe {
    padding: 108px 0 0;
  }
  .menu_left_wrap .menu_left_inner {
    padding: 42px 50px;
  }
  .menu_left_wrap .meta_wrap {
    padding: 30px 0 0;
    border-top: 1px solid #DFE4E4;
  }
  .content_wrap {
    padding-top: 50px;
    padding-bottom: 39px;
  }
  .content ul.tags li {
    margin: 10px 15px 0 0;
  }
  .footer {
    padding: 20px;
    line-height: 22px;
  }
  .footer .footer_boxes .portlet h3.portlet-title,
  .footer .footer_boxes .portlet h3.portlet-title a {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .footer .footer_boxes .portlet.portlet_listing a.portlet_listing_link {
    line-height: 22px;
  }
  .footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry {
    margin: 0 0 10px;
  }
  .footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry h2, .footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry h2 a {
    line-height: 22px;
  }
  .footer .footer_boxes .portlet.portlet_quicklinks .quicklink_item {
    margin: 0 0 10px;
  }
  .footer .copy {
    margin: 30px 0 0;
    padding: 20px 0 0;
  }
  .footer .copy li {
    margin: 0 0 0 20px;
  }
  .cooperation_logos_wrap {
    padding: 9px 20px;
  }
  .cooperation_logos_wrap .cooperation_logos > div.label {
    margin: 0 0 0 0;
  }
  .header_banner_wrap .portlet {
    padding-top: 50px;
    padding-bottom: 46px;
  }
  .header_banner_wrap .portlet * + a.portlet_content_link {
    margin-top: 0;
  }
  .section_portlets_bottom .portlets .portlet {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry-wrap {
    margin: 40px -20px 0 0;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry {
    margin: 0 0 25px;
    padding: 0 20px 0 0;
  }
  .section_registration .portlet a.portlet_content_link,
  .footer_banner_wrap .portlet a.portlet_content_link {
    margin: 20px 0 0;
  }
  .portlet_search {
    margin: 0 0 30px;
  }
  .portlet_search .portlet_inner:before {
    font-size: 20px;
    line-height: 20px;
    right: 24px;
  }
  .portlet_search input {
    width: calc(100% - 85px);
    padding: 22px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }
  .portlet_search input.search_button {
    width: 66px;
  }
  .home_header_portlet .portlet .portlet_text_wrap {
    left: 40px;
    top: 30px;
    width: 500px;
    margin-left: 0;
  }
  .home_header_portlet .portlet .portlet_content_description {
    margin: 30px 0 0;
  }
  .home_header_portlet .portlet .content_button {
    margin: 0 15px 15px 0;
  }
  .section_registration .registration_form_wrap {
    margin-top: -20px;
    padding-bottom: 60px;
  }
  .section_registration .registration_form_wrap .inner_wrap {
    margin-right: -20px;
  }
  .section_registration .registration_form_wrap .form_element {
    width: 25% !important;
    margin-right: -3px;
  }
  .section_registration .registration_form_wrap .form_element.button_wrap {
    max-width: none;
    float: none;
    margin-top: 31px;
  }
  .section_four_columns > .portlet {
    padding-top: 60px;
    margin-bottom: -40px;
  }
  .section_four_columns > .portlet .portlet_title_wrap {
    padding-right: 40px;
  }
  .section_four_columns > .portlet .portlet_content_description,
  .section_four_columns > .portlet .portlet_content_introduction {
    padding-right: 60px;
  }
  .section_four_columns .portlets {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .section_four_columns .portlets .portlet {
    padding: 0 20px 20px 0;
  }
  .section_four_columns .portlets .portlet .portlet_content_introduction {
    margin: 0 0 8px;
  }
  .section_portlets_right .section_inner_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_portlets_right .portlets {
    overflow: hidden;
  }
  .section_portlets_right .portlets .portlet + .portlet {
    margin-top: 35px;
  }
  .section_three_columns > .portlet {
    padding-top: 90px;
    margin-bottom: -31px;
  }
  .section_three_columns .portlets {
    padding-top: 80px;
    padding-bottom: 67px;
  }
  .section_three_columns .portlets .portlets_inner_wrap {
    margin-right: -20px;
  }
  .section_three_columns .portlets .portlet {
    padding: 0 20px 20px 0;
  }
  .section_three_columns .portlets .portlet .portlet_content_introduction {
    margin: -9px 0 10px 0;
  }
  .section_price_tabs > .portlet {
    padding-top: 90px;
    margin-bottom: -31px;
  }
  .section_price_tabs .tab_list_wrap .tab_list {
    margin: 0 0 45px;
  }
  .section_price_tabs .tab_list_wrap .tab_list li {
    padding: 14px 20px;
  }
  .section_price_tabs .portlets {
    padding-top: 80px;
    padding-bottom: 67px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry-wrap {
    margin-right: -20px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry {
    padding: 0 20px 20px 0;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container {
    padding: 25px 25px 175px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction {
    margin: 0 0 35px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-tags {
    margin: -9px 0 20px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-content ul + p {
    margin-top: 25px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more-wrap {
    padding: 40px 25px;
  }
  .section_testimonial_slider .portlet {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_testimonial_slider .portlet.portlet_listing .bx-wrapper {
    padding: 35px 120px 100px 45px;
  }
  .section_testimonial_slider .portlet.portlet_listing .bx-wrapper:before {
    width: 30px;
  }
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry {
    padding-left: 35px;
  }
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline:before {
    font-size: 110px;
    margin: 0 0 35px -35px;
  }
  .bx-wrapper .bx-pager.bx-default-pager {
    padding: 0 0 20px 90px;
  }
  #mod_overview,
  #mixItUp {
    padding: 40px 0 0;
  }
  .listing_entry,
  .overview_item {
    margin: 0 0 30px;
    padding: 0;
  }
  .listing_entry .subtitle,
  .overview_item .subtitle {
    margin: 0 0 5px;
  }
  .listing_entry_backlink a {
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
  }
  .pagination {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .listing_property_filter form > * {
    width: calc(33.33% - 23px);
    margin: 0 20px 0 0;
  }
  .mod_listing.mod_action_show_entry #siteframe {
    background-position: right 108px;
  }
  #google_map {
    margin: 40px 0 40px;
    height: 550px;
  }
  .program_listing {
    margin: 40px 0 0;
  }
  .program_listing .program_group {
    padding: 0;
  }
  .program_listing .program_group + .program_group {
    margin-top: 40px;
  }
  .program_listing .program_group .date_wrap {
    margin: 0;
    padding: 19px 20px;
    font-size: 22px;
    line-height: 28px;
  }
  .program_listing .program_entry {
    padding: 0;
  }
  .program_listing .program_entry .entry_inner:before {
    right: 330px;
  }
  .program_listing .program_entry .entry_right,
  .program_listing .program_entry .entry_left {
    padding-right: 120px;
    width: calc(100% - 310px);
  }
  .program_listing .program_entry .entry_right {
    width: 310px;
    padding: 0 0 0 20px;
  }
  .program_listing .program_entry .details > div,
  .program_listing .program_entry .details > span {
    margin: 5px 18px 0 0;
    padding: 0 0 0 20px;
  }
  .program_listing .program_entry .price {
    right: 20px;
  }
  .program_listing .program_entry .checkboxes .checkbox + .checkbox {
    margin-top: 10px;
  }
  .program_listing .program_entry .checkboxes .checkbox input {
    margin: 0 0 0 15px;
  }
  .program_listing .program_entry .checkboxes .checkbox label .lang {
    margin: 0 20px 0 0;
  }
  .program_listing .program_entry .entry_inner:before {
    right: 265px;
  }
  .program_listing .program_entry .entry_left {
    width: calc(100% - 250px);
  }
  .program_listing .program_entry .entry_right {
    width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .title_wrap {
    float: none;
    clear: both;
    width: auto;
    padding: 0;
  }
  .title_wrap + .text {
    float: none;
    clear: both;
    max-width: none;
  }
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6, ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6, ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6, .table_wrap_container + h2,
  .table_wrap_container + h3,
  .table_wrap_container + h4,
  .table_wrap_container + h5,
  .table_wrap_container + h6 {
    margin-top: 27px;
  }
  .pictures.standard {
    margin: 60px -20px 24px 0;
  }
  .pictures.standard .picture {
    width: 50%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
  }
  .pictures.standard .picture + .picture {
    margin: 0;
  }
  .introduction .content_button a {
    margin-top: 0;
  }
  .footer .footer_boxes .portlet {
    width: 50%;
    padding-bottom: 30px;
  }
  .footer .footer_boxes .portlet:nth-child(2n+1) {
    clear: left;
  }
  .footer .footer_boxes .portlet.portlet_listing .portlet-listing-entry {
    margin: 0 0 7px;
  }
  .footer .footer_boxes .portlet.portlet_quicklinks .quicklink_item {
    margin: 0 0 7px;
  }
  .footer .copy {
    margin: 0;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry-wrap {
    margin-top: 10px;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry {
    width: 50%;
  }
  .home_header_portlet .portlet .portlet_text_wrap {
    left: 30px;
    top: 20px;
    width: 460px;
    margin-left: 0;
  }
  .section_registration .registration_form_wrap {
    padding-bottom: 40px;
  }
  .section_registration .registration_form_wrap .form_element {
    width: 50% !important;
    margin-right: -3px;
    padding-bottom: 20px;
  }
  .section_four_columns > .portlet {
    padding-top: 50px;
    margin-bottom: -40px;
  }
  .section_four_columns > .portlet .portlet_title_wrap,
  .section_four_columns > .portlet .portlet_content_description,
  .section_four_columns > .portlet .portlet_content_introduction {
    float: none;
    clear: both;
    width: auto;
    padding-right: 0;
  }
  .section_four_columns > .portlet h3.portlet-title,
  .section_four_columns > .portlet h3.portlet-title a {
    margin-bottom: 15px !important;
  }
  .section_four_columns .portlets {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .section_four_columns .portlets .portlet {
    width: 50%;
    padding: 0 20px 25px 0;
  }
  .section_four_columns .portlets .portlet.icon .portlet_text_wrap {
    position: relative;
  }
  .section_four_columns .portlets .portlet.icon .portlet_text_wrap:before {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0 0 15px;
  }
  .section_portlets_right .section_inner_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section_portlets_right .section_inner > .portlet {
    float: none;
    width: auto;
    padding: 0 0 15px;
  }
  .section_portlets_right .portlets .portlet + .portlet {
    margin-top: 25px;
  }
  .section_three_columns > .portlet {
    padding-top: 65px;
    margin-bottom: -20px;
  }
  .section_three_columns > .portlet .portlet_content_description,
  .section_three_columns > .portlet .portlet_content_introduction,
  .section_three_columns > .portlet .portlet_title_wrap {
    width: auto;
    float: none;
    padding-right: 0;
  }
  .section_three_columns > .portlet h3.portlet-title,
  .section_three_columns > .portlet h3.portlet-title a {
    margin: 0 0 20px !important;
  }
  .section_three_columns > .portlet .portlet_text_wrap > .portlet_content_introduction {
    margin-bottom: 0;
  }
  .section_three_columns .portlets {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .section_three_columns .portlets .portlets_inner_wrap {
    margin-right: -20px;
  }
  .section_three_columns .portlets .portlet {
    padding: 0 20px 20px 0;
  }
  .section_three_columns .portlets .portlet .portlet_text_wrap {
    padding: 15px;
  }
  .section_price_tabs > .portlet {
    padding-top: 65px;
    margin-bottom: -20px;
  }
  .section_price_tabs > .portlet .portlet_content_description,
  .section_price_tabs > .portlet .portlet_content_introduction,
  .section_price_tabs > .portlet .portlet_title_wrap {
    width: auto;
    float: none;
    padding-right: 0;
  }
  .section_price_tabs > .portlet h3.portlet-title,
  .section_price_tabs > .portlet h3.portlet-title a {
    margin: 0 0 20px !important;
  }
  .section_price_tabs > .portlet .portlet_text_wrap > .portlet_content_introduction {
    margin-bottom: 0;
  }
  .section_price_tabs .tab_list_wrap {
    margin-top: -20px;
  }
  .section_price_tabs .tab_list_wrap .tab_list {
    margin: 0 0 35px;
  }
  .section_price_tabs .portlets {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry-wrap {
    margin-right: -20px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry {
    padding: 0 20px 20px 0;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container {
    padding: 20px 20px 155px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more-wrap {
    padding: 35px 20px;
  }
  .listing_property_filter {
    margin: -20px 0 60px;
  }
  .listing_property_filter form > * {
    width: calc(50% - 23px);
    margin: 0 20px 20px 0;
  }
  .listing_property_filter form > .listing_search_wrap {
    width: calc(100% - 23px);
    margin-bottom: 0;
  }
  .listing_property_filter form .listing_reset_filter {
    margin-right: 23px;
  }
  .listing_detail_wrap .content_inner > .text {
    padding: 45px 40px 15px;
  }
  .listing_detail_wrap .introduction {
    margin: -5px 0 35px;
  }
  #google_map {
    margin: 40px 0 20px;
    height: 400px;
  }
  .program_listing {
    margin: 30px 0 0;
  }
  .program_listing .program_group .date_wrap {
    padding: 17px 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .program_listing .program_entry {
    padding: 0;
  }
  .program_listing .program_entry .entry_inner:before {
    right: 330px;
  }
  .program_listing .program_entry .entry_left {
    padding-right: 20px;
  }
  .program_listing .program_entry .price {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: none;
    clear: both;
    display: block;
    margin: 10px 0 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .program_listing .program_entry .entry_inner:before {
    right: 265px;
  }
}
@media screen and (max-width: 900px) {
  .cooperation_logos_wrap {
    padding: 9px 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .cooperation_logos_wrap .description {
    padding: 7px 0 0;
  }
  .cooperation_logos_wrap .cooperation_logos > div {
    margin: 0 0 0 6px;
  }
  .cooperation_logos_wrap .cooperation_logos > div img {
    height: 34px;
  }
  .cooperation_logos_wrap .cooperation_logos > div.label {
    font-weight: 500;
    margin: 0 3px 0 0;
    padding: 7px 0 0;
  }
}
@media screen and (max-width: 850px) {
  .section_three_columns .portlets .portlet {
    width: 50%;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .menu_left_toggle {
    top: 37px;
  }
  .header {
    padding: 10px 0;
  }
  .header.headroom--unpinned {
    top: -92px;
  }
  .header div#logo {
    width: 140px;
  }
  .header .login_button {
    top: 18px;
  }
  #siteframe {
    padding: 76px 0 0;
  }
  body.logged_in.with_panel_big #siteframe {
    padding: 76px 0 0;
  }
  .menu_left_wrap .menu_left_inner {
    padding: 35px 30px;
  }
  .content_wrap {
    padding-top: 40px;
    padding-bottom: 29px;
  }
  .documents {
    margin: 0 0 20px;
    padding: 0;
  }
  .documents .document a:before {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .pictures.standard {
    margin: 40px -20px 0 0;
  }
  .footer {
    margin: 0;
    border-bottom: 0;
  }
  .cooperation_logos_wrap {
    position: relative;
    padding: 15px 20px;
  }
  .cooperation_logos_wrap .description {
    float: none;
    clear: both;
    padding: 0;
  }
  .cooperation_logos_wrap .cooperation_logos {
    float: none;
    clear: both;
    text-align: left;
    padding: 10px 0 0;
  }
  .cooperation_logos_wrap .cooperation_logos > div {
    margin: 0 6px 0 0;
  }
  .cooperation_logos_wrap .cooperation_logos > div.label {
    display: block;
    margin: 0 0 8px;
    padding: 0;
  }
  .header_banner_wrap .portlet {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .header_banner_wrap .portlet * + a.portlet_content_link {
    margin-top: 0;
  }
  .section_portlets_bottom .portlets .portlet {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section_registration .portlet,
  .footer_banner_wrap .portlet {
    padding-top: 44px;
    padding-bottom: 40px;
  }
  .section_registration .portlet .portlet_content_description,
  .footer_banner_wrap .portlet .portlet_content_description {
    margin: 15px 0 0;
  }
  .section_registration .portlet a.portlet_content_link,
  .footer_banner_wrap .portlet a.portlet_content_link {
    margin: 10px 0 0;
  }
  .section_registration .registration_form_wrap {
    padding-bottom: 30px;
  }
  .section_registration .registration_form_wrap .form_element.button_wrap {
    margin-top: 25px;
    vertical-align: top;
  }
  .portlet_search .portlet_inner:before {
    font-size: 16px;
    line-height: 16px;
    right: 18px;
  }
  .portlet_search input {
    width: calc(100% - 65px);
    padding: 15px 15px;
    font-size: 15px;
    line-height: 22px;
  }
  .portlet_search input.search_button {
    width: 52px;
  }
  .home_header_portlet .portlet .portlet_text_wrap {
    left: 20px;
    bottom: 10px;
    width: 370px;
  }
  .home_header_portlet .portlet .portlet_content_description {
    margin: 21px 0 0;
  }
  .section_four_columns > .portlet {
    padding-top: 40px;
    margin-bottom: -30px;
  }
  .section_four_columns .portlets {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section_four_columns .portlets .portlet {
    padding: 0 20px 25px 0;
  }
  .section_portlets_right .section_inner_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_portlets_right .section_inner > .portlet {
    padding: 0 0 5px;
  }
  .section_portlets_right .portlets .portlet + .portlet {
    margin-top: 20px;
  }
  .section_portlets_right .portlets .portlet .pictures {
    width: 25%;
  }
  .section_three_columns > .portlet {
    padding-top: 45px;
    margin-bottom: -10px;
  }
  .section_three_columns .portlets {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .section_price_tabs > .portlet {
    padding-top: 45px;
    margin-bottom: -10px;
  }
  .section_price_tabs .tab_list_wrap {
    margin-top: 0;
  }
  .section_price_tabs .tab_list_wrap .tab_list {
    margin: 0 0 25px;
  }
  .section_price_tabs .tab_list_wrap .tab_list li {
    font-size: 12px;
    line-height: 18px;
    padding: 9px 14px;
  }
  .section_price_tabs .portlets {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-content-container {
    padding: 20px 20px 120px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-introduction {
    margin: 0 0 20px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-entry-tags {
    margin: -9px 0 15px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry .portlet-listing-more-wrap {
    padding: 30px 20px;
  }
  .section_testimonial_slider .portlet {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section_testimonial_slider .portlet.portlet_listing .bx-wrapper {
    padding: 10px 60px 60px 20px;
  }
  .section_testimonial_slider .portlet.portlet_listing .bx-wrapper:before {
    width: 25px;
  }
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry {
    padding-left: 25px;
  }
  .section_testimonial_slider .portlet.portlet_listing .portlet-listing-entry .portlet-listing-entry-inline:before {
    font-size: 70px;
    margin: 0 0 10px -25px;
  }
  .bx-wrapper .bx-pager.bx-default-pager {
    padding: 0 0 10px 43px;
  }
  .section_registration input,
  .listing_property_filter select,
  .listing_property_filter input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  #management .search_in_history .search_input,
  .login_form input {
    padding: 8px 13px 7px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 8px 54px 7px 13px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__arrow,
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 39px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__arrow:before,
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    line-height: 39px;
    font-size: 20px;
  }
  .select2-results__option {
    padding: 8px 13px 7px !important;
  }
  .listing_property_filter form input {
    height: 39px;
  }
  .listing_property_filter form > .listing_search_wrap:after {
    height: 39px;
  }
  .listing_property_filter form .listing_search_buttons,
  .listing_property_filter form .listing_search_filter {
    width: calc(100% - 39px);
  }
  .listing_property_filter form .listing_search_buttons {
    width: 39px;
  }
  .listing_property_filter form .listing_search_buttons:before {
    font-size: 14px;
    line-height: 14px;
  }
  .listing_property_filter form .select2-container .select2-selection--multiple {
    height: 39px;
  }
  .listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 7px 3px;
    padding-right: 45px;
  }
  .listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__rendered:before {
    line-height: 39px;
    width: 39px;
  }
  .listing_property_filter form .select2-container .select2-selection--multiple input.select2-search__field {
    margin: 3px 0 0 6px;
  }
  .listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__choice {
    margin: 2px 4px 2px 0;
    padding: 5px 6px;
    padding-right: 22px;
    font-size: 12px;
    line-height: 12px;
  }
  .listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    top: 6px;
    right: 13px;
  }
  .listing_property_filter form .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
    font-size: 11px;
    line-height: 11px;
  }
  .mod_listing.mod_action_show_entry #siteframe {
    background-position: right 92px;
  }
  .listing_detail_wrap .content_inner > .text {
    order: 1;
    padding: 25px 20px 10px;
    box-sizing: border-box;
  }
  .listing_detail_wrap .content_inner .pictures_left + .text {
    display: block;
    max-width: none;
  }
  .listing_detail_wrap .content_inner .pictures_left {
    order: 2;
  }
  .listing_detail_wrap .introduction {
    margin: -5px 0 20px;
  }
  .pictures.pictures_left {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .pictures.pictures_left .picture {
    display: inline-block;
    float: none;
    width: 50%;
    margin: 0 -1px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .pictures.pictures_left .picture:only-of-type {
    width: 100%;
  }
  .pictures.pictures_left .picture + .picture {
    margin-top: 0;
  }
  .program_listing .program_group .date_wrap {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 24px;
  }
  .program_listing .program_entry {
    padding: 0;
  }
  .program_listing .program_entry .entry_inner:before {
    display: none;
  }
  .program_listing .program_entry .entry_right,
  .program_listing .program_entry .entry_left {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .program_listing .program_entry .entry_right {
    margin-top: 20px;
  }
  .program_listing .program_entry .price {
    margin-top: 7px;
  }
  .program_listing .program_entry .checkboxes {
    text-align: left !important;
  }
  .program_listing .program_entry .checkboxes .checkbox + .checkbox {
    margin-top: 6px;
  }
  .program_listing .program_entry .checkboxes .checkbox input {
    float: left;
    margin: 0 15px 0 0;
  }
  .program_listing .program_entry .checkboxes .checkbox label {
    padding: 0;
  }
  .program_listing .program_entry .checkboxes .checkbox label:after, .program_listing .program_entry .checkboxes .checkbox label:before {
    left: 1px;
    right: auto;
  }
  .program_listing .program_entry .checkboxes .checkbox label .lang {
    width: auto;
    text-align: left;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .pictures.standard .picture {
    width: 100%;
  }
  .footer .footer_boxes .portlet {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer .copy > li:last-child {
    float: none;
    vertical-align: 1px;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry-wrap {
    margin-top: 0;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry {
    width: 100%;
  }
  .home_header_portlet .portlet .portlet_text_wrap {
    left: 20px;
    right: 20px;
    bottom: 10px;
    max-width: 370px;
    width: auto;
  }
  .home_header_portlet .portlet .portlet_content_description {
    margin: 21px 0 0;
  }
  .section_registration .portlet {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section_registration .registration_form_wrap {
    margin-top: -10px;
    padding-bottom: 15px;
  }
  .section_registration .registration_form_wrap .form_element {
    width: 100% !important;
  }
  .section_registration .registration_form_wrap .form_element.button_wrap {
    margin-top: 5px;
    vertical-align: top;
  }
  .section_four_columns .portlets {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .section_four_columns .portlets .portlet {
    width: 100%;
    padding: 0 20px 40px 0;
  }
  .section_three_columns .portlets .portlet {
    width: 100%;
  }
  .section_price_tabs .tab_list_wrap {
    margin-top: 0;
  }
  .section_price_tabs .tab_list_wrap .tab_list {
    margin: 0 0 25px;
  }
  .section_price_tabs .tab_list_wrap .tab_list li {
    font-size: 10px;
    line-height: 16px;
    padding: 7px 10px;
  }
  .section_price_tabs .tab_list_wrap .tab_list li + li {
    margin-left: -3px;
  }
  .section_price_tabs .portlets .portlet.portlet_listing .portlet-listing-entry {
    width: 100%;
  }
  #mod_overview,
  #mixItUp {
    padding: 30px 0 0;
  }
  .listing_entry,
  .overview_item {
    margin: 0 0 30px;
    padding: 0;
  }
  .listing_entry .pictures,
  .overview_item .pictures {
    float: none;
    clear: both;
    width: 100%;
    max-width: none;
  }
  .listing_entry_backlink a {
    margin: -10px 0 15px 0;
  }
  .pagination {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .listing_property_filter {
    margin: -20px 0 45px;
  }
  .listing_property_filter form > * {
    width: calc(100% - 23px);
    float: none;
    clear: both;
  }
  .listing_detail_wrap .content_inner {
    margin: 0;
  }
  .pictures.pictures_left .picture {
    width: 100%;
  }
  #google_map {
    margin: 30px 0 20px;
    height: 300px;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group custom mixins */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media print {
  /* @group basic */
  body {
    font: 300 17px/30px "Ubuntu", Arial, Verdana, sans-serif;
    color: #8597A2;
    background: #ffffff;
  }
  /* @end */
  /* @group portlets bottom */
  /* @end */
  /* @group modules */
  /* @end */
}
@media print {
  body {
    font-size: 13px;
    line-height: 20px;
  }
  .cooperation_logos_wrap,
  .mailform_element.checkbox_field,
  .listing_property_filter,
  .section_testimonial_slider,
  .home_header_portlet,
  .footer,
  .section_registration,
  .footer_banner_wrap,
  .header_banner_wrap,
  .menu_left_toggle,
  .content ul.tags,
  .portlet.portlet_quicklinks,
  .portlet.portlet_listing a.portlet_listing_show_all,
  .portlet a.portlet_content_link,
  .mailform-submit,
  .login_form .button,
  .pagination,
  .listing_entry_backlink a,
  .listing-more-button,
  .content_button,
  .documents,
  .footer .copy,
  #navigation,
  .meta_wrap,
  .imprint {
    display: none !important;
  }
  * {
    box-shadow: none !important;
  }
  .header {
    position: static;
    padding: 0 0 40px;
    background: none;
  }
  .header.headroom--unpinned {
    top: 0;
  }
  .header .header_inner {
    padding: 0;
  }
  .header div#logo {
    width: 150px;
  }
  #siteframe {
    padding-top: 0;
  }
  .content_wrap {
    padding: 0 0 40px;
  }
  .title_wrap {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .title_wrap + .text {
    float: none;
    max-width: none;
  }
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6, ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6, ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6, .table_wrap_container + h2,
  .table_wrap_container + h3,
  .table_wrap_container + h4,
  .table_wrap_container + h5,
  .table_wrap_container + h6 {
    margin-top: 25px;
  }
  .pictures.standard {
    clear: both;
    position: relative;
    width: auto;
    margin: 40px -20px 0 0;
    z-index: 10;
  }
  .pictures.standard .picture {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 0 30px 30px;
    padding: 0 20px 0 0;
  }
  .pictures.standard .picture + .picture {
    margin: 0;
  }
  .pictures.pictures_left {
    width: 30%;
    background: none;
  }
  .section_portlets_bottom {
    border-top: 1px solid #DFE4E4;
  }
  .section_portlets_bottom .portlets .portlet {
    padding: 40px 0;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry-wrap {
    margin: 20px -20px 0 0;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry {
    margin: 0 0 20px;
    padding: 0 20px 0 0;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-listing-content-container {
    padding: 15px;
    border: 1px solid #DFE4E4;
  }
  .section_portlets_bottom .portlets .portlet .portlet-listing-entry .portlet-entry-subtitle {
    margin: 0 0 4px;
  }
  .section_four_columns {
    border-top: 1px solid #DFE4E4;
    background: none !important;
  }
  .section_four_columns.top {
    border-bottom: 1px solid #DFE4E4;
    margin-bottom: 40px;
  }
  .section_four_columns > .portlet {
    padding: 40px 0 0;
    margin-bottom: -20px;
  }
  .section_four_columns > .portlet .portlet_title_wrap,
  .section_four_columns > .portlet .portlet_content_description,
  .section_four_columns > .portlet .portlet_content_introduction {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .section_four_columns > .portlet h3.portlet-title,
  .section_four_columns > .portlet h3.portlet-title a {
    margin: 0 0 20px !important;
  }
  .section_four_columns .portlets {
    padding: 40px 0 20px;
  }
  .section_four_columns .portlets .portlets_inner_wrap  {
    margin: 0 -20px 0 0;
  }
  .section_four_columns .portlets .portlet {
    width: 50%;
    padding: 0 20px 20px 0;
  }
  .section_four_columns .portlets .portlet .portlet_content_introduction {
    margin: 0 0 5px;
  }
  .section_four_columns .portlets .portlet.icon .portlet_text_wrap:before {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0 0 20px;
  }
  .section_portlets_right {
    background: none !important;
    border-top: 1px solid #DFE4E4;
  }
  .section_portlets_right .section_inner_wrap {
    padding: 40px 0;
  }
  .section_portlets_right .section_inner > .portlet {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .section_portlets_right .portlets {
    margin: 30px 0 0;
  }
  .section_portlets_right .portlets .portlet + .portlet {
    margin-top: 30px;
  }
  .section_three_columns {
    background: none !important;
    border-top: 1px solid #DFE4E4;
  }
  .section_three_columns > .portlet {
    padding: 40px 0 0;
    margin-bottom: -20px;
  }
  .section_three_columns > .portlet .portlet_title_wrap,
  .section_three_columns > .portlet .portlet_content_description,
  .section_three_columns > .portlet .portlet_content_introduction {
    width: auto;
    float: none;
    padding-right: 0;
  }
  .section_three_columns > .portlet h3.portlet-title,
  .section_three_columns > .portlet h3.portlet-title a {
    margin: 0 0 20px !important;
  }
  .section_three_columns .portlets {
    padding: 50px 0 25px;
  }
  .section_three_columns .portlets .portlets_inner_wrap {
    margin-right: -20px;
  }
  .section_three_columns .portlets .portlet {
    padding: 0 20px 20px 0;
  }
  .section_three_columns .portlets .portlet .portlet_inner {
    border: 1px solid #DFE4E4;
  }
  .section_three_columns .portlets .portlet .portlet_text_wrap {
    padding: 15px;
  }
  .section_three_columns .portlets .portlet .portlet_content_introduction {
    margin: -9px 0 10px 0;
  }
  .section_three_columns.blue > .portlet {
    color: #8597A2;
  }
  .section_three_columns.blue > .portlet .portlet_content_introduction,
  .section_three_columns.blue > .portlet h3.portlet-title,
  .section_three_columns.blue > .portlet h3.portlet-title a {
    color: #3B3838;
  }
  .section_three_columns.blue > .portlet .portlet_content_introduction:hover,
  .section_three_columns.blue > .portlet h3.portlet-title:hover,
  .section_three_columns.blue > .portlet h3.portlet-title a:hover {
    color: #3B3838;
  }
  .section_three_columns.blue > .portlet a:hover {
    color: #8597A2;
  }
  #mod_overview,
  #mixItUp {
    padding: 20px 0 0;
  }
  .listing_entry,
  .overview_item {
    margin: 0 0 20px;
    padding: 0;
  }
  .listing_entry > div:first-child,
  .overview_item > div:first-child {
    border: 1px solid #DFE4E4;
  }
  .listing_entry .content,
  .overview_item .content {
    padding: 15px;
  }
  .listing_entry .subtitle,
  .overview_item .subtitle {
    margin: 0 0 5px;
  }
  .listing_entry .pictures,
  .overview_item .pictures {
    width: 150px;
    margin: 0;
  }
  .mod_listing.mod_action_show_entry #siteframe {
    background: none;
  }
  .listing_detail_wrap .content_inner {
    margin: 0;
  }
  .listing_detail_wrap .content_inner > .text {
    padding: 0 0 0 30px;
  }
  .listing_detail_wrap .content_inner .pictures_left + .text {
    max-width: 70%;
  }
  .listing_detail_wrap .introduction {
    margin: -10px 0 15px;
  }
  #mailform_content {
    margin: 0 0 30px;
  }
  .form_wrap {
    margin: 0 0 10px;
  }
  .section_registration input,
  .listing_property_filter select,
  .listing_property_filter input,
  .add_portlet select,
  .mailform_element input,
  .mailform_element textarea,
  #management .search_in_history .search_input,
  .login_form input {
    border: 1px solid #DFE4E4;
  }
  .section_registration input:hover, .section_registration input:focus,
  .listing_property_filter select:hover,
  .listing_property_filter select:focus,
  .listing_property_filter input:hover,
  .listing_property_filter 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,
  #management .search_in_history .search_input:hover,
  #management .search_in_history .search_input:focus,
  .login_form input:hover,
  .login_form input:focus {
    border: 1px solid #DFE4E4;
  }
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-selection--single {
    border: 1px solid #DFE4E4;
  }
  #google_map {
    margin: 40px 0 20px;
    height: 300px;
  }
  .content .search {
    margin: 30px 0 0;
  }
  .content .search .search_item_wrap {
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid #DFE4E4;
  }
  .content .search .search_item_wrap .pictures {
    width: 30%;
  }
  .content .search .search_item_wrap .search_item {
    padding: 15px;
  }
}

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