@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 shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* #### Generated By: http://www.cufonfonts.com #### */
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Switzer Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Regular"), url("fonts/Switzer-Regular.woff") format("woff");
}
@font-face {
  font-family: "Switzer Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Italic"), url("fonts/Switzer-Italic.woff") format("woff");
}
@font-face {
  font-family: "Switzer Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Thin"), url("fonts/Switzer-Thin.woff") format("woff");
}
@font-face {
  font-family: "Switzer Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Thin Italic"), url("fonts/Switzer-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer Extralight";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Extralight"), url("fonts/Switzer-Extralight.woff") format("woff");
}
@font-face {
  font-family: "Switzer Extralight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Extralight Italic"), url("fonts/Switzer-ExtralightItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 300;
  src: local("Switzer Light"), url("fonts/Switzer-Light.woff") format("woff");
}
@font-face {
  font-family: "Switzer Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Light Italic"), url("fonts/Switzer-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 500;
  src: local("Switzer Medium"), url("fonts/Switzer-Medium.woff") format("woff");
}
@font-face {
  font-family: "Switzer Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Medium Italic"), url("fonts/Switzer-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  src: local("Switzer Semibold"), url("fonts/Switzer-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Switzer Semibold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Semibold Italic"), url("fonts/Switzer-SemiboldItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Bold"), url("fonts/Switzer-Bold.woff") format("woff");
}
@font-face {
  font-family: "Switzer Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Bold Italic"), url("fonts/Switzer-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer Extrabold";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Extrabold"), url("fonts/Switzer-Extrabold.woff") format("woff");
}
@font-face {
  font-family: "Switzer Extrabold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Extrabold Italic"), url("fonts/Switzer-ExtraboldItalic.woff") format("woff");
}
@font-face {
  font-family: "Switzer Black";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Black"), url("fonts/Switzer-Black.woff") format("woff");
}
@font-face {
  font-family: "Switzer Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Switzer Black Italic"), url("fonts/Switzer-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "PP Acma";
  font-style: normal;
  font-weight: 300;
  src: local("PP Acma"), url("fonts/PPAcma-Light.woff") format("woff");
}
@font-face {
  font-family: "PP Acma";
  font-style: normal;
  font-weight: 900;
  src: local("PP Acma"), url("fonts/PPAcma-Black.woff") format("woff");
}
@font-face {
  font-family: "PP Acma";
  font-style: normal;
  font-weight: 600;
  src: local("PP Acma"), url("fonts/PPAcma-Black.woff") format("woff");
}
@font-face {
  font-family: "PP Acma";
  font-style: normal;
  font-weight: 100;
  src: local("PP Acma"), url("fonts/PPAcma-Thin.woff") format("woff");
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group basic */
html {
  height: 100%;
}

body {
  font: 300 21px/41px "Switzer", Arial, Verdana, sans-serif;
  background: #FFF5DD;
  color: #B48554;
}
body[class*=with_panel] .header {
  padding-left: 78px;
  -webkit-transition: padding-left 0.3s ease-out;
  -moz-transition: padding-left 0.3s ease-out;
  -o-transition: padding-left 0.3s ease-out;
  transition: padding-left 0.3s ease-out;
}
body.with_panel_big .header {
  padding-left: 290px;
}

body > nav {
  display: none;
}

.page {
  padding-bottom: 690px;
}

#siteframe {
  padding-top: 50px;
  background: #FFF5DD;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.content_wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}

/* @end */
/* @group header */
.header {
  position: absolute;
  top: 55px;
  left: 55px;
}
.header #logo img {
  width: 400px;
  height: auto;
}

