/* Minification failed. Returning unminified contents.
(8,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(23,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(29,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(31,31): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(37,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-2'
(38,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(43,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(47,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(54,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(63,21): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(66,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(75,20): run-time error CSS1039: Token not allowed after unary operator: '-grey-e'
(116,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(123,28): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(130,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(131,28): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(147,17): run-time error CSS1039: Token not allowed after unary operator: '-gap-32'
(147,31): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(147,47): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(148,20): run-time error CSS1039: Token not allowed after unary operator: '-gap-32'
(165,20): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(190,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(226,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(227,29): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(276,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(282,26): run-time error CSS1039: Token not allowed after unary operator: '-grey-e'
(303,19): run-time error CSS1039: Token not allowed after unary operator: '-gap-24'
(303,33): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(303,49): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(304,22): run-time error CSS1039: Token not allowed after unary operator: '-gap-24'
(350,30): run-time error CSS1039: Token not allowed after unary operator: '-grey-e'
(357,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-bold'
(358,19): run-time error CSS1039: Token not allowed after unary operator: '-heading-3-size'
(363,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(370,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(373,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(392,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-normal'
(448,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(480,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(495,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(498,17): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(498,31): run-time error CSS1039: Token not allowed after unary operator: '-gap-40'
(499,20): run-time error CSS1039: Token not allowed after unary operator: '-grey-e'
(503,22): run-time error CSS1039: Token not allowed after unary operator: '-gap-32'
(504,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-normal'
(505,19): run-time error CSS1039: Token not allowed after unary operator: '-heading-4-size'
(513,17): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(513,31): run-time error CSS1039: Token not allowed after unary operator: '-gap-32'
(513,45): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(513,59): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(522,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(523,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-normal'
(524,19): run-time error CSS1039: Token not allowed after unary operator: '-heading-4-size'
(526,23): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-s'
(531,24): run-time error CSS1039: Token not allowed after unary operator: '-gap-4'
(532,17): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(537,24): run-time error CSS1039: Token not allowed after unary operator: '-gap-4'
(538,17): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(567,25): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(587,22): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(612,19): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(616,18): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(626,22): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
 */
.article-page {
  padding: 0 0 60px 0;
}

.content .preamble {
  font-weight: 700;
  margin: 50px 0 20px 0;
  color: var(--cws-deep-blue);
  max-width: 980px;
}
.page-image + .page .preamble {
  margin-top: 80px;
}
.content .preamble p {
  font-weight: 700;
}

.text-block {
  max-width: 980px;
}

.text-block a {
  color: var(--cws-deep-blue);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.text-block a:hover {
  color: var(--cws-green);
  text-decoration: underline;
  text-decoration-color: var(--cws-deep-blue);
}

/*------------lists-------------*/

.text-block ul {
  padding: 0 0 0 var(--gap-2);
  color: var(--cws-deep-blue);
}

.text-block ol {
  padding-left: 20px;
  color: var(--cws-deep-blue);
}

.text-block ol li:before {
  background-color: var(--cws-deep-blue);
}
.text-block ul li:before {
  content: "";
  display: inline-block;
  width: .4444444444rem;
  height: .4444444444rem;
  background-color: var(--cws-green);
  border-radius: 50%;
  margin-right: .5rem;
  vertical-align: .1111111111rem;
}

.text-block ul li {
  margin-left: 1em;
  text-indent: -1em;
  padding: 0 0 var(--gap-12) 0;
  line-height: 1.4em;
 list-style: none; 
  color: var(--text-color); 
}
.text-block ol li {
  padding: 0 0 10px 10px;
  line-height: 1.4em;
}

/*------------Pages, Articles-----------*/
.anchor-menu {
  background: var(--grey-e);
  margin: 0 auto;
  width: 1230px;
  padding-bottom: 0.625rem;
  padding-top: 1.75rem;
}
.anchor-menu .content:after {
  display: none;
}
.anchor-menu .anchor-menu__next,
.anchor-menu .anchor-menu__prev {
  display: none;
}
.anchor-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.anchor-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1% 1.875rem;
  width: 22%;
}

.page-image + .anchor-menu {
  padding-top: 4rem;
}

.imageCaption + .anchor-menu {
  padding-top: 4rem;
}

.content + .anchor-menu {
  padding-top: 4rem;
  margin-top: -4rem;
  margin-bottom: 25px;
}

