body {
  background-color: rgba(139, 209, 219, 0.2);
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #133163;
  font-size: 2.5rem;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #133163;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #133163;
  font-size: 1.5rem;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #133163;
  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: 1rem;
  line-height: 1.5;
}

a {
  display: block;
  background-image: none;
  -webkit-transition: color 400ms ease, background-color 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, opacity 400ms ease;
  color: #133163;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

a:hover {
  color: #e50064;
}

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

li {
  margin-bottom: 10px;
  font-size: 1rem;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  color: #133163;
  font-size: 1rem;
  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;
}

.c-navbar__logo-btn {
  width: 240px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/timespan_logo.svg');
  background-position: 50% 50%;
  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-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: unset;
  margin-left: unset;
  -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;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.c-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 80px 20px 100px;
  -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: hsla(0, 0%, 100%, 0.8);
}

.c-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.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: #133163;
  color: #fff;
  text-align: center;
}

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

.c-content__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  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-main-menu-dropdown__toggle {
  padding: 10px 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #133163;
  font-weight: 500;
  text-transform: uppercase;
}

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

.l-footer {
  padding-top: 140px;
  padding-bottom: 40px;
  background-color: #133163;
}

.c-footer-list {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-footer-list__item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.c-acknowledgement__link {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
}

.c-acknowledgement__text {
  width: 100%;
  margin-left: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.8rem;
}

.m-acknowledgement__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #164194;
}

.l-main-content {
  position: relative;
  overflow: visible;
  padding-right: 100px;
  padding-left: 100px;
}

.l-main-content.l-main-content--has-bg-img {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_bullet_white.svg');
  background-position: 150% 50%;
  background-size: 1200px 1200px;
  background-repeat: no-repeat;
}

.l-section {
  position: relative;
  width: 100%;
}

.l-content__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-content__col.l-content__col--is-narrow-left {
  width: 25%;
}

.l-content__col.l-content__col--is-wide {
  width: 75%;
}

.l-content__col.l-content__col--is-full-span {
  width: 100%;
}

.c-content__visual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  max-width: 840px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-content__visual.c-content__visual--is-placeholder {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-content__visual.c-content__visual--is-bg-map {
  z-index: -1;
  height: auto;
  max-width: none;
  margin-top: -20%;
}

.c-content__visual.c-content__visual--is-insert {
  height: auto;
}

.c-news-tile__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  -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;
  background-color: rgba(139, 209, 219, 0.2);
  font-size: 1rem;
}

.c-news-tile__body.c-news-tile__body--has-twitter-embed {
  overflow: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: rgba(80, 171, 241, 0.2);
}

.c-main-menu-dropdown__link {
  color: #133163;
}

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

.c-main-menu-dropdown__list.w--open {
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 1;
}

.c-meta-menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-meta-menu__link {
  margin-left: 10px;
  padding: 10px 10px 10px 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #133163;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: none;
}

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

.c-meta-menu__link.c-meta-menu__link--is-search {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_search_blue_1.svg');
  background-position: 0% 8px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-meta-menu__link.c-meta-menu__link--is-search:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_search_red.svg');
}

.c-meta-menu__link.c-meta-menu__link--is-login {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_search_blue.svg');
  background-position: 0% 8px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-meta-menu__link.c-meta-menu__link--is-login:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_login_red.svg');
}

.c-meta-menu__link.c-meta-menu__link--is-contact {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_contact_blue.svg');
  background-position: 0% 8px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-meta-menu__link.c-meta-menu__link--is-contact:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_contact_red.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('//timespan.eu/wp-content/themes/timespan/images/ts_icon_plus_white.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-meta-menu-overlay__icon.c-meta-menu-overlay__icon--is-close:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_plus_red.svg');
}

.c-main-menu {
  position: relative;
  z-index: 1;
}

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

.c-direct-link__text {
  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: 25vw;
  height: 100vh;
  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: #8bd1db;
  box-shadow: -20px 0 40px -20px rgba(0, 0, 0, 0.5);
  color: #133163;
}

.c-meta-menu-overlay.c-meta-menu-overlay--is-search {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.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('//timespan.eu/wp-content/themes/timespan/images/ts_icon_search_white.svg');
  background-position: 100% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 3rem;
  cursor: text;
}

.c-search__input-field:hover {
  border-bottom-color: #e50064;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_search_red.svg');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #e50064;
}

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

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

.c-form__submit-btn:hover {
  background-color: #b4c801;
}

