@media screen and (min-width:320px) {
  .pointer-teaser {
    margin-right: .34rem;
  }
}

@media screen and (min-width:640px) {
  .pointer-teaser {
    margin-right: 1rem;
  }
}

.price-information {
  background-image: url(../img/anti-triangle.svg);
  background-repeat: no-repeat;
  padding: 1.74rem 0 0;
  margin-bottom: 1.34rem;
  text-align: center;
  background-position: bottom;
  -moz-background-size: 105%;
  background-size: 105%;
}

.price-information__price {
  font-weight: 400;
  font-size: 21pt;
}

.price-information__currency {
  font-weight: 300;
  font-size: 14pt;
  vertical-align: 8px;
}

.price-information__duration {
  font-weight: 300;
  font-size: 10pt;
  text-transform: uppercase;
}

.product-pull-down {
  margin-top: 1.34rem;
}

.product-pull-down__header {
  display: block;
  text-align: center;
}

.download-box__headline {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 34px;
  line-height: 2.26667rem;
  color: #0176c3;
  margin-bottom: 1.34rem;
}

.download-box__header {
  margin: 1.34rem 0 1.34rem .27rem;
}

.download-box__left-column {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.download-box__right-column {
  float: left;
  margin: 1.2rem 0;
}

@media screen and (min-width:640px) {
  .download-box__header {
    margin: 1.34rem 0;
  }

  .download-box__left-column {
    display: block;
  }

  .download-box__right-column {
    max-width: 65%;
    margin-top: 0;
  }

  .download-box__headline {
    width: 33%;
    float: left;
    margin: 0;
  }

  .download-box__content {
    border-left: 1px solid #e4e4e4;
    padding-left: 1.34rem;
    float: left;
  }
}

.free-sample-box__headline {
  text-align: center;
  width: 100%;
}

.free-sample-box__content {
  width: 100%;
}

@media screen and (min-width:980px) {
  .free-sample-box__headline {
    text-align: center;
    width: 31%;
    float: left;
  }

  .free-sample-box__content {
    border-left: 1px solid #e4e4e4;
    padding-left: 1.34rem;
    float: left;
    width: 66%;
  }
}

.discount-box {
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-left: 7px solid #a82764;
  margin-bottom: 1.34rem;
  padding-bottom: .67rem;
  padding-left: .67rem;
  padding-top: .67rem;
}

.discount-box_headline_emphasized {
  font-weight: 400;
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 34px;
  line-height: 2.26667rem;
}

.discount-box_headline,
.discount-box_headline_emphasized {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  color: #a82764;
}

.discount-box_headline {
  font-weight: 300;
}

@media screen and (min-width:980px) {
  .discount-box__button {
    float: right;
  }
}

html.remodal-is-locked {
  overflow: hidden;
}

.lazy-load {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: url(../img/loader.gif) no-repeat 50%;
}

.remodal,
[data-remodal-id] {
  visibility: hidden;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0);
}

.remodal {
  position: relative;
  display: inline-block;
}

.remodal-bg {
  transition: filter .2s ease-out;
}

.remodal-is-active.main .remodal-bg,
body.remodal-is-active .remodal-bg {
  filter: blur(3px);
}

.remodal-overlay {
  transition: opacity .2s ease-out;
  opacity: 0;
  background: rgba(33,36,46,.5);
}

.remodal-is-active.main .remodal-overlay,
body.remodal-is-active .remodal-overlay {
  opacity: 1;
}

.remodal {
  font-size: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  transition: transform .2s ease-out,opacity .2s ease-out;
  transition: transform .2s ease-out,opacity .2s ease-out,-moz-transform .2s ease-out;
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  opacity: 0;
  color: #182a3c;
  background: #f4f4f4;
  background-clip: padding-box;
}

.remodal-is-active.main .remodal,
body.remodal-is-active .remodal {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
}

.remodal-close:after {
  font-size: 28px;
  line-height: 28px;
  display: block;
  content: "×";
  cursor: pointer;
  transition: all .2s linear;
  text-decoration: none;
  color: #3e5368;
}

.remodal-close:active.remodal-close:after,
.remodal-close:hover.remodal-close:after {
  color: #0176c3;
}

@media only screen and (min-width:40.063em) {
  .remodal {
    max-width: 700px;
    min-height: 0;
    margin: 20px auto;
  }
}

.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E,endColorstr=#F021242E);
}

.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto;
}

.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center;
}

.lt-ie9 .remodal-close:active,
.lt-ie9 .remodal-close:hover {
  background: transparent;
}

.lt-ie9 .remodal-close:active.remodal-close:after,
.lt-ie9 .remodal-close:hover.remodal-close:after {
  color: #3e5368;
}

