.press-right {
  background: #f7fbfc;
  border: 1px solid #95a8bd;
  width: 100%;
  margin-bottom: 29px;
  padding: 14px 14px 18px;
}
.press-right h2 {
  margin-top: 0px;
}
.press-right h2::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  margin-right: 1rem;
  top: 3px;
  position: relative;
}
.press-right.contact {
  display: block;
  clear: both;
}
.press-right.contact h2::before {
  content: "\e619";
}
.press-right.contact .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.press-right.contact .info-container img {
  width: 71px;
  height: auto;
}
.press-right.contact .info-container .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #224467;
}
.press-right.contact .info-container .info a {
  color: #224467;
  text-decoration: none;
}
.press-right.contact .info-container .info .name {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-top: -4px;
  font-weight: 700;
}
.press-right.contact .info-container .info .title {
  margin-top: -1px;
  margin-bottom: 10px;
  position: relative;
}
.press-right.contact .info-container .info .mail::before,
.press-right.contact .info-container .info .phone::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  position: relative;
}
.press-right.contact .info-container .info .mail {
  padding-bottom: 3px;
}
.press-right.contact .info-container .info .mail a {
  border-bottom: 2px solid #a4afbb;
}
.press-right.contact .info-container .info .mail::before {
  content: "\e619";
  font-size: 1.3rem;
  top: 3px;
}
.press-right.contact .info-container .info .phone {
  margin-top: 2px;
}
.press-right.contact .info-container .info .phone::before {
  content: "\e634";
  font-size: 1.3rem;
}
.press-right.menu {
  clear: both;
}
.press-right.menu h2 {
  margin-bottom: 0px !important;
}
.press-right.menu h2::before {
  content: "\e635";
}
.press-right.menu a.menu-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #c6d1dc;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 11px;
  padding-right: 11px;
  line-height: 1.8rem;
  color: #224467 !important;
  display: block;
  font-size: 1.4rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  text-decoration: none !important;
  width: 100%;
}
.press-right.menu a.menu-item:hover {
  background-color: #e2eef8;
  color: #009ee0;
}
.press-right.menu a.menu-item.selected {
  background-color: #e2eef8;
  color: #009ee0;
}
.press-right.menu .section-socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}
.press-right.menu .section-socials .icon {
  border-radius: 90%;
  width: 45px;
  height: 45px;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent;
  margin-left: 20px;
  margin-right: 20px;
}
.press-right.menu .section-socials .icon::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: relative;
  text-align: center;
  color: white;
}
.press-right.menu .section-socials .icon.facebook {
  background: #405d9a;
}
.press-right.menu .section-socials .icon.facebook::before {
  content: "\e60d";
  font-size: 27px;
  top: 9px;
  left: 9px;
}
.press-right.menu .section-socials .icon.linkedin {
  background: #0077b5;
}
.press-right.menu .section-socials .icon.linkedin::before {
  content: "\e639";
  top: 11px;
  left: 13px;
  font-size: 21px;
}
.press-right.signup h2::before {
  content: "\e638";
  font-size: 3.5rem;
  margin-right: 0.8rem;
}
.press-right.signup a {
  line-height: 1.4rem;
  font-size: 1.2rem;
  color: #000;
  text-decoration: underline;
}
.press-right.signup .text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block;
}
.press-right.signup .gdpr {
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: block;
  text-align: right;
  margin-top: 1em;
}