.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 40px;
  height: 30px;
  position: fixed;
  top: 42px;
  right: 20px;
  -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%);
}
.responsive_navigation_toggle span {
  background: #C23134;
  display: block;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 12px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

.navi_open .responsive_navigation_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 .responsive_navigation_toggle span:first-child {
  opacity: 0;
}
.navi_open .responsive_navigation_toggle span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navi_open .responsive_navigation_toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* @end */
/* @end */
.footer {
  position: fixed;
  padding: 50px;
  bottom: 0;
  width: 100%;
  z-index: 0;
  box-sizing: border-box;
  background: #1B0808;
  color: rgba(255, 245, 221, 0.9);
}
.footer a {
  color: rgba(255, 245, 221, 0.9);
}
.footer a:hover {
  color: #C23134;
}
.footer .portlet_content_footer {
  padding-bottom: 190px;
}
.footer .portlet_content_footer h3,
.footer .portlet_content_footer p {
  font-size: 29px;
  line-height: 45px;
}
.footer .footer_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .footer_inner .cf {
  display: none;
}
.footer .portlet_content_footer_title h3 {
  font-size: 86px;
  line-height: 90px;
  font-family: "PP Acma";
}
.footer .footer_logo {
  width: 33vw;
  height: auto;
}
.footer .portlet .controls {
  z-index: 2;
}
.footer .copy li {
  display: inline-block;
  list-style-type: none;
  margin-left: 25px;
}
.footer .copy li a {
  text-decoration: none;
  color: rgba(255, 245, 221, 0.9);
  opacity: 0.25;
  -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:hover {
  opacity: 1;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
a {
  color: #B48554;
  text-underline-position: under;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #1B0808;
}

p {
  margin-bottom: 20px;
}

.content h1 {
  margin-bottom: 60px;
  font-size: 86px;
  line-height: 90px;
  max-width: 75%;
  font-family: "PP Acma";
}
.content > .introduction {
  font-family: "Switzer";
  font-size: 36px;
  line-height: 58px;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  .content > .introduction {
    font-size: 27px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) {
  .content > .introduction {
    font-size: 22px;
    line-height: 40px;
  }
}

.system_page .content h1 {
  font-family: "Switzer";
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 0px;
}
.system_page .content > .introduction {
  margin-bottom: 50px;
}

body.page_home:not(.system_page) .content > .introduction {
  max-width: 850px;
  font-family: "Switzer";
  font-size: 36px;
  line-height: 58px;
  font-weight: 300;
  margin-bottom: 145px;
  float: right;
}
@media screen and (max-width: 1100px) {
  body.page_home:not(.system_page) .content > .introduction {
    font-size: 27px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) {
  body.page_home:not(.system_page) .content > .introduction {
    font-size: 22px;
    line-height: 40px;
  }
}

.accordeon_wrap .accordeon.empty .accordeon_entry:before {
  display: none !important;
}
.accordeon_wrap .accordeon_entry {
  border-top: 1px solid #B48554;
  padding-top: 20px;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
}
.accordeon_wrap .accordeon_entry:before {
  content: "+";
  position: absolute;
  top: 23px;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #B48554;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-weight: 300;
  right: 3px;
}
.accordeon_wrap .accordeon_entry.empty:before {
  display: none !important;
}
.accordeon_wrap .accordeon_entry.visible_detail:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordeon_wrap .accordeon_entry .accordeon_content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}
.accordeon_wrap .accordeon_entry .accordeon_title h3 {
  font-size: 20px;
  line-height: 32px;
}

.end_accordeon + .accordeon_wrap {
  margin-top: 20px;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
.mailform_element label,
#mailform_submit_button label,
.login_form label {
  float: left;
  width: 31%;
  text-align: right;
  padding: 9px 20px 9px 0;
  box-sizing: border-box;
}

.add_portlet select,
.mailform_element input,
.mailform_element textarea,
#management .search_in_history .search_input,
.login_form input {
  width: 46.5%;
  font: 300 21px/41px "Switzer", Arial, Verdana, sans-serif;
  color: #444444;
  padding: 8px 17px 9px;
  outline: none;
  background: #fff;
  border: 1px solid #1B0808;
  box-sizing: border-box;
  border-radius: 0px;
  -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;
}
.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-color: #C23134;
  color: #C23134;
}
.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;
}

.mailform-submit,
.login_form .button {
  display: inline-block;
  margin: 0;
  padding: 23px 40px;
  width: auto;
  text-decoration: none;
  color: #FFF5DD;
  font-family: "Switzer";
  font-size: 24px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0px;
  background: #C23134;
  border-radius: 100px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 10px 0 0;
}
.mailform-submit:hover,
.login_form .button:hover {
  border: 0;
  background: #ae2c2f;
}
.mailform-submit:focus,
.login_form .button:focus {
  border: 0;
  background: #ae2c2f;
}
@media screen and (max-width: 700px) {
  .mailform-submit,
.login_form .button {
    font-family: "Switzer";
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
  }
}

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

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
a.add_portlet_link {
  border-radius: 32px;
  color: #5e6771;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 34px;
  margin: 20px 0;
  display: block;
  width: fit-content !important;
}

.portlet {
  position: relative;
}
.portlet .controls {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: auto;
  display: block;
  width: fit-content;
  padding: 8px 13px !important;
  border-radius: 100px;
  background: #fff;
}
.portlet .controls li, .portlet .controls a {
  color: #5e6771;
  font-size: 14px;
  line-height: 29px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlet .controls li i, .portlet .controls a i {
  margin: 0;
}
.portlet .controls li:hover, .portlet .controls a:hover {
  color: #B48554;
}
.portlet .controls li {
  margin: 0 5px;
}
.portlet .controls li:last {
  margin-right: 0px;
}
.portlet.portlet_content_portrait {
  max-width: 850px;
  width: 100%;
  float: right;
}
.portlet.portlet_content_portrait .controls {
  top: -30px;
}
.portlet.portlet_content_portrait .portlet-content {
  display: flex;
  flex-direction: row;
}
.portlet.portlet_content_portrait .portlet-content .portlet_text_wrap {
  font-family: "PP Acma";
  padding-left: 50px;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1.4px;
}
.portlet.portlet_content_portrait .portlet-content .portlet_text_wrap h3 {
  font-size: 34px;
}

.portlets_about {
  margin-top: 145px;
  margin-bottom: 95px;
}
.portlets_about .portlet .portlet-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.portlets_about .portlet h3 {
  font-family: "Switzer";
  font-size: 24px;
  line-height: 53px;
  font-weight: 300;
  text-align: center;
}
.portlets_about .portlet .portlet_content_subtitle {
  font-family: "PP Acma";
  font-size: 44px;
  line-height: 60px;
  letter-spacing: -1.4px;
  font-weight: 600;
  max-width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.portlets_about .portlet .portlet_content_introduction,
.portlets_about .portlet .portlet_content_description {
  width: calc(50% - 51px);
  padding-top: 50px;
  border-top: 1px solid #B48554;
  position: relative;
}
.portlets_about .portlet .portlet_content_introduction:before,
.portlets_about .portlet .portlet_content_description:before {
  content: "";
  background: #FFF5DD;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 25px;
  height: 25px;
}
.portlets_about .portlet .portlet_content_introduction {
  padding-right: 50px;
  border-right: 1px solid #B48554;
}
.portlets_about .portlet .portlet_content_description {
  padding-left: 50px;
}
.portlets_about .portlet .portlet_content_description:before {
  right: unset;
  left: -1px;
}
.portlets_about a.add_portlet_link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.content_portlets {
  background: #1B0808;
  position: relative;
}
.content_portlets .portlet_content_services_title,
.content_portlets .portlet_content_services_link {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  padding: 80px 50px 15px 50px;
  color: #FFF5DD;
}
.content_portlets .portlet_content_services_title h3,
.content_portlets .portlet_content_services_link h3 {
  font-weight: 300;
}
.content_portlets .portlet_content_services_title .portlet_content_link,
.content_portlets .portlet_content_services_link .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 23px 40px;
  width: auto;
  text-decoration: none;
  color: #FFF5DD;
  font-family: "Switzer";
  font-size: 24px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0px;
  background: #C23134;
  border-radius: 100px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.content_portlets .portlet_content_services_title .portlet_content_link:hover,
.content_portlets .portlet_content_services_link .portlet_content_link:hover {
  border: 0;
  background: #ae2c2f;
}
.content_portlets .portlet_content_services_title .portlet_content_link:focus,
.content_portlets .portlet_content_services_link .portlet_content_link:focus {
  border: 0;
  background: #ae2c2f;
}
@media screen and (max-width: 700px) {
  .content_portlets .portlet_content_services_title .portlet_content_link,
.content_portlets .portlet_content_services_link .portlet_content_link {
    font-family: "Switzer";
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
  }
}
.content_portlets .portlet_content_services_title {
  padding-bottom: 0px;
  margin-bottom: -10px;
}
.content_portlets .portlet_content_services_link {
  display: block !important;
  padding: 30px 50px 80px 50px;
}
.content_portlets .portlets_services {
  padding: 0px 0px 25px 50px;
  overflow-x: scroll;
}
.content_portlets .portlets_services a.add_portlet_link {
  margin-top: 0;
  height: fit-content;
  min-width: 177px !important;
  margin-right: 50px;
}
.content_portlets .portlets_services .portlets_inner_wrap {
  padding-top: 50px;
  display: flex;
  width: fit-content;
}
.content_portlets .portlets_services .portlet {
  width: 750px;
  font-size: 20px;
  line-height: 32px;
  float: left;
  margin-right: 50px;
}
.content_portlets .portlets_services .portlet .portlet_inner {
  padding: 35px;
  background: #FFF5DD;
}
.content_portlets .portlets_services .portlet h3.portlet-title {
  font-family: "Switzer";
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 40px;
}
.content_portlets .portlets_services .portlet .portlet_content_introduction {
  margin-bottom: 40px;
}
.content_portlets .portlets_services .portlet .accordeon_entry h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
.content_portlets .portlets_nice_to_know {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  padding: 80px 50px 15px 50px;
  position: relative;
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):hover ~ .portlet:not(.portlet_title_only) {
  opacity: 0;
}
.content_portlets .portlets_nice_to_know .portlet.portlet_title_only {
  margin-bottom: 40px;
}
.content_portlets .portlets_nice_to_know .portlet.portlet_title_only h3 {
  text-align: center;
  color: #FFF5DD;
  font-weight: 300;
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) {
  max-width: 600px;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%, 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;
  z-index: 1;
  box-shadow: 0 0 24.5px 0 rgba(0, 0, 0, 0.25);
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):hover {
  z-index: 2;
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):nth-child(2) {
  transform: translate(calc(-50% + 90px), 102px) rotate(4deg);
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):nth-child(3) {
  transform: translate(calc(-50% - 50px), 27px) rotate(-5deg);
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):nth-child(4) {
  transform: translate(calc(-50% + 0px), 122px) rotate(4deg);
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):nth-child(5) {
  transform: translate(-50%, 0) rotate(0deg);
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner {
  padding: 25px 30px;
  background: #FFF5DD;
  box-sizing: border-box;
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner .portlet_content_description {
  font-size: 29px;
  line-height: 42px;
  font-weight: 400;
}
.content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner h3.portlet-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 15px;
}
.content_portlets .portlets_nice_to_know .portlet.big_picture {
  margin-top: 0;
  z-index: 0;
}
.content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner .controls {
  z-index: 1;
}
.content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner h3.portlet-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: "PP Acma";
  font-weight: 600;
  font-size: 59px;
  line-height: 70px;
}
.content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner .picture {
  width: 100%;
  opacity: 0.4;
}
.content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner .picture div,
.content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner .picture a,
.content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner .picture span {
  width: 100%;
}
.content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner .picture img {
  width: 100%;
  height: auto;
}
.content_portlets .portlets_nice_to_know a.add_portlet_link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.content_portlets .portlet_content_recognize {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 935px;
  padding: 80px 50px 80px 50px;
  color: #FFF5DD;
}
.content_portlets .portlet_content_recognize .portlet_inner {
  font-size: 20px;
  line-height: 36px;
}
.content_portlets .portlet_content_recognize .portlet_inner p {
  margin-bottom: 30px;
  position: relative;
}
.content_portlets .portlet_content_recognize .portlet_inner p:before {
  content: "– ";
  opacity: 0.4;
  position: absolute;
  left: -20px;
  top: 0;
}
.content_portlets .portlet_content_recognize .portlet_inner h3.portlet-title {
  font-family: "Switzer";
  font-size: 24px;
  line-height: 53px;
  font-weight: 300;
  margin-bottom: 30px;
}
.content_portlets .portlet_content_recognize .portlet_inner .portlet_content_subtitle {
  font-family: "PP Acma";
  font-weight: 600;
  font-size: 59px;
  line-height: 70px;
  margin-bottom: 60px;
}
.content_portlets .portlet_content_consulting {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  transform: rotate(-5deg) translateX(-100%);
  max-width: 400px;
  width: 100%;
  position: absolute;
  left: calc(100% - 100px);
  bottom: -20px;
  box-shadow: 0 0 16.51px 0 rgba(0, 0, 0, 0.25);
}
.content_portlets .portlet_content_consulting .portlet_inner {
  background: #C23134;
  color: #FFF5DD;
  padding: 20px;
  line-height: 30px;
  font-weight: 300;
}
.content_portlets .portlet_content_consulting .portlet_inner p:last-child {
  margin-bottom: 0px;
}

body:not(.logged_in) .content_portlets .portlets_services {
  overflow-x: hidden;
}

body.logged_in .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):hover ~ .portlet:not(.portlet_title_only) {
  opacity: 0;
}
body.logged_in .content_portlets .portlets_nice_to_know .portlet.portlet_title_only {
  margin-bottom: 40px !important;
}
body.logged_in .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) {
  transform: unset !important;
  position: relative !important;
  top: unset;
  left: unset;
  opacity: 1 !important;
  margin-left: auto;
  margin-right: auto;
}

.gallery_portlets .portlet .portlet_inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  padding: 180px 50px 50px 50px;
}
.gallery_portlets .portlet .portlet_inner .portlet-content {
  display: flex;
  flex-direction: column-reverse;
}
.gallery_portlets .portlet .portlet_inner .portlet-content .portlet_text_wrap {
  width: calc(50% - 25px);
}
.gallery_portlets .portlet .portlet_inner h3.portlet-title {
  font-family: "Switzer";
  font-size: 24px;
  line-height: 53px;
  font-weight: 300;
  margin-bottom: 30px;
}
.gallery_portlets .portlet .portlet_inner .portlet_content_subtitle {
  font-family: "PP Acma";
  font-weight: 600;
  font-size: 59px;
  line-height: 70px;
  margin-bottom: 60px;
}

.references_portlets {
  background: #FFF5DD;
}
.references_portlets .portlets_references {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  padding: 140px 50px 80px 50px;
}
.references_portlets .portlets_references .portlet.portlet_title_only {
  margin-bottom: 40px;
}
.references_portlets .portlets_references .portlet.portlet_title_only h3 {
  text-align: center;
  color: #B48554;
  font-weight: 300;
}
.references_portlets .portlets_references .portlet:not(.portlet_title_only) {
  box-shadow: 0 0 24.5px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
.references_portlets .portlets_references .portlet:not(.portlet_title_only) .portlet_inner {
  padding: 25px 30px;
  padding-bottom: 60px;
  background: #FFF5DD;
  box-sizing: border-box;
}
.references_portlets .portlets_references .portlet:not(.portlet_title_only) .portlet_inner .portlet_content_description {
  font-size: 25px;
  line-height: 43fpx;
  font-weight: 300;
}
.references_portlets .portlets_references .portlet:not(.portlet_title_only) .portlet_inner h3.portlet-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 0;
  right: 25px;
}

.logged_in .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) {
  margin-bottom: 30px;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media screen and (max-width: 1100px) {
  .content h1 {
    font-size: 60px;
    line-height: 65px;
    max-width: 100%;
  }
  body.page_home:not(.system_page) .content > .introduction {
    margin-bottom: 80px;
  }
  .portlet.portlet_content_portrait .portlet-content .portlet_text_wrap h3,
.portlet.portlet_content_portrait .portlet-content .portlet_text_wrap p {
    font-size: 27px;
  }
  .portlets_about {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .content_portlets .portlet_content_services_title,
.content_portlets .portlet_content_services_link,
.content_portlets .portlets_nice_to_know {
    padding: 50px 50px 15px 50px;
  }
  .content_portlets .portlet_content_recognize {
    padding: 50px 50px 90px 50px;
  }
  .content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner h3.portlet-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    top: 25px;
    left: 25px;
  }
  .header #logo img {
    width: 250px;
  }
  .content_portlets .portlets_services .portlet {
    width: calc(100vw - 100px);
  }
  .content h1 {
    margin-bottom: 50px;
  }
  .portlet.portlet_content_portrait .portlet-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .portlet.portlet_content_portrait .portlet-content .portlet_text_wrap {
    padding-left: 0px;
    padding-top: 50px;
    text-align: center;
  }
  .portlets_about {
    margin-bottom: 50px;
  }
  .portlets_about .portlet .portlet_content_subtitle {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 50px;
  }
  .portlets_about .portlet .portlet_content_introduction,
.portlets_about .portlet .portlet_content_description {
    padding: 0;
    width: 100%;
    border: 0;
  }
  .portlets_about .portlet .portlet_content_introduction:before, .portlets_about .portlet .portlet_content_introduction:after,
.portlets_about .portlet .portlet_content_description:before,
.portlets_about .portlet .portlet_content_description:after {
    display: none;
  }
  .portlets_about .portlet .portlet_content_introduction {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #B48554;
  }
  .portlets_about .portlet .portlet_content_introduction p:last-child {
    margin-bottom: 0px;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner .portlet_content_description {
    font-size: 23px;
    line-height: 39px;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner .portlet_content_description p:last-child {
    margin-bottom: 0px;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner h3.portlet-title {
    font-size: 15px;
    line-height: 31px;
    margin-bottom: 11px;
  }
  .content_portlets .portlets_nice_to_know .portlet.big_picture {
    margin-bottom: 0px;
  }
  .content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner h3.portlet-title {
    width: 100%;
  }
  .content_portlets .portlet_content_recognize {
    padding: 50px 50px 110px 50px;
  }
  .content_portlets .portlet_content_recognize .portlet_inner p {
    margin-bottom: 15px;
  }
  .content_portlets .portlet_content_recognize .portlet_inner h3.portlet-title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .content_portlets .portlet_content_recognize .portlet_inner .portlet_content_subtitle {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 50px;
  }
  .footer .portlet_content_footer {
    padding-bottom: 80px;
  }
  .footer .portlet_content_footer h3,
.footer .portlet_content_footer p {
    font-size: 20px;
    line-height: 32px;
  }
  .footer .copy li a {
    font-size: 15px;
    line-height: 20px;
  }
  .footer .portlet_content_footer_title h3 {
    font-size: 46px;
    line-height: 70px;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only):hover ~ .portlet:not(.portlet_title_only) {
    opacity: 0;
  }
  .content_portlets .portlets_nice_to_know .portlet {
    margin-bottom: 25px;
  }
  .content_portlets .portlets_nice_to_know .portlet.portlet_title_only {
    margin-bottom: 40px !important;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) {
    transform: unset !important;
    position: relative !important;
    top: unset;
    left: unset;
    opacity: 1 !important;
    margin-left: auto;
    margin-right: auto;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 700px) {
  .content h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .footer .portlet_content_footer_title h3 {
    font-size: 35px;
    line-height: 47px;
  }
  .footer .footer_logo {
    width: 60%;
  }
  .content_wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
  #siteframe {
    padding-top: 60px;
  }
  .header {
    top: 25px;
    right: 34px;
  }
  .portlet_content_portrait .pictures {
    width: 100%;
  }
  .portlet_content_portrait .pictures div,
.portlet_content_portrait .pictures a,
.portlet_content_portrait .pictures span,
.portlet_content_portrait .pictures img {
    width: 100%;
    height: auto;
  }
  body.page_home:not(.system_page) .content > .introduction {
    margin-bottom: 40px;
  }
  .portlet.portlet_content_portrait .portlet-content .portlet_text_wrap {
    padding-top: 30px;
  }
  .portlets_about {
    margin-top: 50px;
  }
  .portlets_about .portlet .portlet_content_subtitle {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .content_portlets .portlets_services {
    padding: 0px 0px 25px 25px;
  }
  .content_portlets .portlets_services .portlet_inner {
    padding: 25px;
  }
  .content_portlets .portlets_services .portlet h3.portlet-title {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .content_portlets .portlet_content_services_title, .content_portlets .portlet_content_services_link, .content_portlets .portlets_nice_to_know {
    padding: 25px 25px 15px 25px;
  }
  .content_portlets .portlets_services .portlet .accordeon_entry h3 {
    font-size: 17px;
    line-height: 26px;
  }
  .content_portlets .portlets_services .portlet {
    margin-right: 25px;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner {
    padding: 25px;
  }
  .content_portlets .portlets_nice_to_know .portlet:not(.portlet_title_only) .portlet_inner .portlet_content_description {
    font-size: 17px;
    line-height: 26px;
  }
  .content_portlets .portlets_nice_to_know .portlet.big_picture .portlet_inner h3.portlet-title {
    display: none;
  }
  .content_portlets .portlet_content_recognize {
    padding: 25px 25px 25px 25px;
  }
  .content_portlets .portlet_content_recognize .portlet_inner .portlet_content_subtitle {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .content_portlets .portlet_content_recognize .portlet_inner .portlet_content_description {
    padding-left: 20px;
  }
  .content_portlets .portlet_content_consulting {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    margin: 0 auto 0px auto;
    clear: both;
    float: none;
    padding-bottom: 25px;
    max-width: calc(100% - 50px);
  }
  .references_portlets .portlets_references {
    padding: 25px 50px 50px 50px;
  }
  .references_portlets .portlets_references .portlet:not(.portlet_title_only) .portlet_inner {
    padding: 25px;
  }
  .references_portlets .portlets_references .portlet:not(.portlet_title_only) .portlet_inner .portlet_content_description {
    font-size: 17px;
    line-height: 25px;
  }
  .footer .footer_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .copy {
    margin-top: 25px;
    width: 100%;
  }
  .copy * {
    float: right;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */

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