.FulltextWrapper a,
.press-release--no-border .press-release_collection-article-teaser-text a,
.press-release .press-release_collection-article-teaser-text a,
.rich-text--bigger a,
.rich-text--fade-out a,
.rich-text a,
.teaser-box__text a {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper span.EmphasisTypeSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text span.EmphasisTypeSmallCaps,
.press-release .press-release_collection-article-teaser-text span.EmphasisTypeSmallCaps,
.rich-text--bigger span.EmphasisTypeSmallCaps,
.rich-text--fade-out span.EmphasisTypeSmallCaps,
.rich-text span.EmphasisTypeSmallCaps,
.teaser-box__text span.EmphasisTypeSmallCaps {
  font-variant: small-caps;
}

.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) {
  margin-bottom: .34rem!important;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
  margin-bottom: 1.67rem;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content):last-child {
  margin-bottom: .67rem;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderline {
  text-decoration: underline;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderline {
  border-bottom: 3px double;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeSmallCaps {
  font-variant: small-caps;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 600;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  border-bottom: 3px double;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps {
  font-variant: small-caps;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
  border-bottom: 3px double;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps {
  font-variant: small-caps;
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline {
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 600;
  border-bottom: 3px double;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps {
  font-variant: small-caps;
  font-family: Hind,Arial,sans-serif;
  font-style: italic;
  font-weight: 600;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeUnderlineSmallCaps {
  font-variant: small-caps;
  text-decoration: underline;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeDoubleUnderlineSmallCaps {
  font-variant: small-caps;
  border-bottom: 3px double;
}

.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeStrikethrough,
.teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .strike {
  text-decoration: line-through;
}

.FulltextWrapper .HeadingNumber,
.press-release--no-border .press-release_collection-article-teaser-text .HeadingNumber,
.press-release .press-release_collection-article-teaser-text .HeadingNumber,
.rich-text--bigger .HeadingNumber,
.rich-text--fade-out .HeadingNumber,
.rich-text .HeadingNumber,
.teaser-box__text .HeadingNumber {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
}

.FulltextWrapper .FulltextWrapper .Para,
.FulltextWrapper .FulltextWrapper .SimplePara,
.FulltextWrapper .FulltextWrapper p,
.FulltextWrapper .press-release--no-border .press-release_collection-article-teaser-text .Para,
.FulltextWrapper .press-release--no-border .press-release_collection-article-teaser-text .SimplePara,
.FulltextWrapper .press-release--no-border .press-release_collection-article-teaser-text p,
.FulltextWrapper .press-release .press-release_collection-article-teaser-text .Para,
.FulltextWrapper .press-release .press-release_collection-article-teaser-text .SimplePara,
.FulltextWrapper .press-release .press-release_collection-article-teaser-text p,
.FulltextWrapper .rich-text--bigger .Para,
.FulltextWrapper .rich-text--bigger .SimplePara,
.FulltextWrapper .rich-text--bigger p,
.FulltextWrapper .rich-text--fade-out .Para,
.FulltextWrapper .rich-text--fade-out .SimplePara,
.FulltextWrapper .rich-text--fade-out p,
.FulltextWrapper .rich-text .Para,
.FulltextWrapper .rich-text .SimplePara,
.FulltextWrapper .rich-text p,
.FulltextWrapper .teaser-box__text .Para,
.FulltextWrapper .teaser-box__text .SimplePara,
.FulltextWrapper .teaser-box__text p,
.press-release--no-border .FulltextWrapper .press-release_collection-article-teaser-text .Para,
.press-release--no-border .FulltextWrapper .press-release_collection-article-teaser-text .SimplePara,
.press-release--no-border .FulltextWrapper .press-release_collection-article-teaser-text p,
.press-release--no-border .press-release_collection-article-teaser-text .FulltextWrapper .Para,
.press-release--no-border .press-release_collection-article-teaser-text .FulltextWrapper .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .FulltextWrapper p,
.press-release--no-border .press-release_collection-article-teaser-text .press-release_collection-article-teaser-text .Para,
.press-release--no-border .press-release_collection-article-teaser-text .press-release_collection-article-teaser-text .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .press-release_collection-article-teaser-text p,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text--bigger .Para,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text--bigger .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text--bigger p,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text--fade-out .Para,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text--fade-out .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text--fade-out p,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text .Para,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .rich-text p,
.press-release--no-border .press-release_collection-article-teaser-text .teaser-box__text .Para,
.press-release--no-border .press-release_collection-article-teaser-text .teaser-box__text .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .teaser-box__text p,
.press-release--no-border .rich-text--bigger .press-release_collection-article-teaser-text .Para,
.press-release--no-border .rich-text--bigger .press-release_collection-article-teaser-text .SimplePara,
.press-release--no-border .rich-text--bigger .press-release_collection-article-teaser-text p,
.press-release--no-border .rich-text--fade-out .press-release_collection-article-teaser-text .Para,
.press-release--no-border .rich-text--fade-out .press-release_collection-article-teaser-text .SimplePara,
.press-release--no-border .rich-text--fade-out .press-release_collection-article-teaser-text p,
.press-release--no-border .rich-text .press-release_collection-article-teaser-text .Para,
.press-release--no-border .rich-text .press-release_collection-article-teaser-text .SimplePara,
.press-release--no-border .rich-text .press-release_collection-article-teaser-text p,
.press-release--no-border .teaser-box__text .press-release_collection-article-teaser-text .Para,
.press-release--no-border .teaser-box__text .press-release_collection-article-teaser-text .SimplePara,
.press-release--no-border .teaser-box__text .press-release_collection-article-teaser-text p,
.press-release .FulltextWrapper .press-release_collection-article-teaser-text .Para,
.press-release .FulltextWrapper .press-release_collection-article-teaser-text .SimplePara,
.press-release .FulltextWrapper .press-release_collection-article-teaser-text p,
.press-release .press-release_collection-article-teaser-text .FulltextWrapper .Para,
.press-release .press-release_collection-article-teaser-text .FulltextWrapper .SimplePara,
.press-release .press-release_collection-article-teaser-text .FulltextWrapper p,
.press-release .press-release_collection-article-teaser-text .press-release_collection-article-teaser-text .Para,
.press-release .press-release_collection-article-teaser-text .press-release_collection-article-teaser-text .SimplePara,
.press-release .press-release_collection-article-teaser-text .press-release_collection-article-teaser-text p,
.press-release .press-release_collection-article-teaser-text .rich-text--bigger .Para,
.press-release .press-release_collection-article-teaser-text .rich-text--bigger .SimplePara,
.press-release .press-release_collection-article-teaser-text .rich-text--bigger p,
.press-release .press-release_collection-article-teaser-text .rich-text--fade-out .Para,
.press-release .press-release_collection-article-teaser-text .rich-text--fade-out .SimplePara,
.press-release .press-release_collection-article-teaser-text .rich-text--fade-out p,
.press-release .press-release_collection-article-teaser-text .rich-text .Para,
.press-release .press-release_collection-article-teaser-text .rich-text .SimplePara,
.press-release .press-release_collection-article-teaser-text .rich-text p,
.press-release .press-release_collection-article-teaser-text .teaser-box__text .Para,
.press-release .press-release_collection-article-teaser-text .teaser-box__text .SimplePara,
.press-release .press-release_collection-article-teaser-text .teaser-box__text p,
.press-release .rich-text--bigger .press-release_collection-article-teaser-text .Para,
.press-release .rich-text--bigger .press-release_collection-article-teaser-text .SimplePara,
.press-release .rich-text--bigger .press-release_collection-article-teaser-text p,
.press-release .rich-text--fade-out .press-release_collection-article-teaser-text .Para,
.press-release .rich-text--fade-out .press-release_collection-article-teaser-text .SimplePara,
.press-release .rich-text--fade-out .press-release_collection-article-teaser-text p,
.press-release .rich-text .press-release_collection-article-teaser-text .Para,
.press-release .rich-text .press-release_collection-article-teaser-text .SimplePara,
.press-release .rich-text .press-release_collection-article-teaser-text p,
.press-release .teaser-box__text .press-release_collection-article-teaser-text .Para,
.press-release .teaser-box__text .press-release_collection-article-teaser-text .SimplePara,
.press-release .teaser-box__text .press-release_collection-article-teaser-text p,
.rich-text--bigger .FulltextWrapper .Para,
.rich-text--bigger .FulltextWrapper .SimplePara,
.rich-text--bigger .FulltextWrapper p,
.rich-text--bigger .press-release--no-border .press-release_collection-article-teaser-text .Para,
.rich-text--bigger .press-release--no-border .press-release_collection-article-teaser-text .SimplePara,
.rich-text--bigger .press-release--no-border .press-release_collection-article-teaser-text p,
.rich-text--bigger .press-release .press-release_collection-article-teaser-text .Para,
.rich-text--bigger .press-release .press-release_collection-article-teaser-text .SimplePara,
.rich-text--bigger .press-release .press-release_collection-article-teaser-text p,
.rich-text--bigger .rich-text--bigger .Para,
.rich-text--bigger .rich-text--bigger .SimplePara,
.rich-text--bigger .rich-text--bigger p,
.rich-text--bigger .rich-text--fade-out .Para,
.rich-text--bigger .rich-text--fade-out .SimplePara,
.rich-text--bigger .rich-text--fade-out p,
.rich-text--bigger .rich-text .Para,
.rich-text--bigger .rich-text .SimplePara,
.rich-text--bigger .rich-text p,
.rich-text--bigger .teaser-box__text .Para,
.rich-text--bigger .teaser-box__text .SimplePara,
.rich-text--bigger .teaser-box__text p,
.rich-text--fade-out .FulltextWrapper .Para,
.rich-text--fade-out .FulltextWrapper .SimplePara,
.rich-text--fade-out .FulltextWrapper p,
.rich-text--fade-out .press-release--no-border .press-release_collection-article-teaser-text .Para,
.rich-text--fade-out .press-release--no-border .press-release_collection-article-teaser-text .SimplePara,
.rich-text--fade-out .press-release--no-border .press-release_collection-article-teaser-text p,
.rich-text--fade-out .press-release .press-release_collection-article-teaser-text .Para,
.rich-text--fade-out .press-release .press-release_collection-article-teaser-text .SimplePara,
.rich-text--fade-out .press-release .press-release_collection-article-teaser-text p,
.rich-text--fade-out .rich-text--bigger .Para,
.rich-text--fade-out .rich-text--bigger .SimplePara,
.rich-text--fade-out .rich-text--bigger p,
.rich-text--fade-out .rich-text--fade-out .Para,
.rich-text--fade-out .rich-text--fade-out .SimplePara,
.rich-text--fade-out .rich-text--fade-out p,
.rich-text--fade-out .rich-text .Para,
.rich-text--fade-out .rich-text .SimplePara,
.rich-text--fade-out .rich-text p,
.rich-text--fade-out .teaser-box__text .Para,
.rich-text--fade-out .teaser-box__text .SimplePara,
.rich-text--fade-out .teaser-box__text p,
.rich-text .FulltextWrapper .Para,
.rich-text .FulltextWrapper .SimplePara,
.rich-text .FulltextWrapper p,
.rich-text .press-release--no-border .press-release_collection-article-teaser-text .Para,
.rich-text .press-release--no-border .press-release_collection-article-teaser-text .SimplePara,
.rich-text .press-release--no-border .press-release_collection-article-teaser-text p,
.rich-text .press-release .press-release_collection-article-teaser-text .Para,
.rich-text .press-release .press-release_collection-article-teaser-text .SimplePara,
.rich-text .press-release .press-release_collection-article-teaser-text p,
.rich-text .rich-text--bigger .Para,
.rich-text .rich-text--bigger .SimplePara,
.rich-text .rich-text--bigger p,
.rich-text .rich-text--fade-out .Para,
.rich-text .rich-text--fade-out .SimplePara,
.rich-text .rich-text--fade-out p,
.rich-text .rich-text .Para,
.rich-text .rich-text .SimplePara,
.rich-text .rich-text p,
.rich-text .teaser-box__text .Para,
.rich-text .teaser-box__text .SimplePara,
.rich-text .teaser-box__text p,
.teaser-box__text .FulltextWrapper .Para,
.teaser-box__text .FulltextWrapper .SimplePara,
.teaser-box__text .FulltextWrapper p,
.teaser-box__text .press-release--no-border .press-release_collection-article-teaser-text .Para,
.teaser-box__text .press-release--no-border .press-release_collection-article-teaser-text .SimplePara,
.teaser-box__text .press-release--no-border .press-release_collection-article-teaser-text p,
.teaser-box__text .press-release .press-release_collection-article-teaser-text .Para,
.teaser-box__text .press-release .press-release_collection-article-teaser-text .SimplePara,
.teaser-box__text .press-release .press-release_collection-article-teaser-text p,
.teaser-box__text .rich-text--bigger .Para,
.teaser-box__text .rich-text--bigger .SimplePara,
.teaser-box__text .rich-text--bigger p,
.teaser-box__text .rich-text--fade-out .Para,
.teaser-box__text .rich-text--fade-out .SimplePara,
.teaser-box__text .rich-text--fade-out p,
.teaser-box__text .rich-text .Para,
.teaser-box__text .rich-text .SimplePara,
.teaser-box__text .rich-text p,
.teaser-box__text .teaser-box__text .Para,
.teaser-box__text .teaser-box__text .SimplePara,
.teaser-box__text .teaser-box__text p {
  margin-bottom: 0!important;
}

.FulltextWrapper table,
.press-release--no-border .press-release_collection-article-teaser-text table,
.press-release .press-release_collection-article-teaser-text table,
.rich-text--bigger table,
.rich-text--fade-out table,
.rich-text table,
.teaser-box__text table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: none;
}

.FulltextWrapper table tbody tr td,
.FulltextWrapper table thead tr th,
.press-release--no-border .press-release_collection-article-teaser-text table tbody tr td,
.press-release--no-border .press-release_collection-article-teaser-text table thead tr th,
.press-release .press-release_collection-article-teaser-text table tbody tr td,
.press-release .press-release_collection-article-teaser-text table thead tr th,
.rich-text--bigger table tbody tr td,
.rich-text--bigger table thead tr th,
.rich-text--fade-out table tbody tr td,
.rich-text--fade-out table thead tr th,
.rich-text table tbody tr td,
.rich-text table thead tr th,
.teaser-box__text table tbody tr td,
.teaser-box__text table thead tr th {
  word-wrap: break-word;
  border: 1px solid #e4e4e4;
}

.FulltextWrapper table thead tr th,
.FulltextWrapper tbody tr:first-child,
.press-release--no-border .press-release_collection-article-teaser-text table thead tr th,
.press-release--no-border .press-release_collection-article-teaser-text tbody tr:first-child,
.press-release .press-release_collection-article-teaser-text table thead tr th,
.press-release .press-release_collection-article-teaser-text tbody tr:first-child,
.rich-text--bigger table thead tr th,
.rich-text--bigger tbody tr:first-child,
.rich-text--fade-out table thead tr th,
.rich-text--fade-out tbody tr:first-child,
.rich-text table thead tr th,
.rich-text tbody tr:first-child,
.teaser-box__text table thead tr th,
.teaser-box__text tbody tr:first-child {
  background-color: #276da5;
  color: #fff;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
}

.FulltextWrapper table thead tr th a,
.FulltextWrapper table thead tr th a:link,
.FulltextWrapper tbody tr:first-child a,
.FulltextWrapper tbody tr:first-child a:link,
.press-release--no-border .press-release_collection-article-teaser-text table thead tr th a,
.press-release--no-border .press-release_collection-article-teaser-text table thead tr th a:link,
.press-release--no-border .press-release_collection-article-teaser-text tbody tr:first-child a,
.press-release--no-border .press-release_collection-article-teaser-text tbody tr:first-child a:link,
.press-release .press-release_collection-article-teaser-text table thead tr th a,
.press-release .press-release_collection-article-teaser-text table thead tr th a:link,
.press-release .press-release_collection-article-teaser-text tbody tr:first-child a,
.press-release .press-release_collection-article-teaser-text tbody tr:first-child a:link,
.rich-text--bigger table thead tr th a,
.rich-text--bigger table thead tr th a:link,
.rich-text--bigger tbody tr:first-child a,
.rich-text--bigger tbody tr:first-child a:link,
.rich-text--fade-out table thead tr th a,
.rich-text--fade-out table thead tr th a:link,
.rich-text--fade-out tbody tr:first-child a,
.rich-text--fade-out tbody tr:first-child a:link,
.rich-text table thead tr th a,
.rich-text table thead tr th a:link,
.rich-text tbody tr:first-child a,
.rich-text tbody tr:first-child a:link,
.teaser-box__text table thead tr th a,
.teaser-box__text table thead tr th a:link,
.teaser-box__text tbody tr:first-child a,
.teaser-box__text tbody tr:first-child a:link {
  color: #fff;
  text-decoration: underline!important;
}

.FulltextWrapper table thead tr th div.popup-cross-link>a,
.FulltextWrapper tbody tr:first-child div.popup-cross-link>a,
.press-release--no-border .press-release_collection-article-teaser-text table thead tr th div.popup-cross-link>a,
.press-release--no-border .press-release_collection-article-teaser-text tbody tr:first-child div.popup-cross-link>a,
.press-release .press-release_collection-article-teaser-text table thead tr th div.popup-cross-link>a,
.press-release .press-release_collection-article-teaser-text tbody tr:first-child div.popup-cross-link>a,
.rich-text--bigger table thead tr th div.popup-cross-link>a,
.rich-text--bigger tbody tr:first-child div.popup-cross-link>a,
.rich-text--fade-out table thead tr th div.popup-cross-link>a,
.rich-text--fade-out tbody tr:first-child div.popup-cross-link>a,
.rich-text table thead tr th div.popup-cross-link>a,
.rich-text tbody tr:first-child div.popup-cross-link>a,
.teaser-box__text table thead tr th div.popup-cross-link>a,
.teaser-box__text tbody tr:first-child div.popup-cross-link>a {
  color: #0176c3;
  text-decoration: none!important;
}

.FulltextWrapper thead~tbody tr:first-child,
.press-release--no-border .press-release_collection-article-teaser-text thead~tbody tr:first-child,
.press-release .press-release_collection-article-teaser-text thead~tbody tr:first-child,
.rich-text--bigger thead~tbody tr:first-child,
.rich-text--fade-out thead~tbody tr:first-child,
.rich-text thead~tbody tr:first-child,
.teaser-box__text thead~tbody tr:first-child {
  background-color: #fff;
  color: #333;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
}

.FulltextWrapper thead~tbody tr:first-child a,
.FulltextWrapper thead~tbody tr:first-child a:link,
.press-release--no-border .press-release_collection-article-teaser-text thead~tbody tr:first-child a,
.press-release--no-border .press-release_collection-article-teaser-text thead~tbody tr:first-child a:link,
.press-release .press-release_collection-article-teaser-text thead~tbody tr:first-child a,
.press-release .press-release_collection-article-teaser-text thead~tbody tr:first-child a:link,
.rich-text--bigger thead~tbody tr:first-child a,
.rich-text--bigger thead~tbody tr:first-child a:link,
.rich-text--fade-out thead~tbody tr:first-child a,
.rich-text--fade-out thead~tbody tr:first-child a:link,
.rich-text thead~tbody tr:first-child a,
.rich-text thead~tbody tr:first-child a:link,
.teaser-box__text thead~tbody tr:first-child a,
.teaser-box__text thead~tbody tr:first-child a:link {
  color: #0176c3;
  text-decoration: none!important;
}

.FulltextWrapper thead~tbody tr:first-child a.ext-cross-link .icon-arrowbottomopen,
.FulltextWrapper thead~tbody tr:first-child a.ext-cross-link .icon-arrowtopopen,
.press-release--no-border .press-release_collection-article-teaser-text thead~tbody tr:first-child a.ext-cross-link .icon-arrowbottomopen,
.press-release--no-border .press-release_collection-article-teaser-text thead~tbody tr:first-child a.ext-cross-link .icon-arrowtopopen,
.press-release .press-release_collection-article-teaser-text thead~tbody tr:first-child a.ext-cross-link .icon-arrowbottomopen,
.press-release .press-release_collection-article-teaser-text thead~tbody tr:first-child a.ext-cross-link .icon-arrowtopopen,
.rich-text--bigger thead~tbody tr:first-child a.ext-cross-link .icon-arrowbottomopen,
.rich-text--bigger thead~tbody tr:first-child a.ext-cross-link .icon-arrowtopopen,
.rich-text--fade-out thead~tbody tr:first-child a.ext-cross-link .icon-arrowbottomopen,
.rich-text--fade-out thead~tbody tr:first-child a.ext-cross-link .icon-arrowtopopen,
.rich-text thead~tbody tr:first-child a.ext-cross-link .icon-arrowbottomopen,
.rich-text thead~tbody tr:first-child a.ext-cross-link .icon-arrowtopopen,
.teaser-box__text thead~tbody tr:first-child a.ext-cross-link .icon-arrowbottomopen,
.teaser-box__text thead~tbody tr:first-child a.ext-cross-link .icon-arrowtopopen {
  background-image: url(../img/cross-link-icon.svg);
  background-repeat: no-repeat;
}

.FulltextWrapper tr:nth-child(2n),
.press-release--no-border .press-release_collection-article-teaser-text tr:nth-child(2n),
.press-release .press-release_collection-article-teaser-text tr:nth-child(2n),
.rich-text--bigger tr:nth-child(2n),
.rich-text--fade-out tr:nth-child(2n),
.rich-text tr:nth-child(2n),
.teaser-box__text tr:nth-child(2n) {
  background-color: #f9f9f9;
}

.FulltextWrapper .underline,
.press-release--no-border .press-release_collection-article-teaser-text .underline,
.press-release .press-release_collection-article-teaser-text .underline,
.rich-text--bigger .underline,
.rich-text--fade-out .underline,
.rich-text .underline,
.teaser-box__text .underline {
  text-decoration: underline;
}

.FulltextWrapper img,
.press-release--no-border .press-release_collection-article-teaser-text img,
.press-release .press-release_collection-article-teaser-text img,
.rich-text--bigger img,
.rich-text--fade-out img,
.rich-text img,
.teaser-box__text img {
  display: block;
}

.FulltextWrapper h2,
.FulltextWrapper h3,
.FulltextWrapper h4,
.press-release--no-border .press-release_collection-article-teaser-text h2,
.press-release--no-border .press-release_collection-article-teaser-text h3,
.press-release--no-border .press-release_collection-article-teaser-text h4,
.press-release .press-release_collection-article-teaser-text h2,
.press-release .press-release_collection-article-teaser-text h3,
.press-release .press-release_collection-article-teaser-text h4,
.rich-text--bigger h2,
.rich-text--bigger h3,
.rich-text--bigger h4,
.rich-text--fade-out h2,
.rich-text--fade-out h3,
.rich-text--fade-out h4,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.teaser-box__text h2,
.teaser-box__text h3,
.teaser-box__text h4 {
  margin-bottom: 0;
}

.FulltextWrapper h3,
.press-release--no-border .press-release_collection-article-teaser-text h3,
.press-release .press-release_collection-article-teaser-text h3,
.rich-text--bigger h3,
.rich-text--fade-out h3,
.rich-text h3,
.teaser-box__text h3 {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 30px;
  line-height: 2rem;
}

.FulltextWrapper h4,
.press-release--no-border .press-release_collection-article-teaser-text h4,
.press-release .press-release_collection-article-teaser-text h4,
.rich-text--bigger h4,
.rich-text--fade-out h4,
.rich-text h4,
.teaser-box__text h4 {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.FulltextWrapper ol a,
.FulltextWrapper ol li,
.FulltextWrapper ol span,
.FulltextWrapper ul a,
.FulltextWrapper ul li,
.FulltextWrapper ul span,
.press-release--no-border .press-release_collection-article-teaser-text ol a,
.press-release--no-border .press-release_collection-article-teaser-text ol li,
.press-release--no-border .press-release_collection-article-teaser-text ol span,
.press-release--no-border .press-release_collection-article-teaser-text ul a,
.press-release--no-border .press-release_collection-article-teaser-text ul li,
.press-release--no-border .press-release_collection-article-teaser-text ul span,
.press-release .press-release_collection-article-teaser-text ol a,
.press-release .press-release_collection-article-teaser-text ol li,
.press-release .press-release_collection-article-teaser-text ol span,
.press-release .press-release_collection-article-teaser-text ul a,
.press-release .press-release_collection-article-teaser-text ul li,
.press-release .press-release_collection-article-teaser-text ul span,
.rich-text--bigger ol a,
.rich-text--bigger ol li,
.rich-text--bigger ol span,
.rich-text--bigger ul a,
.rich-text--bigger ul li,
.rich-text--bigger ul span,
.rich-text--fade-out ol a,
.rich-text--fade-out ol li,
.rich-text--fade-out ol span,
.rich-text--fade-out ul a,
.rich-text--fade-out ul li,
.rich-text--fade-out ul span,
.rich-text ol a,
.rich-text ol li,
.rich-text ol span,
.rich-text ul a,
.rich-text ul li,
.rich-text ul span,
.teaser-box__text ol a,
.teaser-box__text ol li,
.teaser-box__text ol span,
.teaser-box__text ul a,
.teaser-box__text ul li,
.teaser-box__text ul span {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper ol .Para,
.FulltextWrapper ol .SimplePara,
.FulltextWrapper ol p,
.FulltextWrapper ul .Para,
.FulltextWrapper ul .SimplePara,
.FulltextWrapper ul p,
.press-release--no-border .press-release_collection-article-teaser-text ol .Para,
.press-release--no-border .press-release_collection-article-teaser-text ol .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text ol p,
.press-release--no-border .press-release_collection-article-teaser-text ul .Para,
.press-release--no-border .press-release_collection-article-teaser-text ul .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text ul p,
.press-release .press-release_collection-article-teaser-text ol .Para,
.press-release .press-release_collection-article-teaser-text ol .SimplePara,
.press-release .press-release_collection-article-teaser-text ol p,
.press-release .press-release_collection-article-teaser-text ul .Para,
.press-release .press-release_collection-article-teaser-text ul .SimplePara,
.press-release .press-release_collection-article-teaser-text ul p,
.rich-text--bigger ol .Para,
.rich-text--bigger ol .SimplePara,
.rich-text--bigger ol p,
.rich-text--bigger ul .Para,
.rich-text--bigger ul .SimplePara,
.rich-text--bigger ul p,
.rich-text--fade-out ol .Para,
.rich-text--fade-out ol .SimplePara,
.rich-text--fade-out ol p,
.rich-text--fade-out ul .Para,
.rich-text--fade-out ul .SimplePara,
.rich-text--fade-out ul p,
.rich-text ol .Para,
.rich-text ol .SimplePara,
.rich-text ol p,
.rich-text ul .Para,
.rich-text ul .SimplePara,
.rich-text ul p,
.teaser-box__text ol .Para,
.teaser-box__text ol .SimplePara,
.teaser-box__text ol p,
.teaser-box__text ul .Para,
.teaser-box__text ul .SimplePara,
.teaser-box__text ul p {
  margin-bottom: 0;
}

.FulltextWrapper .align--center,
.press-release--no-border .press-release_collection-article-teaser-text .align--center,
.press-release .press-release_collection-article-teaser-text .align--center,
.rich-text--bigger .align--center,
.rich-text--fade-out .align--center,
.rich-text .align--center,
.teaser-box__text .align--center {
  text-align: center;
}

.FulltextWrapper .align--left,
.press-release--no-border .press-release_collection-article-teaser-text .align--left,
.press-release .press-release_collection-article-teaser-text .align--left,
.rich-text--bigger .align--left,
.rich-text--fade-out .align--left,
.rich-text .align--left,
.teaser-box__text .align--left {
  text-align: left;
}

.FulltextWrapper .align--right,
.press-release--no-border .press-release_collection-article-teaser-text .align--right,
.press-release .press-release_collection-article-teaser-text .align--right,
.rich-text--bigger .align--right,
.rich-text--fade-out .align--right,
.rich-text .align--right,
.teaser-box__text .align--right {
  text-align: right;
}

.FulltextWrapper .FormalPara .Heading,
.press-release--no-border .press-release_collection-article-teaser-text .FormalPara .Heading,
.press-release .press-release_collection-article-teaser-text .FormalPara .Heading,
.rich-text--bigger .FormalPara .Heading,
.rich-text--fade-out .FormalPara .Heading,
.rich-text .FormalPara .Heading,
.teaser-box__text .FormalPara .Heading {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.FulltextWrapper .BibliographyWrapper,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper,
.rich-text--bigger .BibliographyWrapper,
.rich-text--fade-out .BibliographyWrapper,
.rich-text .BibliographyWrapper,
.teaser-box__text .BibliographyWrapper {
  overflow-wrap: break-word;
}

.FulltextWrapper .BibliographyWrapper .Citation,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation,
.rich-text--bigger .BibliographyWrapper .Citation,
.rich-text--fade-out .BibliographyWrapper .Citation,
.rich-text .BibliographyWrapper .Citation,
.teaser-box__text .BibliographyWrapper .Citation {
  margin-bottom: 1.34rem;
}

.FulltextWrapper .BibliographyWrapper .Citation .CitationNumber,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationNumber,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationNumber,
.rich-text--bigger .BibliographyWrapper .Citation .CitationNumber,
.rich-text--fade-out .BibliographyWrapper .Citation .CitationNumber,
.rich-text .BibliographyWrapper .Citation .CitationNumber,
.teaser-box__text .BibliographyWrapper .Citation .CitationNumber {
  display: inline;
  padding-right: .2rem;
}

.FulltextWrapper .BibliographyWrapper .Citation .CitationContent,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent,
.rich-text--bigger .BibliographyWrapper .Citation .CitationContent,
.rich-text--fade-out .BibliographyWrapper .Citation .CitationContent,
.rich-text .BibliographyWrapper .Citation .CitationContent,
.teaser-box__text .BibliographyWrapper .Citation .CitationContent {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
  display: inline;
}

.FulltextWrapper .BibliographyWrapper .Citation .CitationContent a,
.FulltextWrapper .BibliographyWrapper .Citation .CitationContent span,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent a,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent span,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent a,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent span,
.rich-text--bigger .BibliographyWrapper .Citation .CitationContent a,
.rich-text--bigger .BibliographyWrapper .Citation .CitationContent span,
.rich-text--fade-out .BibliographyWrapper .Citation .CitationContent a,
.rich-text--fade-out .BibliographyWrapper .Citation .CitationContent span,
.rich-text .BibliographyWrapper .Citation .CitationContent a,
.rich-text .BibliographyWrapper .Citation .CitationContent span,
.teaser-box__text .BibliographyWrapper .Citation .CitationContent a,
.teaser-box__text .BibliographyWrapper .Citation .CitationContent span {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper .BibliographyWrapper .Citation .CitationContent .Occurrences,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent .Occurrences,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent .Occurrences,
.rich-text--bigger .BibliographyWrapper .Citation .CitationContent .Occurrences,
.rich-text--fade-out .BibliographyWrapper .Citation .CitationContent .Occurrences,
.rich-text .BibliographyWrapper .Citation .CitationContent .Occurrences,
.teaser-box__text .BibliographyWrapper .Citation .CitationContent .Occurrences {
  display: block;
}

.FulltextWrapper .BibliographyWrapper .Citation .CitationContent .Occurrences .Occurrence,
.press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent .Occurrences .Occurrence,
.press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent .Occurrences .Occurrence,
.rich-text--bigger .BibliographyWrapper .Citation .CitationContent .Occurrences .Occurrence,
.rich-text--fade-out .BibliographyWrapper .Citation .CitationContent .Occurrences .Occurrence,
.rich-text .BibliographyWrapper .Citation .CitationContent .Occurrences .Occurrence,
.teaser-box__text .BibliographyWrapper .Citation .CitationContent .Occurrences .Occurrence {
  padding-right: .34rem;
}

.FulltextWrapper .ExternalRef a,
.FulltextWrapper .Occurrence a,
.press-release--no-border .press-release_collection-article-teaser-text .ExternalRef a,
.press-release--no-border .press-release_collection-article-teaser-text .Occurrence a,
.press-release .press-release_collection-article-teaser-text .ExternalRef a,
.press-release .press-release_collection-article-teaser-text .Occurrence a,
.rich-text--bigger .ExternalRef a,
.rich-text--bigger .Occurrence a,
.rich-text--fade-out .ExternalRef a,
.rich-text--fade-out .Occurrence a,
.rich-text .ExternalRef a,
.rich-text .Occurrence a,
.teaser-box__text .ExternalRef a,
.teaser-box__text .Occurrence a {
  background-image: url(../img/external_link.svg);
  background-repeat: no-repeat;
  background-position: right .125em;
  padding-right: 1rem;
}

.FulltextWrapper .BackToSource a,
.press-release--no-border .press-release_collection-article-teaser-text .BackToSource a,
.press-release .press-release_collection-article-teaser-text .BackToSource a,
.rich-text--bigger .BackToSource a,
.rich-text--fade-out .BackToSource a,
.rich-text .BackToSource a,
.teaser-box__text .BackToSource a {
  background-image: url(../img/go_up_arrow.svg);
  background-repeat: no-repeat;
  background-position: left .125em;
  padding-left: 1rem;
}

.FulltextWrapper .stack,
.press-release--no-border .press-release_collection-article-teaser-text .stack,
.press-release .press-release_collection-article-teaser-text .stack,
.rich-text--bigger .stack,
.rich-text--fade-out .stack,
.rich-text .stack,
.teaser-box__text .stack {
  position: relative;
}

.FulltextWrapper .stack sup,
.press-release--no-border .press-release_collection-article-teaser-text .stack sup,
.press-release .press-release_collection-article-teaser-text .stack sup,
.rich-text--bigger .stack sup,
.rich-text--fade-out .stack sup,
.rich-text .stack sup,
.teaser-box__text .stack sup {
  position: absolute;
  left: 4px;
  top: 4px;
}

.FulltextWrapper .stack sub,
.press-release--no-border .press-release_collection-article-teaser-text .stack sub,
.press-release .press-release_collection-article-teaser-text .stack sub,
.rich-text--bigger .stack sub,
.rich-text--fade-out .stack sub,
.rich-text .stack sub,
.teaser-box__text .stack sub {
  position: relative;
  bottom: -4px;
}

.FulltextWrapper .OrderedList .ListItem .ItemNumber,
.press-release--no-border .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemNumber,
.press-release .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemNumber,
.rich-text--bigger .OrderedList .ListItem .ItemNumber,
.rich-text--fade-out .OrderedList .ListItem .ItemNumber,
.rich-text .OrderedList .ListItem .ItemNumber,
.teaser-box__text .OrderedList .ListItem .ItemNumber {
  float: left;
}

.FulltextWrapper .OrderedList .ListItem .ItemContent,
.press-release--no-border .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent,
.press-release .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent,
.rich-text--bigger .OrderedList .ListItem .ItemContent,
.rich-text--fade-out .OrderedList .ListItem .ItemContent,
.rich-text .OrderedList .ListItem .ItemContent,
.teaser-box__text .OrderedList .ListItem .ItemContent {
  padding-left: 1.34rem;
}

.FulltextWrapper .OrderedList .ListItem .ItemContent .Para,
.FulltextWrapper .OrderedList .ListItem .ItemContent .SimplePara,
.FulltextWrapper .OrderedList .ListItem .ItemContent p,
.press-release--no-border .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent .Para,
.press-release--no-border .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent p,
.press-release .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent .Para,
.press-release .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent .SimplePara,
.press-release .press-release_collection-article-teaser-text .OrderedList .ListItem .ItemContent p,
.rich-text--bigger .OrderedList .ListItem .ItemContent .Para,
.rich-text--bigger .OrderedList .ListItem .ItemContent .SimplePara,
.rich-text--bigger .OrderedList .ListItem .ItemContent p,
.rich-text--fade-out .OrderedList .ListItem .ItemContent .Para,
.rich-text--fade-out .OrderedList .ListItem .ItemContent .SimplePara,
.rich-text--fade-out .OrderedList .ListItem .ItemContent p,
.rich-text .OrderedList .ListItem .ItemContent .Para,
.rich-text .OrderedList .ListItem .ItemContent .SimplePara,
.rich-text .OrderedList .ListItem .ItemContent p,
.teaser-box__text .OrderedList .ListItem .ItemContent .Para,
.teaser-box__text .OrderedList .ListItem .ItemContent .SimplePara,
.teaser-box__text .OrderedList .ListItem .ItemContent p {
  margin-bottom: 0;
}

.FulltextWrapper .FootnoteSection,
.press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection,
.press-release .press-release_collection-article-teaser-text .FootnoteSection,
.rich-text--bigger .FootnoteSection,
.rich-text--fade-out .FootnoteSection,
.rich-text .FootnoteSection,
.teaser-box__text .FootnoteSection {
  margin-top: 6.67rem;
}

.FulltextWrapper .FootnoteSection .Heading,
.press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection .Heading,
.press-release .press-release_collection-article-teaser-text .FootnoteSection .Heading,
.rich-text--bigger .FootnoteSection .Heading,
.rich-text--fade-out .FootnoteSection .Heading,
.rich-text .FootnoteSection .Heading,
.teaser-box__text .FootnoteSection .Heading {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-bottom: .34rem;
}

.FulltextWrapper .FootnoteSection .Footnote .FootnoteNumber,
.press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteNumber,
.press-release .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteNumber,
.rich-text--bigger .FootnoteSection .Footnote .FootnoteNumber,
.rich-text--fade-out .FootnoteSection .Footnote .FootnoteNumber,
.rich-text .FootnoteSection .Footnote .FootnoteNumber,
.teaser-box__text .FootnoteSection .Footnote .FootnoteNumber {
  float: left;
}

.FulltextWrapper .FootnoteSection .Footnote .FootnoteParas,
.press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas,
.press-release .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas,
.rich-text--bigger .FootnoteSection .Footnote .FootnoteParas,
.rich-text--fade-out .FootnoteSection .Footnote .FootnoteParas,
.rich-text .FootnoteSection .Footnote .FootnoteParas,
.teaser-box__text .FootnoteSection .Footnote .FootnoteParas {
  padding-left: 1.34rem;
}

.FulltextWrapper .FootnoteSection .Footnote .FootnoteParas .Para,
.FulltextWrapper .FootnoteSection .Footnote .FootnoteParas .SimplePara,
.FulltextWrapper .FootnoteSection .Footnote .FootnoteParas p,
.press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas .Para,
.press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas p,
.press-release .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas .Para,
.press-release .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas .SimplePara,
.press-release .press-release_collection-article-teaser-text .FootnoteSection .Footnote .FootnoteParas p,
.rich-text--bigger .FootnoteSection .Footnote .FootnoteParas .Para,
.rich-text--bigger .FootnoteSection .Footnote .FootnoteParas .SimplePara,
.rich-text--bigger .FootnoteSection .Footnote .FootnoteParas p,
.rich-text--fade-out .FootnoteSection .Footnote .FootnoteParas .Para,
.rich-text--fade-out .FootnoteSection .Footnote .FootnoteParas .SimplePara,
.rich-text--fade-out .FootnoteSection .Footnote .FootnoteParas p,
.rich-text .FootnoteSection .Footnote .FootnoteParas .Para,
.rich-text .FootnoteSection .Footnote .FootnoteParas .SimplePara,
.rich-text .FootnoteSection .Footnote .FootnoteParas p,
.teaser-box__text .FootnoteSection .Footnote .FootnoteParas .Para,
.teaser-box__text .FootnoteSection .Footnote .FootnoteParas .SimplePara,
.teaser-box__text .FootnoteSection .Footnote .FootnoteParas p {
  margin-bottom: 0;
}

.FulltextWrapper .Equation,
.press-release--no-border .press-release_collection-article-teaser-text .Equation,
.press-release .press-release_collection-article-teaser-text .Equation,
.rich-text--bigger .Equation,
.rich-text--fade-out .Equation,
.rich-text .Equation,
.teaser-box__text .Equation {
  margin: .34rem 0;
  padding: .34rem;
  border: 1px solid #e4e4e4;
  display: table;
  width: 100%;
}

.FulltextWrapper .Equation .EquationContent,
.press-release--no-border .press-release_collection-article-teaser-text .Equation .EquationContent,
.press-release .press-release_collection-article-teaser-text .Equation .EquationContent,
.rich-text--bigger .Equation .EquationContent,
.rich-text--fade-out .Equation .EquationContent,
.rich-text .Equation .EquationContent,
.teaser-box__text .Equation .EquationContent {
  display: table-cell;
  text-align: left;
  float: left;
}

.FulltextWrapper .Equation .EquationContent .MathJax_Display,
.press-release--no-border .press-release_collection-article-teaser-text .Equation .EquationContent .MathJax_Display,
.press-release .press-release_collection-article-teaser-text .Equation .EquationContent .MathJax_Display,
.rich-text--bigger .Equation .EquationContent .MathJax_Display,
.rich-text--fade-out .Equation .EquationContent .MathJax_Display,
.rich-text .Equation .EquationContent .MathJax_Display,
.teaser-box__text .Equation .EquationContent .MathJax_Display {
  position: relative;
  display: block;
  width: 100%;
}

.FulltextWrapper .Equation .EquationNumber,
.press-release--no-border .press-release_collection-article-teaser-text .Equation .EquationNumber,
.press-release .press-release_collection-article-teaser-text .Equation .EquationNumber,
.rich-text--bigger .Equation .EquationNumber,
.rich-text--fade-out .Equation .EquationNumber,
.rich-text .Equation .EquationNumber,
.teaser-box__text .Equation .EquationNumber {
  display: table-cell;
  text-align: right;
  float: right;
  vertical-align: middle;
}

.FulltextWrapper .CaptionContent,
.press-release--no-border .press-release_collection-article-teaser-text .CaptionContent,
.press-release .press-release_collection-article-teaser-text .CaptionContent,
.rich-text--bigger .CaptionContent,
.rich-text--fade-out .CaptionContent,
.rich-text .CaptionContent,
.teaser-box__text .CaptionContent {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
  color: #666;
  margin-top: .2rem;
}

.FulltextWrapper .CaptionContent *,
.press-release--no-border .press-release_collection-article-teaser-text .CaptionContent *,
.press-release .press-release_collection-article-teaser-text .CaptionContent *,
.rich-text--bigger .CaptionContent *,
.rich-text--fade-out .CaptionContent *,
.rich-text .CaptionContent *,
.teaser-box__text .CaptionContent * {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.FulltextWrapper .CaptionContent .CaptionNumber,
.press-release--no-border .press-release_collection-article-teaser-text .CaptionContent .CaptionNumber,
.press-release .press-release_collection-article-teaser-text .CaptionContent .CaptionNumber,
.rich-text--bigger .CaptionContent .CaptionNumber,
.rich-text--fade-out .CaptionContent .CaptionNumber,
.rich-text .CaptionContent .CaptionNumber,
.teaser-box__text .CaptionContent .CaptionNumber {
  color: #333;
}

.FulltextWrapper .ParaTypeProgramcode,
.press-release--no-border .press-release_collection-article-teaser-text .ParaTypeProgramcode,
.press-release .press-release_collection-article-teaser-text .ParaTypeProgramcode,
.rich-text--bigger .ParaTypeProgramcode,
.rich-text--fade-out .ParaTypeProgramcode,
.rich-text .ParaTypeProgramcode,
.teaser-box__text .ParaTypeProgramcode {
  margin: 0;
  padding: .34rem;
  background: #f4f4f4;
}

.FulltextWrapper .Figure,
.press-release--no-border .press-release_collection-article-teaser-text .Figure,
.press-release .press-release_collection-article-teaser-text .Figure,
.rich-text--bigger .Figure,
.rich-text--fade-out .Figure,
.rich-text .Figure,
.teaser-box__text .Figure {
  margin-bottom: 1.67rem;
}

.FulltextWrapper .Figure .media-object,
.press-release--no-border .press-release_collection-article-teaser-text .Figure .media-object,
.press-release .press-release_collection-article-teaser-text .Figure .media-object,
.rich-text--bigger .Figure .media-object,
.rich-text--fade-out .Figure .media-object,
.rich-text .Figure .media-object,
.teaser-box__text .Figure .media-object {
  margin-top: .34rem;
  margin-bottom: .34rem;
}

.FulltextWrapper .DefinitionList,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList,
.press-release .press-release_collection-article-teaser-text .DefinitionList,
.rich-text--bigger .DefinitionList,
.rich-text--fade-out .DefinitionList,
.rich-text .DefinitionList,
.teaser-box__text .DefinitionList {
  display: table;
}

.FulltextWrapper .DefinitionList .Heading,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .Heading,
.press-release .press-release_collection-article-teaser-text .DefinitionList .Heading,
.rich-text--bigger .DefinitionList .Heading,
.rich-text--fade-out .DefinitionList .Heading,
.rich-text .DefinitionList .Heading,
.teaser-box__text .DefinitionList .Heading {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-bottom: 1.67rem;
  text-align: center;
}

.FulltextWrapper .DefinitionList .DefinitionListEntry,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry,
.press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry,
.rich-text--bigger .DefinitionList .DefinitionListEntry,
.rich-text--fade-out .DefinitionList .DefinitionListEntry,
.rich-text .DefinitionList .DefinitionListEntry,
.teaser-box__text .DefinitionList .DefinitionListEntry {
  display: table-row;
}

.FulltextWrapper .DefinitionList .DefinitionListEntry .Term,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Term,
.press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Term,
.rich-text--bigger .DefinitionList .DefinitionListEntry .Term,
.rich-text--fade-out .DefinitionList .DefinitionListEntry .Term,
.rich-text .DefinitionList .DefinitionListEntry .Term,
.teaser-box__text .DefinitionList .DefinitionListEntry .Term {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  padding-bottom: .67rem;
  font-style: italic;
  display: table-cell;
}

.FulltextWrapper .DefinitionList .DefinitionListEntry .Description,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description,
.press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description,
.rich-text--bigger .DefinitionList .DefinitionListEntry .Description,
.rich-text--fade-out .DefinitionList .DefinitionListEntry .Description,
.rich-text .DefinitionList .DefinitionListEntry .Description,
.teaser-box__text .DefinitionList .DefinitionListEntry .Description {
  display: table-cell;
}

.FulltextWrapper .DefinitionList .DefinitionListEntry .Description .Para,
.FulltextWrapper .DefinitionList .DefinitionListEntry .Description .SimplePara,
.FulltextWrapper .DefinitionList .DefinitionListEntry .Description p,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .Para,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .SimplePara,
.press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description p,
.press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .Para,
.press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .SimplePara,
.press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description p,
.rich-text--bigger .DefinitionList .DefinitionListEntry .Description .Para,
.rich-text--bigger .DefinitionList .DefinitionListEntry .Description .SimplePara,
.rich-text--bigger .DefinitionList .DefinitionListEntry .Description p,
.rich-text--fade-out .DefinitionList .DefinitionListEntry .Description .Para,
.rich-text--fade-out .DefinitionList .DefinitionListEntry .Description .SimplePara,
.rich-text--fade-out .DefinitionList .DefinitionListEntry .Description p,
.rich-text .DefinitionList .DefinitionListEntry .Description .Para,
.rich-text .DefinitionList .DefinitionListEntry .Description .SimplePara,
.rich-text .DefinitionList .DefinitionListEntry .Description p,
.teaser-box__text .DefinitionList .DefinitionListEntry .Description .Para,
.teaser-box__text .DefinitionList .DefinitionListEntry .Description .SimplePara,
.teaser-box__text .DefinitionList .DefinitionListEntry .Description p {
  margin-bottom: .67rem;
  padding-left: 1.67rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.FulltextWrapper .AbbreviationGroup .Heading,
.press-release--no-border .press-release_collection-article-teaser-text .AbbreviationGroup .Heading,
.press-release .press-release_collection-article-teaser-text .AbbreviationGroup .Heading,
.rich-text--bigger .AbbreviationGroup .Heading,
.rich-text--fade-out .AbbreviationGroup .Heading,
.rich-text .AbbreviationGroup .Heading,
.teaser-box__text .AbbreviationGroup .Heading {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1.67rem;
  padding-left: 1.34rem;
  background-position: 0 35%;
}

.FulltextWrapper .AbbreviationGroup .AbbreviationGroupSection,
.press-release--no-border .press-release_collection-article-teaser-text .AbbreviationGroup .AbbreviationGroupSection,
.press-release .press-release_collection-article-teaser-text .AbbreviationGroup .AbbreviationGroupSection,
.rich-text--bigger .AbbreviationGroup .AbbreviationGroupSection,
.rich-text--fade-out .AbbreviationGroup .AbbreviationGroupSection,
.rich-text .AbbreviationGroup .AbbreviationGroupSection,
.teaser-box__text .AbbreviationGroup .AbbreviationGroupSection {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-bottom: 1.67rem;
  text-align: center;
}

.FulltextWrapper .Table,
.press-release--no-border .press-release_collection-article-teaser-text .Table,
.press-release .press-release_collection-article-teaser-text .Table,
.rich-text--bigger .Table,
.rich-text--fade-out .Table,
.rich-text .Table,
.teaser-box__text .Table {
  margin-bottom: 1.67rem;
}

.FulltextWrapper .Table [align=left],
.press-release--no-border .press-release_collection-article-teaser-text .Table [align=left],
.press-release .press-release_collection-article-teaser-text .Table [align=left],
.rich-text--bigger .Table [align=left],
.rich-text--fade-out .Table [align=left],
.rich-text .Table [align=left],
.teaser-box__text .Table [align=left] {
  text-align: left;
}

.FulltextWrapper .Table [align=right],
.press-release--no-border .press-release_collection-article-teaser-text .Table [align=right],
.press-release .press-release_collection-article-teaser-text .Table [align=right],
.rich-text--bigger .Table [align=right],
.rich-text--fade-out .Table [align=right],
.rich-text .Table [align=right],
.teaser-box__text .Table [align=right] {
  text-align: right;
}

.FulltextWrapper .ClearBoth,
.press-release--no-border .press-release_collection-article-teaser-text .ClearBoth,
.press-release .press-release_collection-article-teaser-text .ClearBoth,
.rich-text--bigger .ClearBoth,
.rich-text--fade-out .ClearBoth,
.rich-text .ClearBoth,
.teaser-box__text .ClearBoth {
  height: 0;
}

.FulltextWrapper .UnorderedListMarkNone,
.press-release--no-border .press-release_collection-article-teaser-text .UnorderedListMarkNone,
.press-release .press-release_collection-article-teaser-text .UnorderedListMarkNone,
.rich-text--bigger .UnorderedListMarkNone,
.rich-text--fade-out .UnorderedListMarkNone,
.rich-text .UnorderedListMarkNone,
.teaser-box__text .UnorderedListMarkNone {
  list-style-type: none;
  margin-left: 0;
}

.FulltextWrapper .image-replace,
.press-release--no-border .press-release_collection-article-teaser-text .image-replace,
.press-release .press-release_collection-article-teaser-text .image-replace,
.rich-text--bigger .image-replace,
.rich-text--fade-out .image-replace,
.rich-text .image-replace,
.teaser-box__text .image-replace {
  margin: 0 auto;
  width: auto;
  max-height: 20rem;
}

.press-release--no-border .press-release_collection-article-teaser-text,
.press-release .press-release_collection-article-teaser-text,
.rich-text--fade-out {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  content: "";
  position: relative;
}

.press-release--no-border .press-release_collection-article-teaser-text:before,
.press-release .press-release_collection-article-teaser-text:before,
.rich-text--fade-out:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(hsla(0,0%,100%,0) 150px,#fff);
}

.press-release--no-border .special.press-release_collection-article-teaser-text:before,
.press-release .special.press-release_collection-article-teaser-text:before,
.rich-text--fade-out.special:before {
  content: none;
  background: none;
}

.rich-text--bigger,
.rich-text--bigger * {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

@media screen and (min-width:980px) {
  .FulltextWrapper .BibliographyWrapper,
  .press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper,
  .press-release .press-release_collection-article-teaser-text .BibliographyWrapper,
  .rich-text--bigger .BibliographyWrapper,
  .rich-text--fade-out .BibliographyWrapper,
  .rich-text .BibliographyWrapper,
  .teaser-box__text .BibliographyWrapper {
    overflow-wrap: normal;
  }
}

@media screen and (min-width:640px) {
  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content),
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.6rem;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).intro--paragraph {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.33333rem;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content).question--paragraph {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.33333rem;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) span {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.6rem;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) em {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) strong {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.33333rem;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .Emphasis {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBold {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalic {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalic {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 500;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldUnderline {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldDoubleUnderline {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldSmallCaps {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicUnderline {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicDoubleUnderline {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeItalicSmallCaps {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicUnderline {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 500;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicDoubleUnderline {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 500;
  }

  .FulltextWrapper .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .FulltextWrapper .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .FulltextWrapper a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .FulltextWrapper p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .FulltextWrapper td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release--no-border .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .press-release .press-release_collection-article-teaser-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--bigger .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--bigger .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--bigger a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--bigger p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--bigger td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--fade-out .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--fade-out .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--fade-out a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--fade-out p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text--fade-out td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .rich-text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .teaser-box__text .Para:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .teaser-box__text .SimplePara:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .teaser-box__text a:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .teaser-box__text p:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps,
  .teaser-box__text td:not(.tag-line--default):not(.tag-line):not(.tag-line--default):not(.tag-line--detail-content) .EmphasisTypeBoldItalicSmallCaps {
    font-family: Hind,Arial,sans-serif;
    font-style: italic;
    font-weight: 500;
  }

  .FulltextWrapper table thead tr th,
  .FulltextWrapper tbody tr:first-child,
  .press-release--no-border .press-release_collection-article-teaser-text table thead tr th,
  .press-release--no-border .press-release_collection-article-teaser-text tbody tr:first-child,
  .press-release .press-release_collection-article-teaser-text table thead tr th,
  .press-release .press-release_collection-article-teaser-text tbody tr:first-child,
  .rich-text--bigger table thead tr th,
  .rich-text--bigger tbody tr:first-child,
  .rich-text--fade-out table thead tr th,
  .rich-text--fade-out tbody tr:first-child,
  .rich-text table thead tr th,
  .rich-text tbody tr:first-child,
  .teaser-box__text table thead tr th,
  .teaser-box__text tbody tr:first-child {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .FulltextWrapper thead~tbody tr:first-child,
  .press-release--no-border .press-release_collection-article-teaser-text thead~tbody tr:first-child,
  .press-release .press-release_collection-article-teaser-text thead~tbody tr:first-child,
  .rich-text--bigger thead~tbody tr:first-child,
  .rich-text--fade-out thead~tbody tr:first-child,
  .rich-text thead~tbody tr:first-child,
  .teaser-box__text thead~tbody tr:first-child {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .FulltextWrapper h4,
  .press-release--no-border .press-release_collection-article-teaser-text h4,
  .press-release .press-release_collection-article-teaser-text h4,
  .rich-text--bigger h4,
  .rich-text--fade-out h4,
  .rich-text h4,
  .teaser-box__text h4 {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .FulltextWrapper ol a,
  .FulltextWrapper ol li,
  .FulltextWrapper ol span,
  .FulltextWrapper ul a,
  .FulltextWrapper ul li,
  .FulltextWrapper ul span,
  .press-release--no-border .press-release_collection-article-teaser-text ol a,
  .press-release--no-border .press-release_collection-article-teaser-text ol li,
  .press-release--no-border .press-release_collection-article-teaser-text ol span,
  .press-release--no-border .press-release_collection-article-teaser-text ul a,
  .press-release--no-border .press-release_collection-article-teaser-text ul li,
  .press-release--no-border .press-release_collection-article-teaser-text ul span,
  .press-release .press-release_collection-article-teaser-text ol a,
  .press-release .press-release_collection-article-teaser-text ol li,
  .press-release .press-release_collection-article-teaser-text ol span,
  .press-release .press-release_collection-article-teaser-text ul a,
  .press-release .press-release_collection-article-teaser-text ul li,
  .press-release .press-release_collection-article-teaser-text ul span,
  .rich-text--bigger ol a,
  .rich-text--bigger ol li,
  .rich-text--bigger ol span,
  .rich-text--bigger ul a,
  .rich-text--bigger ul li,
  .rich-text--bigger ul span,
  .rich-text--fade-out ol a,
  .rich-text--fade-out ol li,
  .rich-text--fade-out ol span,
  .rich-text--fade-out ul a,
  .rich-text--fade-out ul li,
  .rich-text--fade-out ul span,
  .rich-text ol a,
  .rich-text ol li,
  .rich-text ol span,
  .rich-text ul a,
  .rich-text ul li,
  .rich-text ul span,
  .teaser-box__text ol a,
  .teaser-box__text ol li,
  .teaser-box__text ol span,
  .teaser-box__text ul a,
  .teaser-box__text ul li,
  .teaser-box__text ul span {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.33333rem;
  }

  .FulltextWrapper h3,
  .press-release--no-border .press-release_collection-article-teaser-text h3,
  .press-release .press-release_collection-article-teaser-text h3,
  .rich-text--bigger h3,
  .rich-text--fade-out h3,
  .rich-text h3,
  .teaser-box__text h3 {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 30px;
    line-height: 2rem;
  }

  .FulltextWrapper .FormalPara .Heading,
  .press-release--no-border .press-release_collection-article-teaser-text .FormalPara .Heading,
  .press-release .press-release_collection-article-teaser-text .FormalPara .Heading,
  .rich-text--bigger .FormalPara .Heading,
  .rich-text--fade-out .FormalPara .Heading,
  .rich-text .FormalPara .Heading,
  .teaser-box__text .FormalPara .Heading {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.33333rem;
  }

  .FulltextWrapper .BibliographyWrapper .Citation .CitationContent,
  .FulltextWrapper .BibliographyWrapper .Citation .CitationContent a,
  .FulltextWrapper .BibliographyWrapper .Citation .CitationContent span,
  .press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent,
  .press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent a,
  .press-release--no-border .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent span,
  .press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent,
  .press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent a,
  .press-release .press-release_collection-article-teaser-text .BibliographyWrapper .Citation .CitationContent span,
  .rich-text--bigger .BibliographyWrapper .Citation .CitationContent,
  .rich-text--bigger .BibliographyWrapper .Citation .CitationContent a,
  .rich-text--bigger .BibliographyWrapper .Citation .CitationContent span,
  .rich-text--fade-out .BibliographyWrapper .Citation .CitationContent,
  .rich-text--fade-out .BibliographyWrapper .Citation .CitationContent a,
  .rich-text--fade-out .BibliographyWrapper .Citation .CitationContent span,
  .rich-text .BibliographyWrapper .Citation .CitationContent,
  .rich-text .BibliographyWrapper .Citation .CitationContent a,
  .rich-text .BibliographyWrapper .Citation .CitationContent span,
  .teaser-box__text .BibliographyWrapper .Citation .CitationContent,
  .teaser-box__text .BibliographyWrapper .Citation .CitationContent a,
  .teaser-box__text .BibliographyWrapper .Citation .CitationContent span {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.33333rem;
  }

  .FulltextWrapper .FootnoteSection .Heading,
  .press-release--no-border .press-release_collection-article-teaser-text .FootnoteSection .Heading,
  .press-release .press-release_collection-article-teaser-text .FootnoteSection .Heading,
  .rich-text--bigger .FootnoteSection .Heading,
  .rich-text--fade-out .FootnoteSection .Heading,
  .rich-text .FootnoteSection .Heading,
  .teaser-box__text .FootnoteSection .Heading {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .FulltextWrapper .CaptionContent,
  .FulltextWrapper .CaptionContent *,
  .press-release--no-border .press-release_collection-article-teaser-text .CaptionContent,
  .press-release--no-border .press-release_collection-article-teaser-text .CaptionContent *,
  .press-release .press-release_collection-article-teaser-text .CaptionContent,
  .press-release .press-release_collection-article-teaser-text .CaptionContent *,
  .rich-text--bigger .CaptionContent,
  .rich-text--bigger .CaptionContent *,
  .rich-text--fade-out .CaptionContent,
  .rich-text--fade-out .CaptionContent *,
  .rich-text .CaptionContent,
  .rich-text .CaptionContent *,
  .teaser-box__text .CaptionContent,
  .teaser-box__text .CaptionContent * {
    font-size: 14px;
    font-size: .93333rem;
    line-height: 20px;
    line-height: 1.33333rem;
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .FulltextWrapper .DefinitionList .Heading,
  .press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .Heading,
  .press-release .press-release_collection-article-teaser-text .DefinitionList .Heading,
  .rich-text--bigger .DefinitionList .Heading,
  .rich-text--fade-out .DefinitionList .Heading,
  .rich-text .DefinitionList .Heading,
  .teaser-box__text .DefinitionList .Heading {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .FulltextWrapper .DefinitionList .DefinitionListEntry .Term,
  .press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Term,
  .press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Term,
  .rich-text--bigger .DefinitionList .DefinitionListEntry .Term,
  .rich-text--fade-out .DefinitionList .DefinitionListEntry .Term,
  .rich-text .DefinitionList .DefinitionListEntry .Term,
  .teaser-box__text .DefinitionList .DefinitionListEntry .Term {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .FulltextWrapper .DefinitionList .DefinitionListEntry .Description .Para,
  .FulltextWrapper .DefinitionList .DefinitionListEntry .Description .SimplePara,
  .FulltextWrapper .DefinitionList .DefinitionListEntry .Description p,
  .press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .Para,
  .press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .SimplePara,
  .press-release--no-border .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description p,
  .press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .Para,
  .press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description .SimplePara,
  .press-release .press-release_collection-article-teaser-text .DefinitionList .DefinitionListEntry .Description p,
  .rich-text--bigger .DefinitionList .DefinitionListEntry .Description .Para,
  .rich-text--bigger .DefinitionList .DefinitionListEntry .Description .SimplePara,
  .rich-text--bigger .DefinitionList .DefinitionListEntry .Description p,
  .rich-text--fade-out .DefinitionList .DefinitionListEntry .Description .Para,
  .rich-text--fade-out .DefinitionList .DefinitionListEntry .Description .SimplePara,
  .rich-text--fade-out .DefinitionList .DefinitionListEntry .Description p,
  .rich-text .DefinitionList .DefinitionListEntry .Description .Para,
  .rich-text .DefinitionList .DefinitionListEntry .Description .SimplePara,
  .rich-text .DefinitionList .DefinitionListEntry .Description p,
  .teaser-box__text .DefinitionList .DefinitionListEntry .Description .Para,
  .teaser-box__text .DefinitionList .DefinitionListEntry .Description .SimplePara,
  .teaser-box__text .DefinitionList .DefinitionListEntry .Description p {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .FulltextWrapper .AbbreviationGroup .AbbreviationGroupSection,
  .FulltextWrapper .AbbreviationGroup .Heading,
  .press-release--no-border .press-release_collection-article-teaser-text .AbbreviationGroup .AbbreviationGroupSection,
  .press-release--no-border .press-release_collection-article-teaser-text .AbbreviationGroup .Heading,
  .press-release .press-release_collection-article-teaser-text .AbbreviationGroup .AbbreviationGroupSection,
  .press-release .press-release_collection-article-teaser-text .AbbreviationGroup .Heading,
  .rich-text--bigger .AbbreviationGroup .AbbreviationGroupSection,
  .rich-text--bigger .AbbreviationGroup .Heading,
  .rich-text--fade-out .AbbreviationGroup .AbbreviationGroupSection,
  .rich-text--fade-out .AbbreviationGroup .Heading,
  .rich-text .AbbreviationGroup .AbbreviationGroupSection,
  .rich-text .AbbreviationGroup .Heading,
  .teaser-box__text .AbbreviationGroup .AbbreviationGroupSection,
  .teaser-box__text .AbbreviationGroup .Heading {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .FulltextWrapper .image-replace,
  .press-release--no-border .press-release_collection-article-teaser-text .image-replace,
  .press-release .press-release_collection-article-teaser-text .image-replace,
  .rich-text--bigger .image-replace,
  .rich-text--fade-out .image-replace,
  .rich-text .image-replace,
  .teaser-box__text .image-replace {
    max-height: 33.34rem;
  }
}

.ParaTypeEyeCatcher:before,
.SidebarDialog:before {
  content: url(/assets/images/img/eyecatcher.svg);
  position: absolute;
  margin-top: -2.8rem;
  margin-left: calc(50% - 14px - 28px);
  padding-left: 1.47rem;
  padding-right: 1.47rem;
  background: #fff;
}

@media screen and (min-width:768px) {
  .ParaTypeEyeCatcher:before,
  .SidebarDialog:before {
    margin-left: calc(33.33333% - 14px - 28px);
  }
}

.ParaTypeEyeCatcher,
.SidebarDialog {
  border-width: .07rem 0;
  border-style: solid;
  border-color: #d3d3d3;
  color: #a82764!important;
  padding-top: 1.87rem;
  padding-bottom: 1.87rem;
}

.SidebarDialog {
  margin-top: 1.47rem;
  color: #333!important;
}

.GlossarySection .Heading {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.eye-catcher-box,
.marketing-banner-collection,
.marketing-header__row,
.payment-step,
.payment-step-four,
.payment-step-one,
.payment-step-three,
.payment-step-two,
.payment-step-two__list,
.row,
.supplementary-content {
  background: #fff;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 2rem .67rem;
  position: relative;
  border-bottom: 1px solid #dadada;
}

section.has-full-size-background+section.has-full-size-background {
  margin-top: 2rem;
}

.scientific-article__cover {
  display: none;
}

.article-note .article-note__header {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1.67rem;
  padding-left: 1.34rem;
  background-position: 0 35%;
}

.article-note .article-note__content {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: .67rem;
}

@media screen and (min-width:640px) {
  .scientific-article__cover {
    display: block;
    float: right;
    border: 1px solid #e4e4e4;
    -moz-box-shadow: 1px 1px 2px #e2e2e2;
    box-shadow: 1px 1px 2px #e2e2e2;
    max-width: 6.67rem;
    margin-left: .67rem;
  }

  .article-note .article-note__header {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}

@media print {
  .main,
  body {
    padding: 1.34rem;
    margin: 1.34rem;
  }

  .main {
    padding-top: .34rem;
    padding-bottom: .34rem;
  }

  div>h2,
  h1 {
    font-weight: 700;
  }

  div>h2 {
    padding-bottom: .34rem;
  }

  .press-release--no-border .press-release_collection-article-teaser-text,
  .press-release .press-release_collection-article-teaser-text,
  .rich-text,
  .rich-text--bigger,
  .rich-text--fade-out,
  .teaser-box__text {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }

  .caption .copyright,
  .caption p,
  .pull-down--image .image-caption .copyright,
  .pull-down--image .image-caption p {
    font-size: .94rem!important;
    font-weight: 400;
  }

  a {
    color: #333!important;
  }

  .inline-content,
  .is-external {
    background-image: none;
    padding-right: 0;
  }

  .footer__fingerprint,
  .teaser--type-elearning-notification,
  .teaser--type-four {
    display: none;
  }

  .article {
    margin-bottom: 0!important;
  }

  .eye-catcher-box,
  .marketing-banner-collection,
  .marketing-header__row,
  .payment-step,
  .payment-step-four,
  .payment-step-one,
  .payment-step-three,
  .payment-step-two,
  .payment-step-two__list,
  .row,
  .supplementary-content {
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0!important;
    padding: 0;
  }

  .eye-catcher-box .expander__content,
  .marketing-banner-collection .expander__content,
  .marketing-header__row .expander__content,
  .payment-step-four .expander__content,
  .payment-step-one .expander__content,
  .payment-step-three .expander__content,
  .payment-step-two .expander__content,
  .payment-step-two__list .expander__content,
  .payment-step .expander__content,
  .row .expander__content,
  .supplementary-content .expander__content {
    display: none!important;
    margin-bottom: 0!important;
    padding: 0;
  }

  .eye-catcher-box>*,
  .marketing-banner-collection>*,
  .marketing-header__row>*,
  .payment-step-four>*,
  .payment-step-one>*,
  .payment-step-three>*,
  .payment-step-two>*,
  .payment-step-two__list>*,
  .payment-step>*,
  .row>*,
  .supplementary-content>* {
    display: none!important;
  }

  .eye-catcher-box>article,
  .marketing-banner-collection>article,
  .marketing-header__row>article,
  .payment-step-four>article,
  .payment-step-one>article,
  .payment-step-three>article,
  .payment-step-two>article,
  .payment-step-two__list>article,
  .payment-step>article,
  .row>article,
  .supplementary-content>article {
    display: block!important;
  }

  div {
    font-size: 1rem;
  }

  :empty {
    display: none;
  }
}

.search-filter-box {
  margin-left: 1.34rem;
  margin-bottom: .34rem;
}

.search-filter__icon-down {
  background-image: url(../img/arrow_down.svg);
}

.search-filter__icon-down,
.search-filter__icon-right {
  background-repeat: no-repeat;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}

.search-filter__icon-right {
  background-image: url(../img/arrow_right.svg);
}

.search-filter__fieldset {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.search-filter__fieldset .caption-cont {
  border-bottom-width: .27rem;
  border-bottom-style: solid;
  border-bottom-color: #0176c3;
}

.search-filter__fieldset--disciplinetaxonomyfacets .caption-cont {
  border-bottom-color: #869fb3;
}

.search-filter__fieldset--subjecttaxonomyfacets .caption-cont {
  border-bottom-color: #83aca7;
}

.search-filter__fieldset--documenttype .caption-cont,
.search-filter__fieldset--locationtaxonomyfacets .caption-cont {
  border-bottom-color: #a698b3;
}

.search-filter__fieldset--pubdate .caption-cont {
  border-bottom-color: #989886;
}

.search-filter__fieldset--patent .caption-cont {
  border-bottom-color: #dfd251;
}

.search-filter__fieldset--eventdatefrom .caption-cont {
  border-bottom-color: #989886;
}

.search-filter__fieldset--language .caption-cont,
.search-filter__fieldset--structuredtags .caption-cont {
  border-bottom-color: #98a87e;
}

.search-filter__fieldset--editorialrubricfacets .caption-cont {
  background-color: #0176c3;
}

.search-filter__fieldset--booktitle .caption-cont,
.search-filter__fieldset--journaltitle .caption-cont {
  border-bottom-color: #939abc;
}

.search-filter__fieldset--access .caption-cont {
  border-bottom-color: #ded250;
}

.search-filter__fieldset--cmecertified .caption-cont,
.search-filter__fieldset--coursestatus .caption-cont {
  border-bottom-color: #869fb3;
}

.search-filter__fieldset--curriculum .caption-cont {
  border-bottom-color: #cad4e8;
}

.search-filter-reset-link span.icon-close_bar_blue {
  padding-right: 1.34rem;
  background-position: 100%;
}

.search-filter__fieldset--patent {
  display: none;
}

@media screen and (min-width:640px) {
  .search-filter__fieldset {
    width: 31%;
  }
}

@media screen and (min-width:980px) {
  .search-filter__fieldset--patent {
    display: block;
  }

  .search-filter__fieldset {
    width: 23%;
  }
}

.search-filter__list {
  border-bottom: 1px solid #e4e4e4;
}

.search-filter__list div {
  float: left;
  overflow: hidden;
  margin-right: .34rem;
  padding-bottom: .34rem;
}

.search-filter__list div span {
  margin-right: .67rem;
}

.search-filter__list-label {
  float: left;
  padding-top: .27rem;
}

.search-filter__list-items {
  max-width: 50%;
}

.search-filter__link {
  display: inline-block;
  -moz-border-radius: .67rem;
  border-radius: .67rem;
  padding-left: .67rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  border-bottom-color: #0176c3;
}

.search-filter__link span.icon-close_bar_white {
  padding-right: 1.47rem;
  margin-right: .27rem;
  background-position: 100%;
  color: #f1f1f1;
}

.search-filter__link--disciplinetaxonomyfacets {
  background-color: #869fb3;
}

.search-filter__link--documenttype,
.search-filter__link--locationtaxonomyfacets {
  background-color: #a698b3;
}

.search-filter__link--patent {
  background-color: #dfd251;
}

.search-filter__link--eventdatefrom,
.search-filter__link--pubdate {
  background-color: #989886;
}

.search-filter__link--subjecttaxonomyfacets {
  background-color: #83aca7;
}

.search-filter__link--language,
.search-filter__link--structuredtags {
  background-color: #98a87e;
}

.search-filter__link--editorialrubricfacets {
  background-color: #0176c3;
}

.search-filter__link--access {
  background-color: #ded250;
}

.search-filter__link--booktitle,
.search-filter__link--journaltitle {
  background-color: #939abc;
}

.search-filter__link--cmecertified,
.search-filter__link--coursestatus {
  background-color: #869fb3;
}

.search-filter__link--curriculum {
  background-color: #cad4e8;
}

.search-filter__date-range-picker {
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 17.34rem;
  min-height: inherit;
}

.search-filter__date-range-picker .date-range__container {
  height: auto;
}

.search-filter__date-range-picker .date-range-picker__calendar-container {
  top: 105%;
  position: absolute;
}

.search-filter__date-range-picker .date-range-picker__controls {
  clear: left;
  bottom: 10%;
  left: 25%;
}

.search-filter__date-range-picker form div {
  display: block;
  margin-bottom: .34rem;
}

.search-filter__date-range-picker form label {
  display: inline-block;
  float: left;
  width: 1.34rem;
  padding-right: .67rem;
  margin-top: .6rem;
  text-align: left;
}

.expander_filter_headline {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 2rem;
  background-position: 0 50%;
  padding-left: 1.34rem;
}

.expander_filter_content,
.expander_filter_headline {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
}

.expander_filter_content {
  padding-top: .67rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.sumo-select .opt-wrapper.multiple .options li .search-filter_icon-datepicker {
  margin-top: .4rem;
  margin-left: -1.86rem;
}

@media screen and (min-width:640px) {
  .search-filter__date-range-picker .date-range-picker__calendar-container {
    top: 0;
    left: 105%;
    position: absolute;
  }
}

.search--on-page {
  display: none;
}

.search--on-page.search--is-active {
  display: block;
}

.search--no-result,
.search--no-result:focus {
  border-color: #c40606;
  -moz-box-shadow: 0 0 3px #c40606;
  box-shadow: 0 0 3px #c40606;
}

.search--no-result:focus {
  outline: 0 none;
}

.search__close-handler {
  background-position: .34rem 0;
  -moz-background-size: 1.34rem auto;
  background-size: 1.34rem auto;
  display: block;
  float: left;
  height: 1.34rem;
  margin-top: .6rem;
  width: 1.67rem;
  text-indent: -99999px;
}

.search__result--wrapper {
  border-left: 1px dotted;
  border-color: #999;
  display: inline;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 -4.33rem;
  overflow: visible;
  white-space: nowrap;
  width: 4rem;
  color: #999;
  font-size: 12px;
  font-size: .8rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.search__match {
  background-color: #cca300;
  display: inline-block;
}

.search__query {
  font-size: 12px;
  font-size: .8rem;
  line-height: 20px;
  line-height: 1.33333rem;
  padding: 0 4rem 0 .34rem;
  margin: .4rem 0;
  max-width: 33%;
  height: 1.6rem;
}

.search__counter,
.search__result {
  font-style: normal;
}

.search__match--is-active {
  background-color: #fc0;
}

.search__navigator {
  border: 1px solid #0176c3;
  -moz-border-radius: .2rem;
  border-radius: .2rem;
  display: inline-block;
  margin-left: -2px;
  padding: 0;
  font-size: 15px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.33333rem;
  text-indent: -9999px;
}

.search__navigator .icon-down_white {
  background-position: 11px;
  display: block;
  opacity: .5;
  height: 2.4rem;
  width: 2.4rem;
}

.search__navigator--wrapper {
  display: inline-block;
  height: 40px;
  position: absolute;
}

.search__navigator--is-active .icon-down_white {
  opacity: 1;
}

.search__previous {
  margin: 0 8px;
  margin: 0 .5rem;
}

.search__previous .icon-down_white {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-indent: 9999px;
}

@media screen and (min-width:640px) {
  .search__query {
    max-width: 60%;
  }
}

@media screen and (min-width:320px) and (orientation:landscape) {
  .search__query {
    max-width: 42%;
  }
}

.chapter-collection-title,
.chapter-title,
.series-title {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .04rem;
  line-height: 2rem;
}

.collection-wrapper {
  padding-bottom: 0;
}

.title-wrapper {
  padding-bottom: .67rem;
}

.series-title {
  font-size: 1.2rem;
  letter-spacing: .04rem;
}

.chapter-title {
  font-size: 1rem;
  letter-spacing: .03rem;
  color: #0176c3;
  line-height: 1.34rem;
}

.collection-title-extended {
  color: #a82764;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (min-width:640px) {
  .collection-wrapper {
    padding-bottom: .34rem;
  }

  .series-container {
    padding: 0 1.34rem;
  }
}

@media screen and (min-width:980px) {
  .collection-wrapper {
    padding-bottom: 1.47rem;
  }
}

.specialty-pull-down__wrapper {
  background-color: #fff;
  padding: .67rem;
}

.specialty-pull-down__header {
  color: #333;
  padding: .2rem 0;
  margin: 0;
}

.specialty-pull-down__content {
  margin-top: 1.34rem;
}

.specialty-pull-down__link {
  margin-bottom: 1.34rem;
  padding-right: .67rem;
}

@media screen and (min-width:640px) {
  .specialty-pull-down__wrapper {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.9);
    padding: 1.34rem;
  }

  .specialty-pull-down .teaser-grid__col-1-3:nth-child(3n+1) {
    clear: none;
  }

  .specialty-pull-down .teaser-grid__col-1-3:nth-child(odd) {
    clear: left;
  }

  .specialty-pull-down .teaser-grid__col-1-3 {
    width: 50%;
  }
}

@media screen and (min-width:980px) {
  .teaser-grid__col-1-3:nth-child(odd) {
    clear: none!important;
  }

  .teaser-grid__col-1-3:nth-child(3n+1) {
    clear: left!important;
  }

  .specialty-pull-down .teaser-grid__col-1-3 {
    width: 33.33%;
  }
}

.standard-box {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}

.standard-box:last-of-type {
  border: none;
}

.standard-box__content {
  width: 100%;
}

.standard-box__headline {
  margin-bottom: 1.34rem;
}

.standard-box__picture-link {
  display: block;
}

.standard-box__picture-link img {
  width: 100%;
}

.standard-box__teaser-text {
  margin: 2.67rem 0 1.34rem;
}

.standard-box__list {
  margin-top: .67rem;
}

.standard-box__list li {
  margin: .34rem 0;
}

.standard-box__course-detail-edited {
  background-color: #ebf5fc;
  border: 1px solid #38a0e5;
  padding: .54rem 0 0 .54rem;
}

@media screen and (min-width:980px) {
  .standard-box__content {
    width: 70%;
    margin: 0 auto;
  }
}

.stats {
  border-top: 1px solid #e4e4e4;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  color: #666;
  display: inline-block;
}

.supplementary-content h2 {
  text-align: center;
}

.supplementary-content__items {
  margin: 0 auto;
  padding-top: 1.67rem;
}

.supplementary-content__item {
  padding: .34rem 0 .34rem 1rem;
}

.pull-down__header--supplementary-content {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 1.66667rem;
}

.supplementary-content__indicator {
  margin: 1.2rem 0;
}

.supplementary-content__indicator a {
  display: block;
  margin: 1rem 0;
}

@media screen and (min-width:640px) {
  .supplementary-content__indicator a {
    display: inline-block;
    margin: 0 1.07rem 0 0;
  }
}

@media screen and (min-width:980px) {
  .supplementary-content__items {
    width: 66%;
  }
}

.member-required__header {
  min-height: 50px;
}

.member-required-box {
  padding: 1.67rem;
}

.tag-line,
.tag-line--default,
.tag-line--default a,
.tag-line--detail-content,
.tag-line--detail-content a,
.tag-line a {
  background: transparent;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
  color: #666;
}

.tag-line--default a,
.tag-line--detail-content a,
.tag-line a {
  color: #0176c3;
}

.tag-line--default span,
.tag-line--detail-content span,
.tag-line span {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

@media screen and (min-width:640px) {
  .tag-line,
  .tag-line--default,
  .tag-line--default a,
  .tag-line--default span,
  .tag-line--detail-content,
  .tag-line--detail-content a,
  .tag-line--detail-content span,
  .tag-line a,
  .tag-line span {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    font-size: .8rem;
    line-height: 18px;
    line-height: 1.2rem;
  }

  .tag-line--detail-content,
  .tag-line--detail-content a {
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: .93333rem;
    line-height: 20px;
    line-height: 1.33333rem;
  }
}

.tan-checking {
  background: url(../img/loader.gif) no-repeat right 10px center;
  background-position: 0 -10px;
}

.tan-failure,
.tan-invalid,
.tan-valid {
  padding: .2rem .2rem .07rem;
  margin-top: .47rem;
  position: relative;
  max-width: 358px;
  width: 96%;
  background: #c8e8e2;
  border: 1px solid #46b29d;
}

.tan-failure:after,
.tan-failure:before,
.tan-invalid:after,
.tan-invalid:before,
.tan-valid:after,
.tan-valid:before {
  bottom: 100%;
  left: 1.34rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tan-failure:after,
.tan-invalid:after,
.tan-valid:after {
  border-bottom-color: #c8e8e2;
  border-width: 7px;
  margin-left: -7px;
}

.tan-failure:before,
.tan-invalid:before,
.tan-valid:before {
  border-bottom-color: #46b29d;
  border-width: 8px;
  margin-left: -8px;
}

.tan-invalid {
  background: #faebeb;
  border: 1px solid #c40606;
}

.tan-invalid:after {
  border-bottom-color: #faebeb;
}

.tan-invalid:before {
  border-bottom-color: #c40606;
}

.tan-failure {
  background: #fff9e4;
  border: 1px solid #efc024;
}

.tan-failure:after {
  border-bottom-color: #fff9e4;
}

.tan-failure:before {
  border-bottom-color: #efc024;
}

.pull-down--audio .audio-wrapper .audio-list,
.pull-down--document .document-wrapper .document-list,
.pull-down--image .image-wrapper .image-list,
.pull-down--video .video-wrapper .video-list,
.teaser,
.teaser--chapter,
.teaser--related-article,
.teaser--type-eight,
.teaser--type-elearning-notification,
.teaser--type-eleven,
.teaser--type-five,
.teaser--type-four,
.teaser--type-nine,
.teaser--type-seven,
.teaser--type-six,
.teaser--type-ten,
.teaser--type-three,
.teaser--type-twelve__in-row--with-image,
.teaser--type-two,
.teaser--with-icon-right {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  border-bottom: 1px solid #e4e4e4;
}

.pull-down--audio .audio-wrapper .audio-list:empty,
.pull-down--document .document-wrapper .document-list:empty,
.pull-down--image .image-wrapper .image-list:empty,
.pull-down--video .video-wrapper .video-list:empty,
.teaser--chapter:empty,
.teaser--related-article:empty,
.teaser--type-eight:empty,
.teaser--type-elearning-notification:empty,
.teaser--type-eleven:empty,
.teaser--type-five:empty,
.teaser--type-four:empty,
.teaser--type-nine:empty,
.teaser--type-seven:empty,
.teaser--type-six:empty,
.teaser--type-ten:empty,
.teaser--type-three:empty,
.teaser--type-twelve__in-row--with-image:empty,
.teaser--type-two:empty,
.teaser--with-icon-right:empty,
.teaser:empty {
  display: none;
}

.pull-down--audio .audio-wrapper .audio-list:last-of-type,
.pull-down--document .document-wrapper .document-list:last-of-type,
.pull-down--image .image-wrapper .image-list:last-of-type,
.pull-down--video .video-wrapper .video-list:last-of-type,
.teaser--chapter:last-of-type,
.teaser--related-article:last-of-type,
.teaser--type-eight:last-of-type,
.teaser--type-elearning-notification:last-of-type,
.teaser--type-eleven:last-of-type,
.teaser--type-five:last-of-type,
.teaser--type-four:last-of-type,
.teaser--type-nine:last-of-type,
.teaser--type-seven:last-of-type,
.teaser--type-six:last-of-type,
.teaser--type-ten:last-of-type,
.teaser--type-three:last-of-type,
.teaser--type-twelve__in-row--with-image:last-of-type,
.teaser--type-two:last-of-type,
.teaser--with-icon-right:last-of-type,
.teaser:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__link,
.pull-down--document .document-wrapper .document-list .teaser__link,
.pull-down--image .image-wrapper .image-list .teaser__link,
.pull-down--video .video-wrapper .video-list .teaser__link,
.teaser--chapter .teaser__link,
.teaser--related-article .teaser__link,
.teaser--type-eight .teaser__link,
.teaser--type-elearning-notification .teaser__link,
.teaser--type-eleven .teaser__link,
.teaser--type-five .teaser__link,
.teaser--type-four .teaser__link,
.teaser--type-nine .teaser__link,
.teaser--type-seven .teaser__link,
.teaser--type-six .teaser__link,
.teaser--type-ten .teaser__link,
.teaser--type-three .teaser__link,
.teaser--type-twelve__in-row--with-image .teaser__link,
.teaser--type-two .teaser__link,
.teaser--with-icon-right .teaser__link,
.teaser .teaser__link {
  margin-top: 2rem;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__link a,
.pull-down--document .document-wrapper .document-list .teaser__link a,
.pull-down--image .image-wrapper .image-list .teaser__link a,
.pull-down--video .video-wrapper .video-list .teaser__link a,
.teaser--chapter .teaser__link a,
.teaser--related-article .teaser__link a,
.teaser--type-eight .teaser__link a,
.teaser--type-elearning-notification .teaser__link a,
.teaser--type-eleven .teaser__link a,
.teaser--type-five .teaser__link a,
.teaser--type-four .teaser__link a,
.teaser--type-nine .teaser__link a,
.teaser--type-seven .teaser__link a,
.teaser--type-six .teaser__link a,
.teaser--type-ten .teaser__link a,
.teaser--type-three .teaser__link a,
.teaser--type-twelve__in-row--with-image .teaser__link a,
.teaser--type-two .teaser__link a,
.teaser--with-icon-right .teaser__link a,
.teaser .teaser__link a {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__subtitle,
.pull-down--document .document-wrapper .document-list .teaser__subtitle,
.pull-down--image .image-wrapper .image-list .teaser__subtitle,
.pull-down--video .video-wrapper .video-list .teaser__subtitle,
.teaser--chapter .teaser__subtitle,
.teaser--related-article .teaser__subtitle,
.teaser--type-eight .teaser__subtitle,
.teaser--type-elearning-notification .teaser__subtitle,
.teaser--type-eleven .teaser__subtitle,
.teaser--type-five .teaser__subtitle,
.teaser--type-four .teaser__subtitle,
.teaser--type-nine .teaser__subtitle,
.teaser--type-seven .teaser__subtitle,
.teaser--type-six .teaser__subtitle,
.teaser--type-ten .teaser__subtitle,
.teaser--type-three .teaser__subtitle,
.teaser--type-twelve__in-row--with-image .teaser__subtitle,
.teaser--type-two .teaser__subtitle,
.teaser--with-icon-right .teaser__subtitle,
.teaser .teaser__subtitle {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #666;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__label,
.pull-down--document .document-wrapper .document-list .teaser__label,
.pull-down--image .image-wrapper .image-list .teaser__label,
.pull-down--video .video-wrapper .video-list .teaser__label,
.teaser--chapter .teaser__label,
.teaser--related-article .teaser__label,
.teaser--type-eight .teaser__label,
.teaser--type-elearning-notification .teaser__label,
.teaser--type-eleven .teaser__label,
.teaser--type-five .teaser__label,
.teaser--type-four .teaser__label,
.teaser--type-nine .teaser__label,
.teaser--type-seven .teaser__label,
.teaser--type-six .teaser__label,
.teaser--type-ten .teaser__label,
.teaser--type-three .teaser__label,
.teaser--type-twelve__in-row--with-image .teaser__label,
.teaser--type-two .teaser__label,
.teaser--with-icon-right .teaser__label,
.teaser .teaser__label {
  margin-top: -1.13rem;
  margin-right: .47rem;
  font-weight: 500;
  color: #e37b40;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__authors,
.pull-down--document .document-wrapper .document-list .teaser__authors,
.pull-down--image .image-wrapper .image-list .teaser__authors,
.pull-down--video .video-wrapper .video-list .teaser__authors,
.teaser--chapter .teaser__authors,
.teaser--related-article .teaser__authors,
.teaser--type-eight .teaser__authors,
.teaser--type-elearning-notification .teaser__authors,
.teaser--type-eleven .teaser__authors,
.teaser--type-five .teaser__authors,
.teaser--type-four .teaser__authors,
.teaser--type-nine .teaser__authors,
.teaser--type-seven .teaser__authors,
.teaser--type-six .teaser__authors,
.teaser--type-ten .teaser__authors,
.teaser--type-three .teaser__authors,
.teaser--type-twelve__in-row--with-image .teaser__authors,
.teaser--type-two .teaser__authors,
.teaser--with-icon-right .teaser__authors,
.teaser .teaser__authors {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__links,
.pull-down--document .document-wrapper .document-list .teaser__links,
.pull-down--image .image-wrapper .image-list .teaser__links,
.pull-down--video .video-wrapper .video-list .teaser__links,
.teaser--chapter .teaser__links,
.teaser--related-article .teaser__links,
.teaser--type-eight .teaser__links,
.teaser--type-elearning-notification .teaser__links,
.teaser--type-eleven .teaser__links,
.teaser--type-five .teaser__links,
.teaser--type-four .teaser__links,
.teaser--type-nine .teaser__links,
.teaser--type-seven .teaser__links,
.teaser--type-six .teaser__links,
.teaser--type-ten .teaser__links,
.teaser--type-three .teaser__links,
.teaser--type-twelve__in-row--with-image .teaser__links,
.teaser--type-two .teaser__links,
.teaser--with-icon-right .teaser__links,
.teaser .teaser__links {
  margin-top: 1rem;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__links a,
.pull-down--document .document-wrapper .document-list .teaser__links a,
.pull-down--image .image-wrapper .image-list .teaser__links a,
.pull-down--video .video-wrapper .video-list .teaser__links a,
.teaser--chapter .teaser__links a,
.teaser--related-article .teaser__links a,
.teaser--type-eight .teaser__links a,
.teaser--type-elearning-notification .teaser__links a,
.teaser--type-eleven .teaser__links a,
.teaser--type-five .teaser__links a,
.teaser--type-four .teaser__links a,
.teaser--type-nine .teaser__links a,
.teaser--type-seven .teaser__links a,
.teaser--type-six .teaser__links a,
.teaser--type-ten .teaser__links a,
.teaser--type-three .teaser__links a,
.teaser--type-twelve__in-row--with-image .teaser__links a,
.teaser--type-two .teaser__links a,
.teaser--with-icon-right .teaser__links a,
.teaser .teaser__links a {
  float: left;
  margin-right: 2.67rem;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__journal,
.pull-down--document .document-wrapper .document-list .teaser__journal,
.pull-down--image .image-wrapper .image-list .teaser__journal,
.pull-down--video .video-wrapper .video-list .teaser__journal,
.teaser--chapter .teaser__journal,
.teaser--related-article .teaser__journal,
.teaser--type-eight .teaser__journal,
.teaser--type-elearning-notification .teaser__journal,
.teaser--type-eleven .teaser__journal,
.teaser--type-five .teaser__journal,
.teaser--type-four .teaser__journal,
.teaser--type-nine .teaser__journal,
.teaser--type-seven .teaser__journal,
.teaser--type-six .teaser__journal,
.teaser--type-ten .teaser__journal,
.teaser--type-three .teaser__journal,
.teaser--type-twelve__in-row--with-image .teaser__journal,
.teaser--type-two .teaser__journal,
.teaser--with-icon-right .teaser__journal,
.teaser .teaser__journal {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__journal a,
.pull-down--document .document-wrapper .document-list .teaser__journal a,
.pull-down--image .image-wrapper .image-list .teaser__journal a,
.pull-down--video .video-wrapper .video-list .teaser__journal a,
.teaser--chapter .teaser__journal a,
.teaser--related-article .teaser__journal a,
.teaser--type-eight .teaser__journal a,
.teaser--type-elearning-notification .teaser__journal a,
.teaser--type-eleven .teaser__journal a,
.teaser--type-five .teaser__journal a,
.teaser--type-four .teaser__journal a,
.teaser--type-nine .teaser__journal a,
.teaser--type-seven .teaser__journal a,
.teaser--type-six .teaser__journal a,
.teaser--type-ten .teaser__journal a,
.teaser--type-three .teaser__journal a,
.teaser--type-twelve__in-row--with-image .teaser__journal a,
.teaser--type-two .teaser__journal a,
.teaser--with-icon-right .teaser__journal a,
.teaser .teaser__journal a {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.pull-down--audio .audio-wrapper .audio-list .teaser__text-separated,
.pull-down--document .document-wrapper .document-list .teaser__text-separated,
.pull-down--image .image-wrapper .image-list .teaser__text-separated,
.pull-down--video .video-wrapper .video-list .teaser__text-separated,
.teaser--chapter .teaser__text-separated,
.teaser--related-article .teaser__text-separated,
.teaser--type-eight .teaser__text-separated,
.teaser--type-elearning-notification .teaser__text-separated,
.teaser--type-eleven .teaser__text-separated,
.teaser--type-five .teaser__text-separated,
.teaser--type-four .teaser__text-separated,
.teaser--type-nine .teaser__text-separated,
.teaser--type-seven .teaser__text-separated,
.teaser--type-six .teaser__text-separated,
.teaser--type-ten .teaser__text-separated,
.teaser--type-three .teaser__text-separated,
.teaser--type-twelve__in-row--with-image .teaser__text-separated,
.teaser--type-two .teaser__text-separated,
.teaser--with-icon-right .teaser__text-separated,
.teaser .teaser__text-separated {
  border: 1px solid #e4e4e4;
  padding: 1rem .34rem .34rem;
}

.teaser__marker {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  color: #a82764;
  margin-bottom: 1rem;
  display: block;
}

.teaser__separation {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: .34rem 0;
  display: block;
}

.teaser--type-two {
  border-top: 1px solid #0176c3;
  border-bottom: 1px solid #0176c3;
  padding-bottom: 1.2rem;
}

.teaser--type-two:last-of-type {
  border-top: 1px solid #0176c3;
  border-bottom: 1px solid #0176c3;
  padding-bottom: 1.2rem;
}

.teaser--type-three {
  padding: 0 0 0 .67rem;
  margin-bottom: .67rem;
  margin-top: 1.2rem;
  border-left: 7px solid #a82764;
  border-bottom: none;
}

.teaser--type-three a,
.teaser--type-three h4 {
  color: #a82764;
}

.teaser--type-elearning-notification,
.teaser--type-four {
  padding: 0 0 0 .67rem;
  margin-bottom: .67rem;
  border-left: 7px solid #0176c3;
  border-bottom: none;
}

.teaser--type-elearning-notification a,
.teaser--type-elearning-notification h4,
.teaser--type-four a,
.teaser--type-four h4 {
  color: #0176c3;
}

.teaser--type-five {
  border-bottom: none;
  padding-bottom: 0;
}

.teaser--type-six {
  padding-top: .67rem;
  margin: 0 .67rem .67rem;
  border-bottom: none;
}

.press-release--no-border .teaser--type-six .press-release_collection-article-teaser-text p,
.press-release .teaser--type-six .press-release_collection-article-teaser-text p,
.teaser--type-six .press-release--no-border .press-release_collection-article-teaser-text p,
.teaser--type-six .press-release .press-release_collection-article-teaser-text p,
.teaser--type-six .rich-text--bigger p,
.teaser--type-six .rich-text--fade-out p,
.teaser--type-six .rich-text p,
.teaser--type-six .teaser-box__text p,
.teaser--type-six .teaser__marker {
  margin: 0;
}

.teaser--type-six .teaser__marker {
  padding-left: .34rem;
}

.press-release--no-border .teaser--type-six .press-release_collection-article-teaser-text,
.press-release .teaser--type-six .press-release_collection-article-teaser-text,
.teaser--type-six .press-release--no-border .press-release_collection-article-teaser-text,
.teaser--type-six .press-release .press-release_collection-article-teaser-text,
.teaser--type-six .rich-text,
.teaser--type-six .rich-text--bigger,
.teaser--type-six .rich-text--fade-out,
.teaser--type-six .teaser-box__text {
  margin-top: .34rem;
}

.teaser--type-six .teaser__separation {
  padding: .34rem;
}

.teaser--type-six .linked-cover--is-left--auto-width {
  margin-right: .67rem;
  margin-top: .34rem;
}

.teaser__advertisement-marker {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #e37b40;
  height: .8em;
  margin: -1.13rem 0 .67rem;
  font-weight: 500;
}

.teaser__advertisement-marker-text {
  background: #fff;
  color: #e37b40;
  font-family: Hind;
  font-weight: 500!important;
  margin-right: 0;
  padding: 0 .47rem;
  font-size: .8rem;
}

.teaser--type-seven {
  text-align: center;
}

.press-release--no-border .teaser--type-seven .press-release_collection-article-teaser-text,
.press-release .teaser--type-seven .press-release_collection-article-teaser-text,
.teaser--type-seven .press-release--no-border .press-release_collection-article-teaser-text,
.teaser--type-seven .press-release .press-release_collection-article-teaser-text,
.teaser--type-seven .rich-text,
.teaser--type-seven .rich-text--bigger,
.teaser--type-seven .rich-text--fade-out,
.teaser--type-seven .teaser-box__text {
  margin: 2rem 0;
}

.press-release--no-border .teaser--type-seven .press-release_collection-article-teaser-text p,
.press-release .teaser--type-seven .press-release_collection-article-teaser-text p,
.teaser--type-seven .press-release--no-border .press-release_collection-article-teaser-text p,
.teaser--type-seven .press-release .press-release_collection-article-teaser-text p,
.teaser--type-seven .rich-text--bigger p,
.teaser--type-seven .rich-text--fade-out p,
.teaser--type-seven .rich-text p,
.teaser--type-seven .teaser-box__text p {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.teaser--type-eight {
  border-bottom: none;
  padding: .34rem 0;
}

.teaser--type-nine {
  border-bottom: none;
  padding: 0;
}

.teaser--type-nine .teaser--type-nine__cell-one,
.teaser--type-nine .teaser--type-nine__cell-three,
.teaser--type-nine .teaser--type-nine__cell-two {
  text-align: center;
}

.teaser--with-icon-right {
  position: relative;
  padding-right: 5.34rem;
}

.teaser__cme-icon {
  -moz-background-size: 4rem 4rem;
  background-size: 4rem 4rem;
  position: absolute;
  display: block;
  width: 4rem;
  height: 4rem;
  right: 0;
  text-indent: -99999px;
}

.teaser--type-elearning-notification {
  border-left: 7px solid #efc024;
}

.teaser--type-elearning-notification .teaser--type-elearning-notification__header {
  color: #efc024;
  margin-bottom: 1.34rem;
}

.teaser--type-ten {
  padding-bottom: .67rem;
  padding-top: .67rem;
}

.teaser--type-ten__in-row--with-image a,
.teaser--type-ten__in-row a {
  display: block;
  float: left;
  width: 100%;
}

.teaser--type-ten__in-row--with-image p,
.teaser--type-ten__in-row p {
  float: right;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teaser--type-ten__in-row--with-image a {
  width: 70%;
}

.teaser--type-ten__in-row--with-image a.linked-picture--full-size {
  width: 100%;
}

.teaser--type-ten__in-row--with-image p {
  width: 30%;
}

.teaser--type-eleven {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.teaser--type-eleven .rich-text--bigger p {
  margin: 0;
}

.teaser--type-eleven .rich-text--bigger.special {
  max-height: 88px;
  position: relative;
}

.teaser--type-eleven .rich-text--bigger.special:before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(hsla(0,0%,100%,0),#fff);
}

.teaser--type-eleven .linked-picture--full-size {
  margin-bottom: .34rem;
}

.teaser-title-margins {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1.34rem;
}

.teaser-title-align {
  padding-left: 3rem;
}

.cover-teaser {
  margin: .67rem 0 1rem;
  position: relative;
}

.cover-teaser__image-wrapper {
  height: 202px;
  margin-bottom: 1.67rem;
}

.cover-teaser__image-wrapper .image-replace,
.cover-teaser__image-wrapper>a {
  height: 202px;
}

.cover-teaser__image-wrapper .image-replace img,
.cover-teaser__image-wrapper>a img {
  display: block;
  margin: 0 auto;
  -moz-box-shadow: 0 0 6px 1px #e2e2e2;
  box-shadow: 0 0 6px 1px #e2e2e2;
}

.teaser__legal-info {
  margin-top: 1.34rem;
}

.teaser__position {
  position: relative;
  margin-bottom: 0;
  margin-right: 1rem;
  top: -1.46rem;
}

.teaser__image--position {
  display: none;
}

.teaser__title--advanced {
  width: 96%;
  background-color: #f2f2f2;
  padding: .67rem;
}

.teaser__title--advanced,
.teaser__title--advanced h3 {
  font-size: 1.2rem;
  line-height: 1.47rem;
}

.teaser__subtitle--advanced {
  color: #333;
  font-size: 1rem;
  line-height: 1rem;
}

.teaser--related-article {
  width: 100%;
}

.related-article__issue {
  width: 100%;
  text-align: center;
}

.related-article__issue img {
  width: 120px;
}

.related-article__articles {
  width: 100%;
  padding-top: 1rem;
}

.related-article__articles a {
  display: block;
}

.related-article__articles h3 {
  padding: 0 .34rem 1rem 0;
}

.teaser--chapter {
  margin-top: 1.2rem;
  padding-top: .67rem;
  border-top: 1px solid #e4e4e4;
}

@media screen and (min-width:640px) {
  .pull-down--audio .audio-wrapper .audio-list .teaser__subtitle,
  .pull-down--document .document-wrapper .document-list .teaser__subtitle,
  .pull-down--image .image-wrapper .image-list .teaser__subtitle,
  .pull-down--video .video-wrapper .video-list .teaser__subtitle,
  .teaser--chapter .teaser__subtitle,
  .teaser--related-article .teaser__subtitle,
  .teaser--type-eight .teaser__subtitle,
  .teaser--type-elearning-notification .teaser__subtitle,
  .teaser--type-eleven .teaser__subtitle,
  .teaser--type-five .teaser__subtitle,
  .teaser--type-four .teaser__subtitle,
  .teaser--type-nine .teaser__subtitle,
  .teaser--type-seven .teaser__subtitle,
  .teaser--type-six .teaser__subtitle,
  .teaser--type-ten .teaser__subtitle,
  .teaser--type-three .teaser__subtitle,
  .teaser--type-twelve__in-row--with-image .teaser__subtitle,
  .teaser--type-two .teaser__subtitle,
  .teaser--with-icon-right .teaser__subtitle,
  .teaser .teaser__subtitle {
    font-size: 15px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.33333rem;
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .teaser--type-ten__in-row--with-image a,
  .teaser--type-ten__in-row a {
    width: 70%;
  }

  .teaser--type-ten__in-row--with-image p,
  .teaser--type-ten__in-row p {
    width: 30%;
  }

  .teaser--type-ten__in-row--with-image a {
    width: 55%;
  }

  .teaser--type-ten__in-row--with-image a.linked-picture--full-size {
    width: 12%;
    padding: 0 3% 0 0;
  }

  .teaser--type-ten__in-row--with-image p {
    padding-top: 1.34rem;
    width: 30%;
  }

  .teaser--type-twelve__in-row--with-image a.linked-picture--is-right-course-view {
    width: 13.34rem;
  }

  .teaser__image--position {
    display: block;
  }

  .teaser__title--advanced {
    position: absolute;
    bottom: 0;
    background-color: hsla(0,0%,100%,.75);
    padding: .4rem;
  }

  .teaser__subtitle--advanced {
    line-height: .6rem;
  }

  .teaser--related-article {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .related-article__issue {
    text-align: left;
    width: 20%;
  }

  .related-article__articles {
    float: right;
    width: 80%;
    padding-top: 0;
  }
}

@media screen and (min-width:980px) {
  .teaser--type-nine {
    width: 100%;
    display: table;
  }

  .teaser--type-nine .teaser--type-nine__row {
    display: table-row;
  }

  .teaser--type-nine .teaser--type-nine__cell-one {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

  .teaser--type-nine .teaser--type-nine__cell-one span {
    vertical-align: 30%;
    padding-left: .34rem;
  }

  .teaser--type-nine .teaser--type-nine__cell-one h2 {
    margin: 0;
  }

  .teaser--type-nine .teaser--type-nine__cell-one h2 img {
    vertical-align: middle;
  }

  .teaser--type-nine .teaser--type-nine__cell-one h2 span {
    vertical-align: middle;
    padding-left: .34rem;
  }

  .teaser--type-nine .teaser--type-nine__cell-two {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

  .teaser--type-nine .teaser--type-nine__cell-two p {
    margin: 0;
  }

  .teaser--type-nine .teaser--type-nine__cell-three {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

  .teaser__subtitle--advanced {
    line-height: .87rem;
  }

  .teaser__image--position {
    display: block;
  }

  .teaser--type-eleven {
    padding-right: 6.67rem;
    padding-left: 6.67rem;
  }

  .teaser--type-ten__in-row--with-image a.linked-picture--full-size {
    width: 9%;
    padding: 0 3%;
  }

  .teaser--type-twelve__in-row--with-image a.linked-picture--is-right-course-view {
    width: 20rem;
  }
}

.teaser-box {
  -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,.12);
  box-shadow: 0 0 15px 5px rgba(0,0,0,.12);
  margin: 1.67rem .67rem 0;
  text-align: left;
}

.teaser-box__title {
  background: #0176c3;
  color: #fff;
  padding: 1rem 1.67rem;
  text-align: left;
}

.teaser-box__topper {
  text-align: center;
}

.teaser-box__inner {
  padding: 0 1.67rem 1rem;
}

.teaser-box__text {
  margin-top: 1rem;
}

.teaser-box__text,
.teaser-box__text p {
  font-size: 15px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.teaser-box__price {
  text-align: center;
  margin-top: 1.34rem;
}

.teaser-box__price p {
  color: #0176c3;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 1.73333rem;
}

.teaser-box__price p span {
  color: #0176c3;
  font-size: 45px;
  font-size: 3rem;
  line-height: 45px;
  line-height: 3rem;
}

.teaser-box__action {
  margin-top: 1.67rem;
}

.teaser-grid--border-top {
  border-top: 1px solid #e4e4e4;
}

[class*=teaser-grid__col-] {
  float: left;
}

[class*=teaser-grid__col-]>* {
  padding-right: .67rem;
  padding-left: .67rem;
}

.pull-down--audio .audio-wrapper,
.pull-down--image .image-wrapper,
.pull-down--video .video-wrapper,
.teaser-grid__col-1-1,
.teaser-grid__col-1-2,
.teaser-grid__col-1-2--separated,
.teaser-grid__col-1-3,
.teaser-grid__col-1-4,
.teaser-grid__col-1-5,
.teaser-grid__col-2-3 {
  width: 100%;
}

.pull-down--audio .audio-wrapper:nth-child(odd),
.pull-down--image .image-wrapper:nth-child(odd),
.pull-down--video .video-wrapper:nth-child(odd),
.teaser-grid__col-1-1,
.teaser-grid__col-1-2--separated:nth-child(odd),
.teaser-grid__col-1-2:nth-child(odd),
.teaser-grid__col-1-3:nth-child(3n+1),
.teaser-grid__col-1-4:nth-child(4n+1),
.teaser-grid__col-1-5:nth-child(5n+1),
.teaser-grid__col-2-3:nth-child(odd) {
  clear: left;
}

@media screen and (min-width:640px) {
  .pull-down--audio .audio-wrapper,
  .pull-down--image .image-wrapper,
  .pull-down--video .video-wrapper,
  .teaser-grid__col-1-2,
  .teaser-grid__col-1-2--separated {
    width: 50%;
  }

  .teaser-grid__col-1-3 {
    width: 33.33%;
  }

  .teaser-grid__col-1-4 {
    width: 50%;
  }

  .teaser-grid__col-1-5 {
    width: 20%;
  }

  .teaser-grid__col-2-3 {
    width: 66.66%;
  }

  [class*=teaser-grid__col-1-2]>* {
    padding-right: 1.07rem;
    padding-left: 1.07rem;
  }

  .teaser-grid__col-1-2--separated:nth-child(odd)>* {
    border-style: none;
    border-right: 1px solid #e4e4e4;
    position: relative;
    left: 1px;
  }

  .teaser-grid__col-1-2--separated:nth-child(2n+2)>* {
    border-style: none;
    border-left: 1px solid #e4e4e4;
  }
}

@media screen and (min-width:980px) {
  .teaser-grid__col-1-4 {
    width: 25%;
  }
}

.icon-temp_free--in-temp-free-box {
  background-image: url(../img/temp_free.svg);
  background-repeat: no-repeat;
  display: block;
  background-position: 0;
  padding: 1.47rem .14rem 1rem 4rem;
}

.temp-free-teaser {
  background-image: url(../img/lock_small.svg);
  background-repeat: no-repeat;
  background-position: .34rem;
  padding: 0 .34rem 0 .94rem;
  background-color: #46b29d;
  font-size: 12px!important;
  font-size: .8rem!important;
  line-height: 18px!important;
  line-height: 1.2rem!important;
}

.sidebar-container {
  float: right;
  width: 0;
}

.sidebar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 4rem;
  z-index: 999;
  position: absolute;
  top: auto;
  margin-top: 45px;
  width: auto;
  right: 0;
}

.sidebar--fixed {
  position: fixed;
  top: 0;
  right: auto;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.toolbar-button {
  background-image: url(../img/tools.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 50%;
  display: block;
}

.toolbar-button.active {
  background-color: #fff;
  background-position: 100% 50%;
}

.sidebar .toolbar .icon-download {
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat;
}

.toolbar-action__pdf-download {
  display: block;
}

.header .toolbar {
  display: none;
}

.header .toolbar .toolbar__item {
  position: relative;
  height: 2.8rem;
  background-color: #fff;
  margin-top: 0;
  border-top: 1px solid #e4e4e4;
}

.header .toolbar .toolbar__item .toolbar__item-text {
  color: #0176c3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.header .toolbar .toolbar__item .toolbar__item-text span {
  padding-left: 1.34rem;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 20px;
  line-height: 1.33333rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.header .toolbar .toolbar__item .toolbar__item-form button {
  padding: .67rem 1.34rem;
  width: 100%;
  text-align: left;
  color: #0176c3;
  font-family: Hind,Arial,sans-serif;
  font-size: 15px;
  border: none;
  background: none;
}

.header .toolbar .toolbar__item .toolbar__item-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-right: .67rem;
}

.header .toolbar .toolbar__item .toolbar__item-icon span {
  text-indent: 4rem;
  float: left;
  overflow: hidden;
  background-position: 50%;
  -moz-background-size: 1.34rem;
  background-size: 1.34rem;
  width: 2.14rem;
  height: 100%;
}

.header .toolbar .toolbar__item-addthis {
  padding-left: 1.34rem;
}

.header .toolbar .search-form--inside__button {
  background-color: #fff;
  border: 1px none #e4e4e4;
  border-style: solid;
  -moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.33333;
  color: #333;
  padding: .4rem .8rem;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin-right: .67rem;
  height: 100%;
  width: 2.14rem;
  padding: 0;
  text-indent: -9999px;
}

.header .toolbar .search-form--inside__button span {
  background-image: url(../img/search-inside-blue.svg);
  background-repeat: no-repeat;
  text-indent: 4rem;
  float: left;
  overflow: hidden;
  background-position: 50%;
  -moz-background-size: 1.34rem;
  background-size: 1.34rem;
  width: 2.14rem;
  height: 2.8rem;
  height: 100%;
}

.header .toolbar .search-form__query {
  height: auto;
}

.header .toolbar .search-form--inside {
  padding-left: 1.34rem;
  padding-right: 3.34rem;
  padding-top: .27rem;
}

.header .toolbar .toolbar-action__bookmark button .toolbar__item-text span {
  padding: 0;
}

.header .toolbar.active {
  display: block;
}

.header .toolbar .icon-share-alt {
  background-image: url(../img/share-alt-blue.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-download {
  background-image: url(../img/pdf-blue.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-archive {
  background-image: url(../img/archive-blue.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-epaper-blue {
  background-image: url(../img/epaper.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-list-ul {
  background-image: url(../img/list-ul-blue.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-bookmark_white-outline {
  background-image: url(../img/bookmark_white-outline-blue.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-bookmark_white {
  background-image: url(../img/bookmark_blue.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-print {
  background-image: url(../img/print-blue.svg);
  background-repeat: no-repeat;
}

.header .toolbar .icon-back-to {
  background-image: url(../img/backTo-blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar {
  background: #fff;
  display: none;
  margin-top: .14rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.main-toolbar.active {
  display: block;
}

.main-toolbar .toolbar__item {
  height: auto;
  background-color: #fff;
  text-align: left;
  position: relative;
  height: 2.67rem;
  cursor: pointer;
  border: solid #e4e4e4;
  border-width: 0 0 .07rem;
}

.main-toolbar .toolbar__item-form button {
  background: transparent;
  border-style: hidden;
}

.main-toolbar .toolbar__item-icon {
  width: 2.67rem;
  position: absolute;
  top: 0;
  right: 0;
}

.main-toolbar .toolbar__item-icon span {
  text-indent: 2.67rem;
  float: left;
  overflow: hidden;
  background-position: 50%;
  -moz-background-size: 1.34rem;
  background-size: 1.34rem;
  width: 2.67rem;
  height: 2.67rem;
}

.main-toolbar .toolbar__item-text {
  color: #0176c3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.main-toolbar .toolbar__item-text span {
  padding-left: 1.34rem;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 20px;
  line-height: 1.33333rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.main-toolbar .toolbar__item-addthis {
  padding: .2rem 0 0 1.34rem;
}

.main-toolbar .icon-search-inside {
  display: none;
}

.main-toolbar .search-form--inside__button {
  height: 40px;
  border-style: hidden;
}

.main-toolbar .toolbar-action__bookmark button {
  padding: .07rem 0;
}

.main-toolbar .search-form--inside {
  padding-left: 1.34rem;
  padding-right: 3.34rem;
  padding-top: .34rem;
}

.main-toolbar .icon-share-alt {
  background-image: url(../img/share-alt-blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-download {
  background-image: url(../img/pdf-blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-archive {
  background-image: url(../img/archive-blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-epaper-blue {
  background-image: url(../img/epaper.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-list-ul {
  background-image: url(../img/list-ul-blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-bookmark_white-outline {
  background-image: url(../img/bookmark_white-outline-blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-bookmark_white {
  background-image: url(../img/bookmark_blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-print {
  background-image: url(../img/print-blue.svg);
  background-repeat: no-repeat;
}

.main-toolbar .icon-back-to {
  background-image: url(../img/backTo-blue.svg);
  background-repeat: no-repeat;
}

.toolbar {
  visibility: hidden;
}

@media screen and (min-width:640px) {
  .main-toolbar {
    width: 50%;
  }

  .toolbar {
    opacity: .4;
    top: 4.54rem;
    width: 4rem;
    clear: both;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 10px -4px rgba(0,0,0,.25);
    box-shadow: 5px 5px 10px -4px rgba(0,0,0,.25);
    visibility: visible;
  }

  .toolbar:active {
    opacity: 1;
  }

  .toolbar--show {
    opacity: 1!important;
    width: 20.67rem;
  }

  .toolbar--show .toolbar__item .icon-search-inside {
    display: none;
  }

  .toolbar--show .toolbar__item-addthis,
  .toolbar--show .toolbar__item-form,
  .toolbar--show .toolbar__item-form--search-inside,
  .toolbar--show .toolbar__item-text,
  .toolbar--show .toolbar__item-text span,
  .toolbar.active {
    display: block;
  }

  .toolbar__item {
    height: auto;
    background-color: #3490cc;
    text-align: center;
    min-width: 4rem;
    position: relative;
    min-height: 4rem;
    -moz-border-radius-topleft: .34rem;
    border-top-left-radius: .34rem;
    -moz-border-radius-bottomleft: .34rem;
    border-bottom-left-radius: .34rem;
    cursor: pointer;
  }

  .toolbar__item+.toolbar__item {
    margin-top: 0;
    border-top: 1px solid #70bced;
  }

  .toolbar__item:active {
    background-color: #70bced;
  }

  .toolbar__item-icon {
    width: 4rem;
    position: absolute;
    top: 0;
    right: 0;
  }

  .toolbar__item-icon span {
    text-indent: 4rem;
    float: left;
    overflow: hidden;
    background-position: 50%;
    -moz-background-size: 1.34rem;
    background-size: 1.34rem;
    width: 4rem;
    height: 4rem;
  }

  .toolbar__item-text {
    color: #f1f1f1;
    display: none;
    width: 16.67rem;
    height: 100%;
  }

  .toolbar__item-text span {
    padding-left: 1.34rem;
    padding-top: 1.34rem;
    margin: 0;
    text-align: left;
    display: none;
  }

  .toolbar__item-addthis {
    margin-left: .67rem;
    margin-top: .67rem;
    width: 16.67rem;
  }

  .toolbar__item-addthis,
  .toolbar__item-form {
    display: none;
    text-align: left;
  }

  .toolbar__item-form button {
    text-align: left;
    color: #f1f1f1;
    margin-left: 1.34rem;
    margin-top: 1.34rem;
    width: 14.67rem;
    font-family: Hind,Arial,sans-serif;
    font-size: 15px;
    border: none;
    background: none;
    padding: 0;
  }

  .toolbar__item-form--search-inside {
    text-align: left;
    display: none;
  }

  .toolbar__item-form--search-inside .search-form--inside {
    background: 0;
    position: absolute;
    margin: 1rem 0 0 1rem;
  }

  .toolbar__item-form--search-inside .search-form__query {
    background: #fff;
    width: 18.67rem;
  }

  .toolbar__item-form--search-inside .search-form--inside__button {
    width: 2.67rem;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    -moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: Hind,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.33333;
    color: #333;
    padding: .4rem .8rem;
    padding: 0 .34rem;
  }

  .toolbar-action__bookmark button .toolbar__item-text span {
    padding: 0;
  }
}

@media print {
  .toolbar__item {
    display: none;
  }
}

.top-product,
.top-product--arrow {
  border: 2px solid #0176c3;
  padding: 0 0 1.34rem;
}

.in-site-navigation__heading .top-product--arrow h2,
.in-site-navigation__heading .top-product h2,
.top-product--arrow .beta,
.top-product--arrow .beta--border-bottom,
.top-product--arrow .beta--with-icon,
.top-product--arrow .in-site-navigation__heading h2,
.top-product--arrow .overview-headline,
.top-product .beta,
.top-product .beta--border-bottom,
.top-product .beta--with-icon,
.top-product .in-site-navigation__heading h2,
.top-product .overview-headline {
  background-color: #0176c3;
  color: #fff;
  text-align: center;
  padding: .67rem 0;
}

.top-product__inner {
  margin: 0 auto;
  padding-top: .67rem;
  width: 90%;
}

.top-product--arrow {
  position: relative;
  margin-bottom: 30px;
}

.top-product--arrow:after,
.top-product--arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.top-product--arrow:after {
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

.top-product--arrow:before {
  border-top-color: #0176c3;
  border-width: 23px;
  margin-left: -23px;
}

.top-product__button-row,
.top-product__list {
  text-align: center;
  margin-top: 2rem;
}

.top-product__legal-info {
  margin-top: 1.34rem;
  text-align: center;
}

@media screen and (min-width:640px) {
  .top-product__inner {
    width: 60%;
  }
}

.twitter__icon {
  background-image: url(../img/twitter.svg);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 6px;
  background-position: 0 50%;
}

.video-combi-player__embedded-video {
  width: 940px;
  height: 480px;
  display: block;
  margin: 0 auto;
}

.video-combi-player__iframe-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.video__text {
  padding-top: .2rem;
  padding-bottom: .67rem;
}

.video-wrapper--16x9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-wrapper--16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vitalsource-login {
  border-bottom: 1px solid #e4e4e4;
  display: table;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: .67rem;
  margin-right: .67rem;
}

.icon-vitalsource {
  min-width: 8rem;
  min-height: 2.34rem;
  background-position: 50%;
}

.icon-vitalsource,
.vitalsource-header {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.vitalsource-main-section {
  padding-top: 2rem;
  margin-left: .67rem;
  margin-right: .67rem;
}

.vitalsource-main {
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 1.34rem;
  border-bottom: 1px solid #e4e4e4;
}

.vitalsource-main h3 {
  font-weight: 300;
}

.vitalsource-form {
  margin-top: 1.34rem;
}

.vitalsource-footer {
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 1.34rem;
}

.vitalsource-connect-button {
  margin-top: 1.34rem;
}

.customisation-for-springermedizin .vitalsource-connect-button .btn-already-learned,
.customisation-for-springermedizin .vitalsource-connect-button .btn-must-learn,
.customisation-for-springermedizin .vitalsource-connect-button .btn-must-repeat,
.customisation-for-springermedizin .vitalsource-connect-button .course-button-with-image,
.customisation-for-springermedizin .vitalsource-connect-button .course-button-without-image,
.karriere-at .vitalsource-connect-button button,
.key-visual__rich-text .press-release--no-border .press-release_collection-article-teaser-text .vitalsource-connect-button a,
.key-visual__rich-text .press-release .press-release_collection-article-teaser-text .vitalsource-connect-button a,
.key-visual__rich-text .rich-text--bigger .vitalsource-connect-button a,
.key-visual__rich-text .rich-text--fade-out .vitalsource-connect-button a,
.key-visual__rich-text .rich-text .vitalsource-connect-button a,
.key-visual__rich-text .teaser-box__text .vitalsource-connect-button a,
.press-release--no-border .key-visual__rich-text .press-release_collection-article-teaser-text .vitalsource-connect-button a,
.press-release .key-visual__rich-text .press-release_collection-article-teaser-text .vitalsource-connect-button a,
.vitalsource-connect-button .btn,
.vitalsource-connect-button .btn--with-icon,
.vitalsource-connect-button .customisation-for-springermedizin .btn-already-learned,
.vitalsource-connect-button .customisation-for-springermedizin .btn-must-learn,
.vitalsource-connect-button .customisation-for-springermedizin .btn-must-repeat,
.vitalsource-connect-button .customisation-for-springermedizin .course-button-with-image,
.vitalsource-connect-button .customisation-for-springermedizin .course-button-without-image,
.vitalsource-connect-button .karriere-at button,
.vitalsource-connect-button .key-visual__rich-text .press-release--no-border .press-release_collection-article-teaser-text a,
.vitalsource-connect-button .key-visual__rich-text .press-release .press-release_collection-article-teaser-text a,
.vitalsource-connect-button .key-visual__rich-text .rich-text--bigger a,
.vitalsource-connect-button .key-visual__rich-text .rich-text--fade-out a,
.vitalsource-connect-button .key-visual__rich-text .rich-text a,
.vitalsource-connect-button .key-visual__rich-text .teaser-box__text a,
.vitalsource-connect-button .pdf-error-pager__back-button,
.vitalsource-connect-button .press-release--no-border .key-visual__rich-text .press-release_collection-article-teaser-text a,
.vitalsource-connect-button .press-release .key-visual__rich-text .press-release_collection-article-teaser-text a,
.vitalsource-connect-button .search-result__btn {
  width: 100%;
}

.vitalsource-form-label {
  margin-bottom: 1.34rem;
}

@media screen and (min-width:640px) {
  .vitalsource-login {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-vitalsource {
    width: 70%;
    background-position: 0;
    width: 30%;
  }

  .icon-vitalsource,
  .vitalsource-header {
    margin-right: auto;
    margin-left: auto;
    float: left;
  }

  .vitalsource-header {
    width: 70%;
  }

  .vitalsource-main-section {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .vitalsource-main {
    width: 70%;
  }

  .vitalsource-main h3 {
    font-weight: 400;
  }

  .vitalsource-footer {
    width: 70%;
  }
}

.next-button-container {
  float: right;
  width: 0;
}

.next-button {
  display: none;
  width: 16.14rem;
  height: 7.07rem;
  background: #fff;
  border: 1px solid #d3d3d3;
  z-index: 100001;
  position: fixed;
  top: 41.34rem;
  right: -13.46rem;
}

.next-arrow-right {
  height: 100%;
  background: #1278c0;
  display: inline-block;
  width: 2.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

.next-arrow-right span {
  text-indent: 2.8rem;
  float: right;
  overflow: hidden;
  background-position: 50%;
  -moz-background-size: 1.34rem;
  background-size: 1.34rem;
  width: 2.8rem;
  height: 6.67rem;
}

.next-text {
  width: 13.34rem;
  height: 100%;
  display: inline-block;
}

.next-text-sequence-number {
  height: 1.34rem;
  white-space: nowrap;
  padding: .54rem 6.67rem .07rem 0;
  display: table;
  margin-top: auto;
  margin-left: 4.14rem;
  border-bottom: 1px solid #d3d3d3;
}

.next-text-title {
  height: 5.34rem;
  width: 11.34rem;
  padding: .67rem .67rem .14rem 0;
  display: table;
  margin: auto;
  margin-left: 62px;
  color: gray;
  text-overflow: ellipsis;
}

.prev-button-container {
  float: left;
  width: 0;
}

.prev-button {
  display: none;
  width: 16.14rem;
  height: 7.07rem;
  background: #fff;
  border: 1px solid #d3d3d3;
  z-index: 100001;
  position: fixed;
  top: 41.34rem;
  left: -202px;
}

.prev-arrow-left {
  height: 100%;
  background: #1278c0;
  display: inline-block;
  width: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
}

.prev-arrow-left span {
  text-indent: 2.8rem;
  float: left;
  overflow: hidden;
  background-position: 50%;
  -moz-background-size: 1.34rem;
  background-size: 1.34rem;
  width: 2.8rem;
  height: 6.67rem;
}

.prev-text {
  width: 13.34rem;
  height: 100%;
  display: inline-block;
}

.prev-text-sequence-number {
  height: 1.34rem;
  white-space: nowrap;
  padding: .54rem 6.67rem .07rem 0;
  display: table;
  margin-top: auto;
  margin-left: 1.47rem;
  border-bottom: 1px solid #d3d3d3;
}

.prev-text-title {
  height: 5.34rem;
  width: 11.34rem;
  padding: .67rem 6.67rem .14rem 0;
  display: table;
  margin: auto;
  margin-left: 1.47rem;
  color: gray;
  text-overflow: ellipsis;
}

.swipe-hint {
  height: auto;
  display: None;
  margin-top: -1.33rem;
  margin-bottom: 2rem;
}

.swipe-hint .hint-subtitle,
.swipe-hint .hint-title {
  display: block;
  text-align: center;
}

.swipe-hint .hint-title {
  color: #a82764;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.swipe-hint .hint-close {
  border: 1px solid #46b29d;
  background-color: #fff;
  color: #46b29d;
  display: block;
  margin: auto;
  margin-top: 1.34rem;
  width: 20rem;
  height: 2.67rem;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 20px;
  line-height: 1.33333rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.swipe-hint .hint-icon {
  width: 11.34rem;
  height: 7.6rem;
  display: block;
  margin-top: 1.34rem;
  margin-left: auto;
  margin-right: auto;
}

.swipe-hint .hint-icon,
.swipe-hint .swipe-icon {
  background-image: url(../img/swipe_hint.svg);
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
}

@media screen and (min-width:640px) {
  .swipe-hint {
    height: 26.67rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .swipe-hint .hint-icon {
    width: 20rem;
    height: 13.34rem;
    margin-top: 2.67rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-wrapper {
  margin: auto;
  height: calc(100% - 20px);
  width: 100%;
  max-width: 45.34rem;
  background-color: #fff;
  position: relative;
  margin-top: .67rem;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

.modal-wrapper .modal-close {
  position: absolute;
  top: 5rem;
  right: 1rem;
  color: #0176c3;
  font-size: 60px!important;
  font-weight: lighter;
  transition: .3s;
}

.modal-iframe {
  display: block;
  background-color: #fff;
  border: 0;
  height: 100%;
  max-height: calc(100% - 60px);
  width: 100%;
  max-width: 100%;
  padding-top: 2.67rem;
}

.modal-lightbox {
  background-color: rgba(0,0,0,.85)!important;
}

@media screen and (min-width:640px) {
  .modal-wrapper {
    margin-top: 4rem;
    height: calc(100% - 120px);
    overflow: hidden;
  }

  .modal-wrapper .modal-close {
    top: 2rem;
    right: 1.34rem;
  }

  .modal-iframe {
    padding-top: 4rem;
    height: calc(100% - 80px);
  }
}

.modal-image:hover {
  opacity: .7;
}

.modal,
.modal-lightbox {
  display: none;
  position: fixed;
  z-index: 100002;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.9);
}

.modal-content {
  padding-top: 100px;
  margin: auto;
  display: block;
  max-width: 90%;
}

.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

.modal-caption,
.modal-content {
  -webkit-animation-name: b;
  -webkit-animation-duration: .6s;
  animation-name: b;
  animation-duration: .6s;
}

@keyframes b {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 5rem;
  right: 2.34rem;
  color: #f1f1f1;
  font-size: 40px!important;
  font-weight: lighter;
  transition: .3s;
}

.caption-text-color figcaption,
.caption-text-color figcaption .CaptionContent,
.caption-text-color figcaption .CaptionContent .CaptionNumber,
.caption-text-color figcaption p {
  color: #fff;
}

.modal-close:focus,
.modal-close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.karriere-at input {
  width: 100%;
  padding: .27rem 1% .14rem!important;
}

.karriere-at select {
  height: 2.34rem;
  border-width: .07rem;
  width: calc(100% + 2px)!important;
  border-color: #e4e4e4!important;
}

.karriere-at button {
  color: #fff!important;
}

.karriere-at th {
  padding-left: 0;
}

.karriere-at .dateAndCompany,
.karriere-at th {
  color: #333!important;
}

.press-release,
.press-release--no-border {
  font-weight: 300;
  color: #151515;
  overflow: hidden;
}

.press-release--no-border .press-release--collection-item__title,
.press-release .press-release--collection-item__title {
  padding-right: .67rem;
  float: left;
}

.press-release--no-border .press-release--collection-item__title a span,
.press-release .press-release--collection-item__title a span {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.press-release--no-border .press-release_collection-article-teaser-text div,
.press-release .press-release_collection-article-teaser-text div {
  padding-right: .67rem;
}

.press-release--no-border .press-release-wrapper--text__image,
.press-release .press-release-wrapper--text__image {
  width: 100%;
}

.press-release--no-border .press-release-wrapper--text__image .press-release__update-info-tag-right,
.press-release .press-release-wrapper--text__image .press-release__update-info-tag-right {
  margin-right: 0;
  float: none!important;
}

.press-release--no-border .press-release-wrapper--text,
.press-release--no-border .press-release-wrapper--text__image,
.press-release--no-border .press-release .press-release-wrapper--text__image,
.press-release .press-release--no-border .press-release-wrapper--text__image,
.press-release .press-release-wrapper--text,
.press-release .press-release-wrapper--text__image {
  display: inline-block;
  width: 100%;
}

.press-release--no-border .press-release-wrapper--image,
.press-release .press-release-wrapper--image {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  vertical-align: unset;
}

.press-release--no-border {
  border-bottom: none!important;
}

.press-release--standard-box {
  height: 100%;
}

.press-release--standard-box .press-release__header {
  margin-bottom: .2rem;
  padding-top: 3rem;
}

.press-release--standard-box .press-release__header b,
.press-release--standard-box .press-release__header span {
  font-size: .8rem;
}

.press-release--standard-box .press-release__header .press-release--collection-item__title {
  margin-bottom: .54rem;
}

.press-release--collection-item__title {
  padding-right: .67rem;
}

.press-release--collection-item__title a span {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.press-release_collection-article-image {
  max-width: 10.2rem;
  margin: 0 auto;
  float: none;
  margin-top: .34rem;
}

.press-release__title {
  margin-top: 1.8rem;
  margin-bottom: 1.54rem;
}

.as-header-icon,
.press_release_audio_icon--header,
.press_release_audio_icon--headline,
.press_release_doc_icon,
.press_release_fronthalf_icon--header,
.press_release_fronthalf_icon--headline,
.press_release_fronthalf_icon_small--header,
.press_release_fronthalf_icon_small--headline,
.press_release_generic_document_icon,
.press_release_image_icon--headline,
.press_release_news_n_views_icon,
.press_release_pdf_icon,
.press_release_ppt_icon,
.press_release_video_icon--headline,
.press_release_xls_icon {
  display: inline-block;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.07rem;
}

.arrow-as-bullets {
  -moz-background-size: 10px auto;
  background-size: 10px auto;
  vertical-align: middle;
  width: 1rem;
  height: .94rem;
  display: inline-block;
  background-image: url(../img/external-link-arrows.svg);
  background-repeat: no-repeat;
}

.press_release_doc_icon {
  background-image: url(../img/press_release_doc.svg);
  background-repeat: no-repeat;
}

.press_release_generic_document_icon {
  background-image: url(../img/press_release_generic_document.svg);
  background-repeat: no-repeat;
}

.press_release_news_n_views_icon {
  background-image: url(../img/snd_press_release_news-views.svg);
  background-repeat: no-repeat;
}

.press_release_pdf_icon {
  background-image: url(../img/press_release_pdf.svg);
  background-repeat: no-repeat;
}

.press_release_ppt_icon {
  background-image: url(../img/press_release_ppt.svg);
  background-repeat: no-repeat;
}

.press_release_xls_icon {
  background-image: url(../img/press_release_xls.svg);
  background-repeat: no-repeat;
}

.press_release_image_icon,
.press_release_image_icon--header,
.press_release_image_icon--headline {
  background-image: url(../img/snd_press_release_image.svg);
  background-repeat: no-repeat;
}

.press_release_image_icon--header {
  display: inline-block;
  background-position-y: 7px;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  width: 2rem;
  height: 2rem;
}

.press_release_video_icon,
.press_release_video_icon--header,
.press_release_video_icon--headline {
  background-image: url(../img/snd_press_release_video.svg);
  background-repeat: no-repeat;
}

.press_release_video_icon--headline {
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.press_release_video_icon--header {
  display: inline-block;
  background-position-y: 7px;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  width: 2rem;
  height: 2rem;
}

.press_release_audio_icon,
.press_release_audio_icon--header,
.press_release_audio_icon--headline {
  background-image: url(../img/snd_press_release_audio.svg);
  background-repeat: no-repeat;
}

.press_release_audio_icon--header {
  background-position-y: 0;
  -moz-background-size: 25px auto;
  background-size: 25px auto;
  width: 2rem;
  height: 2rem;
}

.press_release_fronthalf_icon,
.press_release_fronthalf_icon--header,
.press_release_fronthalf_icon--headline,
.press_release_fronthalf_icon_small--header,
.press_release_fronthalf_icon_small--headline {
  background-image: url(../img/snd_press_release_fronthalf.svg);
  background-repeat: no-repeat;
}

.press_release_fronthalf_icon--header,
.press_release_fronthalf_icon_small--header {
  background-position-y: 0;
  -moz-background-size: 25px auto;
  background-size: 25px auto;
  width: 2rem;
  height: 2rem;
}

.press-release__embargo {
  line-height: 1.67rem;
}

.press-release__embargo-title {
  font-weight: 400;
  color: #db1830;
  margin-right: .34rem;
}

.press-release__journal--tagline {
  font-weight: 500;
}

.press-release__journal--tagline:before {
  content: " | ";
  font-weight: 500;
}

.press-release__update-info {
  margin-bottom: .54rem;
  border-bottom: 1px solid #e4e4e4;
}

.press-release__update-info>p {
  line-height: 24px;
}

.press-release--no-border .press-release-wrapper--text__image .press-release__update-info-tag-right,
.press-release .press-release-wrapper--text__image .press-release__update-info-tag-right,
.press-release__update-info-tag,
.press-release__update-info-tag-right {
  background-color: #e86b41;
  display: inline-block;
  -moz-border-radius: .67rem;
  border-radius: .67rem;
  padding: .07rem 1rem;
  margin-right: .67rem;
  color: #fff;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
  float: left;
}

.press-release__update-info-tag-right {
  float: right;
  margin-right: 0;
}

.press-release__separator:before {
  content: "";
  background-color: #999;
  height: .14rem;
  width: 100%;
  float: left;
  margin: 1.67rem 0;
}

.press_release__section-title {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
  font-weight: 400;
  margin-bottom: .67rem;
}

.press-release__subtitle {
  color: #666;
  font-weight: 400;
  margin-bottom: .34rem;
  margin-top: .67rem;
}

.press-release__articles .press-release__article-title {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 22px;
  line-height: 1.46667rem;
  font-weight: 400;
  margin-bottom: .34rem;
}

.press-release__articles .press-release-article__online-paper-desc {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.press-release__articles ol>li {
  font-size: 15px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.33333rem;
  margin-top: 1.87rem;
}

.press-release__articles ol>li:first-of-type {
  margin-top: .67rem;
}

@media screen and (min-width:640px) {
  .press-release__update-info {
    margin-bottom: 0;
  }

  .press-release_collection-article-image {
    margin-left: .67rem;
  }

  .press-release--no-border .press-release-wrapper--text__image,
  .press-release .press-release-wrapper--text__image {
    width: 74%;
  }

  .press-release--no-border .press-release-wrapper--image,
  .press-release .press-release-wrapper--image {
    float: right;
    width: 25%;
    vertical-align: top;
  }
}

.publication-date:before {
  content: "";
  background: #db1830;
  width: .34rem;
  position: absolute;
  height: 96%;
  top: 2%;
  margin-left: -1rem;
}

.publication-date {
  position: relative;
  margin-left: .67rem;
}

.publication-date .publication-date__time {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
  font-weight: 400;
  color: #db1830;
}

.publication-date .publication-date__time__search-snippet {
  font-size: 15px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.6rem;
  font-weight: 400;
  color: #db1830;
}

.publication-date .publication-date__location {
  margin: .4rem .27rem 0 0;
}

.publication-date .publication-date__location,
.publication-date .publication-date__location__search-snippet {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

.publication-date .publication-date__location__search-snippet {
  display: inline-block;
  margin: .27rem 1rem 0 0;
}

.publication-date .publication-date__location__search-snippet span {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.publication-date .publication-date__location-date {
  color: #db1830;
  margin: 0 .34rem;
}

.publication-date .publication-date__location-name {
  color: #db1830;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: .34rem;
}

.dossier__publication-date {
  border-top: 1px solid #db1830;
}

.dossier__publication-date--headline {
  display: block;
}

.dossier__publication-date--headline-date {
  color: #db1830;
}

.dossier__detail-text {
  border-top: 1px solid #db1830;
}

.dossier__list {
  list-style-type: none;
}

.dossier__list>div {
  border-bottom: 1px solid #e4e4e4;
}

.dossier__list>div:last-child {
  border: 0;
}

.dossier-border-top-bottom {
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}

.dossier--no-border,
.dossier__list {
  border: none!important;
}

.dynamic-archive-yearlist a:before {
  content: " | ";
}

.dynamic-archive-yearlist a:first-of-type:before {
  content: "";
}

.dynamic-archive-item {
  border-bottom: none;
}

.dynamic-report-data-content.loading {
  pointer-events: none;
  cursor: progress;
  background: url(../img/loader.gif) no-repeat 50%;
  -moz-background-size: 50px;
  background-size: 50px;
  min-height: 100px;
}

.geo-listing {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  list-style: none;
  margin-left: 0;
}

.geo-listing-item {
  list-style-position: inside;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.33333;
}

.geo-listing-item-row {
  clear: both;
}

.geo-listing-item-row:after {
  content: "";
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed grey;
  height: 1rem;
}

.geo-listing-item__label,
.geo-listing-item__link,
.geo-listing-item__part {
  background: #fff;
  padding: .07rem 0;
}

.geo-listing-item__label {
  float: left;
  clear: left;
}

.geo-listing-item__link {
  float: right;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.geo-listing-item__link span:after {
  content: ",";
  margin-right: .2rem;
}

.geo-listing-item__link span:nth-last-of-type(2):after {
  content: "&";
  margin-left: .2rem;
}

.geo-listing-item__link span:last-of-type:after {
  content: "";
}

.geo-listing-item__link span {
  display: inherit;
}

@media screen and (min-width:640px) {
  .geo-listing {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    list-style: none;
  }
}

.pull-down--audio .audio__header {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 22px;
  line-height: 1.46667rem;
  border-bottom: 1px solid #e4e4e4;
  background-position: 100% 35%;
  color: #0176c3;
}

.pull-down--audio .audio__content {
  margin-left: 0;
  margin-bottom: .67rem;
}

.pull-down--audio .audio-wrapper .audio-list {
  padding-left: 0;
  padding-right: 0;
  float: none;
  margin: 0 auto;
  width: 18.67rem;
}

.pull-down--image .image__header {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 22px;
  line-height: 1.46667rem;
  border-bottom: 1px solid #e4e4e4;
  background-position: 100% 35%;
  color: #0176c3;
}

.pull-down--image .image__content {
  margin-left: 0;
  margin-bottom: .67rem;
}

.pull-down--image .image-wrapper .image-list {
  padding-left: 0;
  padding-right: 0;
  float: none;
  margin: 0 auto;
  width: 50%;
}

.pull-down--image .image-download-alignment a,
.pull-down--image .image-download-alignment span,
.pull-down--video .video__header {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.46667rem;
}

.pull-down--video .video__header {
  border-bottom: 1px solid #e4e4e4;
  background-position: 100% 35%;
  color: #0176c3;
}

.pull-down--video .video__content {
  margin-left: 0;
  margin-bottom: .67rem;
}

.pull-down--video .video-wrapper .video-list {
  padding-left: 0;
  padding-right: 0;
  float: none;
  margin: 0 auto;
  width: 18.67rem;
}

.pull-down--document .document__header {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 22px;
  line-height: 1.46667rem;
  border-bottom: 1px solid #e4e4e4;
  background-position: 100% 35%;
  color: #0176c3;
}

.pull-down--document .document__content {
  margin-left: 1rem;
}

.pull-down--document .document-wrapper .document-list {
  padding: 0;
  float: none;
  margin-bottom: -1.2rem;
  width: 100%;
}

.pull-down--document .document-wrapper .document-row {
  margin-bottom: 0;
  padding: .67rem;
}

.collapsible-text {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: .21px;
  padding-top: 10px;
}

.collapsible-text p {
  font-size: 1rem!important;
}

.pull-down--catskill-white-theme .collapsible-item-header,
.pull-down--catskill-white-theme .collapsible-item-header button {
  background-color: #f1f5f8;
}

.pull-down--catskill-white-theme .collapsible-item-header__title {
  text-align: center;
}

.pull-down--catskill-white-theme .collapsible-item__content .inline-navigation__rotated-square:not(.marketing-banner--background-color),
.pull-down--catskill-white-theme .collapsible-item__content section:not(.marketing-banner--background-color) {
  background-color: #f1f5f8;
}

.pull-down--collapsible-item {
  background-color: #f1f5f8;
}

.pull-down--collapsible-item .collapsible-item-header {
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
}

.pull-down--collapsible-item .collapsible-item-header__title {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 25px;
  line-height: 1.66667rem;
  background-position: 98% 50%;
  text-align: center;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2rem 4rem .67rem;
  content: "";
}

.pull-down--collapsible-item .icon-arrow-collapsible {
  border: none;
  padding-right: 2.67rem;
  background-color: #f1f5f8;
  position: absolute;
  top: 35%;
  right: 3%;
}

.pull-down--collapsible-item .collapsible-item__content {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: .67rem;
}

.pull-down--collapsible-item .collapsible-item__content .inline-navigation__rotated-square:not(.marketing-banner--background-color),
.pull-down--collapsible-item .collapsible-item__content section:not(.marketing-banner--background-color) {
  background-color: #f1f5f8;
}

.pull-down-item__copyright {
  margin: 0!important;
  display: block!important;
  color: #666!important;
}

@media screen and (min-width:980px) {
  .image-caption {
    width: 16.67rem;
  }

  .collapsible-text,
  .pull-down--collapsible-item .collapsible-item-header {
    text-align: center;
  }
}

@media screen and (min-width:768px) {
  .image-caption {
    padding-right: .67rem;
  }
}

@media screen and (min-width:640px) {
  .pull-down--image .image-wrapper .image-list {
    width: auto;
  }

  .pull-down--image div.image-wrapper:nth-of-type(2n)>.image-list {
    float: right;
  }

  .pull-down--video .video-wrapper .video-list {
    margin-left: 0;
  }

  .pull-down--video div.video-wrapper:nth-of-type(2n)>.video-list {
    float: right;
  }

  .pull-down--audio .audio-wrapper .audio-list {
    margin-left: 0;
  }

  .pull-down--audio .audio-wrapper:nth-of-type(2n)>.audio-list {
    float: right;
  }
}

.hcp-modal-content {
  text-align: left;
  padding: 3.34rem 1.47rem 1.34rem;
}

@media screen and (min-width:640px) {
  .hcp-modal-content {
    padding: 3.34rem 5.87rem 1.34rem;
  }
}

@media screen and (min-width:980px) {
  .remodal .two-button--in-a-row .button-link--colored {
    float: right;
  }

  .remodal .two-button--in-a-row .button-link--ghost-button {
    float: left;
  }
}

.teaser--search-on-target {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 12.67rem;
  padding: 1.34rem .67rem 0;
}

.teaser--search-on-target h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 1.34rem;
  font-size: 1.47rem;
}

.teaser--search-on-target-full-span,
.teaser--search-on-target-half-span {
  margin: .67rem;
}

.teaser--search-on-target__form {
  position: relative;
}

.teaser--search-on-target__query {
  height: 2.14rem;
  margin-bottom: 1.34rem;
  width: 97%;
}

.teaser--search-on-target__submit {
  height: 2.67rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.34rem;
  background-color: #d54309;
  background-image: none;
  border-style: none;
  color: #fff;
}

@media screen and (min-width:640px) {
  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span h3,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span h3 {
    position: absolute;
    left: 4.67rem;
    bottom: 1.34rem;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span .teaser--search-on-target__form,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span .teaser--search-on-target__form {
    position: absolute;
    left: 4rem;
    bottom: -2.66rem;
    width: 100%;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span .teaser--search-on-target__query,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span .teaser--search-on-target__query {
    display: inline-block;
    max-width: 23.34rem;
    margin-right: 1.34rem;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span .teaser--search-on-target__submit,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span .teaser--search-on-target__submit {
    display: inline-block;
    max-width: 8.87rem;
  }
}

@media screen and (min-width:980px) {
  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span h3,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span h3 {
    position: absolute;
    left: 3.34rem;
    bottom: 6.67rem;
    margin-bottom: 0;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span .teaser--search-on-target__form,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span .teaser--search-on-target__form {
    position: absolute;
    left: 3.34rem;
    bottom: 1.34rem;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span .teaser--search-on-target__query,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span .teaser--search-on-target__query {
    display: inline-block;
    max-width: 20rem;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span .teaser--search-on-target__submit,
  .teaser--search-on-target-picture.teaser--search-on-target-full-span .teaser--search-on-target__submit {
    display: inline-block;
    max-width: 8.87rem;
  }
}

@media screen and (min-width:980px) {
  .teaser--search-on-target-nopicture.teaser--search-on-target-half-span h3,
  .teaser--search-on-target-picture.teaser--search-on-target-half-span h3 {
    position: absolute;
    left: 1.34rem;
    bottom: 2.67rem;
    margin-bottom: 0;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-half-span .teaser--search-on-target__form,
  .teaser--search-on-target-picture.teaser--search-on-target-half-span .teaser--search-on-target__form {
    position: absolute;
    width: 100%;
    left: .67rem;
    bottom: -2.66rem;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-half-span .teaser--search-on-target__query,
  .teaser--search-on-target-picture.teaser--search-on-target-half-span .teaser--search-on-target__query {
    display: inline-block;
    max-width: 18.8rem;
    margin-right: .8rem;
  }

  .teaser--search-on-target-nopicture.teaser--search-on-target-half-span .teaser--search-on-target__submit,
  .teaser--search-on-target-picture.teaser--search-on-target-half-span .teaser--search-on-target__submit {
    display: inline-block;
    max-width: 8.87rem;
  }
}

.teaser--search-on-target-picture {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.teaser--search-on-target-picture h3 {
  text-shadow: 0 0 6px #000;
}

@media screen and (min-width:640px) {
  .teaser--search-on-target-picture.teaser--search-on-target-full-span {
    height: 10.67rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width:980px) {
  .teaser--search-on-target-picture.teaser--search-on-target-full-span {
    height: 14.67rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width:980px) {
  .teaser--search-on-target-picture.teaser--search-on-target-half-span {
    height: 10.67rem;
    margin-bottom: 4rem;
  }
}

.teaser--search-on-target-nopicture {
  background-color: #0176c3;
}

@media screen and (min-width:640px) {
  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span {
    height: 7.34rem;
    margin-bottom: 2.67rem;
  }
}

@media screen and (min-width:980px) {
  .teaser--search-on-target-nopicture.teaser--search-on-target-full-span {
    height: 11.34rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width:980px) {
  .teaser--search-on-target-nopicture.teaser--search-on-target-half-span {
    height: 7.34rem;
    margin-bottom: 4rem;
  }
}

.tooltip-container,
.tooltip-container label {
  width: 1.34rem;
  height: 1.34rem;
}

.tooltip-container label {
  display: inline-block;
}

.tooltip-container label input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tooltip-container label input:hover+.tooltip-container__tooltip-text,
.tooltip-container label input[type=checkbox]:checked+.tooltip-container__tooltip-text {
  display: inline-block;
}

.tooltip-container label:before {
  content: "";
  background-image: url(/assets/images/img/help.svg);
  -moz-background-size: 1.34rem 1.34rem;
  background-size: 1.34rem 1.34rem;
  display: inline-block;
  height: 1.34rem;
  width: 1.34rem;
  margin-left: .2rem;
  background-repeat: no-repeat;
}

.tooltip-container .tooltip-container__tooltip-text {
  display: none;
  position: relative;
  top: -4.33rem;
  left: 2.14rem;
  width: 18rem;
  padding: .34rem;
  z-index: 100;
  background: #fff;
  -moz-box-shadow: 5px 2px 7px 3px rgba(0,0,0,.34);
  box-shadow: 5px 2px 7px 3px rgba(0,0,0,.34);
}

.tooltip-container .tooltip-container__tooltip-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  left: -.53rem;
  top: 1.54rem;
}

.teaser-picture-overlay {
  margin-left: 3.34rem;
  margin-right: 3.34rem;
}

.teaser-picture-overlay .banner-teaser-container {
  display: none;
}

.teaser-picture-overlay:hover:before {
  cursor: pointer;
}

@media screen and (min-width:320px) {
  .teaser-picture-overlay {
    text-align: center;
    margin-top: 6.67rem;
  }

  .teaser-picture-overlay a {
    float: left;
  }

  .teaser-picture-overlay .banner-teaser-container {
    display: inline-block;
    padding-top: 0;
    width: auto;
    margin: 0 auto;
  }

  .teaser-picture-overlay .icon-close {
    position: absolute;
    cursor: pointer;
  }

  .teaser-picture-overlay .icon-close:before {
    content: "";
    background-image: url(/assets/images/img/close-black.svg);
    -moz-background-size: 1.67rem 1.67rem;
    background-size: 1.67rem 1.67rem;
    display: block;
    height: 1.67rem;
    width: 1.67rem;
    background-repeat: no-repeat;
    margin-left: -.8rem;
    margin-top: -.8rem;
  }
}

@media screen and (min-width:640px) {
  .teaser-picture-overlay {
    margin-top: 6.67rem;
  }
}

.content-width-rectangle--teaser {
  background-color: #eff5fc;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  padding: 1.34rem;
  margin-top: 1rem;
  overflow: hidden;
}

.content-width-rectangle--teaser:after {
  clear: both;
  display: block;
}

.content-width-rectangle--teaser>p {
  font-size: 15px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.6rem;
}

.content-width-rectangle--teaser__btn {
  float: right;
  margin-right: .67rem;
  margin-bottom: .67rem;
}

.hypothesis-remodal {
  text-align: initial;
  max-width: 980px;
  min-height: 0;
  margin: 20px auto;
}

.hypothesis-remodal .remodal-close {
  display: none;
}

.hypothesis-remodal .hypothesis-modal {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-image {
  background-image: url(/assets/images/img/hypothesis_modal.png);
  background-position: 50%;
  display: none;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content {
  padding: 20px 10px;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content h3 {
  text-align: center;
  margin-bottom: 40px;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-logo {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 0 40px;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-wrapper {
  padding: 0 40px;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-wrapper li,
.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-wrapper li:before {
  content: "\002D";
  color: green;
  font-weight: 700;
  display: inline-block;
  width: 1em;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-more-info {
  margin-top: 20px;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-buttons {
  margin: 40px 0 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-buttons .button-link__full {
  padding: 10px 20px;
  text-align: center;
  margin: 10px;
}

.hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-buttons .button-link--ghost-button {
  margin: 10px;
  text-align: center;
}

@media screen and (min-width:640px) {
  .hypothesis-remodal .hypothesis-modal .hypothesis-modal-content {
    padding: 30px 20px;
  }

  .hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-list-buttons {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-logo {
    padding: 0 40px;
  }
}

@media screen and (min-width:980px) {
  .hypothesis-remodal .hypothesis-modal .hypothesis-modal-content {
    padding: 40px;
  }

  .hypothesis-remodal .hypothesis-modal .hypothesis-modal-content .hypothesis-modal-logo {
    padding: 0 40px;
  }

  .hypothesis-remodal .hypothesis-modal .hypothesis-modal-image {
    display: block;
  }
}

.external-async-feed {
  margin-top: -1.33rem;
}

.external-async-feed .carousel-detached-nav .owl-dots {
  padding-top: .34rem;
  margin-bottom: .4rem;
}

.external-async-feed .carousel-detached-nav .owl-nav {
  padding-top: .34rem;
}

.external-async-feed .carousel-detached-nav .owl-nav .owl-prev {
  left: 0;
  top: auto;
}

.external-async-feed .carousel-detached-nav .owl-nav .owl-next {
  right: 0;
  top: auto;
}

.external-async-feed .feed-carousel {
  display: block;
}

.customer-overview-page-element {
  border: 1px solid #0176c3;
  -moz-border-radius: .34rem;
  border-radius: .34rem;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 100px;
  text-align: center;
  margin-right: .54rem;
  margin-bottom: .67rem;
}

.customer-overview-page-element:last-of-type {
  margin-right: 0;
}

.customer-overview-page-element .customer-overview-page-element__icon {
  height: 2.67rem;
  width: 6.67rem;
  margin-top: 1.2rem;
  display: inline-block;
  background-position: 50%;
}

.customer-overview-page-element .customer-overview-page-element__title {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1rem;
  padding-left: .2rem;
  padding-right: .2rem;
  display: block;
}

.my-elearning__icon {
  background-image: url(../img/elearning.svg);
  background-repeat: no-repeat;
}

.bookmark-icon {
  background-image: url(../img/bookmark_blue.svg);
  background-repeat: no-repeat;
  -moz-background-size: 27px 31px;
  background-size: 27px 31px;
}

@media screen and (min-width:980px) {
  .customer-overview-page {
    text-align: center;
  }
}

.form-table {
  display: table;
}

.form-table input[type=checkbox],
.form-table label {
  display: table-cell;
}

.legacy-username-confirm span {
  text-decoration: underline;
  font-weight: 500;
}

.profile-overview-page__box .icon-edit {
  width: 1rem;
  float: right;
  margin-top: .67rem;
  cursor: pointer;
}

.profile-overview-page__box dt {
  width: 10rem;
}

.social-provider {
  margin-top: 1.34rem;
  border-top: 1px solid #e4e4e4;
  text-align: center;
}

.social-provider__link {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  text-indent: -9999px;
}

.social-provider__link-small {
  display: inline-block;
  width: 2.67rem;
  height: 2.67rem;
  text-indent: -9999px;
}

.grey-icon-facebook {
  background-position: 0 0;
}

.grey-icon-small-facebook {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: 0 0;
}

.grey-icon-twitter {
  background-position: -4rem 0;
}

.grey-icon-small-twitter {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -2.66rem 0;
}

.grey-icon-googleplus {
  background-position: -8rem 0;
}

.grey-icon-small-googleplus {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -5.33rem 0;
}

.grey-icon-vimeo {
  background-position: -12rem 0;
}

.grey-icon-small-vimeo {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -8rem 0;
}

.grey-icon-xing {
  background-position: -16rem 0;
}

.grey-icon-small-xing {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -10.66rem 0;
}

.grey-icon-linkedin {
  background-position: -20rem 0;
}

.grey-icon-small-linkedin {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -13.33rem 0;
}

.grey-icon-tumblr {
  background-position: -24rem 0;
}

.grey-icon-small-tumblr {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -16rem 0;
}

.grey-icon-youtube {
  background-position: -28rem 0;
}

.grey-icon-small-youtube {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -18.66rem 0;
}

.grey-icon-pinterest {
  background-position: -32rem 0;
}

.grey-icon-small-pinterest {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: -21.33rem 0;
}

.grey-icon-medbee {
  background-position: 0 -4rem;
  width: 8rem;
}

.grey-icon-small-medbee {
  -moz-background-size: 360px 80px;
  background-size: 360px 80px;
  background-position: 0 -2.66rem;
  width: 6rem;
}

.tan-box {
  padding-left: 40px;
  padding-right: 40px;
}

.tan-box .tan-box-anchor {
  display: block;
  position: absolute;
  top: -10px;
}

@media screen and (min-width:640px) {
  .tan-box {
    padding-left: 150px;
    padding-right: 150px;
  }

  .tan-box-anchor {
    display: block;
    position: absolute;
    top: -20px;
  }
}

@media screen and (min-width:980px) {
  .tan-box {
    padding-left: 200px;
    padding-right: 200px;
  }

  .tan-box-anchor {
    display: block;
    position: absolute;
    top: -20px;
  }
}

.trial-counter {
  border: 2px solid #0176c3;
  padding: 1.34rem;
}

.trial-counter__title {
  text-align: center;
}

.trial-counter__circle {
  position: relative;
  margin: 1.34rem auto;
  width: 13.34rem;
  height: 13.34rem;
}

.trial-counter__message-remain {
  position: absolute;
  width: 100%;
  top: 2.67rem;
  text-align: center;
  text-transform: uppercase;
  color: #797979;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 20px;
  line-height: 1.33333rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
}

.trial-counter__message-days {
  top: 4.67rem;
  font-size: 67px;
  font-size: 4.46667rem;
  line-height: 67px;
  line-height: 4.46667rem;
}

.trial-counter__message-days,
.trial-counter__message-unit {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #0176c3;
}

.trial-counter__message-unit {
  top: 9rem;
  text-transform: uppercase;
  font-size: 25px;
  font-size: 1.66667rem;
  line-height: 25px;
  line-height: 1.66667rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media screen and (min-width:640px) {
  .trial-counter__title {
    font-size: 40px;
    font-size: 2.66667rem;
    line-height: 50px;
    line-height: 3.33333rem;
  }
}

.inst-login--container {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.inst-login--container input[type=password],
.inst-login--container input[type=text] {
  min-height: 2.27rem;
}

.inst-login--container .certificate-overview-container,
.inst-login--container .is-centered,
.inst-login--container .issue,
.inst-login--container .member-required-box,
.inst-login--container .scientific-article {
  width: 100%;
}

.inst-login--column,
.inst-login--column-left,
.inst-login--column-right {
  padding: 1.34rem;
  margin-bottom: .67rem;
  width: 50%;
}

.inst-login--column-left b,
.inst-login--column-left p,
.inst-login--column-right b,
.inst-login--column-right p,
.inst-login--column b,
.inst-login--column p {
  font-size: 1.2rem;
}

.inst-login--column-left b,
.inst-login--column-right b,
.inst-login--column b {
  font-weight: 500;
}

.inst-login--column-left {
  padding-right: 4rem;
}

.inst-login--column-right {
  padding-left: 4rem;
}

.inst-login--header-table {
  width: 100%;
  text-align: center;
  margin-bottom: 1.34rem;
  display: none;
  visibility: hidden;
}

.inst-login--header-cell,
.inst-login--header-cell__left,
.inst-login--header-cell__right {
  display: table-cell;
  vertical-align: bottom;
  width: 48.4%;
  line-height: 26px;
}

.inst-login--header-cell__right {
  text-align: right;
}

.inst-login--header-cell__left {
  text-align: left;
}

.inst-login--header-cell__underline,
.inst-login--header-cell__underline-blue,
.inst-login--header-cell__underline-gray {
  border-width: 0;
  margin: 0;
}

.inst-login--header-cell__underline-blue {
  border-bottom: 3px solid #0176c3;
}

.inst-login--header-cell__underline-gray {
  border-bottom: 1px solid #cecece;
}

a.inst-login--institution-button {
  background-position: .8rem;
  width: calc(100% - 42px);
  border: 1px solid #b9b9b9;
  color: #0176c3;
  font-size: 1.14rem;
  line-height: 1.5;
  margin-top: .47rem;
  padding-top: .54rem;
  padding-bottom: .47rem;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  min-width: 16.67rem;
  display: inline-block;
}

.inst-login--institution-button-small-blue,
.inst-login--personal-account-black {
  padding-left: 2rem;
}

@media only screen and (max-width:61.25em) {
  .inst-login--column-left:first-child {
    margin-top: 1.34rem;
  }
}

@media only screen and (max-width:30em) {
  .inst-login--column-left:first-child {
    margin-top: unset;
  }

  .inst-login--column-left__title,
  .inst-login--column-right {
    display: none;
    visibility: hidden;
  }

  .inst-login--container {
    display: table;
    width: 96%;
    margin: auto;
  }

  .inst-login--column-left {
    width: 100%;
    padding: 0;
  }

  .inst-login--header-table {
    display: table;
    visibility: visible;
  }
}

.institutions-header {
  display: table;
  margin-bottom: 2.67rem;
}

.institutions-header .centered {
  white-space: nowrap;
}

.institutions-header--two-columns {
  -moz-column-count: 2;
  column-count: 2;
}

.institutions-header--title {
  -moz-column-span: all;
  column-span: all;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 1.74rem;
}

.institutions-header--cell,
.institutions-header--cell__right {
  display: table-cell;
}

.institutions-header--cell__right {
  display: table-cell;
  float: right;
}

.institutions-header--institution {
  padding-left: 2rem;
  background-position-y: .14rem;
}

.institutions-header--personal-account {
  padding-left: 2rem;
}

.institutions-header--underline,
.institutions-header--underline__blue,
.institutions-header--underline__gray {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.institutions-header--underline__blue {
  border-bottom: 3px solid #0176c3;
  margin-top: .07rem;
}

.institutions-header--underline__gray {
  -moz-column-span: all;
  column-span: all;
  border-bottom: 1px solid #cecece;
}

.payment-step,
.payment-step-four,
.payment-step-one,
.payment-step-three,
.payment-step-two,
.payment-step-two__list {
  padding-top: 2rem;
}

.payment-step__header {
  height: auto;
  padding: .67rem;
  background-color: #93a4aa;
}

.payment-step__header h1 {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 34px;
  line-height: 2.26667rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: .34rem;
  margin-bottom: 0;
}

.payment-step__header h2 {
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 25px;
  line-height: 1.66667rem;
  color: #fff;
  margin-top: .4rem;
  margin-bottom: 0;
}

.payment-step__header .payment-step__marker {
  float: right;
  margin-top: .47rem;
}

.payment-step__header .payment-step__marker div {
  height: .8rem;
  float: right;
  width: .8rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin-left: .67rem;
}

.payment-step__header .payment-step__marker .payment-step__marker--marked {
  opacity: .5;
}

.payment-step-sepa .payment-step-sepa__button--back,
.payment-step-sepa .payment-step-sepa__button--forward,
.payment-step__button,
.payment-step__navigation .payment-step__button--back,
.payment-step__navigation .payment-step__button--forward {
  max-width: 20rem;
  width: 100%;
  height: 2.4rem;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

.payment-step__navigation {
  border-top: 1px solid #e4e4e4;
  padding-top: .67rem;
  margin-top: .67rem;
  text-align: center;
}

.payment-step__navigation .payment-step__button--back {
  background-color: #f2f2f2;
  background-image: linear-gradient(#f2f2f2,#ccc);
  border-color: #d7d7d7;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  background-image: linear-gradient(#ccc,#bcbcbc);
  border: 1px solid #979797;
  color: #fff;
}

.payment-step__navigation .payment-step__button--back,
.payment-step__navigation .payment-step__button--forward {
  -moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.33333;
  padding: .4rem .8rem;
  letter-spacing: 0;
}

.payment-step__navigation .payment-step__button--forward {
  background-color: #38a0e5;
  background-image: linear-gradient(#38a0e5,#0176c3);
  border: 1px solid #0176c3;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  margin-bottom: .67rem;
}

.payment-step-one .expander {
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.payment-step-one .expander__content {
  padding-left: 0;
}

.payment-step-one .icon-kauf_01,
.payment-step-one .icon-kauf_02,
.payment-step-one .icon-kauf_03 {
  text-align: center;
  padding-top: 80px;
}

.payment-step-one .payment-step-one__column {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
}

.payment-step-one .payment-step-one__description {
  padding: 0 5px 20px;
}

.payment-step-one .payment-step-one__button {
  background-color: #38a0e5;
  background-image: linear-gradient(#38a0e5,#0176c3);
  border: 1px solid #0176c3;
  -moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.33333;
  color: #fff;
  padding: .4rem .8rem;
  width: 100%;
  margin-bottom: .67rem;
  margin-top: 1.34rem;
  min-height: 1.87rem;
}

.payment-step-two .payment-step-two__column {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
}

.payment-step-two input {
  margin: 5px 0 15px;
}

.payment-step-two img {
  margin: auto;
  display: block;
  padding-bottom: .67rem;
}

.payment-step-two__list-header,
.payment-step-two__list-header-underlined {
  margin-bottom: 2rem;
}

.payment-step-two__list-header-underlined {
  padding-bottom: 1.67rem;
  border-bottom: 1px solid #e4e4e4;
}

.payment-step-three .certificate-overview-container,
.payment-step-three .is-centered,
.payment-step-three .issue,
.payment-step-three .member-required-box,
.payment-step-three .scientific-article {
  max-width: 20rem;
}

.payment-step-three img {
  display: none;
}

.payment-step-four .payment-step-four__duration {
  font-size: .8rem;
}

.payment-step-four .payment-step-four__price {
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.payment-step-four .payment-step-four__price__line {
  padding: .5rem .67rem;
}

.payment-step-four .payment-step-four__price__line--total {
  padding: 1rem .67rem;
  border-top: 1px solid #93a4aa;
}

.payment-step-four .payment-step-four__price__line__text,
.payment-step-four .payment-step-four__price__line__text--additional-information,
.payment-step-four .payment-step-four__price__line__text--desc,
.payment-step-four .payment-step-four__price__line__text--value {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #93a4aa;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.payment-step-four .payment-step-four__price__line__text--desc {
  font-size: 1.2rem;
  text-align: left;
  float: left;
  width: 65%;
}

.payment-step-four .payment-step-four__price__line__text--value {
  font-size: 1.2rem;
  text-align: right;
  float: right;
  width: 35%;
  margin-right: 0;
}

.payment-step-four .payment-step-four__price__line__text--additional-information {
  font-size: .8rem;
  text-align: left;
  width: 100%;
}

.payment-step-four .payment-step-four__payment {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.payment-step-four .payment-step-four__payment__column {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 3.34rem;
  padding-top: .25rem;
}

.payment-step-four .payment-step-four__address {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.payment-step-four .payment-step-four__address__block {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.payment-step-four .payment-step-four__address__block__column,
.payment-step-four .payment-step-four__address__block__title {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 3.34rem;
  padding-top: .25rem;
}

.payment-step-four .payment-step-four__address__block__title {
  padding-left: .67rem;
}

.payment-step-four .payment-step-four__form {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.payment-step-four .payment-step-four__form__column {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.payment-step-four .payment-step-four__icon,
.payment-step-four .payment-step-four__icon-small {
  padding-left: 2.54rem;
  padding-top: .74rem;
}

.payment-step-four .payment-step-four__icon-small {
  left: .54rem;
  position: relative;
}

.payment-method .payment-method__box {
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.payment-method .payment-method__box-item {
  padding: .5rem .34rem;
}

.payment-method .payment-method__payment-label {
  font-weight: 500;
}

.payment-method .payment-method__payment-label-methods {
  margin-left: 2rem;
}

.payment-method .payment-method__flex-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 1.67rem;
}

.payment-method .payment-method__flex-container>div {
  width: 2.74rem;
  height: 1.74rem;
  margin: .34rem;
}

.payment-step-sepa .pure-g {
  display: block;
}

.payment-step-sepa .pull-down--audio .audio-wrapper .audio-list,
.payment-step-sepa .pull-down--document .document-wrapper .document-list,
.payment-step-sepa .pull-down--image .image-wrapper .image-list,
.payment-step-sepa .pull-down--video .video-wrapper .video-list,
.payment-step-sepa .teaser,
.payment-step-sepa .teaser--chapter,
.payment-step-sepa .teaser--related-article,
.payment-step-sepa .teaser--type-eight,
.payment-step-sepa .teaser--type-elearning-notification,
.payment-step-sepa .teaser--type-eleven,
.payment-step-sepa .teaser--type-five,
.payment-step-sepa .teaser--type-four,
.payment-step-sepa .teaser--type-nine,
.payment-step-sepa .teaser--type-seven,
.payment-step-sepa .teaser--type-six,
.payment-step-sepa .teaser--type-ten,
.payment-step-sepa .teaser--type-three,
.payment-step-sepa .teaser--type-twelve__in-row--with-image,
.payment-step-sepa .teaser--type-two,
.payment-step-sepa .teaser--with-icon-right,
.pull-down--audio .audio-wrapper .payment-step-sepa .audio-list,
.pull-down--document .document-wrapper .payment-step-sepa .document-list,
.pull-down--image .image-wrapper .payment-step-sepa .image-list,
.pull-down--video .video-wrapper .payment-step-sepa .video-list {
  border-bottom: 0;
  padding-bottom: .54rem;
  padding-top: .54rem;
}

.payment-step-sepa input[type=text] {
  border-bottom: 2px solid #0176c3;
  padding: .54rem .67rem .47rem;
  width: calc(100% - 20px);
}

.payment-step-sepa label {
  font-size: 1rem;
  padding-bottom: .34rem;
  font-weight: 400;
}

.FulltextWrapper .payment-step-sepa h2.MediaObject,
.payment-step-sepa .FulltextWrapper h2.MediaObject,
.payment-step-sepa .press-release--no-border .press-release_collection-article-teaser-text h2.MediaObject,
.payment-step-sepa .press-release .press-release_collection-article-teaser-text h2.MediaObject,
.payment-step-sepa .rich-text--bigger h2.MediaObject,
.payment-step-sepa .rich-text--fade-out h2.MediaObject,
.payment-step-sepa .rich-text h2.MediaObject,
.payment-step-sepa .teaser-box__text h2.MediaObject,
.payment-step-sepa h2.mbl,
.press-release--no-border .press-release_collection-article-teaser-text .payment-step-sepa h2.MediaObject,
.press-release .press-release_collection-article-teaser-text .payment-step-sepa h2.MediaObject,
.rich-text--bigger .payment-step-sepa h2.MediaObject,
.rich-text--fade-out .payment-step-sepa h2.MediaObject,
.rich-text .payment-step-sepa h2.MediaObject,
.teaser-box__text .payment-step-sepa h2.MediaObject {
  font-size: 1.2rem;
  font-weight: 500;
}

.FulltextWrapper .payment-step-sepa h3.MediaObject,
.payment-step-sepa .FulltextWrapper h3.MediaObject,
.payment-step-sepa .press-release--no-border .press-release_collection-article-teaser-text h3.MediaObject,
.payment-step-sepa .press-release .press-release_collection-article-teaser-text h3.MediaObject,
.payment-step-sepa .rich-text--bigger h3.MediaObject,
.payment-step-sepa .rich-text--fade-out h3.MediaObject,
.payment-step-sepa .rich-text h3.MediaObject,
.payment-step-sepa .teaser-box__text h3.MediaObject,
.payment-step-sepa h3.mbl,
.press-release--no-border .press-release_collection-article-teaser-text .payment-step-sepa h3.MediaObject,
.press-release .press-release_collection-article-teaser-text .payment-step-sepa h3.MediaObject,
.rich-text--bigger .payment-step-sepa h3.MediaObject,
.rich-text--fade-out .payment-step-sepa h3.MediaObject,
.rich-text .payment-step-sepa h3.MediaObject,
.teaser-box__text .payment-step-sepa h3.MediaObject {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: .54rem;
  margin-bottom: 0!important;
}

.payment-step-sepa .product-title-teaser {
  font-weight: 500;
}

.payment-step-sepa .teaser__legal-info {
  margin-top: .54rem;
  margin-bottom: .54rem;
}

.payment-step-sepa .payment-step-four__payment__column {
  margin-bottom: 1.34rem;
}

.payment-step-sepa .payment-step-sepa__button--back {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  -moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.33333;
  color: #333;
  background-color: #f2f2f2;
}

.payment-step-sepa .payment-step-sepa__button--back,
.payment-step-sepa .payment-step-sepa__button--forward {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: .4rem .8rem;
  margin-bottom: .67rem;
  letter-spacing: 0;
}

.payment-step-sepa .payment-step-sepa__button--forward {
  background-color: #0176c3;
  border: 1px solid #0176c3;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.25;
  color: #fff;
}

.payment-step-sepa .checkbox-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.payment-step-sepa .checkbox-container input {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: .2rem;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.payment-step-sepa .checkbox-container label {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: .67rem;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 85%;
}

.payment-step-sepa .checkbox-container .error {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.payment-step-sepa .checkbox-container .form-row__error {
  padding-top: 0;
  margin-top: 0;
}

.payment-step-sepa dd {
  margin-left: 0;
}

.payment-step-sepa dl,
.payment-step-sepa dt label {
  margin-bottom: 0;
}

@media screen and (min-width:640px) {
  .payment-step-sepa .payment-step-sepa__button--back,
  .payment-step-sepa .payment-step-sepa__button--forward,
  .payment-step__button,
  .payment-step__navigation .payment-step__button--back,
  .payment-step__navigation .payment-step__button--forward {
    max-width: 13.34rem;
    margin-bottom: .67rem;
  }

  .payment-step__navigation .payment-step__button--back {
    float: left;
  }

  .payment-step__navigation .payment-step__button--forward {
    float: right;
  }

  .payment-step-one .expander {
    border-bottom: none;
  }

  .payment-step-one .teaser-grid__col-1-3 {
    width: 50%;
  }

  .payment-step-one .teaser-grid__col-1-3:nth-child(3) {
    width: 100%;
  }

  .payment-step-two .payment-step__button--back {
    float: left;
  }

  .payment-step-two .payment-step__button--forward {
    float: right;
  }

  .payment-step-two .teaser-grid__col-1-3,
  .payment-step-two .teaser-grid__col-2-3 {
    width: 100%;
  }

  .payment-step-two .teaser-grid__col-2-3 .payment-step-two__column {
    text-align: center;
    max-width: none;
  }

  .payment-step-two h4 {
    text-align: center;
  }

  .payment-step-two img {
    display: inline-block;
  }

  .payment-step-two__list-header-underlined form select,
  .payment-step-two__list-header form select {
    width: auto;
  }

  .payment-step-three img {
    display: block;
  }

  .payment-step-three .certificate-overview-container,
  .payment-step-three .is-centered,
  .payment-step-three .issue,
  .payment-step-three .member-required-box,
  .payment-step-three .scientific-article {
    max-width: 42.67rem;
  }

  .payment-step-four .payment-step-four__price {
    width: 50%;
    padding-left: 50%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .payment-step-four .payment-step-four__payment {
    width: 50%;
    padding-right: 50%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .payment-step-four .payment-step-four__address__block {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .payment-step-sepa .pure-g {
    display: -webkit-flex;
  }

  .payment-step-sepa .payment-step-sepa__button--back {
    float: left;
  }

  .payment-step-sepa .payment-step-sepa__button--forward {
    float: right;
  }

  .payment-step-sepa .form-left-col {
    padding-right: 3.34rem;
  }

  .payment-step-sepa .form-right-col {
    padding-left: 3.34rem;
  }
}

@media screen and (min-width:980px) {
  .payment-step__header {
    padding: 20px;
  }

  .payment-step__header .payment-step__marker div {
    margin-left: 1.34rem;
  }

  .payment-step__header .payment-step__header h2 {
    margin-top: .87rem;
  }

  .payment-step-one .expander__headline {
    display: none;
  }

  .payment-step-one .expander__content {
    display: block!important;
  }

  .payment-step-one .teaser-grid__col-1-3 {
    width: 33.33%!important;
  }

  .payment-step-one .payment-step-one__description {
    border-top: 1px solid #e4e4e4;
    padding-top: .67rem;
  }

  .payment-step-one .payment-step-one__button {
    margin-bottom: 1rem;
  }

  .payment-step-two .teaser-grid__col-1-3 {
    width: 33.33%;
  }

  .payment-step-two .teaser-grid__col-2-3 {
    width: 66.66%;
  }

  .payment-step-two .teaser-grid__col-2-3 .payment-step-two__column {
    text-align: left;
    margin-left: 5%;
  }

  .payment-step-two h4 {
    text-align: left;
  }

  .payment-step-two__list-header-underlined form,
  .payment-step-two__list-header form {
    float: right;
  }
}

.search-flex-grid {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-flex-grid .teaser__advertisement-marker {
  border: 0;
  margin-top: 0;
}

.search-flex-grid .teaser__advertisement-marker .teaser__advertisement-marker-text {
  padding-right: 0;
}

.search-flex-grid__result-header,
.search-flex-grid__result-items-column__full-width,
.search-flex-grid__result-items-column__two-columns {
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.search-flex-grid__result-items-column__two-columns ol li {
  border-bottom: 0;
}

.search-flex-grid__suggest-column {
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.search-flex-grid__suggest-column .epedia .book-title {
  color: #777;
}

.search-suggest__grouped-suggestion__box {
  display: none;
  margin: 0;
  padding: 1.2rem;
}

.search-suggest__grouped-suggestion__box h4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.34rem;
  padding-bottom: .34rem;
  margin-bottom: 0;
  letter-spacing: 0;
}

.search-suggest__grouped-suggestion__box ul {
  list-style-type: none;
}

.search-suggest__grouped-suggestion__box ul li {
  padding: .2rem .34rem .2rem 0;
}

.search-suggest__grouped-suggestion__box ul li:last-child {
  margin-bottom: -.33rem;
}

.search-result {
  font-style: normal;
  list-style: none;
  margin-left: 0;
}

.search-result-item .authors-info-display,
.search-result-item .course__clear_float_display,
.search-result-item .course__float_display,
.search-result-item .float-display,
.search-result-item .headline-subtitle,
.search-result-item .journal-info-display {
  margin-bottom: .67rem;
}

.search-result-item .headline-subtitle {
  margin-top: -.4rem;
}

mark {
  background-color: #fbfcd2;
  display: inline-block;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

.search-result-header {
  position: relative;
  color: #666;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 1.46667rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
}

.search-result-header__sorting {
  float: right;
  margin-bottom: 1.07rem;
}

.search-result-header__sorting__label {
  margin-right: 1.6rem;
  display: none;
}

.search-result-header__sorting__btn,
.search-result-header__sorting__btn--active,
.search-result-header__sorting__label {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 1.86667rem;
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
}

.search-result-header__sorting__btn,
.search-result-header__sorting__btn--active {
  background: #fff;
  border: 0;
  outline: none;
  color: #0176c3;
  padding: 0;
}

.search-result-header__sorting__btn--active:hover,
.search-result-header__sorting__btn:hover {
  color: #014877;
  text-decoration: underline;
}

.search-result-header__sorting__btn--active {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: default;
}

.search-result-header__sorting__btn--active:hover {
  color: #0176c3;
  text-decoration: none;
}

.search-result-header__number-of-hits {
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 1.07rem;
}

.search-result-header__number-of-hits__search-term {
  float: left;
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 28px;
  line-height: 1.86667rem;
  margin: 0;
}

.search-result-header__number-of-hits__search-term-text h2 {
  font-family: Hind,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
}

.search-result-header__number-of-hits__search-term-clipped {
  text-decoration: line-through;
}

.autocomplete-suggestions {
  border: 1px solid #eee;
  background-color: #fff;
}

.autocomplete-suggestions ul {
  margin-bottom: 0;
}

.autocomplete-suggestions li.selected,
.autocomplete-suggestions li:hover {
  background: #e6f1f9;
}

.autocomplete-suggestions a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: .2em .4em;
}

.autocomplete-suggestions a:hover {
  text-decoration: none;
}

.autocomplete-suggestions b,
.autocomplete-suggestions strong,
.grouped-suggestions h4 {
  font-size: 15px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.grouped-suggestions h4 {
  margin: .67rem 0 0;
}

.grouped-suggestions a {
  color: #0176c3;
  font-size: 15px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.33333rem;
}

.grouped-suggestions li.selected,
.grouped-suggestions li:hover {
  background: none;
}

.grouped-suggestions ul li.selected,
.grouped-suggestions ul li:hover {
  background: #e6f1f9;
}

.advanced-suggestions .epedia-suggestions span {
  color: #777;
  padding: .2em .4em;
}

.facet-list__head,
.facet__head {
  font-size: 13px;
  font-size: .86667rem;
  line-height: 15px;
  line-height: 1rem;
  background-color: #f2f2f2;
  background-image: linear-gradient(#f2f2f2,#e4e4e4);
  padding: .5em .6em;
  font-weight: 700;
  display: block;
  margin: 0;
}

.facet__head {
  border: 1px solid #e4e4e4;
  padding: .6em;
}

.facet__head h2 {
  margin: 0;
}

a.facet-link {
  font-size: 13px;
  font-size: .86667rem;
  line-height: 15px;
  line-height: 1rem;
  display: block;
  position: relative;
  padding: .5em .6em;
  color: #333;
}

a.facet-link,
a.facet-link:hover {
  text-decoration: none;
}

.facet-amount {
  position: absolute;
  right: .5em;
  bottom: .4em;
}

.facet-list {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.08);
  box-shadow: 3px 3px 5px rgba(0,0,0,.08);
  margin: 10px 0 0;
}

.facet-list li {
  border-top: 1px solid #e4e4e4;
}

.search-result__pager {
  list-style: none;
}

.search-result__pager li {
  float: left;
  padding: .34rem .47rem;
}

.search-result__btn {
  background-color: #f9f9f9;
  border-color: #e4e4e4;
  color: #333;
  display: block;
  width: 40%;
  margin: 0 auto 1rem;
}