@charset "UTF-8";
.link-list, ul.gallery-wrap, .teaser-list, .tabs-nav, .feature-list ul, .nav-list, .icon-list, .listing, .MarkupPagerNav, .slider-nav, .img-nav, .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .link-list .list-item, ul.gallery-wrap .list-item, .teaser-list .list-item, .tabs-nav .list-item, .feature-list ul .list-item, .nav-list .list-item, .icon-list .list-item, .listing .list-item, .MarkupPagerNav .list-item, .slider-nav .list-item, .img-nav .list-item, .tag-list .list-item {
    margin: 0;
    padding: 0; }
  .link-list .list-item-link, ul.gallery-wrap .list-item-link, .teaser-list .list-item-link, .tabs-nav .list-item-link, .feature-list ul .list-item-link, .nav-list .list-item-link, .icon-list .list-item-link, .listing .list-item-link, .MarkupPagerNav .list-item-link, .slider-nav .list-item-link, .img-nav .list-item-link, .tag-list .list-item-link {
    display: block;
    text-decoration: none;
    color: #005b6c; }
    .link-list .list-item-link:hover, ul.gallery-wrap .list-item-link:hover, .teaser-list .list-item-link:hover, .tabs-nav .list-item-link:hover, .feature-list ul .list-item-link:hover, .nav-list .list-item-link:hover, .icon-list .list-item-link:hover, .listing .list-item-link:hover, .MarkupPagerNav .list-item-link:hover, .slider-nav .list-item-link:hover, .img-nav .list-item-link:hover, .tag-list .list-item-link:hover, .link-list .list-item-link:focus, ul.gallery-wrap .list-item-link:focus, .teaser-list .list-item-link:focus, .tabs-nav .list-item-link:focus, .feature-list ul .list-item-link:focus, .nav-list .list-item-link:focus, .icon-list .list-item-link:focus, .listing .list-item-link:focus, .MarkupPagerNav .list-item-link:focus, .slider-nav .list-item-link:focus, .img-nav .list-item-link:focus, .tag-list .list-item-link:focus, .link-list .list-item-link:active, ul.gallery-wrap .list-item-link:active, .teaser-list .list-item-link:active, .tabs-nav .list-item-link:active, .feature-list ul .list-item-link:active, .nav-list .list-item-link:active, .icon-list .list-item-link:active, .listing .list-item-link:active, .MarkupPagerNav .list-item-link:active, .slider-nav .list-item-link:active, .img-nav .list-item-link:active, .tag-list .list-item-link:active {
      color: #ef0061; }
  .link-list .active > .list-item-link, ul.gallery-wrap .active > .list-item-link, .teaser-list .active > .list-item-link, .tabs-nav .active > .list-item-link, .feature-list ul .active > .list-item-link, .nav-list .active > .list-item-link, .icon-list .active > .list-item-link, .listing .active > .list-item-link, .MarkupPagerNav .active > .list-item-link, .slider-nav .active > .list-item-link, .img-nav .active > .list-item-link, .tag-list .active > .list-item-link {
    color: #005b6c; }

.no-flexbox .MarkupPagerNav li {
  display: inline-block; }

.nav-list__horizontal .list-item-link {
  display: block; }

.nav-list__horizontal .list-item {
  display: inline-block;
  margin-right: 0.75rem; }
  .nav-list__horizontal .list-item:last-of-type {
    margin-right: 0; }

.right.nav-list__horizontal .list-item {
  margin-right: 0;
  margin-left: 0.75rem; }
  .right.nav-list__horizontal .list-item:first-of-type {
    margin-left: 0; }

.badge-heading {
  text-transform: uppercase;
  letter-spacing: 0.07em; }

.heading {
  margin-bottom: 1.5rem; }
  .heading:first-child {
    margin-top: 0; }

.c-meta,
.c-main-nav,
.c-footer,
.c-container {
  max-width: 24em;
  margin-left: auto;
  margin-right: auto; }
  .c-meta:after,
  .c-main-nav:after,
  .c-footer:after,
  .c-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 48em) {
    .c-meta,
    .c-main-nav,
    .c-footer,
    .c-container {
      max-width: 48em;
      margin-left: auto;
      margin-right: auto; }
      .c-meta:after,
      .c-main-nav:after,
      .c-footer:after,
      .c-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 72em) {
    .c-meta,
    .c-main-nav,
    .c-footer,
    .c-container {
      max-width: 72em;
      margin-left: auto;
      margin-right: auto; }
      .c-meta:after,
      .c-main-nav:after,
      .c-footer:after,
      .c-container:after {
        content: " ";
        display: block;
        clear: both; } }

.news, .products, .featured-products {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, #e9e9e9, #fff 10.5rem); }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, div, dt, figcaption, footer, form, header, hgroup, html, main, nav, section {
  display: block; }

html {
  font-size: 100%;
  line-height: 1.5rem; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  background-color: transparent; }
  body:after {
    content: 'bp-small';
    display: none; }

@media (min-width: 48em) {
  body:after {
    content: 'bp-medium'; } }

@media (min-width: 72em) {
  body:after {
    content: 'bp-large'; } }

a {
  color: #005b6c; }
  a:hover, a:focus, a:active {
    color: #bc004c; }

img {
  max-width: 100%;
  height: auto; }

a img {
  border: none; }

b, strong {
  font-weight: bold; }

.c-footer,
.c-container {
  width: 95%;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 48em) {
  .c-footer,
  .c-container {
    padding-left: 0;
    padding-right: 0; } }

html {
  background-color: #eee; }

.meta-bar {
  color: #fff;
  background-image: linear-gradient(to right, #bc004c 0%, #000 13%, #000 35%, #007185 60%, #fff 78%);
  padding-top: 1.25rem;
  min-height: 4rem;
  text-align: left; }

@media (min-width: 48em) {
  .meta-bar {
    background-image: linear-gradient(to right, #bc004c 3%, #000 15%, #000 45%, #007185 70%, #fff 84%); } }

@media (min-width: 72em) {
  .meta-bar {
    background-image: linear-gradient(to right, #bc004c 3%, #000 16%, #000 50%, #007185 73%, #fff 88%); } }

.form {
  display: block;
  margin-bottom: 1.5rem;
  position: relative; }

.inputfield {
  display: block;
  margin-bottom: 0.75rem;
  padding: 0.375rem;
  border: 1px solid #dff2f6;
  background-color: #fff;
  position: relative; }
  .inputfield label {
    font-size: 0.9em;
    padding: 0.375rem;
    padding-bottom: 0;
    display: block;
    color: #007185; }
  .inputfield input[type="text"],
  .inputfield input[type="email"],
  .inputfield .select {
    margin: 0;
    padding: 0.375rem;
    width: 100%;
    background-color: #dff2f6;
    border: none;
    color: #000;
    font-size: 0.9em;
    line-height: 1.3em;
    font-family: Arial, Helvetica, sans-serif; }
    .inputfield input[type="text"]:hover, .inputfield input[type="text"]:focus, .inputfield input[type="text"]:active,
    .inputfield input[type="email"]:hover,
    .inputfield input[type="email"]:focus,
    .inputfield input[type="email"]:active,
    .inputfield .select:hover,
    .inputfield .select:focus,
    .inputfield .select:active {
      background-color: #fff; }

.inputsubmit {
  text-align: left; }

.form__literature .btn {
  margin-left: auto; }

.input-text {
  margin: 0;
  padding: 0.375rem;
  font-size: 0.9em;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: black;
  border: 1px solid #dff2f6; }
  .input-text:hover, .input-text:focus, .input-text:active {
    border-color: #007185;
    color: #000;
    background-color: #fff; }

.btn {
  border: none;
  border-radius: none;
  background-color: #dff2f6;
  -webkit-appearance: none;
  padding: 0.375rem; }
  .btn:hover, .btn:focus, .btn:active {
    background-color: #007185;
    color: #fff; }

.btn__alpha {
  background-color: #007185;
  color: #fff;
  width: 100%;
  max-width: 20%; }
  .btn__alpha:hover, .btn__alpha:focus, .btn__alpha:active {
    background-color: #000;
    color: #fff; }

.btn__large {
  font-size: 1.2em;
  padding: 0.75rem; }

.btn_transparent {
  transition: all ease-in-out 0.2s;
  text-align: center;
  background-color: transparent;
  padding: 1em 2em;
  border-radius: 0.5em;
  border: 0.1875rem solid #fff;
  color: #fff;
  text-decoration: none; }

.content table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  border: 1px solid #dff2f6;
  font-size: 0.9em;
  line-height: 1.2em; }

.content th {
  background-color: #007185;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 0.9em; }

.content th, .content td {
  padding: 0.1875rem 0.375rem;
  border: 1px solid #dff2f6;
  line-height: 1.2em; }

.content .zebra tr:nth-of-type(even) {
  background-color: #dff2f6; }

.header {
  background-color: #fff;
  min-height: 4em; }
  @media (min-width: 48em) {
    .header {
      min-height: 12em; } }

.page-header {
  background-color: transparent; }

.hero {
  clear: both;
  padding: 1.5rem;
  overflow: hidden; }

.hero__text {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.header-logo {
  position: absolute;
  z-index: 200;
  width: 7rem;
  top: -0.25rem;
  right: 0;
  padding: 1.5rem; }
  .header-logo .svg-logo {
    width: 100%;
    height: auto; }

@media (min-width: 48em) {
  .header-logo {
    width: 8rem;
    top: -0.9rem; } }

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #007185;
  font-weight: bold;
  line-height: 1.2em; }

.alpha {
  font-weight: normal;
  line-height: 1em;
  color: #007185;
  margin: 0; }

.heading {
  letter-spacing: 0;
  font-weight: normal; }
  .heading a {
    text-decoration: none; }

.page-heading {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.2em;
  color: #999;
  margin: 0;
  padding: 0;
  margin-bottom: 0.75rem; }
  @media (min-width: 48em) {
    .page-heading {
      font-size: 3em; } }

.page-subheading {
  font-size: 1.3em;
  line-height: 1.2em;
  max-width: 30em;
  color: #999;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.page-heading + .page-subheading {
  margin-top: 0; }

.page-main {
  background-color: #fff; }

.intro,
.content {
  padding: 1.5rem 0;
  overflow: hidden; }

.intro + .content,
.content + .content {
  padding-top: 0; }

.content:last-of-type {
  padding-bottom: 3rem; }

.page-intro {
  padding-top: 3.75rem; }

.narrow {
  clear: both; }
  @media (min-width: 48em) {
    .narrow {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 19.1489361702%;
      padding-right: 19.1489361702%; } }
  @media (min-width: 72em) {
    .narrow {
      padding-left: 25.3521126761%;
      padding-right: 25.3521126761%; } }

.wide {
  clear: both; }
  @media (min-width: 48em) {
    .wide {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 12.7659574468%;
      padding-right: 12.7659574468%; } }
  @media (min-width: 72em) {
    .wide {
      padding-left: 16.9014084507%;
      padding-right: 16.9014084507%; } }

.wider {
  clear: both; }
  @media (min-width: 48em) {
    .wider {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 6.3829787234%;
      padding-right: 6.3829787234%; } }
  @media (min-width: 72em) {
    .wider {
      padding-left: 8.4507042254%;
      padding-right: 8.4507042254%; } }

.inner-wrap {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 48em) {
    .inner-wrap {
      width: 74.4680851064%;
      float: left;
      margin-right: 2.1276595745%; } }
  @media (min-width: 72em) {
    .inner-wrap {
      width: 66.1971830986%;
      float: left;
      margin-right: 1.4084507042%; } }

.images,
.image {
  margin: 0;
  padding: 0; }

.image img {
  max-width: 100%;
  height: auto; }

.thumbs {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .thumbs .image {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

.body {
  margin-bottom: 0.75rem; }
  .body h2, .body h3, .body h4, .body h5, .body h6, .body p, .body ul, .body ol, .body table, .body blockquote {
    margin: 0;
    padding: 0;
    margin-bottom: 0.75rem; }
  .body p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .body p + h2,
  .body p + h3 {
    margin-top: 1.5rem; }
  .body ul, .body ol {
    margin-left: 1.5em; }
  .body li {
    margin-bottom: 0.375rem; }

.content dt {
  margin: 0;
  padding: 0;
  display: block;
  color: #007185;
  border-bottom: 1px solid #dff2f6; }
  .content dt:not(:first-of-type) {
    margin-top: 0.75rem; }

.content dd {
  margin: 0;
  padding: 0;
  display: inline-block; }

.content .key-data {
  font-size: 0.9em; }

.content-footer {
  clear: both; }

.prev,
.next {
  text-decoration: none; }

@media (min-width: 48em) {
  .product-detail {
    overflow: hidden; }
  .product-images {
    width: 48.9361702128%;
    float: left;
    margin-right: 2.1276595745%; } }

@media (min-width: 72em) {
  .product-images {
    width: 40.8450704225%;
    float: left;
    margin-right: 1.4084507042%; } }

.badge {
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-align: center; }

.badge-image {
  margin: 0; }

.badge-heading {
  font-size: 0.9em;
  margin-bottom: 0;
  color: #fff; }
  .badge-heading a {
    text-decoration: none;
    color: #dff2f6; }
    .badge-heading a:hover, .badge-heading a:focus, .badge-heading a:active {
      color: #fff;
      background-color: false; }

.badge-body {
  font-size: 0.8em;
  line-height: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
  text-align: justify;
  color: #fff; }

.link-list {
  font-size: 0.8em;
  margin-bottom: 1.5rem; }
  .link-list a {
    text-decoration: none; }
  .link-list li {
    text-indent: -0.5em;
    margin-left: 1em; }
  .link-list:not(.icons) li:before {
    content: '»';
    display: inline-block;
    margin-right: 0.375rem; }
  .link-list.icons li {
    text-indent: -0.7em;
    margin-left: 1.5em; }

.has-sidebar .inner-wrap {
  width: 100%; }

.has-sidebar .sidebar {
  margin-bottom: 1.5rem; }

@media (min-width: 48em) {
  .has-sidebar .body {
    width: 74.4680851064%;
    float: left;
    margin-right: 2.1276595745%; }
  .has-sidebar .sidebar {
    width: 23.4042553191%;
    float: right;
    margin-right: 0; } }

@media (min-width: 72em) {
  .has-sidebar .body {
    width: 66.1971830986%;
    float: left;
    margin-right: 1.4084507042%; }
  .has-sidebar .sidebar {
    width: 32.3943661972%;
    float: right;
    margin-right: 0; } }

@media (min-width: 72em) {
  .has-sidebar__large .body {
    width: 61.9718309859%;
    float: left;
    margin-right: 1.4084507042%; }
  .has-sidebar__large .sidebar {
    width: 36.6197183099%;
    float: right;
    margin-right: 0; } }

.content .body {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.content .images {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem; }

@media (min-width: 48em) {
  .layout-1.has-image .body {
    width: 55.3191489362%;
    float: left;
    margin-right: 2.1276595745%; }
  .layout-1.has-image .images {
    width: 36.170212766%;
    float: right;
    margin-right: 0; }
    .layout-1.has-image .images img {
      margin-left: auto; } }

@media (min-width: 72em) {
  .layout-1 .body {
    width: 66.1971830986%;
    float: left;
    margin-right: 1.4084507042%; }
  .layout-1 .images {
    width: 32.3943661972%;
    float: right;
    margin-right: 0; } }

@media (min-width: 48em) {
  .layout-2 .body {
    width: 48.9361702128%;
    float: left;
    margin-right: 2.1276595745%; }
  .layout-2 .images {
    width: 48.9361702128%;
    float: right;
    margin-right: 0; } }

@media (min-width: 72em) {
  .layout-2 .body {
    width: 49.2957746479%;
    float: left;
    margin-right: 1.4084507042%; }
  .layout-2 .images {
    width: 49.2957746479%;
    float: right;
    margin-right: 0; } }

@media (min-width: 48em) {
  .layout-3 .body {
    width: 93.6170212766%;
    float: left;
    margin-right: 2.1276595745%; }
  .layout-3 .images {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 72em) {
  .layout-3 .body {
    width: 83.0985915493%;
    float: left;
    margin-right: 1.4084507042%; }
  .layout-3 .images {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.body .usp-list {
  margin-left: 1rem;
  margin-bottom: 3rem;
  list-style-type: square;
  color: #007185;
  font-size: 1em;
  line-height: 1.2;
  font-weight: bold;
  /*
> li {
			margin: 0; padding: 0;
			margin-left: 1em;
			text-indent: -1em;
			font-size: 1em;
			line-height: 1.5em;
			font-weight: bold;
			color: $ci-primary-color;
			&:before {
				content: ' ';
				width: 0.6em;
				height: 0.6em;
				background-color: $ci-primary-color;
				//border-radius: 9999px;
				display: inline-block;
				line-height: 1.2em;
				margin-right: 0.5em;
			}
		}
 */ }

.news-heading {
  color: #000;
  font-weight: bold; }

.news-item {
  overflow: hidden;
  position: relative; }
  .news-item .image {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto; }
  .news-item > .heading {
    margin: 0;
    padding: 0.75rem;
    color: #fff;
    background-color: #007185; }

.news-item-body {
  padding: 0.75rem;
  height: 100%;
  min-height: 12rem;
  background-size: cover;
  background-position: center;
  background-color: #eee; }

.news-list-item .heading {
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 0.375rem; }

.news-list-item .info {
  font-size: 0.8em;
  line-height: 1.2em; }

.news-list__events {
  clear: both;
  overflow: hidden;
  margin-bottom: 0.75rem; }
  .news-list__events .image-wrap {
    width: 33%;
    float: left; }
  .news-list__events .body {
    float: left;
    width: 65%;
    margin-left: 2%;
    line-height: 1.15em; }

.products {
  padding: 1.5rem;
  clear: both;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13.0434782609%;
  padding-right: 13.0434782609%;
  overflow: hidden;
  min-height: 21rem;
  border-top: 1px solid #dff2f6; }
  @media (min-width: 48em) {
    .products {
      padding-left: 19.1489361702%;
      padding-right: 19.1489361702%; }
      .products.square {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 3rem; }
      .products .narrow {
        padding: 0; } }
  @media (min-width: 72em) {
    .products {
      padding-left: 8.4507042254%;
      padding-right: 8.4507042254%; }
      .products .narrow {
        padding: 0; } }

.products .gallery-item {
  border: 1px solid #dff2f6; }

.products .heading {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 0.75rem;
  color: #bc004c; }

.products .body {
  font-size: 0.9em; }

.products .teaser-list {
  margin-bottom: 1.5rem; }

.featured .c-container {
  background-color: transparent; }

.featured .heading {
  padding: 0;
  letter-spacing: 0.05em;
  color: #bc004c;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.2em;
  font-weight: bold;
  color: #007185;
  border-bottom: 0.375rem solid #bc004c; }

.featured .teaser-list {
  border-bottom: 0.375rem solid #bc004c; }

.featured .teaser-heading {
  border-top: 1px solid #fff;
  color: #007185; }

.featured .teaser-wrap:hover .teaser-heading {
  background-color: #bc004c;
  color: #fff;
  border-top-color: #bc004c; }

.section-heading {
  color: #000;
  font-weight: bold; }

.featured-products-heading {
  color: #000;
  font-weight: bold; }

.featured-product-image {
  display: block; }

.featured-product-item {
  position: relative;
  overflow: hidden; }
  .featured-product-item > a {
    text-decoration: none; }

.featured-product-heading {
  margin: 0;
  margin-bottom: 0;
  padding: 0.75rem;
  border-left: 10px solid #bc004c;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.9em;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10; }

.featured-product-info {
  position: absolute;
  margin: 0;
  padding: 0.75rem;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all ease-in-out 0.3s;
  transform: translate(0, 100%);
  color: black; }
  .featured-product-info p {
    font-size: 0.9em;
    margin: 0;
    padding: 0; }

.featured-product-link:hover .featured-product-info {
  color: #000;
  transform: none; }

.cta--contact {
  background-size: cover;
  min-height: 20em;
  text-align: center;
  background-image: url(/site/templates/img/tse-contact-s.jpg);
  position: relative; }
  .cta--contact .btn {
    background-color: #bc004c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .cta--contact .btn:hover, .cta--contact .btn:focus, .cta--contact .btn:active {
      background-color: #007185;
      color: #fff; }

@media (min-width: 24em) {
  .cta--contact {
    background-image: url(/site/templates/img/tse-contact-m.jpg); } }

@media (min-width: 48em) {
  .cta--contact {
    background-image: url(/site/templates/img/tse-contact-l.jpg); } }

@media (min-width: 72em) {
  .cta--contact {
    background-image: url(/site/templates/img/tse-contact-1x.jpg); } }

@media (min-width: 72em), (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25 / 1), (min-device-pixel-ratio: 1.25), (min-resolution: 200dpi), (min-resolution: 1.25dppx) {
  .cta--contact {
    background-image: url(/site/templates/img/tse-contact.jpg); } }

.modules {
  padding: 1.5rem;
  clear: both;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  background-color: white;
  min-height: 21rem;
  border-top: 1px solid #dff2f6;
  border-bottom: 1px solid #dff2f6; }
  .modules .gallery-item {
    border: 1px solid #dff2f6; }
  .modules .heading {
    line-height: 1.2em;
    margin-bottom: 0.75rem;
    color: #ccc; }
  .modules .body {
    font-size: 0.9em; }
  .modules .teaser-list {
    margin-bottom: 1.5rem; }
  .modules .teaser-item {
    margin-bottom: 3rem; }

.gallery-item,
.gallery-item-wrap {
  margin: 0;
  padding: 0; }

.gallery-item {
  margin-bottom: 0.75rem; }

.gallery-image {
  display: block;
  max-width: 100%;
  height: auto; }

.gallery-description {
  font-size: 0.86em; }

@media (min-width: 48em) {
  .gallery-wrap {
    margin-bottom: 1.5rem; }
    .gallery-wrap:after {
      content: '';
      display: table;
      clear: both; }
    .gallery-wrap:last-of-type {
      margin-bottom: 0; }
  .gallery-item {
    width: 48.9361702128%;
    float: left; }
    .gallery-item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery-item:nth-child(2n + 2) {
      margin-left: 51.0638297872%;
      margin-right: -100%;
      clear: none; }
    .gallery-small .gallery-item {
      width: 31.8181818182%;
      float: left; }
      .gallery-small .gallery-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .gallery-small .gallery-item:nth-child(3n + 2) {
        margin-left: 34.0909090909%;
        margin-right: -100%;
        clear: none; }
      .gallery-small .gallery-item:nth-child(3n + 3) {
        margin-left: 68.1818181818%;
        margin-right: -100%;
        clear: none; }
  .gallery-item-wrap {
    display: block;
    margin-right: 0.75rem; }
  .gallery-image {
    max-width: 10em; } }

@media (min-width: 72em) {
  .gallery-item {
    width: 32.3943661972%;
    float: left; }
    .gallery-item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery-item:nth-child(3n + 2) {
      margin-left: 33.8028169014%;
      margin-right: -100%;
      clear: none; }
    .gallery-item:nth-child(3n + 3) {
      margin-left: 67.6056338028%;
      margin-right: -100%;
      clear: none; }
    .gallery-small .gallery-item {
      width: 18.9189189189%;
      float: left; }
      .gallery-small .gallery-item:nth-child(5n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .gallery-small .gallery-item:nth-child(5n + 2) {
        margin-left: 20.2702702703%;
        margin-right: -100%;
        clear: none; }
      .gallery-small .gallery-item:nth-child(5n + 3) {
        margin-left: 40.5405405405%;
        margin-right: -100%;
        clear: none; }
      .gallery-small .gallery-item:nth-child(5n + 4) {
        margin-left: 60.8108108108%;
        margin-right: -100%;
        clear: none; }
      .gallery-small .gallery-item:nth-child(5n + 5) {
        margin-left: 81.0810810811%;
        margin-right: -100%;
        clear: none; } }

.categories {
  overflow: hidden;
  padding-left: 13.0434782609%;
  padding-right: 13.0434782609%; }
  .categories .teaser-wrap {
    height: auto;
    margin: 0;
    padding: 0;
    position: static; }
  .categories .image-wrap img {
    display: block;
    max-width: none;
    width: 100%; }
  .categories .image-info {
    color: #fff;
    background-color: #007185;
    background-color: rgba(0, 113, 133, 0.7); }
  @media (min-width: 48em) {
    .categories {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48em) {
    .categories .gallery-wrap {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 72em) {
    .categories .gallery-wrap {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  .categories .gallery-item {
    float: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 6rem; }

.category-heading {
  margin: 0;
  padding: 0; }

.category-heading a,
.applications .category-heading {
  min-height: 3rem;
  font-weight: normal;
  font-size: 1.2em;
  padding: 0.375rem 0.75rem;
  border-top: 0.75rem solid #dff2f6;
  padding-top: 0.75rem;
  padding-left: 0.5625rem;
  display: block;
  text-decoration: none; }
  .category-heading a:hover, .category-heading a:focus, .category-heading a:active,
  .applications .category-heading:hover,
  .applications .category-heading:focus,
  .applications .category-heading:active {
    background-color: #fff;
    color: #bc004c; }
  .is-active .category-heading a, .is-active
  .applications .category-heading {
    background-color: #fff;
    color: #007185; }

.category-item {
  font-weight: bold;
  color: black; }
  .category-item small {
    font-weight: normal;
    font-size: 0.9em;
    color: #005b6c; }
  .category-item:hover .category-heading a {
    background-color: #fff;
    color: #bc004c; }

.category-list .nav-list {
  background-color: white; }
  .category-list .nav-list .list-item-link {
    border-left: 0.1875rem solid #fff;
    padding-left: 0.375rem;
    color: black; }
    .category-list .nav-list .list-item-link:hover, .category-list .nav-list .list-item-link:focus, .category-list .nav-list .list-item-link:active {
      background-color: transparent;
      color: #bc004c;
      border-left-color: #bc004c; }

.category-list .list-item-link {
  font-size: 0.9em;
  color: #007185;
  display: block;
  padding: 0.375rem 0.75rem;
  transition: all ease-in-out 0.2s;
  line-height: 1.25em; }
  .category-list .list-item-link:hover, .category-list .list-item-link:focus, .category-list .list-item-link:active {
    color: #bc004c; }

.category-list .level-0 {
  border-bottom: 1px solid #dff2f6; }

.image {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.75rem; }
  .image img {
    display: block;
    margin: 0;
    padding: 0; }

.image-wrap {
  margin: 0;
  padding: 0;
  position: relative; }

.image-info {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0.375rem 0.75rem; }

.teaser-list li {
  display: block; }

.teaser-list-heading {
  font-size: 0.9em;
  padding: 0.375rem 0.75rem;
  background-color: #007185;
  color: #fff;
  display: block;
  margin-top: 0;
  margin-bottom: 0; }

.teaser-wrap {
  display: block;
  text-decoration: none; }

.teaser {
  width: 100%;
  margin: 0;
  padding: 0; }

.teaser-item {
  margin-bottom: 1.5rem; }

.teaser-image {
  display: block;
  background-color: #fff;
  padding: 0.75rem;
  transition: all ease-in-out .3s;
  width: 100%;
  height: auto; }

.teasers-heading {
  font-weight: normal;
  margin: 0;
  margin-bottom: 0.75rem; }

.teaser-heading {
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1rem;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: rgba(0, 113, 133, 0.6);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dff2f6;
  color: #007185;
  background-color: #fff; }

.teaser-body {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.75rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: left; }

@media (min-width: 48em) {
  .teaser-wrap {
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    position: relative; }
  .teaser {
    position: absolute;
    top: 0; }
  .teaser-heading {
    border-bottom: none; }
  .teaser-info {
    transition: all ease-in-out .3s;
    position: absolute;
    width: 100%;
    top: 83%; }
  .teaser-body__boxed {
    padding-bottom: 30%; }
  .teaser-wrap:hover {
    color: #000; }
    .teaser-wrap:hover .teaser-image {
      opacity: .2; }
    .teaser-wrap:hover .teaser-info {
      top: 10%; }
    .teaser-wrap:hover .teaser-heading {
      color: #fff;
      border-top-color: #007185;
      background-color: #007185; }
  .square .teaser-wrap {
    padding-top: 100%; }
    .square .teaser-wrap:hover .teaser-info {
      top: 34%; }
  .square .teaser-info {
    top: 88%; } }

@media (min-width: 72em) {
  .teaser-info {
    top: 86%; }
  .teaser-wrap:hover .teaser-info {
    top: 34%; }
  .square .teaser-wrap:hover .teaser-info {
    top: 50%; }
  .square .teaser-info {
    top: 87%; } }

.products.foldouts {
  padding: 0;
  float: none;
  background-color: transparent;
  background-image: none;
  min-height: auto; }
  .products.foldouts .teaser-list {
    margin-bottom: 0; }

.foldout {
  margin-bottom: 0.75rem; }

.foldout-ctrl {
  display: none; }

.foldout-trigger {
  position: relative;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dff2f6;
  border-left: 0.375rem solid #dff2f6;
  background-color: #dff2f6; }
  .foldout-trigger:after {
    position: absolute;
    opacity: 0.5;
    width: auto;
    bottom: 0.75rem;
    right: 0.375rem;
    content: '►';
    display: inline-block;
    text-align: right; }
  .foldout-trigger:hover, .foldout-trigger:focus, .foldout-trigger:active {
    color: #bc004c;
    cursor: pointer; }
    .foldout-trigger:hover:after, .foldout-trigger:focus:after, .foldout-trigger:active:after {
      opacity: 1; }

.foldout-target {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: all ease-in-out 0.2s; }
  .foldout-target .gallery-item {
    border: 1px solid #dff2f6; }

.foldout-ctrl:checked ~ label > .foldout-trigger {
  /*background-color: transparent;*/
  border-left: 0.375rem solid #bc004c; }
  .foldout-ctrl:checked ~ label > .foldout-trigger:after {
    position: absolute;
    width: auto;
    bottom: 0.375rem;
    right: 0.375rem;
    content: '▼';
    display: inline-block;
    text-align: right; }

.foldout-ctrl:checked ~ label > .foldout-target {
  opacity: 1;
  height: auto; }

.tabs {
  position: relative;
  margin-bottom: 1.5rem; }

.tabs-nav {
  margin: 0;
  padding: 0;
  font-size: 0.8em; }
  .tabs-nav li {
    display: inline-block; }
    .tabs-nav li a {
      display: block;
      margin: 0;
      padding: 0;
      padding: 0.375rem 0.75rem;
      padding-bottom: 0.1875rem;
      text-decoration: none;
      border: 1px solid #dff2f6; }
      .tabs-nav li a:hover, .tabs-nav li a:focus, .tabs-nav li a:active {
        color: #000;
        background-color: white; }
    .tabs-nav li.active a {
      color: #fff;
      border-color: #dff2f6;
      background-color: #007185; }

.flexbox .tabs-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .flexbox .tabs-nav li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (min-width: 48em) {
      .flexbox .tabs-nav li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.tabs-content {
  margin-top: -2px;
  background-image: linear-gradient(to bottom, #dff2f6, #fff 15rem);
  margin: 0;
  padding: 0.75rem;
  padding-bottom: 0;
  border: 1px solid #dff2f6; }

.tab-content {
  overflow: hidden; }
  .tab-content .item-wrap {
    margin-bottom: 1.5rem; }

/*
// fallback - :target
.tabs-content > .tab-body:target {
	display: block;
}
.tabs-content > .tab-body:not(:target){
	display: none;
}*/
.js-hidden {
  display: none; }

.js-target {
  display: block; }

.tab-content-heading {
  margin: 0;
  margin-bottom: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  border-top: 1px solid #dff2f6;
  padding-top: 0.75rem; }

.feature-heading {
  font-weight: normal;
  margin-bottom: 0.75rem; }

.feature-list ul {
  font-size: 0.9em;
  margin-bottom: 1.5rem; }

.feature-list ul li {
  padding: 0.375rem;
  background-color: #fff;
  border-bottom: 1px solid #dff2f6; }

/*@include susy-breakpoint($bp-large,$layout-large){
	.feature-item {
		.feature-list {
			ul {
				columns: 2;
			}
			li {
				width: 100%;
				display: inline-block;
			}
		}
	}
}*/
.widget {
  clear: both;
  margin-bottom: 4.5rem;
  padding-top: 1.5rem; }

.footer {
  clear: both;
  background-color: #007185; }

.page-footer {
  min-height: 21rem;
  padding: 1.5rem 0; }

.support {
  margin-top: 3rem;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13.0434782609%;
  padding-right: 13.0434782609%; }

.badge-info {
  margin-bottom: 3rem; }

.meta {
  text-align: center; }

.copyright {
  font-size: 0.6em;
  text-align: center;
  color: #000;
  padding-bottom: 1.5rem; }
  .copyright > p {
    margin-bottom: 0; }

.icons .list-item-link:hover, .icons .list-item-link:focus, .icons .list-item-link:active {
  color: #000; }

@media (min-width: 48em) {
  .nav-footer {
    padding: 0;
    width: 68.085106383%;
    float: left;
    margin-right: 2.1276595745%; }
  .support {
    padding: 0;
    clear: none;
    margin-top: 1.5rem;
    width: 29.7872340426%;
    float: right;
    margin-right: 0; }
  .badge-info {
    display: none; }
  .meta {
    clear: both; } }

@media (min-width: 72em) {
  .nav-footer {
    width: 57.7464788732%;
    float: left;
    margin-left: 12.676056338%;
    margin-right: -100%; }
  .support {
    margin-top: 0;
    width: 19.7183098592%;
    float: left;
    margin-left: 76.0563380282%;
    margin-right: -100%; } }

.deco__footer {
  background-size: cover;
  min-height: 20em;
  text-align: center; }

.deco__home {
  position: relative; }
  .deco__home .btn {
    background-color: #bc004c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .deco__home .btn:hover, .deco__home .btn:focus, .deco__home .btn:active {
      background-color: #007185;
      color: #fff; }

.page {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  position: relative; }

.home > .heading {
  font-size: 1.8em;
  line-height: 1.15em;
  margin-bottom: 0.5em; }
  @media (min-width: 48em) {
    .home > .heading {
      font-size: 3em; } }

.home > .page-subheading {
  font-size: 1.3em;
  line-height: 1.15em;
  margin-bottom: 0.5em; }
  @media (min-width: 48em) {
    .home > .page-subheading {
      font-size: 1.5em; } }

.home > .body p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.home > .body h3 {
  color: #007185;
  font-weight: normal;
  text-transform: uppercase;
  letter-space: 0.09em; }

@media (min-width: 72em) {
  .home.layout-1.has-image .images {
    width: 32.3943661972%;
    float: right;
    margin-right: 0; } }

.contact-tiles {
  clear: both; }
  .contact-tiles img {
    display: block; }
  .contact-tiles a {
    text-decoration: none; }
  .contact-tiles .tile-heading {
    margin: 0;
    padding: 0;
    background-color: #007185;
    color: #fff;
    padding: 0.75rem;
    text-decoration: none; }

.main-nav {
  background-color: #005b6c;
  z-index: 100; }

.nav-meta {
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.75rem;
  color: #fff; }
  .nav-meta .list-item-link {
    color: #fff; }
    .nav-meta .list-item-link:hover, .nav-meta .list-item-link:focus, .nav-meta .list-item-link:active {
      color: #bc004c; }
  @media (min-width: 48em) {
    .nav-meta {
      margin-left: 0; } }

.page-main-navigation {
  background-color: #005b6c; }

.nav-main {
  color: #fff;
  /**/
  /**/ }
  .nav-main > .list-item {
    font-weight: normal; }
  .nav-main .list-item-link {
    padding: 0.375rem 0.75rem;
    border-bottom: 1px solid #dff2f6;
    color: #fff; }
    .nav-main .list-item-link:hover, .nav-main .list-item-link:focus, .nav-main .list-item-link:active {
      color: #fff;
      background-color: #000; }
  .nav-main > .list-item.active > .list-item-link {
    background-color: #000;
    color: #fff; }
  .nav-main > .list-item:hover > .list-item-link {
    background-color: #000;
    color: #fff; }
  .nav-main > .list-item:hover .level-1 {
    display: block; }

.nav-main .level-1 {
  display: none;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3em;
  background-color: white;
  /**
	> .list-item:hover {
		.level-2{
			display: block;
		}
	}
	/**/ }
  .nav-main .level-1 .list-item {
    text-transform: none;
    letter-spacing: 0;
    overflow: hidden;
    border-left: 0.375rem solid #fff; }
    .nav-main .level-1 .list-item:hover, .nav-main .level-1 .list-item:active, .nav-main .level-1 .list-item:focus {
      border-left-color: #bc004c; }
    .nav-main .level-1 .list-item:last-of-type .list-item-link {
      border-bottom: 0; }
  .nav-main .level-1 .list-item-link {
    color: #007185;
    padding: 0.375rem 0.75rem;
    border-bottom: 1px solid #dff2f6;
    transition: all ease-in-out 0.3s; }
    .nav-main .level-1 .list-item-link:hover, .nav-main .level-1 .list-item-link:focus, .nav-main .level-1 .list-item-link:active {
      color: #000;
      background-color: #fff; }

.nav-main .level-2 {
  display: none;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0;
  background-color: white; }
  .nav-main .level-2 .list-item-link {
    color: #007185;
    padding: 0.1875rem 0.75rem;
    border-bottom: 1px solid #dff2f6; }
    .nav-main .level-2 .list-item-link:hover, .nav-main .level-2 .list-item-link:focus, .nav-main .level-2 .list-item-link:active {
      color: #000;
      background-color: white; }

.nav-main .level-group {
  background-color: #fff;
  border-top: 1px solid #dff2f6;
  margin-bottom: 0.75rem; }

.icon-list {
  text-align: right;
  margin-bottom: 1.5rem; }
  .icon-list li {
    display: inline-block; }
    .icon-list li .icon-link {
      display: block;
      height: 0.75rem;
      width: 1.5rem; }
      .icon-list li .icon-link span {
        display: none; }

.flexbox .icon-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flexbox .icon-list li {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    .flexbox .icon-list li .icon-link {
      width: 100%; }

@media (min-width: 48em) {
  .page-main-navigation {
    position: relative; }
  .nav-main > .list-item {
    display: inline-block;
    margin-right: 0; }
  .nav-main .list-item-link {
    border-bottom: 0; }
  .nav-main > .list-item:hover .level-1 {
    display: inline-block; }
  .nav-main .level-1 {
    display: none;
    position: absolute;
    z-index: 2000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 1px 1px 1em #000;
    min-width: 23.4042553191%; }
    .nav-main .level-1 .list-item-link {
      padding-left: 0.75rem; }
  .nav-main .level-2 {
    background-color: white; } }

.category-nav .nav-list {
  background-color: white; }

.category-nav .list-item-link {
  font-size: 0.8em;
  color: #007185;
  display: block;
  padding: 0.375rem 0.75rem;
  transition: all ease-in-out 0.3s;
  line-height: 1.25em;
  display: block;
  border-right: 0.375rem solid #fff; }
  .category-nav .list-item-link:hover, .category-nav .list-item-link:focus, .category-nav .list-item-link:active {
    color: #000;
    background-color: #fff; }
  .category-nav .list-item-link:hover, .category-nav .list-item-link:focus, .category-nav .list-item-link:active {
    border-right-color: #bc004c; }

.category-nav .list-item {
  margin-right: 0;
  border-bottom: 1px solid #dff2f6; }

.category-nav .is-active .list-item-link {
  border-right-color: #bc004c; }

.nav-footer {
  color: #fff;
  margin-bottom: 1.5rem; }
  .nav-footer .list-heading {
    font-size: 0.9em;
    color: #dff2f6;
    border-bottom: 1px solid #dff2f6;
    margin-bottom: 0.375rem; }
  .nav-footer .list-item-link {
    color: white; }
    .nav-footer .list-item-link:hover, .nav-footer .list-item-link:focus, .nav-footer .list-item-link:active {
      color: #dff2f6;
      background-color: false; }
  @media (min-width: 48em) {
    .nav-footer > .nav-list > .list-item {
      width: 48.9361702128%;
      float: left; }
      .nav-footer > .nav-list > .list-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .nav-footer > .nav-list > .list-item:nth-child(2n + 2) {
        margin-left: 51.0638297872%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 72em) {
    .nav-footer > .nav-list > .list-item {
      width: 49.2957746479%;
      float: left; }
      .nav-footer > .nav-list > .list-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .nav-footer > .nav-list > .list-item:nth-child(2n + 2) {
        margin-left: 50.7042253521%;
        margin-right: -100%;
        clear: none; } }

.meta .nav-list {
  font-size: 0.9em;
  line-height: 1.3em; }

.js-nav .js-is-hidden {
  display: none !important; }

.js-nav .js-is-shown {
  display: block !important; }

.menugroups {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

@media (min-width: 48em) {
  .menugroups {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }

.menugroup {
  width: 100%; }

.group-item {
  margin-bottom: 1.5rem; }

.js-nav .group-item {
  margin-bottom: 0; }

.js-nav .group-heading {
  padding-left: 0.75rem; }
  .js-nav .group-heading a {
    display: block; }

.js-nav .group-products {
  border-bottom: 1px solid #000; }

.group-heading {
  margin: 0;
  padding: 0.375rem 0.375rem;
  border-bottom: 1px solid #000;
  font-size: 1em;
  line-height: 1.15em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  color: #007185; }
  .group-heading > a {
    text-decoration: none;
    color: #000; }

.search {
  display: block; }

.search.js-hidden {
  display: none; }

.btn__search {
  background-color: #bc004c;
  color: #fff; }

.listing {
  overflow: hidden; }

.listing-item {
  margin-bottom: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dff2f6;
  border-top: 1px solid #dff2f6; }

.listing-thumbs {
  margin-bottom: 0.75rem; }

.references__web .listing-item {
  padding: 1.5rem;
  border: 1px solid #dff2f6; }
  @media (min-width: 48em) {
    .references__web .listing-item {
      width: 48.9361702128%;
      float: left; }
      .references__web .listing-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .references__web .listing-item:nth-child(2n + 2) {
        margin-left: 51.0638297872%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 72em) {
    .references__web .listing-item {
      width: 32.3943661972%;
      float: left; }
      .references__web .listing-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .references__web .listing-item:nth-child(3n + 2) {
        margin-left: 33.8028169014%;
        margin-right: -100%;
        clear: none; }
      .references__web .listing-item:nth-child(3n + 3) {
        margin-left: 67.6056338028%;
        margin-right: -100%;
        clear: none; } }

.references__web .listing-heading {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0; }

.result .listing-heading {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0; }

.result .listing-body {
  margin: 0;
  padding: 0;
  font-size: 0.9em; }

.result__literature .listing-heading {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0; }
  .result__literature .listing-heading a {
    color: #007185; }
    .result__literature .listing-heading a:hover, .result__literature .listing-heading a:focus, .result__literature .listing-heading a:active {
      color: #bc004c; }

.news-pager {
  clear: both; }

.MarkupPagerNav {
  font-size: 0.866em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1.5rem; }
  .MarkupPagerNav li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border: 1px solid #dff2f6;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.375rem; }
  .MarkupPagerNav a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #007185;
    line-height: 2.25rem; }
    .MarkupPagerNav a:hover, .MarkupPagerNav a:focus, .MarkupPagerNav a:active {
      background-color: #dff2f6;
      color: #fff; }
  .MarkupPagerNav .MarkupPagerNavSeparator {
    text-align: center;
    line-height: 2.25rem; }
  .MarkupPagerNav .MarkupPagerNavOn {
    background-color: #007185;
    color: #fff; }
    .MarkupPagerNav .MarkupPagerNavOn a {
      color: #fff; }
  .no-flexbox .MarkupPagerNav {
    display: block; }

.map-item {
  margin-bottom: 3rem; }

.map-item-heading {
  margin-bottom: 0.75rem; }

.gmap-container {
  overflow: hidden;
  min-height: 14em; }

@media (min-width: 72em) {
  .map-item:nth-last-of-type(2) {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%; }
  .map-item:nth-last-of-type(2) ~ .map-item {
    width: 45.4545454545%;
    float: right;
    margin-right: 0; } }

.slider-elements {
  overflow: hidden;
  margin-bottom: 0.75rem; }
  @media (min-width: 72em) {
    .slider-elements {
      width: 980px;
      margin-left: auto;
      margin-right: auto; } }
  .slider-elements.wider {
    float: none; }

.fullwidth {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.fullwidth .slider-elements {
  margin: 0;
  width: 100%; }

.fullwidth .cycle-slide {
  display: block;
  width: 100%; }

.fullwidth .slider-elements img {
  display: block;
  width: 100%;
  height: auto; }

.fullwidth .slider-element {
  margin-bottom: 0;
  min-height: 0;
  max-height: 36em;
  padding: 0; }

.fullwidth .slider-elements .min-height {
  position: relative;
  height: 0;
  padding-top: 33.3%; }

.fullwidth .slider-elements .min-height .no-stretch {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.slider-prev,
.slider-next {
  font-size: 10em;
  line-height: 1em;
  color: #eee;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 500;
  cursor: pointer; }
  .slider-prev:hover,
  .slider-next:hover {
    opacity: 1; }

.slider-prev {
  left: 1.5rem; }

.slider-next {
  right: 1.5rem; }

.slider-element {
  max-width: 100%;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 72em;
  height: auto;
  min-height: 6rem;
  margin-bottom: 0.75rem; }
  .slider-element img {
    display: block; }
  @media (min-width: 48em) {
    .slider-element {
      min-height: 0; } }

.slider-link {
  text-decoration: none;
  color: inherit; }

.slider-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: none;
  height: auto; }
  .slider-item .eyecatcher {
    display: inline-block;
    padding: 0.375rem;
    font-weight: bold;
    color: #fff;
    background-color: #bc004c;
    border-radius: 1.5rem;
    transform: rotate(-5deg);
    box-shadow: 0 0 0.375rem #bc004c; }
  .slider-item .feature-list {
    display: none; }

@media (min-width: 72em) {
  .fullwidth .slider-elements {
    position: relative;
    width: 100%;
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; }
  .fullwidth .slider-element {
    max-height: auto;
    max-width: 100%; }
  .slider-item .feature-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .slider-item .feature-list .list-item {
      margin: 0;
      padding: 0; }
    .slider-item .feature-list .list-item-link {
      display: block;
      text-decoration: none;
      color: #005b6c; }
      .slider-item .feature-list .list-item-link:hover, .slider-item .feature-list .list-item-link:focus, .slider-item .feature-list .list-item-link:active {
        color: #ef0061; }
    .slider-item .feature-list .active > .list-item-link {
      color: #005b6c; }
    .slider-item .feature-list li {
      display: inline-block;
      font-size: 0.9em;
      text-align: center;
      vertical-align: middle;
      padding: 0.375rem;
      margin-bottom: 0.375rem;
      color: #fff;
      background-color: #000;
      border-radius: 0.375rem; } }

.slider__image img {
  display: block;
  max-width: 100%;
  height: auto; }

.slider__image-text {
  overflow: hidden; }
  .slider__image-text .slider-image {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%; }
    .slider__image-text .slider-image img {
      max-width: 100%;
      height: auto; }
  .slider__image-text .slider-content {
    width: 47.8260869565%;
    float: right;
    margin-right: 0; }
  .slider__image-text .slider-heading {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.2em; }
  .slider__image-text .slider-body {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.2em; }
  .slider__image-text.layout-1 .slider-image {
    width: 47.8260869565%;
    float: right;
    margin-right: 0; }
  .slider__image-text.layout-1 .slider-content {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%; }
  @media (min-width: 48em) {
    .slider__image-text {
      padding-top: 2.25rem;
      padding-left: 6rem;
      padding-right: 6rem;
      padding-bottom: 2.25rem;
      background-color: rgba(255, 255, 255, 0.5); }
      .slider__image-text .slider-heading {
        font-size: 1.1em;
        margin-bottom: 0.75rem; }
      .slider__image-text .slider-body {
        font-size: 0.9em; }
      .slider__image-text .slider-image {
        width: 55.3191489362%;
        float: left;
        margin-right: 2.1276595745%; }
      .slider__image-text .slider-content {
        width: 42.5531914894%;
        float: right;
        margin-right: 0; }
      .slider__image-text.layout-1 .slider-image {
        width: 55.3191489362%;
        float: right;
        margin-right: 0; }
      .slider__image-text.layout-1 .slider-content {
        width: 42.5531914894%;
        float: left;
        margin-right: 2.1276595745%; } }
  @media (min-width: 72em) {
    .slider__image-text .slider-image {
      width: 49.2957746479%;
      float: left;
      margin-right: 1.4084507042%; }
    .slider__image-text .slider-content {
      width: 49.2957746479%;
      float: right;
      margin-right: 0; }
    .slider__image-text.layout-1 .slider-image {
      width: 49.2957746479%;
      float: right;
      margin-right: 0; }
    .slider__image-text.layout-1 .slider-content {
      width: 49.2957746479%;
      float: left;
      margin-right: 1.4084507042%; } }

.slider__list .slider-content-image {
  display: none; }

.slider__list .slider-heading {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.2em; }

.slider__list .slider-content-heading,
.slider__list .slider-info {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0.8em;
  line-height: 1em; }

.slider__list .content-aside .slider-content-item {
  diplay: none; }
  .slider__list .content-aside .slider-content-item:nth-of-type(1), .slider__list .content-aside .slider-content-item:nth-of-type(2) {
    display: block; }

@media (min-width: 48em) {
  .slider__list {
    padding-top: 2.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 2.25rem;
    background-color: rgba(255, 255, 255, 0.5); }
    .slider__list .slider-heading {
      font-size: 1.1em;
      margin-bottom: 0.75rem; }
    .slider__list .content_main {
      width: 48.9361702128%;
      float: left;
      margin-right: 2.1276595745%;
      min-height: 10.5rem; }
      .slider__list .content_main .slider-content-item {
        overflow: hidden;
        clear: both; }
      .slider__list .content_main .slider-content-image {
        display: block;
        width: 34.7826086957%;
        float: left;
        margin-right: 4.347826087%; }
      .slider__list .content_main .slider-content-body {
        width: 60.8695652174%;
        float: right;
        margin-right: 0; }
      .slider__list .content_main .slider-content-heading {
        font-size: 0.9em;
        display: block;
        margin-bottom: 0.1875rem; }
      .slider__list .content_main .slider-info {
        font-size: 0.8em;
        display: block; }
    .slider__list .content_aside {
      width: 48.9361702128%;
      float: right;
      margin-right: 0; }
      .slider__list .content_aside .slider-content-item {
        display: block;
        margin-bottom: 0.375rem; }
      .slider__list .content_aside .slider-content-heading {
        font-size: 0.9em;
        display: block;
        margin-bottom: 0.1875rem; }
      .slider__list .content_aside .slider-info {
        font-size: 0.8em;
        display: block; } }

@media (min-width: 72em) {
  .slider__list .content_main {
    width: 61.9718309859%;
    float: left;
    margin-right: 1.4084507042%; }
    .slider__list .content_main .slider-content-image {
      display: block;
      width: 59.0909090909%;
      float: left;
      margin-right: 2.2727272727%; }
    .slider__list .content_main .slider-content-body {
      width: 38.6363636364%;
      float: right;
      margin-right: 0; }
  .slider__list .content_aside {
    width: 36.6197183099%;
    float: right;
    margin-right: 0; }
    .slider__list .content_aside .slider-content-item {
      overflow: hidden;
      clear: both; }
    .slider__list .content_aside .slider-content-image {
      display: block;
      width: 30.7692307692%;
      float: left;
      margin-right: 3.8461538462%; }
    .slider__list .content_aside .slider-content-body {
      width: 65.3846153846%;
      float: right;
      margin-right: 0; }
    .slider__list .content_aside .slider-content-heading {
      font-size: 0.9em;
      display: block;
      margin-bottom: 0.1875rem; }
    .slider__list .content_aside .slider-info {
      font-size: 0.8em;
      display: block; } }

.slider-nav {
  text-align: center; }
  .slider-nav.full {
    display: none; }
  @media (min-width: 48em) {
    .slider-nav.full {
      display: block; }
    .slider-nav.small {
      display: none; } }

.slider-nav-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 0.1875rem; }
  .slider-nav-item a {
    font-size: 0.8em;
    line-height: 1.5rem;
    display: block;
    text-decoration: none;
    width: 1.5rem;
    height: 1.5rem;
    color: #007185;
    background-color: #fff; }
    .slider-nav-item a:hover {
      background-color: #bc004c;
      color: #fff; }
  .slider-nav-item.cycle-pager-active a {
    color: #000; }
    .slider-nav-item.cycle-pager-active a:hover {
      background-color: #bc004c;
      color: #fff; }

.full .slider-nav-item a {
  padding: 0 0.375rem;
  width: auto; }

.img-nav {
  text-align: center; }
  .img-nav li {
    display: inline-block; }
    .img-nav li:not(:last-of-type) {
      margin-right: 0.375rem; }
  .img-nav img {
    border: 1px solid #dff2f6;
    opacity: 0.8;
    display: block; }
    .img-nav img:hover, .img-nav img:focus, .img-nav img:active {
      border-color: #007185;
      cursor: pointer;
      opacity: 1; }
  .img-nav .cycle-pager-active img {
    border-color: #bc004c; }

.slide-items-wrap {
  margin-bottom: 0.75rem; }

.slide-item {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto; }

.slide-info {
  text-align: center;
  font-size: 0.8em;
  color: #007185;
  margin-bottom: 0.75rem; }

.slide-item img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.intrinsic {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 1.5rem; }
  .intrinsic .item,
  .intrinsic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .intrinsic-1-1 {
    padding-top: 100%; }
  .intrinsic-2-1 {
    padding-top: 50%; }
  .intrinsic-4-3 {
    padding-top: 75%; }
  .intrinsic-16-9 {
    padding-top: 56.25%; }

.coreproduct-teaser {
  padding-top: 2.25rem;
  background-color: #dff2f6;
  padding-bottom: 3rem; }
  .coreproduct-teaser__link {
    text-decoration: none; }
  .coreproduct-teaser__subline {
    font-size: 0.9em; }

.coreproduct-teaser-wrap {
  font-size: 0.8em; }

.coreproduct-teaser__subline,
.coreproduct-teaser__subheading,
.coreproduct-teaser__heading,
.coreproduct-teaser__heading + .coreproduct-teaser__subheading {
  margin: 0;
  padding: 0; }

.coreproduct-teaser + .page-intro {
  padding-top: 2.25rem; }

.primary .primary {
  width: 100%; }

.product__header + .product__info {
  padding-top: 0; }

.product__subheading {
  margin-bottom: 1.5rem; }

.secondary {
  clear: both; }

@media (min-width: 48em) {
  .primary {
    width: 55.3191489362%;
    float: left;
    margin-right: 2.1276595745%; }
  .secondary {
    clear: none;
    width: 36.170212766%;
    float: right;
    margin-right: 0; } }

@media (min-width: 72em) {
  .primary {
    width: 57.7464788732%;
    float: left;
    margin-right: 1.4084507042%; }
  .secondary {
    width: 36.6197183099%;
    float: right;
    margin-right: 0; } }

.related-products {
  border-bottom: 1px solid #fff; }
  .related-products .section-header {
    border-bottom: 1px solid #007185; }
  .related-products .section-heading {
    color: #007185;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0.375rem 0; }
    .related-products .section-heading > span {
      font-size: 0.9em;
      color: #999;
      text-transform: none;
      letter-spacing: 0; }
  .related-products .section-heading__link {
    color: #007185;
    text-decoration: none; }
  .related-products .details-heading {
    cursor: pointer;
    margin-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.2; }
  .related-products details[open=""] > .details-heading {
    font-weight: bold;
    color: #bc004c; }
  .related-products .details-wrap {
    padding: 0.375rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dff2f6; }
  .related-products .modules-wrap.last {
    border-bottom: 1px solid #007185; }
  .related-products .info-wrap {
    border-bottom: 1px solid #007185; }
  .related-products .details-heading {
    font-size: 0.9em;
    color: #000; }
  .related-products .details-subheading {
    margin: 0;
    padding: 0;
    margin-bottom: 0.375rem;
    font-size: 0.8em;
    color: #000; }
  .related-products .details-content {
    padding: 0.75rem; }
    .related-products .details-content > p {
      margin: 0;
      padding: 0;
      font-size: 0.9em; }
    .related-products .details-content .link-list {
      margin-bottom: 0.75rem; }
    .related-products .details-content .link-list:last-of-type {
      margin-bottom: 0; }
  .related-products .img-nav {
    text-align: left; }

@supports (display: grid) {
  .grid-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-auto-rows: minmax(240px, auto);
    grid-gap: 0.75rem; }
    .grid-gallery:after {
      content: none; }
    .grid-gallery .grid-item {
      margin: 0;
      padding: 0;
      width: auto;
      float: none;
      border: 1px solid #dff2f6; } }

.tags {
  padding: 1.5rem 0; }

.tags__heading {
  margin: 0;
  font-size: 0.9em;
  margin-bottom: 0.75rem; }

.tag-list .list-item {
  display: inline-block; }

.tag {
  display: block;
  border-radius: 0.1875rem;
  font-size: 0.75em;
  margin: 0.1875rem;
  padding: 0.375rem;
  background-color: #dff2f6;
  color: #007185;
  text-decoration: none; }
  .tag:hover, .tag:focus, .tag:active {
    color: #fff;
    background-color: #007185; }

.vh,
.is-hidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
  .vh.focusable,
  .is-hidden.focusable {
    clip-path: none !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    white-space: normal !important; }

img.align_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
img.align_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