.press-releases .release {
  padding-bottom: 28px;
  border-bottom: 1px solid #c6d1dc;
  padding-top: 20px;
  padding-bottom: 30px;
}
.press-releases .release .date {
  line-height: 1.4rem;
  color: #95a8bd;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 1rem;
}
.press-releases .release h2 {
  margin: 0px 0 10px 0;
}
.press-releases .release h3 {
  border-bottom: 1px solid #95a8bd;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.press-releases .release .readmore .button {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  text-decoration: none;
  padding: 7px 12px 9px;
  padding-left: 24px;
  position: relative;
  display: block;
  background-color: #224467;
  max-width: 126px;
  margin-top: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .press-releases .release .readmore .button {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
}
.press-releases .release .readmore .button::after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\e606";
  font-size: 1.2rem;
  position: absolute;
  top: 11px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .press-releases .release .readmore .button::after {
    position: relative;
    top: 0px;
    right: 0px;
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .press-releases .readmore a {
    color: #fff !important;
    text-decoration: none;
  }
}
.press-search-container {
  width: 100%;
  position: relative;
  margin-top: -9px;
  margin-bottom: 0px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .press-search-container {
    margin-bottom: 30px;
  }
}
.press-search-container form {
  margin: 0;
}
.press-search-container .search-button {
  background: #fff;
  border: 1px solid #95a8bd;
  border-right: 0;
  width: 42px;
  height: 45px;
  float: left;
}
.press-search-container .search-button input {
  width: 42px;
  height: 43px;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.press-search-container .search-button::after {
  content: "\e61f";
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 2rem;
  color: #95a8bd;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.press-search-container .search-input {
  width: 100%;
  max-width: calc(100% - 42px);
  float: left;
}
.press-search-container .search-input input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #95a8bd;
  border-left: 0;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 600;
  color: #95a8bd;
  padding: 10px 13px 12px 0;
}
.press-search-container .search-input input:focus {
  border: 1px solid #95a8bd;
  border-left: 0;
  outline: none;
}

.press-paging-container {
  border: 1px solid #97aabf;
  background: #f7fbfc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .press-paging-container {
    margin-bottom: 30px;
    width: 100%;
  }
}
.press-paging-container .prev {
  width: 29px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  padding-top: 10px;
  text-decoration: none !important;
  color: #224467;
  font-weight: 600;
}
.press-paging-container .prev.disabled {
  color: #97aabf;
}
.press-paging-container .prev::before {
  content: "<";
  width: 11px;
}
.press-paging-container .count {
  line-height: 24px;
  display: block;
  float: left;
  height: 44px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #224467;
  font-weight: 600;
  position: relative;
  padding: 13px 11px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #97aabf;
  border-right: 1px solid #97aabf;
}
@media screen and (max-width: 768px) {
  .press-paging-container .count {
    width: calc(100% - 29px - 29px);
  }
}
.press-paging-container .next {
  width: 29px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  padding-top: 10px;
  color: #224467;
  text-decoration: none !important;
  font-weight: 600;
}
.press-paging-container .next.disabled {
  color: #97aabf;
}
.press-paging-container .next::before {
  content: ">";
  width: 11px;
}

.press-all-link a {
  font-size: 14px;
  line-height: 1.8rem;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-top: 7px;
  float: right;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .press-all-link a {
    text-decoration: underline;
    padding-top: 10px !important;
    margin-top: 5px !important;
    font-size: 16px;
  }
}

.maintype--press.subtype--release .date {
  line-height: 1.4rem;
  color: #95a8bd;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  margin-bottom: -27px;
}
.maintype--press.subtype--release .page-content.release h1 {
  border-bottom: 0.2rem solid #009ee0;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  font-size: 2.1rem;
  font-weight: 700;
}

.press-ole {
  margin-top: 30px;
}
.press-ole .info-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 0px;
}
.press-ole .info-container picture {
  margin-right: 30px !important;
}
.press-ole .info-container picture img {
  width: 144px !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .press-ole .info-container picture img {
    min-width: 144px !important;
  }
}
.press-ole .info-container .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.press-ole .info-container .info .name h2 {
  border: 0px;
  margin-top: -10px;
}
.press-ole .info-container .info .mail,
.press-ole .info-container .info .phone {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #224467;
  position: relative;
  margin-top: 5px;
  width: 100%;
  float: left;
}
.press-ole .info-container .info .mail a,
.press-ole .info-container .info .phone a {
  color: #224467;
  text-decoration: none;
}
.press-ole .info-container .info .mail::before,
.press-ole .info-container .info .phone::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  position: relative;
}
.press-ole .info-container .info .mail::before {
  content: "\e619";
  font-size: 1.8rem;
  top: 3px;
}
.press-ole .info-container .info .phone::before {
  content: "\e634";
  font-size: 1.8rem;
}
.press-ole .description {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  color: #224467;
}
@media screen and (max-width: 768px) {
  .press-ole .description {
    margin-top: 10px;
    display: block;
  }
}
.press-ole .description a {
  font-size: 14px;
  line-height: 1.4rem;
  color: #000;
  text-decoration: underline;
}

