@charset "UTF-8";
html {
  height: 100%;
  font-size: 62.5%;
}
html body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  color: #2d2d2d;
  font-family: "Frutiger LT W01_45 Ligh1475730";
}
html body .body-wrapper {
  display: flex;
  flex-direction: column;
}
html body .body-wrapper main {
  min-height: calc(100vh - 31.5rem);
}
html body a:focus {
  color: inherit;
  background: transparent;
  outline: none;
}
html body p:last-child {
  margin-bottom: 0;
}
html body .abs-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
html body .abs-fill.abs-link {
  z-index: 0;
}
html body .preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
html body .abs-fill-higher {
  z-index: 1;
}
html body .font-size-75 {
  font-size: 75%;
}
html body .font-size-80 {
  font-size: 80%;
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
html body header {
  display: flex;
  flex-direction: column;
  z-index: 3;
  position: sticky;
  top: 0;
}
html body header .header-inner {
  background-color: white;
}
html body header .service-nav-wrapper {
  background-color: #0062ae;
  transform: translateY(0);
  margin-top: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body header .service-nav-wrapper {
    transition: none;
  }
}
html body header .service-nav-wrapper a {
  color: white;
  transition: color, 0.3s;
  font-size: 1.6rem;
}
@media (prefers-reduced-motion: reduce) {
  html body header .service-nav-wrapper a {
    transition: none;
  }
}
html body header .service-nav-wrapper a:hover {
  text-decoration: none;
}
html body header .service-nav-wrapper ul li {
  display: flex;
  align-items: center;
}
html body header .service-nav-wrapper ul li:hover a {
  color: #b7d5ed;
}
html body header .service-nav-wrapper ul li:after {
  color: white;
}
html body header .service-nav-wrapper ul li:last-of-type:after {
  content: "" !important;
}
html body header .service-nav-wrapper .service {
  display: flex;
  align-items: center;
}
html body header .service-nav-wrapper .service ul.location-nav {
  margin-left: 2.5rem;
}
html body header .service-nav-wrapper .service ul.location-nav li:after {
  content: "–";
  margin: 0 1rem;
}
html body header .service-nav-wrapper .service ul.service-nav {
  justify-content: flex-end;
  margin-left: auto;
}
html body header .service-nav-wrapper .service ul.service-nav li:after {
  content: "|";
  margin: 0 1rem;
}
html body header .service-nav-wrapper .service ul.service-nav li.active a {
  color: #b7d5ed;
}
html body header .inner-header {
  padding: 2rem 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body header .inner-header {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  html body header .inner-header {
    padding: 0.75rem 0;
  }
}
html body header .inner-header .container {
  display: flex;
  align-items: center;
}
html body header .inner-header .container .navbar-brand {
  margin-left: 2rem;
  white-space: unset;
  font-size: unset;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body header .inner-header .container .navbar-brand {
    transition: none;
  }
}
html body header .inner-header .container .navbar-brand img {
  width: auto;
  height: 12rem;
  max-width: 60rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body header .inner-header .container .navbar-brand img {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  html body header .inner-header .container .navbar-brand {
    margin: 0;
  }
  html body header .inner-header .container .navbar-brand img {
    height: 6rem;
  }
}
html body header .inner-header .slogan {
  margin-top: auto;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-family: "Frutiger LT W01_65 Bold1475746";
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body header .inner-header .slogan {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  html body header .inner-header .slogan {
    font-size: 1.2rem;
  }
}
html body header .inner-header .mburger {
  margin-left: auto;
}
html body header .main-nav-wrapper {
  position: relative;
}
html body header .main-nav-wrapper:before {
  background-color: white;
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
}
html body header .main-nav-wrapper:after {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  background-color: #0062ae;
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  top: calc(50% - 1rem);
}
html body header .main-nav-wrapper .mainnav {
  position: relative;
}
html body header .main-nav-wrapper .mainnav .nav {
  position: relative;
  z-index: 2;
  padding: 0;
}
html body header .main-nav-wrapper .mainnav .nav li {
  position: relative;
  flex: 1;
}
html body header .main-nav-wrapper .mainnav .nav li:first-of-type a {
  border-left: 2px solid white;
}
html body header .main-nav-wrapper .mainnav .nav li:last-of-type a {
  border-right: 2px solid white;
}
html body header .main-nav-wrapper .mainnav .nav li a {
  background-color: #0062ae;
  border: 1px solid white;
  display: flex;
  padding: 1.5rem 1.25rem 1rem;
  color: white;
  z-index: 9;
  position: relative;
  justify-content: center;
  transition: color, background-color, 0.3s;
  font-size: 1.6rem;
  font-family: "Frutiger LT W01_55 Roma1475738";
}
@media (prefers-reduced-motion: reduce) {
  html body header .main-nav-wrapper .mainnav .nav li a {
    transition: none;
  }
}
html body header .main-nav-wrapper .mainnav .nav li:hover a, html body header .main-nav-wrapper .mainnav .nav li.active a {
  background-color: #b7d5ed;
  color: #0062ae;
  text-decoration: none;
}
html body header .main-nav-wrapper .mainnav .nav li:hover ul {
  display: block;
  min-height: 100%;
}
html body header .main-nav-wrapper .mainnav .nav li:hover ul li {
  display: block;
}
html body header .main-nav-wrapper .mainnav .nav li ul {
  position: absolute;
  min-width: 25rem;
  list-style: none;
  margin: 0.3rem 0 0 -1.5rem;
  padding: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  min-height: 0;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 100rem;
  z-index: -1;
  display: none;
  transform-origin: top center;
  animation: rotateX 0.5s ease-in-out forwards;
}
html body header .main-nav-wrapper .mainnav .nav li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
}
html body header .main-nav-wrapper .mainnav .nav li ul li:last-of-type {
  border-bottom: none;
}
html body header .main-nav-wrapper .mainnav .nav li ul li:after {
  display: none;
  content: unset;
}
html body header .main-nav-wrapper .mainnav .nav li ul li a {
  color: #0062ae;
  margin-left: 0;
  padding: 1.5rem 1.75rem 1rem;
  justify-content: start;
}
html body header .main-nav-wrapper .mainnav .nav li ul li:hover a, html body header .main-nav-wrapper .mainnav .nav li ul li.active a {
  color: #2d2d2d;
}
html body.scrolled header {
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  html body.scrolled header {
    box-shadow: 3px 3px 3px rgba(45, 45, 45, 0.25);
  }
}
html body.scrolled header .service-nav-wrapper {
  transform: translateY(-100%);
  margin-top: -4rem;
}
html body.scrolled header .service-nav-wrapper.fadeIn {
  transform: translateY(0);
  margin-top: 0;
}
html body.scrolled header .inner-header {
  padding: 0.75rem 0;
}
html body.scrolled header .inner-header .navbar-brand img {
  height: 6rem;
}
html body.scrolled header .inner-header .slogan {
  opacity: 1;
}
html body.scrolled header .main-nav-wrapper .mainnav .nav li a {
  padding: 0.5rem 1.25rem 0;
}
html body.editmode header {
  position: relative !important;
}
html body.editmode main {
  padding-top: 5rem;
}
html body .tooltip {
  padding-top: 0.6rem;
}
html body .tooltip .arrow {
  display: none;
}
html body .tooltip .tooltip-inner {
  font-family: "Frutiger LT W01_55 Roma1475738";
  padding: 1.5rem;
  border: 2px solid #0062ae;
}
html body main {
  margin-top: -1.5rem;
  margin-bottom: 5rem;
  padding: 0;
}
html body main section {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html body main section.page-intro {
  background-color: #f0f0f0;
  padding: 10rem 0 7.5rem;
}
@media (max-width: 991.98px) {
  html body main section.page-intro {
    padding: 6.5rem 0 4rem;
  }
}
html body main section .pimcore_area_columns {
  margin-bottom: 60px;
}
html body main section .pimcore_area_image {
  margin-bottom: 37.5px;
}
html body main section a {
  color: #0062ae;
}
html body main section .card > a {
  display: block;
  color: inherit;
}
html body main section .card > a:hover {
  text-decoration: none;
}
html body main section .card > a:hover .link {
  text-decoration: underline;
}
html body main section p img {
  max-width: 100%;
  height: auto;
}
html body main section .pimcore_area_wysiwyg {
  margin-bottom: 4.5rem;
}
html body main section .pimcore_area_jobs .card {
  border: none;
  text-align: center;
}
html body main section .pimcore_area_jobs .card .card-header {
  background-color: #0062ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 2.2rem;
  padding: 1.75rem 1.5rem;
  min-height: 12rem;
}
@media (max-width: 991.98px) {
  html body main section .pimcore_area_jobs .card .card-header {
    min-height: 0;
  }
}
html body main section .pimcore_area_cards #homeCrads {
  padding-top: 4.5rem;
}
html body main section .pimcore_area_cards #homeCrads .card {
  border: none;
  text-align: center;
}
html body main section .pimcore_area_cards #homeCrads .card .card-header {
  background-color: #0062ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 2.2rem;
  padding: 1.75rem 1.5rem;
  min-height: 12rem;
}
@media (max-width: 991.98px) {
  html body main section .pimcore_area_cards #homeCrads .card .card-header {
    min-height: 0;
  }
}
html body main section .pimcore_area_cards #homeCrads .card .card-body {
  padding: 2.5rem 1.5rem 2.5rem;
}
html body main section .pimcore_area_products .product-list-container {
  display: flex;
}
@media (max-width: 767.98px) {
  html body main section .pimcore_area_products .product-list-container {
    flex-direction: column;
  }
}
html body main section .pimcore_area_products .filter-wrapper {
  width: 25rem;
  flex: 0 0 25rem;
  margin-right: 2rem;
}
@media (max-width: 1199.98px) {
  html body main section .pimcore_area_products .filter-wrapper {
    width: 15rem;
    flex: 0 0 15rem;
  }
}
@media (max-width: 767.98px) {
  html body main section .pimcore_area_products .filter-wrapper {
    margin-bottom: 2rem;
    width: auto;
    flex: 0 0 auto;
  }
}
html body main section .pimcore_area_products .filter-wrapper .sticky {
  position: sticky;
  top: 17.5rem;
}
@media (max-width: 991.98px) {
  html body main section .pimcore_area_products .filter-wrapper .sticky {
    top: 9rem;
  }
}
html body main section .pimcore_area_products .filter-wrapper .filter-item {
  margin-bottom: 1.5rem;
}
html body main section .pimcore_area_products .filter-wrapper .filter-item label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
html body main section .pimcore_area_products .filter-wrapper .filter-item select {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5rem 0.75rem;
}
html body main section .pimcore_area_products .filter-wrapper .filter-item select option {
  padding: 0.5rem 0.75rem;
}
html body main section .pimcore_area_products .filter-wrapper .btn {
  width: 100%;
}
html body main section .pimcore_area_products .product-list {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
html body main section .pimcore_area_products .col-product {
  width: 25rem;
  flex: 0 0 25rem;
  margin-right: 2rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767.98px) {
  html body main section .pimcore_area_products .col-product {
    width: auto;
    flex: 0 0 auto;
  }
}
html body main section .pimcore_area_products .col-product .image-wrapper {
  margin-bottom: 3.5rem;
  min-height: 12rem;
}
html body main section .pimcore_area_products .col-product .image-wrapper.placeholder {
  opacity: 0.5;
}
html body main section .pimcore_area_products .col-product .image-wrapper img {
  max-height: 12rem;
}
html body main section .pimcore_area_products .col-product .content-wrapper {
  font-size: 1.6rem;
}
html body main section .pimcore_area_products .col-product .content-wrapper .table tr:first-of-type td {
  border-top: none;
}
html body main section .pimcore_area_products .col-product .content-wrapper .table td {
  padding: 0.25rem 0;
}
html body main section .pimcore_area_products .col-product .content-wrapper .table td:first-of-type {
  font-weight: 600;
}
html body main section .pimcore_area_products .col-product .content-wrapper .table td:nth-of-type(2n) {
  text-align: right;
  width: 6rem;
}
html body main section .pimcore_area_products .col-product .content-wrapper .table td:last-of-type {
  text-align: right;
  width: 4rem;
}
html body main section .pimcore_area_team-cards .col-item-intro {
  margin-bottom: 5rem;
}
html body main section .pimcore_area_team-cards .team-filter {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}
html body main section .pimcore_area_team-cards .team-filter #filter {
  justify-content: center;
}
html body main section .pimcore_area_team-cards .team-filter #filter li {
  flex: 1;
}
html body main section .pimcore_area_team-cards .team-filter #filter li a {
  cursor: pointer;
  text-align: center;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body main section .pimcore_area_team-cards .team-filter #filter li a {
    transition: none;
  }
}
html body main section .pimcore_area_team-cards .team-filter #filter li a.active {
  color: #2d2d2d;
  font-family: "Frutiger LT W01_65 Bold1475746";
  border-color: #2d2d2d;
}
html body main section .pimcore_area_team-cards .team-filter #filter li:hover a {
  border-color: #2d2d2d;
}
html body main section .pimcore_area_team-cards .col-item {
  margin-bottom: 5rem;
}
html body main section .pimcore_area_team-cards .col-item .teamcard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-size: 1.6rem;
}
html body main section .pimcore_area_team-cards .col-item .teamcard img {
  margin-bottom: 2.5rem;
}
html body main section .pimcore_area_team-cards .col-item .teamcard .teamcard-body h3 {
  font-size: 2rem;
}
html body main section .pimcore_area_team-cards .col-item .teamcard .teamcard-body .position {
  margin-bottom: 1rem;
}
html body main section .pimcore_area_team-cards .col-item .teamcard .teamcard-footer {
  margin-top: auto;
}
html body main section .pimcore_area_team-cards .col-item .teamcard .teamcard-footer .phone svg,
html body main section .pimcore_area_team-cards .col-item .teamcard .teamcard-footer .mobil svg,
html body main section .pimcore_area_team-cards .col-item .teamcard .teamcard-footer .email svg {
  margin-right: 1.25rem;
}
html body main section#contactForm {
  padding-top: 7.5rem;
}
html body main section#contactForm #contactform-wrapper > div:last-of-type {
  padding-left: 4.5rem;
}
html body main section#contactForm #contactform-wrapper > div .pimcore_area_wysiwyg {
  margin-bottom: 4.75rem;
}
html body main section#contactForm #contactform-wrapper > div .pimcore_area_wysiwyg div {
  background-color: #f0f0f0;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.6rem;
}
html body main section#contactForm #contactform-wrapper > div .pimcore_area_wysiwyg div svg {
  margin-right: 1.75rem;
}
html body .scrollToTop-wrapper {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  display: none;
}
html body .scrollToTop-wrapper .button {
  width: 4rem;
  height: 4rem;
  background: #0062ae;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
html body form .form-group > label.required:after, html body form .form-group > legend.required:after {
  content: " *";
  position: relative;
}
html body form .form-group {
  margin-bottom: 2rem;
}
html body form .form-group label {
  margin-bottom: 0;
}
html body form textarea {
  min-height: 27.5rem;
}
html body .salutaion,
html body .btn-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
html body .salutaion .form-group,
html body .btn-wrapper .form-group {
  position: relative;
  margin-bottom: 2.5rem;
  border: none;
  display: flex;
}
html body .salutaion #form_salutaion,
html body .btn-wrapper #form_salutaion {
  display: flex;
  padding-left: 1rem;
}
html body .salutaion #form_salutaion .custom-radio,
html body .btn-wrapper #form_salutaion .custom-radio {
  margin-right: 1.25rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  display: flex;
  align-items: center;
}
html body .salutaion #form_salutaion .custom-radio .custom-control-label,
html body .btn-wrapper #form_salutaion .custom-radio .custom-control-label {
  padding-left: 0.25rem;
}
html body .btn-wrapper .form-group div {
  display: flex;
}
html body .btn-wrapper #form_Submit {
  margin-left: auto;
}
html body .btn-primary {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body .btn-primary {
    transition: none;
  }
}
html body .btn-primary:hover {
  background-color: #b7d5ed;
  color: #0062ae;
}
html body .btn-primary:not(:disabled):not(.disabled):active,
html body .btn-primary:not(:disabled):not(.disabled).active,
html body .show > .btn-primary.dropdown-toggle {
  background-color: #b7d5ed;
  color: #0062ae;
  box-shadow: none;
}
html body footer {
  margin-top: auto;
}
html body footer .footer-address-wrapper {
  background-color: #0062ae;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
  color: white;
  font-size: 1.5rem;
}
html body footer .footer-address-wrapper h4 {
  font-size: 1.6rem;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  color: #fafafa;
  margin-bottom: 1.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid white;
}
html body footer .footer-address-wrapper p {
  color: white;
  margin-bottom: 1.5rem;
}
html body footer .footer-address-wrapper a {
  color: white;
}
html body footer .footer-address-wrapper .col-footer {
  padding: 0 1.5rem;
}
html body footer .footer-address-wrapper .col-footer svg {
  margin-right: 1.25rem;
}
@media (max-width: 1199.98px) {
  html body footer .footer-address-wrapper .col-footer {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  html body footer .footer-address-wrapper .col-footer {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  html body footer .footer-address-wrapper .col-footer {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
html body footer .footer-info-wrapper {
  color: #2d2d2d;
  font-size: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
html body footer .footer-info-wrapper ul {
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 0;
}
html body footer .footer-info-wrapper ul li {
  display: flex;
}
html body footer .footer-info-wrapper ul li a {
  padding: 0 1.5rem;
  color: #2d2d2d;
}
@media (max-width: 767.98px) {
  html body footer .footer-info-wrapper ul li a {
    padding: 0 1.5rem 1.5rem 0;
  }
}
html body footer .footer-info-wrapper ul li a:hover {
  color: #0062ae;
}
html body footer .footer-info-wrapper ul li.active .nav-link {
  color: #0062ae;
}
html body footer .footer-info-wrapper ul li:after {
  content: "·";
}
@media (max-width: 767.98px) {
  html body footer .footer-info-wrapper ul li:after {
    padding: 0 1.5rem 0 0;
  }
}
html body footer .footer-info-wrapper ul li:last-of-type:after {
  content: "";
}
html body .pimcore_area_intro {
  overflow: hidden;
}
html body .pimcore_area_intro .intro-wrapper {
  max-width: 192rem;
  width: 100vw;
  margin: 0 auto 7.5rem;
  position: relative;
}
html body .pimcore_area_intro .intro-wrapper .ctabutton {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2.5rem;
  height: 26rem;
  justify-content: center;
  position: absolute;
  right: 12rem;
  text-align: center;
  top: 20rem;
  transform: rotate(7deg);
  width: 26rem;
  padding: 0 4rem;
  background: #0062ae;
}
html body .pimcore_area_intro .intro-wrapper .ctabutton:hover {
  background: #0062ae !important;
  text-decoration: none;
}
html body .pimcore_area_intro .intro-wrapper .ctabutton[href]:hover {
  background: #005495 !important;
}
@media (max-width: 767.98px) {
  html body .pimcore_area_intro .intro-wrapper .ctabutton {
    top: 6rem;
    right: 2rem;
    width: 18rem;
    height: 18rem;
    font-size: 2rem;
    padding: 0 2rem;
  }
}
html body .pimcore_area_intro .intro-wrapper .image-loader {
  outline: none;
  width: 100%;
  height: calc(100vh - 22rem);
  max-height: 80rem;
  min-height: 60rem;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  html body .pimcore_area_intro .intro-wrapper .image-loader {
    max-height: 60rem;
  }
  html body .pimcore_area_intro .intro-wrapper .image-loader img {
    object-fit: cover;
    min-height: 60rem;
  }
}
@media (max-width: 767.98px) {
  html body .pimcore_area_intro .intro-wrapper .image-loader {
    height: unset;
  }
}
html body .pimcore_area_intro .intro-wrapper .caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(45, 45, 45, 0.75)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.75) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.75) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#BF2D2D2D", GradientType=0);
}
html body .pimcore_area_intro .intro-wrapper .caption-wrapper .caption {
  max-width: 80rem;
}
@media (max-width: 991.98px) {
  html body .pimcore_area_intro .intro-wrapper .caption-wrapper .caption {
    max-width: 80%;
    margin-top: 25%;
  }
}
html body .pimcore_area_intro .intro-wrapper .caption-wrapper .caption .title {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  font-size: 4.8rem;
}
@media (max-width: 767.98px) {
  html body .pimcore_area_intro .intro-wrapper .caption-wrapper .caption .title {
    font-size: 2.8rem;
  }
}
html body .pimcore_area_intro .intro-wrapper .caption-wrapper .caption .content {
  color: white;
  font-family: "Frutiger LT W01_55 Roma1475738";
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  html body .pimcore_area_intro .intro-wrapper .caption-wrapper .caption .content {
    font-size: 1.6rem;
  }
}
html body .pimcore_area_intro .intro-wrapper .caption-wrapper .caption .cta-wrapper {
  margin-top: 2.5rem;
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  color: white;
  border: none;
  background-color: transparent;
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .slick-arrow.prev {
  left: 3rem;
}
@media (max-width: 991.98px) {
  html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .slick-arrow.prev {
    left: 1.5rem;
  }
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .slick-arrow.next {
  right: 3rem;
}
@media (max-width: 991.98px) {
  html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .slick-arrow.next {
    right: 1.5rem;
  }
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .slick-arrow svg {
  width: 5rem;
  height: auto;
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .dots-wrapper {
  position: absolute;
  bottom: 3.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .dots-wrapper .slick-dots {
  position: unset;
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .dots-wrapper .slick-dots li button {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border-radius: 50%;
  background-color: white;
  opacity: 0.5;
  transition: opacity, 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .dots-wrapper .slick-dots li button {
    transition: none;
  }
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .dots-wrapper .slick-dots li button:before {
  content: "";
  display: none;
}
html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .dots-wrapper .slick-dots li:hover button, html body .pimcore_area_intro .intro-wrapper .slicknav-wrapper .dots-wrapper .slick-dots li.slick-active button {
  opacity: 1;
}
html body main h1, html body main h2, html body main h3, html body main h4, html body main h5, html body main h6 {
  display: block;
  width: 100%;
  font-family: "Frutiger LT W01_65 Bold1475746";
}
html body main h1,
html body main .h1 {
  font-size: 4rem;
  color: #0062ae;
  margin-bottom: 2rem;
}
html body main h2,
html body main .h2 {
  font-size: 2.6rem;
  margin-bottom: 1.3rem;
  color: #2d2d2d;
}
html body main h3,
html body main .h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  html body main h3,
html body main .h3 {
    font-size: 2.2rem;
  }
}
html body main h4,
html body main .h4 {
  font-size: 2.3rem;
}
html body main h5,
html body main .h5 {
  font-size: 2rem;
}
html body main button:focus, html body main button:active {
  outline: none;
}
html body main a {
  color: #0062ae;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body main a {
    transition: none;
  }
}
html body main a:active, html body main a:hover {
  color: currentColor;
  outline: 0;
  text-decoration: underline;
}
html body main *:focus {
  outline: none;
}
html body main .wysiwyg a:active, html body main .wysiwyg a:hover {
  outline: 0;
  text-decoration: none;
}
html body main .wysiwyg b,
html body main .wysiwyg strong,
html body main .wysiwyg .text-bold {
  font-weight: normal !important;
  font-family: "Frutiger LT W01_65 Bold1475746";
}
html body main .wysiwyg small {
  font-size: 80%;
}
html body main .wysiwyg big {
  font-size: 120%;
}
html body main .wysiwyg i,
html body main .wysiwyg em {
  font-style: italic;
}
html body main .wysiwyg u,
html body main .wysiwyg ins {
  text-decoration: none;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
}
html body main .wysiwyg s,
html body main .wysiwyg del,
html body main .wysiwyg strike {
  text-decoration: line-through;
}
html body main .wysiwyg mark {
  background: rgba(0, 0, 0, 0.5);
}
html body main .wysiwyg sub,
html body main .wysiwyg sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
html body main .wysiwyg blockquote {
  position: relative;
}
html body main .wysiwyg blockquote:before, html body main .wysiwyg blockquote:after {
  position: absolute;
  content: "";
}
html body main .wysiwyg ul li,
html body main .wysiwyg ol li {
  display: flex;
}
html body main .wysiwyg dfn {
  font-style: italic;
}
html body main .wysiwyg pre {
  overflow: auto;
}
html body main .wysiwyg code,
html body main .wysiwyg kbd,
html body main .wysiwyg pre,
html body main .wysiwyg samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
html body main hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
html body main dl {
  display: flex;
}
html body main hr {
  display: block;
  margin: 5.5rem 0;
}

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