.anchor-menu li a {
  color: var(--cws-deep-blue);
  display: block;
  font-weight: 500;
  min-height: 3.1875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  box-shadow: 0 1px 0 var(--cws-deep-blue);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.anchor-menu li a:hover {
  color: var(--cws-green);
  box-shadow: 0 2px 0 var(--cws-green);
}

.article-pages-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.standard-page-content .container-block {
  border: none;
  padding: 0;
  margin-top: 0;
}

.standard-page-content .page-block > .content {
  padding: var(--gap-32) var(--gap-20) 0 var(--gap-20);
  margin-top: var(--gap-32);
/*   border-top: solid 1px var(--grey-e);  */
}



/* ---------- STICKY ANCHOR MENU ----------------- */
.anchor-menu--sticky {
  position: fixed;
  width: 100%;
  max-width: 1230px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 3.75rem;
  max-height: 3.75rem;
  background: var(--cws-deep-blue);
  box-sizing: border-box;
  padding: 0;
}
.anchor-menu--sticky .content {
  position: relative;
  height: 60px;
  max-height: 60px;
  overflow: visible;
  padding: 0;
  cursor: pointer;
}
.anchor-menu--sticky .content ul {
  position: absolute;
  width: 100%;
  top: 3.75rem;
  left: 0;
  background: #eff0f1;
  display: none;
}
.anchor-menu--sticky .content ul.open {
  display: block;
}
.anchor-menu--sticky .content:after {
  content: attr(data-after);
  font: var(--font-text-regular);
  color: #fff;
  position: absolute;
  top: 0;
  left: 2rem;
  display: block;
  height: 60px;
  line-height: 60px;
  max-width: calc(100% - 10rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.anchor-menu--sticky .content ul li {
  width: 100%;
  display: block;
  border-bottom: solid 1px #fff;
  margin: 0;
}
.anchor-menu--sticky li a,
.anchor-menu--sticky li a:link,
.anchor-menu--sticky li a:visited {
  display: inline-block;
  color: #fff;
  min-height: 3.75rem;
  font-size: 1rem;
  line-height: 3.75rem;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  color: #7f8789;
  margin-left: 2rem;
  margin-top: 3px;
  box-sizing: border-box;
}
.anchor-menu--sticky li a.active-chapter {
  color: var(--cws-deep-blue);
  box-shadow: 0 -3px 0 var(--cws-deep-blue);
}
.anchor-menu--sticky .anchor-menu__next,
.anchor-menu--sticky .anchor-menu__prev {
  display: inline-block;
  text-decoration: none;
}
.anchor-menu--sticky .anchor-menu__next:after,
.anchor-menu--sticky .anchor-menu__prev:after {
  font-family: "CorpVwAgIcon";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  border-left: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
.anchor-menu--sticky .anchor-menu__next:hover:after,
.anchor-menu--sticky .anchor-menu__prev:hover:after {
  background: #67879d;
}

.anchor-menu--sticky .anchor-menu__next:after {
  content: "\e046";
  right: 0;
}
.anchor-menu--sticky .anchor-menu__prev:after {
  content: "\e043";
  right: 3.75rem;
}
.anchor-menu--sticky .anchor-menu__prev.hidden {
  display: none;
}
.anchor-menu--sticky .anchor-menu__next.open:after {
  content: "\e032";
  background: #67879d;
}

.imageCaption {
  max-width: 1230px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5em;
  color: var(--cws-deep-blue);
  margin-bottom: 10px;
}

.imageCaption__inner {
  padding: 50px;
  background-color: var(--grey-e);
}

@media only screen and (max-width: 1024px) {
  .page-heading:before {
    height: 65px;
  }
  .page-heading {
    margin-bottom: 13px;
  }
  .page-heading span,
  .page-image .content h1 span {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .anchor-menu {
    width: auto;
  }
}
@media only screen and (max-width: 864px) {
  .standard-page-content .page-block > .content {
    padding: var(--gap-24) var(--gap-20) 0 var(--gap-20);
    margin-top: var(--gap-24);
  }

  .page-image .content h1 span .anchor-menu {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .anchor-menu ul li {
    display: list-item;
    width: 100%;
    margin-bottom: 0.875rem;
  }
  .anchor-menu li a {
    width: 100%;
  }
  .anchor-menu li a {
    min-height: 2.1875rem;
  }
  .anchor-menu--sticky li a,
  .anchor-menu--sticky li a:link,
  .anchor-menu--sticky li a:visited {
    margin-left: 0;
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 420px) {
}

/*-----------Pressreleases-----------*/
.article-page h1 {
  display: inline-block;
}

.infinite-scroll {
  width: 100%;
}
.infinite-scroll tr,
.infinite-scroll tr td {
  width: 100%;
}
.infinite-scroll tr td {
  padding: 30px 0;
}
.infinite-scroll tr + tr td {
  border-collapse: separate;
  border-top: 1px solid var(--grey-e);
}

#loading {
  text-align: center;
}
.pressrelease .content p.intro {
  font: var(--font-text-bold);
  font-size: var(--heading-3-size);
}
.pressrelease ul,
.pressrelease ol {
  padding: 0 0 0 5px;
  color: var(--cws-deep-blue);
  font-weight: 500;
  font-size: 1.25em;
  list-style-position: inside;
}

.pressrelease ol li:before {
  background-color: var(--cws-deep-blue);
}
.pressrelease ul li:before {
  background-color: var(--cws-deep-blue);
}

.pressrelease ul li,
.pressrelease ol li {
  padding: 0 0 10px 20px;
}

.pressrelease h1 {
  margin-top: 30px;
  line-height: 1.2em;
}

.pressrelease-list_item_content h2 {
  margin-bottom: 0;
}
.pressrelease-date,
.news-date {
  padding: 0;
  font: var(--font-text-normal);
  display: block;
}
.pressrelease-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-image {
}
.pressrelease-list li {
  border-bottom: 1px solid #f2f2f2;
  padding: 35px 0 30px 0;
}
.pressrelease-brandimage {
  display: inline-block;
  vertical-align: text-top;
}

.pressrelease-list_item_imagethumb,
.news-list-item_imagethumb {
  display: inline-block;
  width: 190px;
  vertical-align: top;
  height: 115px;
  overflow: hidden;
  /*background: #f2f2f2;*/
  margin-right: 30px;
  text-align: center;
}

.pressrelease-list_item_content,
.news-list-item_content {
  width: 90%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.pressrelease-list_item_imagethumb + .pressrelease-list_item_content,
.news-list-item_imagethumb + .news-list-item_content {
  width: 75%;
}

.pressrelease-list_item_content a,
.news-list-item_content a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.pressrelease-list_item_content a:hover,
.news-list-item_content a:hover {
  text-decoration: none;
}
.pressrelease-list_item_content a:hover h2,
.news-list-item_content a:hover h2 {
  color: var(--cws-green);
}

.pressrelease-list_item_content p,
.news-list-item_content p {
  margin-bottom: 0;
}

.news-list-item_content h2,
.pressrelease-list_item_content h2 {
  margin: 0;
}
.pressrelease-heading {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 90%;
}
.pressrelease-brandimage img {
  height: 30px;
  position: relative;
  /*left: -4px;*/
}

.pressrelease-list_item {
  padding: 30px 0;
}
.pressrelease-list_item + .pressrelease-list_item {
  border-top: 1px solid #f2f2f2;
}
.pressrelease-list_item .pressrelease-date,
.news-date {
  color: var(--text-color);
  display: block;
  margin-bottom: 10px;
}

.pressrelease .pressrelease-date {
  padding: 30px 0 0 0;
}
.pressrelease-imagecollection .lightbox-image {
  margin-bottom: 4px;
}

.pressrelease-filters {
  display: flex;
  align-items: center;
  color: var(--text-color);
  width: 100%;
  box-sizing: border-box;
  padding: var(--gap-20) var(--gap-40);
  background: var(--grey-e);
}

.pressrelease-filter {
  margin-right: var(--gap-32);
  font: var(--font-text-normal);
  font-size: var(--heading-4-size);
}

.pressrelease-filters form {
  margin-bottom: 0;
}

.pressrelease-filters select {
  padding: var(--gap-12) var(--gap-32) var(--gap-12) var(--gap-12);
  background: rgb(255, 255, 255); /* Old browsers */
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 7px, 6px 7px;
  background-repeat: no-repeat;
  border: none;
  color: var(--text-color);
  font: var(--font-text-normal);
  font-size: var(--heading-4-size);
  margin: 0 30px 0 0;
  border-radius: var(--border-radius-s);
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pressrelease-filters select:focus-visible {
  outline-offset: var(--gap-4);
  outline: var(--cws-green) solid 3px;
  text-decoration: none !important;
}

.pressrelease-filters input[type="submit"]:focus-visible {
  outline-offset: var(--gap-4);
  outline: var(--cws-green) solid 3px;
  text-decoration: none !important;
}

.pressrelease-filters fieldset {
  border: none;
  padding: 0;
}

.pressrelease-brandimage + h2 {
  display: inline-block;
  vertical-align: text-top;
  max-width: 85%;
}

.pressrelease-images > div {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.pressrelease-images .lightbox-image img {
  width: 290px;
}
@media only screen and (max-width: 864px) {
  .pressrelease-filters {
    flex-direction: column;
    align-items: flex-start;
  }

  .pressrelease-filter {
    margin-bottom: var(--gap-12);
  }

  .pressrelease-list_item_imagethumb,
  .news-list-item_imagethumb {
    width: 20%;
  }
  .news-list-item_content h2,
  .pressrelease-list_item_content h2 {
    display: inline;
  }

  .pressrelease-list_item_imagethumb img,
  .news-list-item_imagethumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 864px) {
  .pressrelease-filters input[type="submit"] {
    margin-top: var(--gap-12);
  }
}
@media only screen and (max-width: 475px) {
  .pressrelease-list_item_imagethumb,
  .news-list-item_imagethumb {
    display: none;
  }

  .pressrelease-list_item_imagethumb + .pressrelease-list_item_content,
  .news-list-item_imagethumb + .news-list-item_content {
    width: 100%;
  }

  .pressrelease-list_item_imagethumb img,
  .news-list-item_imagethumb img {
    width: 100%;
  }

  .pressrelease-list_item_content p,
  .news-list-item_content p {
    font-size: 1.1em;
  }

  .pressrelease-filters {
    padding: var(--gap-12);
  }

  .pressrelease-filters fieldset {
    margin: var(--gap-12) 0;
  }

  .pressrelease-filters select {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .pressrelease-filters select + select {
    margin-top: var(--gap-12);
  }
}

