.page-template-newsroom a {
  font-weight: 400!important;
}

.page-template-newsroom a:hover {
  color: #0056b3;
}

.lvw-newsroom-link {
  text-align: center;
}

.lvw-newsroom-link a {
  padding: 7px 10px;
  margin-top: 60px;
  display: inline-block;
  transition: 0.3s;
  color: #4a5762 !important;
}

/*.lvw-newsroom-link a:after {*/
  /*content: "";*/
  /*display: inline-block;*/
  /*width: 13px;*/
  /*height: 10px;*/
  /*margin-left: 6px;*/
  /*background-size: 13px 10px;*/
  /*background-image: url(../images/temp/icon-arrow-right.svg);*/
  /*background-repeat: no-repeat;*/
/*}*/

.lvw-newsroom-link a:hover {
  background-color: rgba(74, 87, 98, .15);
  border-radius: 2px;
  text-decoration: none;
}

.lvw-newsroom-button {
  border: 1px solid #66c0ba;
  color: #66c0ba !important;
  border-radius: 0;
  padding: 12px 18px;
  display: inline-block;
  text-decoration: none;
  transition: all 200ms ease;
  font-family: 'SuisseIntl-Medium', sans-serif;
  font-size: calc(17px * .828);
  line-height: 1;
}

.lvw-newsroom-button:hover {
  border: 1px solid #66a6a2;
  background-color: #66a6a2;
  transform: translate(0px, -1px);
  color: #fff !important;
  text-decoration: none;
}

/*
 *-------------------
 * FEATURED
 *-------------------
 */

.lvw-newsroom-featured {
}

.lvw-newsroom-featured .lvw-newsroom-featured-big {
}

.lvw-newsroom-featured .lvw-newsroom-featured-small {
}

/* Default featured entry */

.lvw-newsroom-featured .lvw-newsroom-featured-entry:after {
  clear: both;
  display: table;
  content: '';
}

.lvw-newsroom-featured .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.lvw-newsroom-featured .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img:hover .lvw-newsroom-featured-entry-img-inner {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.lvw-newsroom-featured .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;

  transition: width 0.3s, height 0.3s;

  background: #ccc center center;
  background-size: cover;
}

.lvw-newsroom-featured .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-date {
  color: #4a5762;
  font-size: calc(17px * .828);

  margin-bottom: 5px;
}

/*.lvw-newsroom-featured .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-title {*/
  /*font-family: 'SuisseIntl-Condensed', sans-serif;*/
  /*text-transform: uppercase;*/
/*}*/

/* Big featured entry */

.lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry {
}

.lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 20px;
  width: 40%;
  height: 200px;
  margin-bottom: 20px;
}

.lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img-inner {
}

.lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-date {
  font-size: 17px;
}

.lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-title {
  font-size: 130%;
  font-family: 'SuisseIntl-Condensed', sans-serif;
  text-transform: uppercase;
}

/* Small featured entry */

.lvw-newsroom-featured .lvw-newsroom-featured-small .lvw-newsroom-featured-entry {
  margin-bottom: 15px;
}

.lvw-newsroom-featured .lvw-newsroom-featured-small .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img {
  height: 113px;
  width: 25%;
  float: left;
  margin-right: 20px;

  background: center center no-repeat;
  background-size: cover;
}