.c-form__input-field {
  margin-bottom: 20px;
  padding: 10px 0px;
  border: 1px none #000;
  background-color: rgba(139, 209, 219, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #133163;
  font-size: 1rem;
}

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

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

.c-form__input-field::-webkit-input-placeholder {
  color: #8bd1db;
}

.c-form__input-field:-ms-input-placeholder {
  color: #8bd1db;
}

.c-form__input-field::-ms-input-placeholder {
  color: #8bd1db;
}

.c-form__input-field::placeholder {
  color: #8bd1db;
}

.c-form__input-field.c-form-__input-field--is-overlay {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

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

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

.c-form__input-field.c-form-__input-field--is-overlay::-webkit-input-placeholder {
  color: #fff;
}

.c-form__input-field.c-form-__input-field--is-overlay:-ms-input-placeholder {
  color: #fff;
}

.c-form__input-field.c-form-__input-field--is-overlay::-ms-input-placeholder {
  color: #fff;
}

.c-form__input-field.c-form-__input-field--is-overlay::placeholder {
  color: #fff;
}

.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;
}

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

.c-form__text {
  color: #133163;
}

.c-form__link {
  display: inline-block;
}

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

.c-form__link.c-form__link--is-white {
  font-weight: 600;
}

.c-form__link.c-form__link--is-white:hover {
  color: #e50064;
}

.c-form-message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0px;
  background-color: #fff;
  color: #133163;
  font-weight: 600;
  text-align: left;
}

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

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

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

