body {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#dee9ff));
  background-image: linear-gradient(90deg, #fff, #dee9ff);
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 1.2rem;
  line-height: 2rem;
}

h1 {
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #004696;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #004696;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #004696;
  font-size: 1rem;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

a {
  display: block;
  -webkit-transition: color 200ms ease, opacity 400ms ease;
  transition: color 200ms ease, opacity 400ms ease;
  color: #004696;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #64c8f0;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  color: #004696;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.l-content-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#dee9ff));
  background-image: linear-gradient(90deg, #fff, #dee9ff);
}

.g-cta-btn {
  padding: 10px 20px;
  border-radius: 100px;
  background-color: rgba(22, 65, 148, 0.1);
  -webkit-transition: padding-right 200ms ease, background-color 400ms ease;
  transition: padding-right 200ms ease, background-color 400ms ease;
  color: #004696;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.g-cta-btn:hover {
  padding-right: 40px;
  border-color: #004696;
  background-color: #164194;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_light-blue.svg');
  background-position: 95% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #64c8f0;
}

.g-cta-btn:active {
  background-color: #004696;
  color: #fff;
}

.g-cta-btn.g-cta-btn--is-white {
  background-color: #fff;
  color: #004696;
}

.g-cta-btn.g-cta-btn--is-white:hover {
  background-color: #fff;
  color: #64c8f0;
}

.g-cta-btn.g-cta-btn--is-submit {
  margin-top: 20px;
}

.c-navbar__logo-btn {
  width: 320px;
  height: 100px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/decision_logo.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, opacity 400ms ease;
  transition: color 200ms ease, opacity 400ms ease;
  text-decoration: none;
}

.c-navbar__logo-btn.w--current {
  margin-bottom: 20px;
}

.c-navbar-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 500;
}

.c-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.c-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#004696));
  background-image: linear-gradient(90deg, #000, #004696);
}

.c-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004696;
  color: #fff;
  text-align: center;
}

.c-page-container.c-page-container--is-404 {
  background-image: -webkit-gradient(linear, right top, left top, from(#004696), to(#000));
  background-image: linear-gradient(270deg, #004696, #000);
}

.c-text-insert {
  margin-bottom: 20px;
}

.c-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-text-content.c-text-content--has-caption {
  position: relative;
  margin-top: -10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  color: #004696;
}

.c-section-heading {
  width: 100%;
  margin-bottom: 20px;
}

.c-main-menu-dropdown__toggle {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.c-main-menu-dropdown__toggle:hover {
  color: #64c8f0;
}

.l-footer {
  background-color: #fff;
}

.c-footer__link-list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-footer__link-list-item {
  display: block;
}

.c-footer__link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #64c8f0;
  text-decoration: none;
}

.c-footer__link:hover {
  color: #fff;
}

.c-footer__text {
  width: 100%;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1rem;
  line-height: 1.4rem;
}

.c-footer__text.c-footer__text--is-disclaimer {
  padding-left: 20px;
}

.m-eu-flag {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #164194;
}

.l-main-content-container.l-main-content-container--has-gradient {
  padding-right: 40px;
  padding-left: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#164194), to(#64c8f0));
  background-image: linear-gradient(90deg, #164194, #64c8f0);
}

.l-section {
  position: relative;
  padding-bottom: 40px;
}

.l-section.l-section--has-main-content {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-image: none;
}

.l-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-col.l-col--is-small-left {
  width: 25%;
}

.l-col.l-col--is-large {
  width: 50%;
}

.l-col.l-col--is-small-right {
  width: 25%;
  padding-left: 80px;
}

.c-visual-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.c-visual-content.c-visual-content--is-map {
  height: auto;
}

.c-news-tile-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 40px 80px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
}

.c-news-tile-content.c-news-tile-content--is-center {
  border-radius: 10px 10px 0px 0px;
}

.c-news-tile-content.c-news-tile-content--is-right {
  border-bottom-left-radius: 0px;
}

.c-news-tile-content.c-news-tile-content--is-left {
  border-bottom-right-radius: 0px;
}

.c-main-menu-dropdown__link {
  color: #004696;
  font-size: 1rem;
  line-height: 1rem;
}

.c-main-menu-dropdown__link:hover {
  color: #64c8f0;
}

.c-main-menu-dropdown__link.w--current {
  color: #64c8f0;
}

.c-main-menu-dropdown__list.w--open {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1rem;
}

.c-meta-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-meta-menu__link {
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #64c8f0;
  font-size: 0.8rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.c-meta-menu__link:hover {
  color: #fff;
}

.c-meta-menu__link.w--current {
  color: #fff;
}

.c-meta-menu__link.c-meta-menu__link--is-search {
  margin-left: 20px;
  padding-left: 25px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_search_light-blue.svg');
  background-position: 0% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.c-meta-menu__link.c-meta-menu__link--is-search:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_search_white.svg');
}

.c-meta-menu-overlay__icon {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.c-meta-menu-overlay__icon:hover {
  opacity: 0.8;
}

.c-meta-menu-overlay__icon.c-meta-menu-overlay__icon--is-close {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_close_white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-meta-menu-overlay__icon.c-meta-menu-overlay__icon--is-close:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_close_light-blue.svg');
}

.c-main-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-row.l-row--has-top-offset {
  margin-top: -200px;
}

.c-direct-link-box__text {
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
}

.c-meta-menu-overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004696;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#004696), to(#000));
  background-image: linear-gradient(0deg, #004696, #000);
  box-shadow: -1px 0 20px 10px rgba(0, 0, 0, 0.5);
}

.c-meta-menu-overlay.c-meta-menu-overlay--is-search {
  display: none;
}

.c-meta-menu-overlay.c-meta-menu-overlay--is-login {
  display: none;
  background-color: #004696;
}

.c-search__input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_search_white.svg');
  background-position: 100% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  cursor: text;
}

.c-search__input-field:hover {
  border-bottom-color: #64c8f0;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_search_light-blue.svg');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #64c8f0;
}

.c-form-container {
  width: 100%;
  margin-bottom: 0px;
}

.c-form__submit-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #fff;
  color: #004696;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.c-form__submit-btn:hover {
  padding-right: 40px;
  background-color: #fff;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_light-blue.svg');
  background-position: 95px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #64c8f0;
}

.c-form__input-field {
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #004696;
  border-radius: 0px;
  background-color: transparent;
  font-size: 1rem;
}

.c-form__input-field:hover {
  border-bottom-color: #64c8f0;
}

.c-form__input-field:active {
  border-color: #004696;
}

.c-form__input-field:focus {
  border-bottom-color: #64c8f0;
}

.c-form__input-field::-webkit-input-placeholder {
  color: #64c8f0;
}

.c-form__input-field:-ms-input-placeholder {
  color: #64c8f0;
}

.c-form__input-field::-ms-input-placeholder {
  color: #64c8f0;
}

.c-form__input-field::placeholder {
  color: #64c8f0;
}

.c-form__input-field.c-form-__input-field--is-overlay {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  color: #fff;
}

.c-form__input-field.c-form-__input-field--is-overlay:hover {
  border-bottom-color: #64c8f0;
}

.c-form__input-field.c-form-__input-field--is-overlay:focus {
  border-bottom-color: #64c8f0;
}

.c-form__input-field.c-form-__input-field--is-message {
  min-height: 200px;
}

.c-form__input-field.c-form-__input-field--is-message:focus {
  border-style: solid;
}

.c-form__label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-form__label.c-form__label--is-white {
  color: #fff;
}

.c-form__link {
  display: inline-block;
  color: #64c8f0;
}

.c-form__link:hover {
  color: #fff;
}

.c-form-message {
  margin-top: 40px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.c-form-message.c-form-message--is-success-green {
  color: #004696;
}

.c-form-message.c-form-message--is-error-red {
  color: #ff161a;
}

.c-form {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #fff;
}

.m-subpage-header__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-subpage-header__img.m-subpage-header__img--is-about {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_header_about.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-news-and-events {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_header_news-and-events.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-contact {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_header_contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-patients-and-public {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_header_patients-and-public.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-scientists {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_header_scientists.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-login {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_header_login.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-subpage-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  box-shadow: none;
}

.c-subpage-header__heading {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border-top-left-radius: 10px;
  opacity: 0.8;
  color: #fff;
  font-size: 5vw;
  line-height: 7rem;
  text-align: right;
  text-transform: uppercase;
}

.c-breadcrumb__list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-breadcrumb__list-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.c-breadcrumb__link.c-breadcrumb__link--has-bullet {
  padding-left: 15px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_blue.svg');
  background-position: 0px 2px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.c-breadcrumb__link.c-breadcrumb__link--has-bullet:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_light-blue.svg');
}

.c-breadcrumb__link.c-breadcrumb__link--has-bullet.w--current {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_blue.svg');
  color: #004696;
}

.l-breadcrumb-container {
  position: relative;
  top: -20px;
  z-index: 1;
  display: inline-block;
  padding: 15px 20px 10px 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  background-image: none;
  font-size: 0.8rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.c-div-table-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.c-div-table-cell {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-div-table-cell.c-div-table-cell--has-category {
  font-weight: 600;
  text-transform: uppercase;
}

.c-div-table-cell.c-div-table-cell--has-description {
  padding-left: 20px;
}

.c-div-table {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: rgba(22, 65, 148, 0.1);
}

.c-div-table-body {
  width: 100%;
}

.g-text-link {
  display: inline-block;
}

.g-text-link.g-text-link--is-inline {
  display: inline-block;
}

.c-div-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.c-sidebar-info__title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.c-sidebar-info__heading {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.c-sidebar-info__link.c-sidebar-info__link--is-external {
  margin-top: 20px;
  padding-left: 25px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_external-link_blue.svg');
  background-position: 0px 7px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-sidebar-info__link.c-sidebar-info__link--is-external:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_external-link_light-blue.svg');
}

.c-sidebar-info__logo {
  width: 100%;
  max-width: 250px;
  margin-bottom: 40px;
}

.c-profile-container {
  width: 100%;
}

.c-profile-category__heading {
  margin-top: 0px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.g-bullet-list-item {
  width: 100%;
  padding-left: 30px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_circle-outline-bullet_light-blue.svg');
  background-position: 0px 4px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.g-bullet-list-item.g-bullet-list-item--has-icon-download {
  padding-bottom: 10px;
  padding-left: 35px;
  border-bottom: 1px solid rgba(22, 65, 148, 0.1);
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_download_blue.svg');
  background-position: 0px 4px;
  background-size: 20px 20px;
}

.g-bullet-list-item.g-bullet-list-item--has-icon-link {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_blue.svg');
  background-position: 0px 7px;
  background-size: 15px 15px;
}

.g-bullet-list-item.g-bullet-list-item--has-icon-link:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_light-blue.svg');
}

.g-bullet-list-item.g-bullet-list-item--has-icon-external-link {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_external-link_blue.svg');
  background-position: 0px 7px;
  background-size: 15px 15px;
}

.g-bullet-list-item.g-bullet-list-item--has-icon-external-link:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_external-link_light-blue.svg');
}

.g-bullet-list {
  width: 100%;
}

.c-team-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.c-team-profile__img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-right: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.c-team-profile__img.c-team-profile__img--is-placeholder {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-team-profile__img.m-visual-profile--is-ameli-schwalber {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/portrait_ameli-schwalber.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-team-profile__text {
  margin-bottom: 20px;
}

.c-team-profile__heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.c-team-profile__subline {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-team-profile-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 240px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 70, 150, 0.1);
}

.c-sidebar-info {
  width: 100%;
  margin-bottom: 40px;
}

.c-profile-category {
  margin-bottom: 40px;
}

.c-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.g-accordion {
  overflow: hidden;
  width: 100%;
  padding-left: 20px;
}

.g-list-item {
  width: 100%;
  margin-bottom: 10px;
}

.g-list {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.g-accordion-panel {
  width: 100%;
}

.g-accordion-content {
  position: relative;
  margin-top: 5px;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #fff;
}

.g-accordion-header {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.g-accordion-header.g-accordion-header--has-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-transform: none;
}

.g-accordion-header.g-accordion-header--has-icon:hover {
  background-color: rgba(22, 65, 148, 0.05);
}

.g-accordion__heading {
  margin-bottom: 10px;
  color: #004696;
  font-weight: 700;
  text-transform: uppercase;
}

.g-accordion-header__icon {
  position: absolute;
  left: 0%;
  top: 15px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #64c8f0;
  border-radius: 50%;
  background-color: #fff;
  color: #004696;
  font-weight: 700;
}

.g-accordion-header__icon.g-accordion-header__icon--has-orange-bg {
  background-color: #64c8f0;
  color: #fff;
}

.g-accordion-header__icon.g-accordion-header__icon--is-work-package {
  border-style: solid;
  border-width: 2px;
  border-color: #64c8f0;
  background-color: #fff;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_wps_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-text-insert__heading {
  margin-bottom: 20px;
  color: #fff;
}

.c-dropdown {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-dropdown-toggle {
  width: 100%;
  padding-left: 40px;
  color: #004696;
  font-size: 1.5rem;
  font-weight: 600;
}

.c-dropdown-toggle:hover {
  color: #004696;
}

.c-dropdown-toggle.w--open {
  color: #004696;
}

.c-dropdown-list.w--open {
  position: relative;
  margin-top: 20px;
  padding: 10px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.c-dropdown-toggle__icon {
  position: absolute;
  left: 0px;
  top: 22px;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 30px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_menu_blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-dropdown-list__link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_blue.svg');
  background-position: 0px 14px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #004696;
}

.c-dropdown-list__link:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_arrow-right_light-blue.svg');
  color: #64c8f0;
}

.c-dropdown-list__heading {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #004696;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.c-dropdown-toggle_description {
  margin-top: 2px;
}

.c-dropdown-toggle_description:hover {
  color: #64c8f0;
}

.c-text-insert__caption {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-footer__heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.2rem;
}

.c-social-media__link {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #64c8f0;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.c-social-media__link:hover {
  border-color: #fff;
}

.c-social-media__link.c-social-media__link--is-twitter {
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/x-icon-blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-twitter:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/x-icon-white.svg');
}

.c-social-media__link.c-social-media__link--is-bluesky {
  margin-right: 0px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_sm-icon_bluesky_logo-light-blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-bluesky:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_sm-icon_bluesky_logo-white.svg');
}

.c-social-media__link.c-social-media__link--is-linked-in {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_sm-icon_linked-in_light-blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-linked-in:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_sm-icon_linked-in_white.svg');
}

.c-social-media__link.c-social-media__link--is-youtube {
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_sm-icon_youtube_light-blue.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-youtube:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_sm-icon_youtube_white.svg');
}

.c-section-subheading {
  margin-bottom: 20px;
}

.c-direct-link-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 40px 20px;
  border-radius: 10px;
}

.c-footer-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-footer-tile.c-footer-tile--has-sm-links {
  background-image: none;
}

.c-footer-tile-content {
  width: 100%;
  padding: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.m-logo-concentris {
  width: 100%;
}

.g-accordion-header__toggle-text {
  display: inline-block;
  float: right;
  color: #004696;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: right;
}

.g-accordion-header__toggle-text:hover {
  color: #64c8f0;
}

.g-accordion__subheading {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.c-news-tile__btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: rgba(0, 70, 150, 0.1);
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c-news-tile__btn:hover {
  background-color: #004696;
}

.c-news-tile-container {
  position: relative;
  top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}

.c-news-tile__img {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin: 20px -40px;
}

.c-news-tile__img.c-news-tile__img--is-placeholder {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-news-tile__text {
  margin-bottom: 10px;
}

.c-news-tile__heading {
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #004696;
  text-align: right;
  text-transform: uppercase;
}

.c-news-tile {
  width: 33.333333333333336%;
  padding-right: 1px;
  padding-left: 1px;
  border-radius: 10px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

.c-news-tile__subheading {
  margin-top: 0px;
  margin-bottom: 10px;
}

.c-news-tile__date {
  color: #004696;
  font-size: 0.8rem;
  font-weight: 600;
}

.c-top-btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 40px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #004696;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_chevron-top_light-white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-top-btn:hover {
  background-color: #64c8f0;
}

.c-direct-link-box__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.c-direct-link-box__list {
  margin-top: 20px;
}

.c-direct-link-box__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-text-insert--is-error {
  color: #64c8f0;
}

.m-visual--is-placeholder {
  width: 100%;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/qs_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-header__keyline {
  position: relative;
  z-index: 1;
  width: 60%;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 20px #000;
}

.c-header__keyline--is-blue {
  color: #64c8f0;
}

.m-header__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.m-header__img.m-header__img--is-keyvisual {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_keyvisual.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
  color: #fff;
}

.l-header {
  position: relative;
  height: 90vh;
}

.c-footer-tile-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-twitter-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-link-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-link-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #64c8f0;
  border-radius: 50%;
  -webkit-transition: background-color 400ms ease, color 200ms ease, opacity 400ms ease;
  transition: background-color 400ms ease, color 200ms ease, opacity 400ms ease;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c-link-btn:hover {
  border-color: #fff;
  color: #64c8f0;
}

.c-link-btn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}

.c-link-btn__icon {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.c-link-btn__icon.c-link-btn__icon--is-objectives {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_objectives_blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-link-btn__icon.c-link-btn__icon--is-members {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_members_blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-link-btn__icon.c-link-btn__icon--is-wps {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_wps_blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-link-btn__icon.c-link-btn__icon--is-publications {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_publications_blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-teaser-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-teaser-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.l-teaser-img-container.l-teaser-img-container--is-left-side {
  padding-top: 80px;
}

.l-teaser-img-container.l-teaser-img-container--is-right-side {
  padding-bottom: 80px;
}

.l-teaser-text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #004696;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.l-teaser-text-container.l-teaser-text-container--is-right-side {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.l-teaser-text-container.l-teaser-text-container--is-left-side {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.c-teaser-text-content__heading {
  color: #fff;
}

.c-teaser-text-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-teaser-img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.c-teaser-img.c-teaser-img--is-left-side {
  border-bottom-left-radius: 0px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_content_vision.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-teaser-img.c-teaser-img--is-right-side {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_content_why-it-matters.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-direct-link-box__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding-right: 20px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #fff;
  border-radius: 50px;
  background-color: #fff;
}

.c-direct-link-box__link.c-direct-link-box__link--is-members {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_members_blue.svg');
  background-position: 0px 0px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.c-direct-link-box__link.c-direct-link-box__link--is-members:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_members_light-blue.svg');
}

.c-direct-link-box__link.c-direct-link-box__link--is-wps {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_wps_blue.svg');
  background-position: 0px 0px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.c-direct-link-box__link.c-direct-link-box__link--is-wps:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_wps_light-blue.svg');
}

.c-direct-link-box__link.c-direct-link-box__link--is-faqs {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_faq_blue.svg');
  background-position: 0px 0px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.c-direct-link-box__link.c-direct-link-box__link--is-faqs:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_faq_light-blue.svg');
}

.c-direct-link-box__link.c-direct-link-box__link--is-publications {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_publications_blue.svg');
  background-position: 0px 0px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.c-direct-link-box__link.c-direct-link-box__link--is-publications:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_publications_light-blue.svg');
}

.c-direct-link-box__link.c-direct-link-box__link--is-downloads {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_downloads_blue.svg');
  background-position: 0px 0px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.c-direct-link-box__link.c-direct-link-box__link--is-downloads:hover {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_link-icon_downloads_light-blue.svg');
}

.m-visual--is-map {
  width: 100%;
}

.c-news-feed-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-left: 2px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px 10px 10px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
}

.c-news-feed__img {
  width: 160px;
  height: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px 0px 0px 10px;
}

.c-news-feed__img.c-news-feed__img--is--placeholder {
  background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-news-feed-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.c-news-feed__heading {
  margin-top: 0px;
}

.c-news-feed__link {
  margin-top: 10px;
}

.c-news-feed__date {
  color: #004696;
  font-size: 0.8rem;
}

@media screen and (max-width: 991px) {
  p {
    line-height: 1.5rem;
  }
  .l-content-container {
    width: 80%;
  }
  .g-cta-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-navbar__logo-btn {
    width: 200px;
    height: 80px;
    background-position: 0% 50%;
    background-size: 180px;
  }
  .c-navbar__logo-btn.w--current {
    margin-bottom: 0px;
  }
  .c-navbar-container {
    padding: 10px 40px 10px 20px;
  }
  .c-navbar__btn {
    position: absolute;
    left: auto;
    top: 35px;
    right: 20px;
    bottom: auto;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_menu_white.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .c-navbar__btn.w--open {
    background-color: transparent;
    background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_menu_light-blue.svg');
  }
  .c-menu-container {
    width: 100vw;
    height: 100vh;
    margin-bottom: 0px;
    padding: 140px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #004696;
    font-weight: 600;
  }
  .c-text-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-text-content.c-text-content--has-divider-left {
    border-left-style: none;
  }
  .c-main-menu-dropdown {
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .c-main-menu-dropdown__toggle {
    width: 100%;
    padding-left: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .c-main-menu-dropdown__toggle:hover {
    color: #fff;
  }
  .c-main-menu-dropdown__toggle:focus {
    color: #64c8f0;
  }
  .c-footer__link {
    margin-right: auto;
    margin-left: auto;
  }
  .c-footer__text.c-footer__text--is-disclaimer {
    padding-left: 0px;
  }
  .m-eu-flag {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .l-section {
    padding-bottom: 0px;
  }
  .l-section.l-section--has-main-content {
    padding-bottom: 0px;
  }
  .l-col.l-col--is-small-left {
    width: 100%;
  }
  .l-col.l-col--is-large {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-col.l-col--is-small-right {
    width: 100%;
    padding-left: 0px;
  }
  .c-news-tile-content {
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
  .c-main-menu-dropdown__link {
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
  }
  .c-main-menu-dropdown__link:hover {
    color: #fff;
  }
  .c-main-menu-dropdown__list.w--open {
    position: relative;
    background-color: transparent;
  }
  .c-meta-menu {
    position: static;
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-meta-menu__link {
    width: 100%;
    padding-left: 0px;
    color: #fff;
  }
  .c-meta-menu__link:hover {
    color: #64c8f0;
  }
  .c-meta-menu__link.c-meta-menu__link--is-search {
    margin-left: 0px;
    padding-left: 25px;
    background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_search_white.svg');
  }
  .c-meta-menu__link.c-meta-menu__link--is-search:hover {
    background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/dec_icon_search_light-blue.svg');
  }
  .c-meta-menu-overlay__icon {
    margin-left: 0px;
    background-image: url('//decision-for-liver.eu/wp-content/themes/decision/images/eat_icon_search-purple.svg');
  }
  .c-meta-menu-overlay__icon.c-meta-menu-overlay__icon--is-close {
    top: 40px;
    right: 10px;
  }
  .c-main-menu {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-row {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-row.l-row--has-top-offset {
    margin-top: 0px;
  }
  .c-meta-menu-overlay {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-meta-menu-overlay.c-meta-menu-overlay--is-login {
    display: none;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-search__input-field {
    width: 100%;
  }
  .c-form-container {
    width: 100%;
  }
  .c-form {
    margin-bottom: 40px;
  }
  .c-team-profile__text {
    margin-top: 0px;
  }
  .c-team-profile-description {
    min-height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-profile-category {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-accordion-header__icon {
    top: 5px;
    width: 30px;
    height: 30px;
  }
  .g-accordion-header__icon.g-accordion-header__icon--has-orange-bg {
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .c-dropdown-toggle__icon {
    top: 17px;
  }
  .c-text-insert__caption {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-direct-link-box {
    position: static;
    margin-top: 40px;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: left;
  }
  .c-direct-link-box.c-direct-link-box--is-only-large-screen {
    display: none;
  }
  .c-footer-tile {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .c-footer-tile.c-footer-tile--has-sm-links {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-footer-tile.c-footer-tile--has-service-links {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-news-tile__btn {
    right: 20px;
    bottom: 20px;
  }
  .c-news-tile__img {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-header__keyline {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .l-header-container {
    height: 600px;
  }
  .l-header {
    height: auto;
  }
  .c-footer-tile-col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-teaser-text-container {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  h3 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  p {
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  a {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .l-content-container {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .g-cta-btn {
    font-size: 0.8rem;
  }
  .c-navbar__logo-btn {
    margin-bottom: 10px;
  }
  .c-navbar-container {
    padding-right: 20px;
  }
  .c-menu-container {
    background-image: -webkit-gradient(linear, right top, left top, from(#164194), to(#000));
    background-image: linear-gradient(270deg, #164194, #000);
  }
  .c-page-container {
    padding: 30px;
  }
  .c-text-content {
    padding: 0px 20px;
    text-align: left;
  }
  .c-main-menu-dropdown__toggle:hover {
    color: #64c8f0;
  }
  .c-main-menu-dropdown__toggle:active {
    color: #64c8f0;
  }
  .c-footer__text {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .m-eu-flag {
    margin-right: auto;
    margin-left: auto;
  }
  .l-main-content-container.l-main-content-container--has-gradient {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-section.l-section--has-main-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .l-col.l-col--is-small-left {
    width: 100%;
  }
  .l-col.l-col--is-large {
    width: 100%;
  }
  .c-news-tile-content {
    margin-bottom: 2px;
  }
  .c-meta-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-direct-link-box__text {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-search__input-field {
    height: auto;
    font-size: 2rem;
  }
  .c-form__input-field {
    border-radius: 0px;
  }
  .l-subpage-header {
    height: 320px;
  }
  .c-subpage-header__heading {
    right: 20px;
    bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 2rem;
  }
  .c-breadcrumb__list-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .l-breadcrumb-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-div-table {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-sidebar-info__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .c-sidebar-info__heading {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-sidebar-info__link.c-sidebar-info__link--is-external {
    background-position: 0px 2px;
  }
  .c-sidebar-info__logo {
    margin-right: 20px;
  }
  .g-bullet-list-item {
    padding-left: 20px;
    background-position: 0px 3px;
    background-size: 12px 12px;
  }
  .g-bullet-list-item.g-bullet-list-item--has-icon-download {
    padding-left: 25px;
    background-position: 0px 2px;
    background-size: 15px 15px;
  }
  .g-bullet-list-item.g-bullet-list-item--has-icon-link {
    background-position: 0px 3px;
    background-size: 12px 12px;
  }
  .g-bullet-list-item.g-bullet-list-item--has-icon-external-link {
    background-position: 0px 3px;
    background-size: 12px 12px;
  }
  .c-team-profile {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-team-profile__img {
    width: 120px;
    height: 120px;
  }
  .c-team-profile__heading {
    font-size: 1rem;
    line-height: 1rem;
  }
  .c-team-profile__subline {
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-team-profile-description {
    padding: 20px;
  }
  .c-subheading {
    font-size: 0.8rem;
  }
  .g-list {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .g-accordion-content {
    padding: 20px;
    background-image: none;
  }
  .g-accordion-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .g-accordion-header.g-accordion-header--has-icon {
    padding-right: 20px;
    padding-left: 20px;
  }
  .g-accordion__heading {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .c-dropdown-list__link {
    padding-left: 20px;
    background-position: 0px 10px;
    background-size: 10px 10px;
  }
  .c-text-insert__caption {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .c-direct-link-box {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-footer-tile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer-tile {
    width: 100%;
  }
  .c-footer-tile-content {
    padding: 10px 20px;
    border-left-style: none;
    text-align: center;
  }
  .g-accordion__subheading {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-news-tile__btn {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-news-tile-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-news-tile__img {
    height: 160px;
    min-height: auto;
  }
  .c-news-tile__text {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-news-tile__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .c-news-tile__subheading {
    margin-bottom: 10px;
  }
  .c-direct-link-box__heading {
    margin-bottom: 10px;
  }
  .c-direct-link-box__list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .c-direct-link-box__list-item {
    margin-bottom: 10px;
  }
  .c-header__keyline {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .l-header-container {
    height: 480px;
  }
  .c-link-btn-container {
    padding: 20px 0px;
  }
  .c-link-btn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .c-link-btn-content {
    width: 120px;
    height: 120px;
    padding: 0px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-link-btn__icon {
    width: 20px;
    height: 20px;
  }
  .l-teaser-img-container {
    min-height: 300px;
  }
  .l-teaser-img-container.l-teaser-img-container--is-left-side {
    padding-top: 40px;
  }
  .l-teaser-img-container.l-teaser-img-container--is-right-side {
    padding-bottom: 40px;
  }
  .l-teaser-text-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-news-feed-content {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-news-feed__img {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }
  p {
    margin-bottom: 10px;
  }
  .l-content-container {
    width: 100%;
    max-width: none;
    padding-bottom: 0px;
  }
  .g-cta-btn {
    margin-top: 10px;
  }
  .c-navbar-container {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-menu-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .c-text-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-section-heading {
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
  }
  .c-footer__link-list {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .l-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-visual-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-news-tile-content {
    padding: 10px 20px 60px;
  }
  .c-news-tile-content.c-news-tile-content--is-center {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .c-news-tile-content.c-news-tile-content--is-right {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .c-news-tile-content.c-news-tile-content--is-left {
    border-bottom-left-radius: 0%;
  }
  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-meta-menu-overlay {
    padding: 20px;
  }
  .c-search__input-field {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 20px 20px;
    font-size: 1.2rem;
  }
  .c-form__label {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .c-subpage-header__heading {
    right: 10px;
    bottom: 20px;
    font-size: 2rem;
  }
  .c-breadcrumb__list-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .l-breadcrumb-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-div-table-cell {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-div-table-cell.c-div-table-cell--has-category {
    width: 40%;
  }
  .c-div-table-cell.c-div-table-cell--has-description {
    width: 60%;
    padding-left: 10px;
  }
  .c-div-table {
    padding: 10px;
  }
  .c-sidebar-info__logo {
    margin-bottom: 20px;
  }
  .c-team-profile__img {
    width: 100px;
    height: 100px;
    margin-bottom: 2px;
  }
  .c-team-profile__text {
    margin-bottom: 10px;
  }
  .c-team-profile-description {
    min-height: auto;
    padding-right: 10px;
  }
  .c-profile-category {
    margin-bottom: 20px;
  }
  .g-accordion-content {
    padding-right: 20px;
  }
  .g-accordion-header.g-accordion-header--has-icon {
    padding-right: 20px;
  }
  .c-dropdown-toggle {
    font-size: 1rem;
  }
  .c-dropdown-toggle__icon {
    top: 15px;
  }
  .c-social-media__link.c-social-media__link--is-twitter {
    background-size: 20px 20px;
  }
  .c-social-media__link.c-social-media__link--is-linked-in {
    background-size: 20px;
  }
  .c-section-subheading {
    margin-bottom: 10px;
  }
  .c-direct-link-box {
    padding: 20px;
    border-radius: 0px;
  }
  .c-footer-tile {
    width: 100%;
  }
  .c-footer-tile-content {
    border-left-style: none;
  }
  .c-news-tile__btn {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .c-news-tile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-news-tile__img {
    margin-top: 10px;
  }
  .c-news-tile__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .c-news-tile {
    width: 100%;
  }
  .c-header__keyline {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .c-news-tile__link {
    margin-bottom: 10px;
  }
  .c-link-btn {
    padding: 10px;
  }
  .c-link-btn-content {
    width: 110px;
    height: 110px;
    padding: 0px;
  }
  .c-link-btn__icon {
    width: 20px;
    height: 20px;
  }
  .l-teaser-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-teaser-img-container {
    width: 100%;
    height: 240px;
    min-height: auto;
  }
  .l-teaser-img-container.l-teaser-img-container--is-left-side {
    width: 100%;
    padding-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .l-teaser-img-container.l-teaser-img-container--is-right-side {
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .l-teaser-text-container {
    width: 100%;
  }
  .l-teaser-text-container.l-teaser-text-container--is-right-side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0px;
  }
  .l-teaser-text-container.l-teaser-text-container--is-left-side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0px;
  }
  .c-teaser-img.c-teaser-img--is-left-side {
    border-top-right-radius: 10px;
  }
  .c-teaser-img.c-teaser-img--is-right-side {
    border-bottom-right-radius: 0px;
  }
  .c-news-feed-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-news-feed__img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