.maintype.maintype--press .page-content.frontpage a:not(.bottomlinks-container a),
.maintype.maintype--press .sc_content a:not(.press-paging-container a, .readmore a) {
  font-size: 14px;
  line-height: 1.4rem !important;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .maintype.maintype--press .page-content.frontpage a:not(.bottomlinks-container a),
  .maintype.maintype--press .sc_content a:not(.press-paging-container a, .readmore a) {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .press-right.menu h2 {
    margin-bottom: 0px !important;
  }
  .maintype.maintype--press .page-content.frontpage picture {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }
  .maintype.maintype--press .page-content.frontpage picture .featuredimage {
    width: 100%;
    margin: 0;
  }
  .maintype.maintype--press .page-content.frontpage h1 {
    border-bottom: 0.2rem solid #009ee0;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    width: 100%;
    color: #224467;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .maintype.maintype--press .page-content.frontpage .readmore a.button {
    text-decoration: none;
  }
}
.press-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .press-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: unset;
  }
  .press-images br {
    display: none !important;
  }
}
.press-images div {
  background-color: #f7fbfc;
  text-align: center;
  height: 182px;
}
@media screen and (max-width: 768px) {
  .press-images div {
    background-color: transparent;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.press-images div picture img {
  width: auto !important;
  margin-top: 50px !important;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .press-images div picture img {
    margin-top: 0px !important;
    height: auto;
  }
}
.press-images div span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #95a8bd;
  bottom: 44px;
  left: 0;
  width: 100%;
  display: block;
}
.press-images div a {
  cursor: pointer;
  background: #224467;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 7px 8px 9px;
  text-decoration: none !important;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .press-images div a {
    color: #fff !important;
  }
}
.press-images div a::after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\e604";
  font-size: 1.2rem;
  position: relative;
  left: 20px;
}
.press-images div a:hover {
  background: #1b3652;
}
@media screen and (max-width: 768px) {
  .press-images div a {
    background: transparent;
    color: #224467;
    text-decoration: underline !important;
    padding: 0;
  }
  .press-images div a::after {
    content: "";
    display: none;
  }
}

.maintype.maintype--investor .frontpage-search-container-header.investor {
  background: rgba(0, 158, 224, 0.95);
}

.maintype.maintype--investor .frontpage-search-container-header.investor h1::before,
.maintype.maintype--press .frontpage-search-container-header.press h1::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  margin-right: 1rem;
  top: 3px;
  position: relative;
}

.maintype.maintype--press.subtype--frontpage .frontpage-search-container-header.press h1::before,
.maintype.maintype--press.subtype--releaselist .frontpage-search-container-header.press h1::before {
  content: "\e635";
}

.maintype.maintype--press.subtype--release .frontpage-search-container-header.press h1::before {
  content: "\e636";
}

.maintype.maintype--press.subtype--mediaarchive .frontpage-search-container-header.press h1::before {
  content: "\e632";
}

.maintype.maintype--investor.subtype--frontpage .frontpage-search-container-header.investor h1::before,
.maintype.maintype--investor.subtype--board .frontpage-search-container-header.investor h1::before,
.maintype.maintype--investor.subtype--message .frontpage-search-container-header.investor h1::before,
.maintype.maintype--investor.subtype--messagelist .frontpage-search-container-header.investor h1::before {
  content: "\e633";
}

.maintype.maintype--investor .press-right.menu h2::before {
  content: "\e633";
}

.maintype.maintype--investor.subtype--board .pages__board--member {
  border-bottom: 1px solid #9caec2;
  padding-bottom: 20px;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  color: #224467;
}
.maintype.maintype--investor.subtype--board .pages__board--member .pages__board--image {
  width: 144px;
  margin-right: 31px;
  float: left;
}
.maintype.maintype--investor.subtype--board .pages__board--member .pages__board--image img {
  width: auto;
  height: auto;
}
.maintype.maintype--investor.subtype--board .pages__board--member .pages-info.pages__board {
  max-width: 100%;
  display: inline-block;
  float: left;
  width: calc(70% - 10px);
}
@media screen and (max-width: 768px) {
  .maintype.maintype--investor.subtype--board .pages__board--member .pages-info.pages__board {
    width: calc(50% - 10px);
  }
}
.maintype.maintype--investor.subtype--board .pages__board--member p:empty {
  display: none;
}

.maintype.maintype--investor.subtype--frontpage .press-ole .info-container {
  margin-bottom: 2rem;
}