.m-subpage-header__img {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-subpage-header__img.m-subpage-header__img--is-about {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_header_about.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.m-subpage-header__img.m-subpage-header__img--is-research {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_header_research.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-newsroom {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_header_newsroom.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-legal {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_header_legal-disclaimer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-training {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_header_training.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-subpage-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-breadcrumb__list {
  margin: 0px auto;
}

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

.c-breadcrumb__link {
  display: inline-block;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none;
  font-size: 0.8rem;
  font-weight: 500;
}

.c-breadcrumb__link.c-breadcrumb__link--is-current {
  padding-left: 20px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_red.svg');
  background-position: 0% 6px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #e50064;
}

.c-breadcrumb__link.c-breadcrumb__link--is-current.w--current {
  background-color: #b4c801;
}

.c-breadcrumb__link.c-breadcrumb__link--is-initial {
  margin-left: 0px;
  background-image: none;
}

.l-breadcrumb {
  z-index: 1;
  width: 100%;
  padding: 15px 20px 10px;
  box-shadow: none;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.c-div-table__cell {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-div-table__cell.c-div-table__cell--has-action {
  width: 30%;
  padding-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.c-div-table__cell.c-div-table__cell--has-title {
  width: 35%;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 600;
}

.c-div-table__cell.c-div-table__cell--ihas-contact {
  width: 35%;
  padding-right: 20px;
  padding-left: 20px;
}

.c-div-table__body {
  width: 100%;
}

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

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

.c-sidebar__subheading {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.c-sidebar__link.c-sidebar__link--is-external {
  width: 100%;
  margin-top: 20px;
  padding-left: 25px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_blue.svg');
  background-position: 0px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-sidebar__link.c-sidebar__link--is-external:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_red.svg');
}

.c-sidebar__link.c-sidebar__link--is-download {
  margin-top: 60px;
  padding-left: 80px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_publication_blue-.svg');
  background-position: 0px 0px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.c-sidebar__link.c-sidebar__link--is-download:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_publication_red.svg');
}

.c-sidebar__text {
  width: 100%;
}

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

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

.c-content__subheading {
  width: 100%;
  margin-top: 0px;
}

.c-content__subheading.c-content__subheading--is-category {
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #bde6ef;
}

.g-bullet-list__item {
  width: 100%;
  padding-left: 30px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_bullet.svg');
  background-position: 0px 5px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

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

.c-member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 10px;
}

.c-member__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.c-member__img.c-member__img--is-placeholder {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.c-member__img.m-visual-profile--is-miriam-simon {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/portrait_vanessa-Koehler.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member__img.m-visual-profile--is-nina-donner {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/portrait_nina_donner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member__img.c-member__img--is-nina-donner {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/portrait_nina_donner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member__img.c-member__img--is-ameli-schwalber {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/portrait_ameli-schwalber.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member__text {
  padding-left: 5px;
}

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

.c-member__subline {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  color: #133163;
  font-size: 1rem;
}

.c-member__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding: 10px 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: 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: hsla(0, 0%, 100%, 0.5);
}

.g-list__item {
  width: 100%;
}

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

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

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

.c-dropdown__toggle {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  background-color: #133163;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.c-dropdown__toggle:hover {
  background-color: #e50064;
  color: #fff;
}

.c-dropdown__toggle.w--open {
  background-color: #e50064;
  color: #fff;
}

.c-dropdown-list.w--open {
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.c-dropdown-list__link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_blue.svg');
  background-position: 0px 6px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #133163;
}

.c-dropdown-list__link:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_red.svg');
}

.c-dropdown-list__heading {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bde6ef;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-content__caption {
  width: 100%;
  max-width: 840px;
  padding: 50px 40px 40px;
  background-color: rgba(139, 209, 219, 0.2);
  color: #133163;
}

.c-social-media__link {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.c-social-media__link:hover {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px #000;
}

.c-social-media__link.c-social-media__link--is-twitter {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/sm-x-logo-transparent.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-bluesky {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/sm-bluesky-logo-transparent.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-instagram {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/sm-instagram_logo_transparent.svg');
  background-position: 50% 50%;
  background-size: 103%;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-linked-in {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_sm_linkedin.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-youtube {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_sm_youtube.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-facebook {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_sm_facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-direct-link {
  position: relative;
  z-index: 7;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-left: 1px solid #fff;
}

.c-footer-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.c-footer-tile__body {
  width: 100%;
  padding: 24px 40px;
  font-size: 1rem;
  text-align: center;
}

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

.c-news-tile-container {
  position: relative;
  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-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
}

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

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

.c-news-tile {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
}

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

.c-news-tile__date {
  margin-bottom: 10px;
  color: #133163;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: right;
}

.c-top-btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 40px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_arrow-up_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-top-btn:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_arrow-up_red.svg');
}

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

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

.c-direct-link__item {
  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;
}

.c-header-text__keyline {
  width: 40%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
}

.m-header__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_keyvisual.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.l-header {
  position: relative;
  overflow: hidden;
  height: 75vh;
}

.c-acknowledgement {
  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;
}

.c-news-tile__link {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  display: inline-block;
  padding-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_blue.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  text-align: right;
}

.c-news-tile__link:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_red.svg');
}

.c-teaser-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_bullet_cloud-blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-teaser-container.c-teaser-container--has-fact-list {
  background-image: none;
}

.c-teaser-figure {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: none;
}

.c-teaser-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.c-teaser-text.c-teaser-text--is-right-justified {
  padding-left: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-teaser-text.c-teaser-text--is-left-justified {
  padding-right: 80px;
}

.c-teaser-text.c-teaser-text--is-centered {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-teaser-text__heading {
  display: inline-block;
  width: 100%;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
}

.c-teaser-text__body {
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.c-teaser-figure__img {
  position: relative;
  width: 600px;
  height: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.c-teaser-figure__img.c-teaser-figure__img--is-about {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_content_about.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-teaser-figure__img.c-teaser-figure__img--is-objectives {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_content_objectives.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-direct-link__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px 10px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.c-direct-link__link.c-direct-link__link--is-members {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_members_blue.svg');
  background-position: 0% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-direct-link__link.c-direct-link__link--is-members:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_members_green.svg');
}

.c-direct-link__link.c-direct-link__link--is-workpackage {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_workpackage_blue.svg');
  background-position: 0% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-direct-link__link.c-direct-link__link--is-workpackage:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_workpackage_green.svg');
}

.c-direct-link__link.c-direct-link__link--is-publications {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_publication_blue.svg');
  background-position: 0% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-direct-link__link.c-direct-link__link--is-publications:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_publication_green.svg');
}

.c-direct-link__link.c-direct-link__link--is-downloads {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_download_blue.svg');
  background-position: 0% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-direct-link__link.c-direct-link__link--is-downloads:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_download_green.svg');
}

.c-direct-link__link.c-direct-link__link--is-contact {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_contact_blue.svg');
  background-position: 0% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-direct-link__link.c-direct-link__link--is-contact:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_contact_green.svg');
}

.c-direct-link__link.c-direct-link__link--is-quiz {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_quiz_blue.svg');
  background-position: 0px 5px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-direct-link__link.c-direct-link__link--is-quiz:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/a-tango_icon_quiz_green.svg');
}

.c-news-feed__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-left: -100px;
  padding: 20px 20px 20px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(139, 209, 219, 0.2);
  font-size: 1rem;
}

.c-news-feed__img {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

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

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

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

.c-news-feed__copy {
  width: 100%;
}

.c-news-feed__link {
  width: 100%;
  margin-top: 10px;
  padding-left: 30px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_blue.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-weight: 600;
}

.c-news-feed__link:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_red.svg');
}

.c-news-feed__date {
  width: 100%;
  margin-bottom: 10px;
  color: #133163;
  font-size: 0.8rem;
  text-align: right;
}

.l-centered-content {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}

.c-news-tile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.g-btn {
  display: inline-block;
  margin: 20px 5px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #133163;
  -webkit-transition: margin-right 400ms cubic-bezier(.755, .05, .855, .06), color 400ms ease, background-color 400ms ease, opacity 400ms ease;
  transition: margin-right 400ms cubic-bezier(.755, .05, .855, .06), color 400ms ease, background-color 400ms ease, opacity 400ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.g-btn:hover {
  padding-right: 60px;
  background-color: #e50064;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_white.svg');
  background-position: 90% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
}

.c-header-text {
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.c-header__btn {
  position: absolute;
  left: 80px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 2;
  display: none;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_arrow-down_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-header__btn:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_arrow-down_red.svg');
}

.c-link-tile__body {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: #b4c801;
  color: #fff;
}

.c-social-media {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.c-footer-list__link {
  color: #fff;
}

.c-footer-list__link:hover {
  color: #8bd1db;
}

.c-member-group__heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bde6ef;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.g-accordion__title {
  width: 100%;
  margin-top: -20px;
  color: #8bd1db;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
}

.g-accordion__btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #133163;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.g-accordion__btn.g-accordion__btn--is-close {
  background-color: #e50064;
}

.g-accordion__header {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 60px 40px 80px;
  background-color: #fff;
  cursor: pointer;
}

.g-accordion__header.g-accordion__header--has-bg-color {
  background-color: rgba(139, 209, 219, 0.2);
  color: #133163;
}

.g-accordion__heading {
  width: 100%;
  margin-top: 0px;
  padding-left: 30px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_blue.svg');
  background-position: 0px 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
}

.g-accordion__text {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 30px;
}

.g-accordion__text.g-accordion__text--has-bullet {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_bullet.svg');
  background-position: 0px 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  font-weight: 600;
}

.g-accordion__flag {
  position: absolute;
  left: 35px;
  top: -40px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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-radius: 50%;
  background-color: #133163;
  color: #fff;
  font-weight: 700;
}

.g-accordion__flag.g-accordion__flag--has-icon-info {
  background-color: #bde6ef;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_doc_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.g-accordion__flag.g-accordion__flag--has-icon-wp {
  background-color: #8bd1db;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_work-package_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.g-accordion__content {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 60px 40px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #bde6ef;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.c-div-table__header {
  border-bottom: 1px solid #133163;
  font-weight: 700;
  text-transform: uppercase;
}

.c-learning-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-radius: 10px;
  font-weight: 400;
  text-decoration: none;
}

.c-learning-module.c-learning-module--is-video {
  margin-bottom: 20px;
}

.c-learning-module__preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-learning-module__heading {
  width: 100%;
}

.c-learning-module__description {
  width: 100%;
  min-height: 200px;
  margin-left: -100px;
  padding: 20px 40px 20px 140px;
  background-color: rgba(139, 209, 219, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.c-learning-module__description.c-learning-module__description--is-youtube {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.c-learning-module__text {
  color: #333;
}

.g-list__link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.g-list__link.g-list__link--has-icon-download {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_download_blue.svg');
  background-position: 0px 0px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.g-list__link.g-list__link--has-icon-download:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_download_red.svg');
}

.g-list__link.g-list__link--has-icon-link {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_link_blue.svg');
  background-position: 0px 2px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.g-list__link.g-list__link--has-icon-link:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_link_red.svg');
}

.g-list__link.g-list__link--has-icon-external-link {
  padding-top: 10px;
  padding-left: 80px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_external-link_blue.svg');
  background-position: 0px 2px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.g-list__link.g-list__link--has-icon-external-link:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_external-link_red.svg');
}

.g-list__link.g-list__link--has-icon-publication {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_publication_blue-.svg');
  background-position: 0% 0%;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.g-list__link.g-list__link--has-icon-publication:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_publication_red.svg');
}

.l-article {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1400px;
  margin: -80px auto;
  padding-right: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  background-color: #fff;
}

.c-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 20px;
  -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;
}

.c-teaser-text__text {
  font-size: 1.2rem;
}

.c-news-tile__label {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #133163;
  color: #fff;
}

.c-news-tile__label.c-news-tile__label--is-event {
  background-color: #e50064;
}

.c-news-tile__label.c-news-tile__label--is-twitter {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #50abf1;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/sm-x-logo-white.svg');
  background-position: 10px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-twitter-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.c-fact-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  border-bottom: 1px solid #bde6ef;
}

.c-fact-list {
  width: 100%;
}

.c-fact-list__text {
  width: 50%;
  margin-bottom: 10px;
  color: #133163;
  text-transform: uppercase;
}

.c-fact-list__text:hover {
  color: #e50064;
}

.c-fact-list__text.c-fact-list__text--is-large {
  margin-bottom: 0px;
  color: #e50064;
  font-size: 3rem;
  text-align: right;
  text-transform: capitalize;
}

.c-fact-list__text.c-fact-list__text--is-contact {
  text-align: right;
  text-transform: none;
}

.c-fact-list__text.c-fact-list__text--is-country {
  color: #8b003b;
  text-align: right;
}

.c-fact-list__text.c-fact-list__text--has-bullet {
  padding-left: 35px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_blue.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-fact-list__text.c-fact-list__text--has-bullet:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_red.svg');
}

.c-footer__heading {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.c-subpage-header__title {
  display: inline;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 60px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_white.svg');
  background-position: 0% 8px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 3rem;
  text-align: right;
  text-transform: uppercase;
}

.c-subpage-header__text {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: right;
}

.c-subpage-header__tagline {
  width: 100%;
  margin-top: 10px;
  padding-right: 5px;
  color: #133163;
}

.c-subpage-header__tagline.c-subpage-header__tagline--is-light-blue {
  color: #bde6ef;
}

.c-sidebar__keyline {
  width: 100%;
  color: #8b003b;
  font-size: 2rem;
  line-height: 1.2;
}

.c-sidebar__visual {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.c-sidebar__visual.c-sidebar__visual--is-placeholder {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -10px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fact-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image {
  width: 100%;
  height: 100%;
}

.c-content__heading {
  width: 100%;
  line-height: 1.2;
}

.c-learning-module__link {
  margin-top: 20px;
  padding-left: 30px;
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_blue.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #133163;
  font-weight: 600;
}

.c-learning-module__link:hover {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_ray-arrow-right_red.svg');
}

.m-youtube-embed {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-register__action {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  text-transform: none;
}

.c-register__action.c-register__action--is-open-soon {
  background-color: #133163;
}

.c-register__action.c-register__action--is-open {
  background-color: #8bd1db;
  color: #fff;
  cursor: pointer;
}

.c-register__action.c-register__action--is-closed {
  background-color: #e50064;
}

.c-register__title.c-register__title--is-date {
  margin-bottom: 10px;
  font-weight: 400;
}

.c-div-table {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #133163;
}

.c-div-table.c-div-table--has-additional-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.c-div-table__row:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.c-div-table__row.c-div-table__row--has-no-divider {
  border-bottom-style: none;
}

.m-map_cohorts {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #bde6ef;
}

.c-sidebar__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.c-sidebar__icon.c-sidebar__icon--is-download {
  background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_download_blue.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .c-navbar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-navbar__btn {
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_menu_blue.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .c-navbar__btn:hover {
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_menu_red.svg');
  }

  .c-navbar__btn.w--open {
    background-color: transparent;
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_menu_red.svg');
  }

  .c-menu-container {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    margin-bottom: 0px;
    padding: 140px 40px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #bde6ef;
    font-weight: 600;
  }

  .c-content__text {
    padding: 20px 0px;
  }

  .c-content__text.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 #8bd1db;
  }

  .c-main-menu-dropdown__toggle {
    width: 100%;
    padding-left: 0px;
    font-size: 1.5rem;
  }

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

  .c-main-menu-dropdown__toggle:focus {
    color: #e50064;
  }

  .c-acknowledgement__text {
    margin-top: 20px;
    margin-left: 0px;
  }

  .l-main-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-main-content.l-main-content--has-bg-img {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: 1200px 1200px;
  }

  .l-section {
    padding-bottom: 0px;
  }

  .l-content__col.l-content__col--is-narrow-left {
    width: 100%;
  }

  .l-content__col.l-content__col--is-wide {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-content__col.l-content__col--is-full-span {
    width: 100%;
  }

  .c-news-tile__body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-main-menu-dropdown__link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-main-menu-dropdown__list.w--open {
    position: relative;
    top: 0px;
    background-color: transparent;
  }

  .c-meta-menu {
    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%;
    margin-left: 0px;
    padding-left: 50px;
    font-size: 1.5rem;
  }

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

  .c-meta-menu__link:focus {
    color: #e50064;
  }

  .c-meta-menu__link.c-meta-menu__link--is-search {
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_search_white.svg');
    background-position: 0% 50%;
    background-size: 40px;
  }

  .c-meta-menu__link.c-meta-menu__link--is-login {
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_login_white.svg');
    background-position: 0% 50%;
    background-size: 40px 40px;
  }

  .c-meta-menu__link.c-meta-menu__link--is-contact {
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_contact_white.svg');
    background-position: 0% 50%;
    background-size: 40px 40px;
  }

  .c-meta-menu-overlay__icon {
    margin-left: 0px;
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/eat_icon_search-purple.svg');
  }

  .c-meta-menu-overlay__icon.c-meta-menu-overlay__icon--is-close {
    top: 40px;
  }

  .c-main-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-content__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .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;
  }

  .m-subpage-header__img {
    padding-right: 60px;
    padding-left: 60px;
  }

  .m-subpage-header__img.m-subpage-header__img--is-about {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-breadcrumb__list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-breadcrumb__item {
    margin-left: 0px;
  }

  .l-breadcrumb {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-sidebar__link {
    margin-top: 20px;
  }

  .c-member__text {
    margin-top: 0px;
  }

  .c-member__description {
    min-height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-content__caption {
    margin-bottom: 0px;
  }

  .c-social-media__link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
  }

  .c-direct-link {
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
  }

  .c-footer-tile-container {
    max-width: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-footer-tile {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .c-footer-tile__body {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-news-tile__img {
    height: 200px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-news-tile {
    padding-right: 5px;
    padding-left: 5px;
  }

  .c-news-tile__subheading {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .c-direct-link__heading {
    text-align: center;
  }

  .c-direct-link__item {
    border-bottom: 1px solid #fff;
  }

  .c-header-text__keyline {
    margin-bottom: 0px;
    font-size: 4vw;
  }

  .l-header-container {
    height: 600px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
    -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;
  }

  .l-header {
    height: auto;
  }

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

  .c-teaser-container {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c-teaser-figure {
    width: 100%;
  }

  .c-teaser-text {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 40px;
  }

  .c-teaser-text.c-teaser-text--is-right-justified {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-teaser-text.c-teaser-text--is-left-justified {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-teaser-text.c-teaser-text--is-centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-teaser-text__heading {
    font-size: 1.5rem;
  }

  .c-teaser-text__body {
    width: 100%;
    max-width: none;
  }

  .c-news-feed__heading {
    line-height: 1.2;
  }

  .l-centered-content {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .c-header__btn {
    display: none;
  }

  .c-header__btn.w--current {
    display: none;
  }

  .c-social-media {
    margin-right: -5px;
    margin-left: -5px;
  }

  .l-article {
    padding-bottom: 40px;
  }

  .c-sidebar {
    margin-bottom: 0px;
    padding: 0px;
  }

  .c-sidebar.c-sidebar--has-heading-icon {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-subpage-header__text {
    max-width: none;
  }

  .c-sidebar__keyline {
    font-size: 1.5rem;
  }

  .c-sidebar__visual.c-sidebar__visual--is-placeholder {
    margin-right: auto;
    margin-left: auto;
  }

  .m-map_cohorts {
    height: auto;
  }

  .c-sidebar__icon {
    margin-right: 20px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.8rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  p {
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .c-navbar__logo-btn {
    margin-bottom: 10px;
  }

  .c-menu-container {
    padding-top: 100px;
  }

  .c-page-container {
    padding: 30px;
  }

  .c-content__text {
    padding: 0px;
    text-align: left;
  }

  .c-main-menu-dropdown__toggle {
    font-size: 1.2rem;
  }

  .c-acknowledgement__link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .c-acknowledgement__text {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .l-main-content.l-main-content--has-bg-img {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 60%;
    background-size: 800px 800px;
  }

  .l-content__col.l-content__col--is-narrow-left {
    width: 100%;
  }

  .l-content__col.l-content__col--is-wide {
    width: 100%;
  }

  .c-content__visual {
    height: 400px;
  }

  .c-news-tile__body {
    margin-bottom: 10px;
    padding-bottom: 40px;
  }

  .c-main-menu-dropdown__link {
    font-size: 1rem;
  }

  .c-main-menu-dropdown__link.w--current {
    font-size: 1rem;
  }

  .c-main-menu-dropdown__list.w--open {
    padding-top: 10px;
  }

  .c-meta-menu {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-meta-menu__link {
    font-size: 1.2rem;
  }

  .l-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c-direct-link__text {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .c-search__input-field {
    font-size: 2rem;
  }

  .c-form__input-field {
    border-radius: 0px;
  }

  .c-form__label {
    font-size: 0.8rem;
  }

  .c-form {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m-subpage-header__img {
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-subpage-header {
    height: 320px;
  }

  .c-breadcrumb__item {
    margin-right: 5px;
  }

  .c-breadcrumb__link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-breadcrumb__link.c-breadcrumb__link--is-current {
    background-position: 0% 2px;
  }

  .c-div-table__cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-div-table__cell.c-div-table__cell--has-action {
    padding-right: 10px;
  }

  .c-div-table__cell.c-div-table__cell--has-title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-div-table__cell.c-div-table__cell--ihas-contact {
    padding-right: 9px;
    padding-left: 9px;
  }

  .c-sidebar__subheading {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .c-sidebar__link {
    margin-top: 5px;
    font-size: 0.8rem;
  }

  .c-sidebar__link.c-sidebar__link--is-external {
    background-position: 0px 2px;
  }

  .c-sidebar__link.c-sidebar__link--is-download {
    margin-top: 40px;
    padding-left: 50px;
    background-size: 40px 40px;
    font-size: 0.8rem;
  }

  .c-sidebar__img {
    margin-right: 20px;
  }

  .g-bullet-list__item {
    padding-left: 20px;
    background-position: 0px 4px;
    background-size: 12px 12px;
    font-size: 0.8rem;
  }

  .g-bullet-list {
    font-size: 0.8rem;
  }

  .c-member {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-member__img {
    width: 140px;
    height: 140px;
  }

  .c-member__heading {
    font-size: 1rem;
  }

  .c-member__subline {
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .c-member__description {
    padding-right: 20px;
    padding-left: 20px;
  }

  .g-list {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .c-dropdown-list__link {
    padding-left: 20px;
    background-position: 0px 7px;
    background-size: 10px 10px;
  }

  .c-dropdown-list__heading {
    margin-bottom: 10px;
  }

  .c-content__caption {
    padding: 20px;
    text-align: left;
  }

  .c-direct-link {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .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__body {
    padding: 20px;
    border-left-style: none;
    text-align: center;
  }

  .c-news-tile__img {
    height: 200px;
  }

  .c-news-tile__text {
    font-size: 0.8rem;
  }

  .c-news-tile {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .c-top-btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }

  .c-direct-link__heading {
    margin-bottom: 10px;
  }

  .c-direct-link__list {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .c-direct-link__item {
    margin-bottom: 5px;
  }

  .l-header-container {
    height: 400px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-acknowledgement {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-news-tile__link {
    padding-left: 25px;
    background-size: 15px 15px;
    font-size: 0.8rem;
  }

  .c-teaser-figure {
    width: 100%;
    min-height: 300px;
  }

  .c-teaser-text {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .c-teaser-text.c-teaser-text--is-right-justified {
    margin-bottom: 0px;
  }

  .c-teaser-figure__img {
    width: 400px;
    height: 400px;
  }

  .c-direct-link__link {
    padding-left: 40px;
  }

  .c-direct-link__link.c-direct-link__link--is-members {
    background-size: 20px 20px;
  }

  .c-direct-link__link.c-direct-link__link--is-workpackage {
    background-size: 20px 20px;
  }

  .c-direct-link__link.c-direct-link__link--is-publications {
    background-size: 20px 20px;
  }

  .c-direct-link__link.c-direct-link__link--is-downloads {
    background-size: 20px 20px;
  }

  .c-direct-link__link.c-direct-link__link--is-contact {
    background-size: 20px 20px;
  }

  .c-direct-link__link.c-direct-link__link--is-quiz {
    background-position: 0% 50%;
    background-size: 20px 20px;
  }

  .c-news-feed__text {
    min-height: auto;
    padding-bottom: 20px;
    padding-left: 120px;
    font-size: 0.8rem;
  }

  .c-news-feed__img {
    width: 120px;
    height: 120px;
  }

  .c-news-feed__heading {
    font-size: 1rem;
  }

  .c-news-feed__link {
    padding-left: 25px;
    background-position: 0px 0px;
    background-size: 15px 15px;
    font-size: 0.8rem;
  }

  .c-news-tile-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-header-text {
    right: 20px;
  }

  .c-header__btn.w--current {
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }

  .c-footer-list__link {
    font-size: 0.8rem;
  }

  .c-member-group__heading {
    margin-bottom: 20px;
    background-position: 0% -2px;
    font-size: 1rem;
  }

  .g-accordion__title {
    margin-top: 0px;
  }

  .g-accordion__header {
    padding: 30px 20px 70px;
    font-size: 0.8rem;
  }

  .g-accordion__heading {
    margin-bottom: 0px;
    font-size: 1rem;
  }

  .g-accordion__text {
    font-size: 0.8rem;
  }

  .g-accordion__flag {
    left: 20px;
    top: -30px;
    width: 60px;
    height: 60px;
  }

  .g-accordion__content {
    padding: 40px 20px 20px;
  }

  .c-learning-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-learning-module__preview.c-learning-module__preview--is-placeholder {
    margin-right: auto;
    margin-left: auto;
  }

  .c-learning-module__description {
    margin-top: -100px;
    margin-left: 0px;
    padding-top: 120px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8rem;
  }

  .c-learning-module__description.c-learning-module__description--is-youtube {
    margin-top: 0px;
    padding-top: 0px;
  }

  .c-learning-module__text {
    width: 100%;
  }

  .g-list__link {
    padding-left: 50px;
    font-size: 0.8rem;
  }

  .g-list__link.g-list__link--has-icon-download {
    padding-left: 50px;
    background-size: 40px 40px;
    font-size: 0.8rem;
  }

  .g-list__link.g-list__link--has-icon-link {
    padding-left: 50px;
    background-size: 40px;
  }

  .g-list__link.g-list__link--has-icon-external-link {
    padding-left: 50px;
    background-size: 40px 40px;
  }

  .g-list__link.g-list__link--has-icon-publication {
    background-size: 40px 40px;
  }

  .c-sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-teaser-text__text {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .c-fact-list__text {
    font-size: 0.8rem;
  }

  .c-fact-list__text.c-fact-list__text--is-large {
    font-size: 2rem;
  }

  .c-fact-list__text.c-fact-list__text--has-bullet {
    padding-left: 25px;
    background-position: 0px 0px;
    background-size: 15px;
  }

  .c-subpage-header__title {
    padding-left: 50px;
    background-position: 0% 0px;
    font-size: 2rem;
  }

  .c-subpage-header__tagline {
    margin-top: 0px;
  }

  .c-sidebar__visual.c-sidebar__visual--is-placeholder {
    margin-bottom: 20px;
  }

  .c-learning-module__link {
    padding-left: 25px;
    background-position: 0px 0px;
    background-size: 15px 15px;
    font-size: 0.8rem;
  }

  .c-div-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-register__link {
    font-size: 0.8rem;
  }

  .c-sidebar__icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .c-navbar__logo-btn {
    width: 150px;
  }

  .c-navbar {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .c-navbar__btn {
    width: 30px;
    height: 30px;
  }

  .c-menu-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .c-content__text {
    padding: 0px;
  }

  .c-footer-list {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .l-main-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-main-content.l-main-content--has-bg-img {
    padding-right: 0px;
    padding-left: 0px;
  }

  .l-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-content__visual {
    height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-meta-menu-overlay__icon.c-meta-menu-overlay__icon--is-close {
    right: 20px;
  }

  .l-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c-meta-menu-overlay {
    padding: 20px;
  }

  .c-search__input-field {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-form__label {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .c-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-subpage-header__img.m-subpage-header__img--is-about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-breadcrumb__item {
    margin-right: 5px;
  }

  .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-sidebar__img {
    margin-bottom: 20px;
  }

  .c-member {
    -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;
  }

  .c-member__img {
    margin-bottom: 2px;
  }

  .c-member__text {
    margin-bottom: 10px;
  }

  .c-member__description {
    min-height: auto;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .c-dropdown__toggle {
    padding-left: 40px;
    background-position: 10px 9px;
    font-size: 0.8rem;
  }

  .c-direct-link {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
  }

  .c-footer-tile {
    width: 100%;
  }

  .c-footer-tile__body {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .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 {
    width: 100%;
  }

  .c-news-tile__subheading {
    font-size: 0.9rem;
  }

  .c-direct-link__list {
    margin-top: 0px;
  }

  .c-header-text__keyline {
    font-size: 5vw;
  }

  .l-header-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-news-tile__link {
    margin-bottom: 10px;
    padding-left: 25px;
    background-position: 0px 0px;
    background-size: 15px 15px;
    font-size: 0.8rem;
  }

  .c-teaser-figure {
    width: 100%;
    height: 240px;
    min-height: auto;
  }

  .c-teaser-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-teaser-text__heading {
    font-size: 1.2rem;
  }

  .c-teaser-figure__img {
    width: 240px;
    height: 240px;
  }

  .c-direct-link__link {
    padding-left: 40px;
  }

  .c-news-feed__text {
    margin-top: -60px;
    margin-left: 0px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .c-news-feed__img.c-news-feed__img--is--placeholder {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .c-news-feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .g-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .g-accordion__title {
    font-size: 1.5rem;
  }

  .g-accordion__heading {
    padding-left: 20px;
    background-size: 12px 12px;
    font-size: 0.8rem;
  }

  .g-accordion__text {
    padding-left: 20px;
  }

  .c-learning-module {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-learning-module__preview {
    width: 140px;
    height: 140px;
  }

  .c-learning-module__description {
    margin-top: -70px;
    padding-top: 80px;
  }

  .l-article {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .c-fact-list__text.c-fact-list__text--is-large {
    font-size: 1.5rem;
  }

  .c-div-table {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-div-table.c-div-table--has-additional-margin {
    width: 200%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .c-sidebar__icon {
    margin-right: 10px;
  }
}

.news-box {
    position: relative;
    width: 100%;
	height: auto;
}

.news-box-content {
    display: flex;
    flex-direction: column;
    transition: opacity 1s ease-in-out; /* Für die Fade-Animation */
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.news-box-item {
    margin-bottom: 20px;
    display: none; /* Start mit ausgeblendeten Posts */
    opacity: 0; /* Start mit unsichtbaren Posts */
    transition: opacity 1s ease-in-out; /* Faded Übergang für jedes Post */
}

.news-box-item h2 {
    font-size: 18px;
}

.news-box-item p {
    font-size: 14px;
    color: #666;
}

#prev-news, #next-news {
 margin-bottom: 10%; 
}

