/************************************************************
 *
 * Shared variables
 *
 ************************************************************/
/************************************************************
 *
 * Shared functions and common styling classes
 *
 ************************************************************/
.button {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .button {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button:hover {
  background-color: #b2202a;
}
.button-large {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
  font-size: 22px;
  padding: 17px 24px;
}
@media (max-width: 767px) {
  .button-large {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button-large:hover {
  background-color: #b2202a;
}
.button-secondary {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
  background-color: #1e3063;
}
@media (max-width: 767px) {
  .button-secondary {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button-secondary:hover {
  background-color: #b2202a;
}
.button-secondary:hover {
  background-color: #0f1831;
}
.button-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0.25rem 0.5rem;
  background: #1e3063 url(../../base/images/footer-arrow-white.svg) no-repeat center;
  background-size: 1.5rem;
}
@media (max-width: 767px) {
  .button-next {
    height: 30px;
    width: 30px;
    background-size: 1rem;
  }
}
.button-back {
  color: #9B9B9B;
  padding: 10px 0 10px 40px;
  background: url(../../base/images/icon-overview.svg) no-repeat left center;
  background-size: 30px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 150ms;
}
.button-back:hover {
  color: #c72127;
}
.max-width {
  max-width: 850px;
}
.read-more {
  display: inline-block;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  color: #c72127;
  padding-right: 24px;
  background: url(../../base/images/icon-more.svg) no-repeat center right 5px;
  transition: 150ms;
  text-decoration: none;
  text-transform: uppercase;
}
.read-more:hover {
  color: #b2202a;
  background-position: center right;
}
.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1605px) {
  .center {
    width: 980px;
  }
}
@media (max-width: 1210px) {
  .center {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .center {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .center .center {
    margin-left: 0;
    margin-right: 0;
  }
}
.remove-tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.background-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.underline {
  position: relative;
}
.underline:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: #c72127;
  left: 0;
  bottom: 0;
}
@media (max-width: 1605px) {
  .underline:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .underline:after {
    width: 19px;
    height: 3px;
  }
}
.paragraph-padding {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  .paragraph-padding {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .paragraph-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph-margin {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1210px) {
  .paragraph-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.paragraph img {
  width: 100%;
  height: auto;
  display: block;
}
/************************************************************
 *
 * News overviews
 *
 ************************************************************/
#block-frontpage-news {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1605px) {
  #block-frontpage-news {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1210px) {
  #block-frontpage-news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #block-frontpage-news {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#block-frontpage-news .views-element-container > div {
  display: flex;
  flex-wrap: wrap;
}
#block-frontpage-news .views-element-container .views-row {
  width: 50%;
}
@media (max-width: 1210px) {
  #block-frontpage-news .views-element-container .views-row {
    width: 100%;
  }
}
@media (max-width: 1210px) {
  #block-frontpage-news .views-element-container .views-row.even .news-wrapper {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  #block-frontpage-news .views-element-container .views-row.even .news-wrapper {
    flex-direction: row;
  }
}
.node--type-page.node--view-mode-full.news {
  padding-top: 90px;
}
@media (max-width: 1605px) {
  .node--type-page.node--view-mode-full.news {
    padding-top: 80px;
  }
}
@media (max-width: 1210px) {
  .node--type-page.node--view-mode-full.news {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .node--type-page.node--view-mode-full.news {
    padding-top: 40px;
  }
}
.node--type-page.node--view-mode-full.news #block-news-overview {
  margin-top: 50px;
}
@media (max-width: 1210px) {
  .node--type-page.node--view-mode-full.news #block-news-overview {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .node--type-page.node--view-mode-full.news #block-news-overview {
    margin-top: 30px;
  }
}
.node--type-page.node--view-mode-full.news #block-news-overview .views-element-container > div {
  display: flex;
  flex-wrap: wrap;
}
.node--type-page.node--view-mode-full.news #block-news-overview .views-row {
  width: 50%;
}
@media (max-width: 1210px) {
  .node--type-page.node--view-mode-full.news #block-news-overview .views-row {
    width: 100%;
  }
}
@media (max-width: 1210px) {
  .node--type-page.node--view-mode-full.news #block-news-overview .views-row.even .news-wrapper {
    flex-direction: row-reverse;
  }
}
article.node--view-mode-teaser .news-wrapper {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 1210px) {
  article.node--view-mode-teaser .news-wrapper {
    margin-bottom: 40px;
  }
}
article.node--view-mode-teaser .news-wrapper .news-image {
  position: relative;
  width: 60%;
  overflow: hidden;
}
@media (max-width: 767px) {
  article.node--view-mode-teaser .news-wrapper .news-image {
    width: 50%;
  }
}
article.node--view-mode-teaser .news-wrapper .news-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: 150ms;
  filter: blur(0);
  -webkit-filter: blur(0);
}
article.node--view-mode-teaser .news-wrapper .news-image .date {
  position: absolute;
  top: 0;
  right: 0;
  background: #c72127;
  padding: 10px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  article.node--view-mode-teaser .news-wrapper .news-image .date {
    padding: 5px;
  }
}
article.node--view-mode-teaser .news-wrapper .news-image:hover img {
  transform: scale(1.2) rotate(1deg);
}
article.node--view-mode-teaser .news-wrapper .news-description {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 40%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1605px) {
  article.node--view-mode-teaser .news-wrapper .news-description {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  article.node--view-mode-teaser .news-wrapper .news-description {
    width: 50%;
    padding: 0 0 0 15px;
  }
}
article.node--view-mode-teaser .news-wrapper .news-description strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.263em;
  color: black;
  line-height: 27px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  article.node--view-mode-teaser .news-wrapper .news-description strong {
    font-size: 1em;
    line-height: 1.1em;
  }
}
article.node--view-mode-teaser .news-wrapper .news-description span {
  color: #4A4A4A;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  article.node--view-mode-teaser .news-wrapper .news-description span {
    display: none;
  }
}
/************************************************************
 *
 * News detail
 *
 ************************************************************/
.page-node-type-news #main {
  padding-top: 90px;
}
.page-node-type-news #main[data-background="molecules"] {
  background: url(../../base/images/bg-molecule.svg) no-repeat;
  background-size: contain;
}
.page-node-type-news .field--name-field-news-item p:first-child {
  font-size: 1.125em;
}
/*# sourceMappingURL=news.css.map */