.lvw-newsroom-featured .lvw-newsroom-featured-small .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-date {

}
.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small .lvw-newsroom-focus-posts-entry .lvw-newsroom-focus-posts-entry-title {
  margin-bottom: 5px;
}
.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small .lvw-newsroom-focus-posts-entry .lvw-newsroom-focus-posts-entry-title a {
  padding: 5px 0;
  padding-right: 2em;
  display: block;
  font-size: 17px;
  position: relative;
  color: #4a5762;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small .lvw-newsroom-focus-posts-entry .lvw-newsroom-focus-posts-entry-title a .lvw-newsroom-focus-posts-entry-title-arrow {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 6px;
  background-size: 13px 10px;
  background-image: url(../images/icon-arrow-right_gr.svg);
  background-repeat: no-repeat;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small .lvw-newsroom-focus-posts-entry .lvw-newsroom-focus-posts-entry-title a .lv-icon-arrow-right {
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    /*width: 13px;*/
    /*height: 10px;*/
    /*margin-left: 5px;*/
    /*font-size: 75%;*/
}


.lvw-newsroom-featured .lvw-newsroom-featured-small .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-title {
  /*font-size: 17px;*/
  font-family: 'SuisseIntl-Medium', sans-serif;
}

.lvw-newsroom-featured .lvw-newsroom-featured-small .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-title a,
.lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-title a {
    color: #4a5762;
}

@media (min-width: 812px) {
  .lvw-newsroom-featured {
    margin: 0 -10px;
  }

  .lvw-newsroom-featured:after {
    display: table;
    clear: both;
    content: '';
  }

  .lvw-newsroom-featured .lvw-newsroom-featured-big,
  .lvw-newsroom-featured .lvw-newsroom-featured-small {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .lvw-newsroom-featured .lvw-newsroom-featured-big {
    width: 50%;
  }

  .lvw-newsroom-featured .lvw-newsroom-featured-small {
    width: 50%;
  }

  .lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img {
    width: 100%;
    height: 300px;

    margin: 0 0 20px 0;

    float: none;
  }

  .lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-title {
    font-size: 150%;
  }
}

@media (min-width: 1200px) {
  .lvw-newsroom-featured .lvw-newsroom-featured-big {
    width: 60%;
  }

  .lvw-newsroom-featured .lvw-newsroom-featured-small {
    width: 40%;
  }

  .lvw-newsroom-featured .lvw-newsroom-featured-big .lvw-newsroom-featured-entry .lvw-newsroom-featured-entry-img {
    height: 500px;
  }
}

/*
 *-------------------
 * MONTHLY
 *-------------------
 */

.lvw-newsroom-monthly-posts {
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post {
  margin-bottom: 20px;
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-img {
  position: relative;
  height: 243px;
  margin: 0 auto 10px;
  background: #eee;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  /*overflow: hidden;*/
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-img:hover .lvw-newsroom-monthly-post-img-inner {
  /*width: calc(100% + 20px);*/
  /*height: calc(100% + 20px);*/
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-img-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);

  text-align: center;
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-inner {
  padding: 10px;
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-date {
  font-size: 85%;
  color: #4a5762;
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-title {
  font-family: 'SuisseIntl-Condensed', sans-serif;
  font-size: calc(17px * 1.18);
  text-transform: uppercase;
  margin: 20px 0 10px;
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-title a {
  color: #4a5762;
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-content {
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e5e7;
}

.lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post .lvw-newsroom-monthly-post-more {
  text-align: right;
}

@media (min-width: 812px) {
  .lvw-newsroom-monthly-posts {
    margin: -10px;
  }

  .lvw-newsroom-monthly-posts:after {
    display: table;
    clear: both;
    content: '';
  }

  .lvw-newsroom-monthly-posts .lvw-newsroom-monthly-post {
    box-sizing: border-box;
    width: 33.33%;
    float: left;

    padding: 10px;
    margin-bottom: 0;
  }
}

/*
 *-------------------
 * FOCUS TOPIC
 *-------------------
 */

/* FOCUS TOPIC POSTS */

.lvw-newsroom-focus-posts {
  margin-bottom: 30px;
}

.lvw-newsroom-focus-posts-inner {
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big img {
  width: 100%;
  height: auto;

  border-radius: 3px 3px 0 0;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small {
  background: #fff;
  padding: 10px 20px;
}

/* (FOCUS TOPIC POSTS) Default featured entry */

.lvw-newsroom-focus-posts .lvw-newsroom-focus-entry:after {
  clear: both;
  display: table;
  content: '';
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img {
  position: relative;

  overflow: hidden;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img:hover .lvw-newsroom-focus-entry-img-inner {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;

  transition: width 0.3s, height 0.3s;

  background: #ccc center center;
  background-size: cover;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-date {
  color: #4a5762;
  font-size: 85%;

  margin-bottom: 5px;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-title {
  font-family: 'Roboto', sans-serif-cond;
}

/* (FOCUS TOPIC POSTS) Big featured entry */

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry {
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img {
  float: left;
  margin-right: 20px;
  width: 40%;
  height: 200px;
  margin-bottom: 20px;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img:hover .lvw-newsroom-focus-entry-img-inner {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img-inner {
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-date {
  font-size: 110%;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-title {
  font-size: 130%;
}

/* (FOCUS TOPIC POSTS) Small featured entry */

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small .lvw-newsroom-focus-posts-entry {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small .lvw-newsroom-focus-posts-entry:first-child {
  padding-top: 0;
}

.lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-small .lvw-newsroom-focus-posts-entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* (FOCUS TOPIC POSTS) Responsive */

@media (min-width: 812px) {

  .lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img {
    width: 100%;
    height: 250px;

    margin: 0 0 20px 0;

    float: none;
  }

  .lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-title {
    font-size: 150%;
  }
}

@media (min-width: 1200px) {
  .lvw-newsroom-focus-posts .lvw-newsroom-focus-posts-big .lvw-newsroom-focus-entry .lvw-newsroom-focus-entry-img {
    height: 300px;
  }
}

/* FOCUS TOPIC FIELDS */
.lvw-newsroom-focus-fields {
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field {
  position: relative;
  margin-bottom: 20px;
  height: 480px;
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field:last-child {
  margin-bottom: 0;
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-inner {
  height: 100%;
  background: #333 center center no-repeat;
  background-size: cover;
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field iframe + .lvw-newsroom-focus-field-icon {
  display: none;
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: content-box;
  padding: 20px;
  transition: margin-top 0.3s;
  font-family: 'SocialIcons';
  font-size: 350%;
  line-height: 1;
  color: #fff;
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon.lvw-newsroom-focus-field-icon--network-facebook a:after {
  content: "\f12c";
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon.lvw-newsroom-focus-field-icon--network-xing a:after {
  content: "\f104";
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon.lvw-newsroom-focus-field-icon--network-linkedin a:after {
  content: "\f11e";
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon.lvw-newsroom-focus-field-icon--network-twitter a:after {
  content: "\f10d";
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon.lvw-newsroom-focus-field-icon--network-youtube a:after {
  content: "\f101";
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon a {
  color: inherit;
}
.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-text .lvw-newsroom-focus-field-text-link {
  margin-top: 20px;
}

.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-text .lvw-newsroom-focus-field-text-link a {
  position: relative;
}

/*.lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-text .lvw-newsroom-focus-field-text-link a:after {*/
  /*content: "";*/
  /*width: 13px;*/
  /*height: 10px;*/
  /*margin-left: 6px;*/
  /*background-size: 13px 10px;*/
  /*background-image: url(../images/icon-arrow-right_gr.svg);*/
  /*background-repeat: no-repeat;*/
  /*line-height: 1;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: -30px;*/
  /*transform: translateY(-50%);*/
/*}*/

@media (min-width: 992px) {
  .lvw-newsroom-focus-fields {
    height: 480px;
    overflow: hidden;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-fields-inner {
    width: 200%;
    height: 100%;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field {
    float: left;
    margin-bottom: 0;
    border: 0;
    width: 6.25%;
    height: 100%;
    transition: width 0.3s;
    cursor: pointer;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: opacity 0.3s;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field iframe {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field iframe + .lvw-newsroom-focus-field-icon {
    display: block;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-text {
    padding: 20px;
    opacity: 0;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:hover:before {
    opacity: 0.5;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:hover .lvw-newsroom-focus-field-icon {
    margin-top: -5px;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active {
    width: 37.5%;
    cursor: auto;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active:before {
    opacity: 0;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active iframe {
    opacity: 1;
    visibility: visible;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active iframe + .lvw-newsroom-focus-field-icon {
    display: none;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active .lvw-newsroom-focus-field-icon {
    margin-top: 0;
  }
  .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active .lvw-newsroom-focus-field-text {
    transition: opacity 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .lvw-newsroom-focus-fields:after {
    display: table;
    clear: both;
    content: '';
  }
}
@supports (display: grid) {
  @media (min-width: 992px) {
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field {
      margin-left: -120px;
      width: calc(6.25% + 240px);
      -webkit-clip-path: polygon(120px 0, 100% 0, calc(100% - 120px) 100%, 0 100%);
      clip-path: polygon(120px 0, 100% 0, calc(100% - 120px) 100%, 0 100%);
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field .lvw-newsroom-focus-field-icon {
      left: calc(50% + 45px);
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:first-child iframe {
      left: 120px;
      width: calc(100% - 120px);
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:first-child .lvw-newsroom-focus-field-text {
      padding: 20px 140px;
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:last-child {
      -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:last-child iframe {
      width: calc(100% - 120px);
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:last-child .lvw-newsroom-focus-field-icon {
      left: calc(50% + 30px);
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active .lvw-newsroom-focus-field-icon {
      left: 120px;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active .lvw-newsroom-focus-field-text {
      padding-right: 120px;
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active:last-child .lvw-newsroom-focus-field-text {
      padding-left: 40px;
      padding-right: 140px;
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active:not(:last-child) .lvw-newsroom-focus-field-text {
      padding-right: 180px;
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field.lvw-newsroom-focus-field--active:not(:last-child) + .lvw-newsroom-focus-field {
      margin-left: -180px;
    }
    .lvw-newsroom-focus-fields .lvw-newsroom-focus-field:not(:first-child):not(:last-child) .lvw-newsroom-focus-field-text {
      padding-left: 60px;
    }
  }
}

/*
 *-------------------
 * FOCUS ROW
 *-------------------
 */

@media (min-width: 991px) {
  .lvw-newsroom-focus-row {
    display: table;
  }

  .lvw-newsroom-focus-row .lvw-newsroom-focus-posts {
    display: table-cell;
    width: 30%;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .lvw-newsroom-focus-row .lvw-newsroom-focus-fields {
    display: table-cell;
    width: 70%;
    height: 100%;
    position: relative;
  }

  @supports (display: grid) {
    .lvw-newsroom-focus-row .lvw-newsroom-focus-fields .lvw-newsroom-focus-fields-inner {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
}

/*
 *-------------------
 * INFOS
 *-------------------
 */

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column {
  /*margin-bottom: 50px;*/
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-section__block {
  padding: 15px;
  border: .5px solid hsla(165,2%,40%,.09);
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  transition-delay: 0s;
  height: 100%;
  min-height: 325px;
  text-align: center;
  background: rgba(74,87,98,.06)!important;
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-section__block:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px 0 rgba(0,0,0,.19);
  background: rgba(2,136,96,0);
  border-color: hsla(165,2%,40%,.15);
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column:last-child {
  margin-bottom: 0;
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-newsroom-infos-column-icon {
  /*width: 25%;*/
  margin: 0 auto 10px;
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-newsroom-infos-column-icon i {
  color: #66c0ba;
  font-size: 83px;
  height: 93px;
  margin: 10px 0 20px;
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-newsroom-infos-column-icon img {
  width: 93px;
  height: auto;
  margin: 10px 0 20px;
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-newsroom-infos-column-text h3 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 22px;
}

.lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-newsroom-infos-column-button {
  text-align: center;
}

/* (INFOS) Responsive */

@media (min-width: 767px) {
  .lvw-newsroom-infos-columns {
    margin: 0 -20px;
  }


  .lvw-newsroom-infos-columns:after {
    display: table;
    content: '';
    clear: both;
  }

  .lvw-newsroom-infos-columns .lvw-newsroom-infos-column {
    box-sizing: border-box;
    width: 33.33%;
    float: left;
    padding: 0 20px;
  }

  .lvw-newsroom-infos-columns .lvw-newsroom-infos-column .lvw-newsroom-infos-column-icon {
    /*width: 40%;*/
  }
}
