body {
  background-color: #fff;
  font-family: 'Bariol webfont', sans-serif;
  color: #222;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #3b2781;
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3b2781;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}

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

a {
  display: block;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b2781;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

a:hover {
  color: #f9bd00;
}

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

li {
  width: 100%;
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  color: #3b2781;
  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: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px 10px 10px 0px;
  background-color: #fff;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_logo.svg');
  background-position: 50% 50%;
  background-size: 180px;
  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;
  -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;
}

.c-navbar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 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;
  background-color: transparent;
}

.c-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.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: #3b2781;
  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: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.c-footer-list__item {
  display: inline-block;
  width: 100%;
}

.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-right: 40px;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: left;
}

.m-acknowledgement__img {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  border-radius: 50%;
  background-color: #164194;
}

.l-main-content {
  position: relative;
  overflow: visible;
  background-color: #fff;
}

.l-main-content.l-main-content--has-bg-color {
  background-color: rgba(59, 39, 129, 0.1);
}

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

.l-section.l-section--has-bg-img {
  color: #fff;
}

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

.c-news-tile-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 39, 129, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.c-news-tile-content.c-news-tile__body--has-twitter-embed {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: none;
  background-color: rgba(100, 190, 210, 0.2);
}

.c-main-menu-dropdown__link {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

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

.c-main-menu-dropdown__list.w--open {
  left: 0%;
  top: 60px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #3b2781;
  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;
}

.c-meta-menu-item__link {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b2781;
  font-weight: 700;
  text-transform: none;
}

.c-meta-menu-item__link.w--current {
  color: #f9bd00;
}

.c-meta-menu-item__link.c-meta-menu-item__link--is-search {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_search_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-meta-menu-item__link.c-meta-menu-item__link--is-search:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_search_yellow.svg');
}

.c-meta-menu-item__link.c-meta-menu-item__link--is-login {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_login_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-meta-menu-item__link.c-meta-menu-item__link--is-login:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_login_yellow.svg');
}

.c-meta-menu-item__link.c-meta-menu-item__link--is-contact {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_contact_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-meta-menu-item__link.c-meta-menu-item__link--is-contact:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_contact_yellow.svg');
}

.c-meta-menu-overlay__icon {
  position: absolute;
  left: auto;
  top: 60px;
  right: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1.5rem;
  cursor: pointer;
}

.c-meta-menu-overlay__icon:hover {
  color: #f9bd00;
}

.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-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: #3b2781;
  box-shadow: -20px 0 40px -20px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.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('//family-project.eu/wp-content/themes/family/images/family_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: #f9bd00;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_search_yellow.svg');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #f9bd00;
}

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

.c-form__input-field {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(59, 39, 129, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #3b2781;
  font-size: 1.2rem;
}

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

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

.c-form__input-field::-webkit-input-placeholder {
  color: rgba(59, 39, 129, 0.5);
}

.c-form__input-field:-ms-input-placeholder {
  color: rgba(59, 39, 129, 0.5);
}

.c-form__input-field::-ms-input-placeholder {
  color: rgba(59, 39, 129, 0.5);
}

.c-form__input-field::placeholder {
  color: rgba(59, 39, 129, 0.5);
}

.c-form__input-field.c-form-__input-field--is-overlay {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 400ms ease;
  transition: border-color 200ms ease, background-color 400ms ease;
  color: #fff;
}

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

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

.c-form__input-field.c-form-__input-field--is-overlay::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.c-form__input-field.c-form-__input-field--is-overlay:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.c-form__input-field.c-form-__input-field--is-overlay::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.c-form__input-field.c-form-__input-field--is-overlay::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.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-weight: 700;
}

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

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

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

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

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

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

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

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

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

.m-subpage-header__img {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.m-subpage-header__img.m-subpage-header__img--is-about {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_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('//family-project.eu/wp-content/themes/family/images/family_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('//family-project.eu/wp-content/themes/family/images/family_visual_header_research.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-subpage-header__img.m-subpage-header__img--is-newsroom {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_header_newsroom.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('//family-project.eu/wp-content/themes/family/images/family_visual_header_login.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-subpage-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  -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-top: 0px;
  margin-bottom: 0px;
}

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

.c-breadcrumb__link {
  display: inline-block;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.c-breadcrumb__link.c-breadcrumb__link--is-current {
  padding-left: 20px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_bullet_blue.svg');
  background-position: 0% 12px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  font-weight: 700;
}

.c-breadcrumb__link.c-breadcrumb__link--is-current:hover {
  color: #3b2781;
}

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

.l-breadcrumb {
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: -20px;
  margin-left: auto;
  padding: 15px 40px 10px;
}

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

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

.g-text-link.g-text-link--is-external-ref {
  padding-left: 30px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_blue.svg');
  background-position: 0% 0%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.g-text-link.g-text-link--is-external-ref:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_yellow.svg');
}

.c-contact__subheading {
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.c-contact__link.c-contact__link--is-external-ref {
  width: 100%;
  margin-top: 20px;
  padding-left: 25px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_blue.svg');
  background-position: 0px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-contact__link.c-contact__link--is-external-ref:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_yellow.svg');
}

.c-contact__text {
  width: 100%;
}

.g-bullet-list__item {
  width: 100%;
  padding-left: 30px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right_blue.svg');
  background-position: 0px 4px;
  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-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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('//family-project.eu/wp-content/themes/family/images/family_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.c-member__img.c-member__img--is-miriam-simon {
  background-image: url('//family-project.eu/wp-content/themes/family/images/concentris_vanessa-koehler.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.c-member__img.c-member__img--is-neeltje-van-haren {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_scientific-coordination_neeltje-van-haren.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member__img.c-member__img--is-juliane-dittrich {
  background-image: url('//family-project.eu/wp-content/themes/family/images/concentris_juliane-dittrich.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member__img.c-member__img--is-veronika-picmanova {
  background-image: url('//family-project.eu/wp-content/themes/family/images/concentris_veronika-picmanova.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member-contact__heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-member-contact__subline {
  width: 100%;
  margin-bottom: 10px;
  color: #3b2781;
}

.c-member-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-left: 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;
}

.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-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('//family-project.eu/wp-content/themes/family/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-linked-in {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_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('//family-project.eu/wp-content/themes/family/images/family_icon_sm_youtube.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('//family-project.eu/wp-content/themes/family/images/family_icon_sm_instagram_blue.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  border: 3px solid;
  border-color: #19c3f5;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-instagram:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_sm_instagram_dark-blue.svg');
  background-color: #fff;
  border-color: darkblue;
}

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

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

.l-footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  -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;
}

.l-footer-col.l-footer-col--is-1-6 {
  width: 16.666666666666668%;
  padding-right: 40px;
  padding-left: 40px;
}

.m-contact__logo--is-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-header__img {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin-bottom: 20px;
}

.c-news-tile-header__img.c-news-tile-header__img--is-placeholder {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-news-tile-header__img.c-news-tile__img--is-news {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_news-topic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.c-news-tile-teaser__subheading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #3b2781;
}

.c-news-tile-footer__date {
  margin-bottom: 10px;
  color: #3b2781;
  font-size: 1rem;
  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('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-up_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-top-btn:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-up_yellow.svg');
}

.c-header__keyline {
  position: relative;
  bottom: 80px;
  z-index: 1;
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 40px;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(249, 189, 0, 0.9);
  font-size: 3rem;
  line-height: 1.2;
}

.m-header__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_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;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.l-header {
  position: relative;
  overflow: visible;
  height: 100vh;
}

.c-acknowledgement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-news-tile-footer__link {
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right-turn_blue.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-news-tile-footer__link:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right-turn_yellow.svg');
}

.l-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.l-row.l-row--has-no-bg-color {
  background-color: transparent;
}

.c-visual-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -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;
  align-self: center;
  border-radius: 10px;
  box-shadow: none;
}

.c-visual-content.c-visual-content--is-aligned-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.c-visual-content.c-visual-content--is-aligned-left {
  margin-bottom: 40px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.c-visual-content.c-visual-content--is-small-left-aligned {
  display: none;
  width: 50%;
  height: 400px;
  margin-bottom: 40px;
  margin-left: 80px;
}

.c-textual-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.c-textual-content.c-textual-content--is-about {
  padding: 80px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(59, 39, 129, 0.1);
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-textual-content.c-textual-content--is-impact {
  padding-right: 20px;
  padding-left: 20px;
}

.c-textual-content__heading {
  width: 100%;
  color: #3b2781;
  font-size: 3rem;
}

.l-content-container {
  position: relative;
  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, .wp-element-button {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #3b2781;
  -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, .wp-element-button:hover {
  padding-right: 60px;
  background-color: #f9bd00;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right_blue.svg');
  background-position: 90% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #3b2781;
  font-weight: 700;
}

.g-btn.g-btn--is-yellow {
  background-color: #f9bd00;
  color: #3b2781;
}

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

.c-header__btn:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-down_yellow.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

.c-member-category__heading {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  text-transform: uppercase;
}

.g-accordion__btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  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: #3b2781;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.g-accordion__btn.g-accordion__btn--is-close {
  background-color: #f9bd00;
  color: #3b2781;
}

.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 {
  border-radius: 10px;
  background-color: rgba(249, 189, 0, 0.2);
  color: #3b2781;
}

.g-accordion__heading {
  width: 100%;
  margin-top: 0px;
}

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

.g-accordion__flag {
  position: absolute;
  left: 0px;
  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: #f9bd00;
  font-size: 1.5rem;
  font-weight: 700;
}

.g-accordion__content {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(249, 189, 0, 0.5);
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

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

.l-article {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
}

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

.c-news-tile-header__label {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  color: #3b2781;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-news-tile-header__label.c-news-tile__label--is-twitter {
  padding-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('//family-project.eu/wp-content/themes/family/images/sm-x-logo-white.svg');
  background-position: 0px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-data-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(59, 39, 129, 0.2);
}

.c-data-list__item.c-data-list__item--is-emphasized {
  background-color: rgba(249, 189, 0, 0.2);
}

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

.c-data-list__text {
  width: 50%;
  text-transform: uppercase;
}

.c-data-list__text.c-data-list__text--is-description {
  font-weight: 400;
  text-transform: none;
}

.c-data-list__text.c-data-list__text--is-category {
  padding-right: 20px;
  font-weight: 700;
}

.c-subpage-header-insert__title {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-subpage-header-insert {
  max-width: 75%;
  margin-bottom: 40px;
  padding: 20px 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(249, 189, 0, 0.9);
}

.c-subpage-header-insert__subtitle {
  width: 100%;
  color: #3b2781;
}

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

.c-sidebar__keyline {
  width: 100%;
  color: #64bed2;
  font-size: 2rem;
}

.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('//family-project.eu/wp-content/themes/family/images/family_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.c-register__action.c-register__action--is-soon {
  background-color: #3b2781;
}

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

.c-register__action.c-register__action--is-closed {
  background-color: #f9bd00;
  color: #3b2781;
}

.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: #3b2781;
}

.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 rgba(59, 39, 129, 0.2);
}

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

.c-register__link {
  margin-top: 10px;
  font-size: 1rem;
}

.c-section-category {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 40px;
}

.c-section-category__heading {
  margin-bottom: 0px;
  color: #3b2781;
}

.c-section-category__heading.c-section-category__heading--is-2-3-width {
  width: 66.66666666666667%;
}

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

.c-news-tile-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 20px;
  padding-left: 20px;
}

.l-col {
  position: relative;
  width: 50%;
}

.l-col.l-col--is-1-3 {
  width: 33.333333333333336%;
}

.l-col.l-col--is-2-3 {
  width: 66.66666666666667%;
}

.l-col.l-col--is-1-1 {
  width: 100%;
}

.c-theme-tile__label {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px 10px 10px 0px;
  background-color: #64bed2;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.c-theme-tile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.c-theme-tile__img {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0px 0px;
}

.c-theme-tile__img.c-theme-tile__img--is-topic-01 {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_theme-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-theme-tile__img.c-theme-tile__img--is-topic-02 {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_theme-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-theme-tile__img.c-theme-tile__img--is-topic-03 {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_theme-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-theme-tile__text {
  width: 100%;
  padding: 60px 20px 20px;
}

.c-theme-tile__heading {
  color: #3b2781;
}

.c-theme-tile-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 39, 129, 0.2);
  border-radius: 10px;
}

.c-theme-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-section-category__subheading.c-section-category__subheading--is-yellow {
  color: #f9bd00;
}

.l-footer-container {
  position: relative;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
}

.c-section__bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.c-section__bg-img.c-section__bg-img--is-impact {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_impact-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.c-meta-menu-item__label {
  display: none;
}

.m-visual-content__img {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-visual-content__img.m-visual-content__img--is-key-facts {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_key-facts.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-visual-content__img.m-visual-content__img--is-our-vision {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_our-vision.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-visual-content__img.m-visual-content__img--is-erasmus-mc {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_about-erasmus-mc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-visual-content__img.m-visual-content__img--is-about {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_about.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-visual-content__img.m-visual-content__img--is-why-it-matters {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_why-it-matters.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-visual-content__img.m-visual-content__img--is-summary {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_research_summary.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-visual-content__img.m-visual-content__img--is-our-vision-neuroscientific {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_our-vision-neuroscientific.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-sidebar-menu__title {
  margin-bottom: 20px;
  color: #64bed2;
  text-transform: uppercase;
}

.c-sidebar-menu__link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(100, 190, 210, 0.5);
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right_teal.svg');
  background-position: 100% 15px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #64bed2;
}

.c-sidebar-menu__link:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right_yellow.svg');
}

.c-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -20px 0 40px 0 rgba(0, 0, 0, 0.1);
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.m-map {
  width: 100%;
}

.c-map-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: #3b2781;
}

.c-map-overlay__img {
  width: 75vw;
  height: 90vh;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_map_partners_europe-usa.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-map-overlay__btn {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: hsla(0, 0%, 100%, 0.5);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.c-map-overlay__btn:hover {
  color: #f9bd00;
}

.c-contact {
  margin-top: 100px;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.c-contact__logo {
  width: 75%;
  min-height: 80px;
  margin-bottom: 40px;
}

.c-member-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 39, 129, 0.2);
  border-radius: 10px;
}

.c-member-contact__text-lead {
  display: inline-block;
  width: 60px;
}

.c-visual-content__caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  width: 50%;
  padding: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #3b2781;
  font-size: 1rem;
}

.c-visual-content__caption.c-visual-content__caption--is-right-aligned {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 20px;
  border-radius: 10px 0px 0px 10px;
}

.c-textual-content__subheading {
  margin-bottom: 20px;
  font-weight: 700;
}

.c-link-list__description {
  margin-bottom: 10px;
}

.c-link-list__link.c-link-list__link--is-external-ref {
  padding-left: 30px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_blue.svg');
  background-position: 0px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-link-list__link.c-link-list__link--is-external-ref:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_yellow.svg');
}

.c-link-list__link.c-link-list__link--is-download {
  padding-right: 60px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_download_blue.svg');
  background-position: 100% 0%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-link-list__link.c-link-list__link--is-download:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_download_yellow.svg');
}

.c-link-list__item {
  position: relative;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(59, 39, 129, 0.2);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  cursor: pointer;
}

.c-link-list__item:hover {
  border-bottom-color: #3b2781;
}

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

.c-media-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  cursor: pointer;
}

.c-media-item-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 200px;
  -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-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}

.c-media-item-preview:hover {
  opacity: 1;
}

.c-media-item-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.c-media-item-info__link {
  position: absolute;
  left: 40px;
  top: auto;
  right: 40px;
  bottom: 40px;
  padding-left: 30px;
}

.c-media-item-info__link.c-media-item-info__link--is-external-ref {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_blue.svg');
  background-position: 0px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-media-item-info__link.c-media-item-info__link--is-external-ref:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_yellow.svg');
}

.c-media-item-info__link.c-media-item-info__link--is-internal-ref {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right-turn_blue.svg');
  background-position: 0px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-media-item-info__link.c-media-item-info__link--is-internal-ref:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right-turn_yellow.svg');
}

.c-media-item-info__description {
  width: 100%;
  margin-bottom: 10px;
}

.c-media-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-media-item-preview__img {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-media-item-preview__img.m-media-item-preview__img--is-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-media-item-info__title {
  margin-top: 0px;
}

.c-media-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: rgba(59, 39, 129, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.c-media-item-content:hover {
  background-color: #fff;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}

.m-media-item-preview__btn {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  background-color: #3b2781;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_play_white.svg');
  background-position: 10px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.m-media-item-preview__btn:hover {
  background-color: #f9bd00;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_play_blue.svg');
  color: #3b2781;
}

.c-media-item-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -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: #3b2781;
}

.c-media-item-overlay__btn {
  position: absolute;
  left: auto;
  top: 60px;
  right: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.c-media-item-overlay__btn:hover {
  color: #f9bd00;
}

.c-media-item-overlay__media {
  overflow: hidden;
  width: 75%;
  border-radius: 10px;
  box-shadow: 0 0 60px -30px #000;
}

.c-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: rgba(59, 39, 129, 0.1);
}

.c-news-item-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.m-news-item-preview__img {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.m-news-item-preview__img.m-news-item-preview__img--is-group {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_content_news-topic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-news-item-preview__img.m-news-item-preview__img--is-placeholder {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-news-item-teaser {
  width: 75%;
  min-height: 200px;
  padding-right: 40px;
  padding-left: 40px;
}

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

.c-news-item-teaser__link {
  padding-left: 25px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right-turn_blue.svg');
  background-position: 0px 2px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-news-item-teaser__link:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right-turn_yellow.svg');
  background-position: 0px 2px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-news-item-teaser__post-date {
  margin-bottom: 10px;
  color: #3b2781;
  font-size: 1rem;
}

.c-link-list__title {
  letter-spacing: 0px;
}

.c-press-release {
  width: 100%;
}

.c-press-release__text {
  margin-bottom: 10px;
  color: #222;
  font-weight: 400;
  letter-spacing: 0px;
}

.c-press-release__link {
  padding-right: 40px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_external-link_blue.svg');
  background-position: 100% 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-press-release__title {
  margin-top: 0px;
  letter-spacing: 0px;
}

.c-textual-content__category-heading {
  margin-top: 40px;
  color: #64bed2;
  text-transform: uppercase;
}

.c-register__date {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #3b2781;
  font-size: 1rem;
  font-weight: 400;
}

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

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

.c-dropdown__toggle {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f9bd00;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3b2781;
  font-weight: 700;
}

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

.c-dropdown__toggle.w--open {
  background-color: #f9bd00;
  color: #3b2781;
}

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

.c-dropdown-list__heading {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(59, 39, 129, 0.2);
  font-weight: 700;
}

.c-dropdown-list__link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right_blue.svg');
  background-position: 0px 9px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #3b2781;
}

.c-dropdown-list__link:hover {
  background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_arrow-right_yellow.svg');
}

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

  h2 {
    font-size: 1.5rem;
  }

  a {
    font-size: 1rem;
  }

  .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('//family-project.eu/wp-content/themes/family/images/family_icon_menu_white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }

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

  .c-navbar__btn.w--open {
    background-color: transparent;
    background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_menu_yellow.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: #3b2781;
    font-weight: 600;
  }

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

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

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

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

  .c-acknowledgement__text {
    margin-right: 0px;
  }

  .m-acknowledgement__img {
    margin-right: 0px;
  }

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

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

  .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-item__link {
    width: 50px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
  }

  .c-meta-menu-item__link:hover {
    color: #f9bd00;
  }

  .c-meta-menu-item__link:focus {
    color: #f9bd00;
  }

  .c-meta-menu-item__link.c-meta-menu-item__link--is-search {
    background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_search_blue.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
  }

  .c-meta-menu-item__link.c-meta-menu-item__link--is-login {
    background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_login_blue.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
  }

  .c-meta-menu-item__link.c-meta-menu-item__link--is-contact {
    background-image: url('//family-project.eu/wp-content/themes/family/images/family_icon_contact_blue.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
  }

  .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 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-search__input-field {
    width: 100%;
  }

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

  .c-form__input-field {
    font-size: 1rem;
  }

  .c-form {
    margin-bottom: 40px;
  }

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

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

  .g-text-link.g-text-link--is-external-ref {
    background-position: 0% 1px;
    background-size: 15px 15px;
  }

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

  .c-contact__link.c-contact__link--is-external-ref {
    background-position: 0px 1px;
  }

  .c-member-contact {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer-row {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer-col {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .l-footer-col.l-footer-col--is-1-6 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-news-tile-header__img {
    height: 200px;
  }

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

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

  .c-header__keyline {
    bottom: 40px;
    font-size: 4vw;
  }

  .l-header-container {
    height: 600px;
  }

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

  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-visual-content {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .c-visual-content.c-visual-content--is-aligned-left {
    border-radius: 0px;
  }

  .c-visual-content.c-visual-content--is-small-left-aligned {
    width: 75%;
    height: 300px;
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
  }

  .c-textual-content {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-textual-content.c-textual-content--is-about {
    padding: 40px;
  }

  .c-textual-content.c-textual-content--is-impact {
    padding: 0px;
  }

  .c-textual-content__heading {
    font-size: 1.5rem;
  }

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

  .c-header__btn {
    display: none;
  }

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

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

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

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

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

  .l-col {
    width: 100%;
  }

  .l-col.l-col--is-1-3 {
    width: 100%;
  }

  .l-col.l-col--is-2-3 {
    width: 100%;
  }

  .c-theme-tile__label {
    bottom: -20px;
  }

  .c-theme-tile {
    width: 100%;
    margin-bottom: 20px;
  }

  .c-theme-tile__img {
    width: 300px;
    height: 200px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
  }

  .c-theme-tile__text {
    width: 75%;
    padding-top: 40px;
  }

  .c-theme-tile__heading {
    line-height: 1.2;
  }

  .c-theme-tile-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-footer-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-meta-menu-item__label {
    display: block;
    width: 100%;
    margin-right: 20px;
    color: #fff;
    font-weight: 400;
    text-align: right;
  }

  .c-meta-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .c-sidebar-menu__link {
    background-size: 15px;
  }

  .c-contact {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .c-contact__logo {
    width: 50%;
  }

  .c-visual-content__caption {
    padding-left: 40px;
  }

  .c-link-list__link.c-link-list__link--is-external-ref {
    background-position: 0px 1px;
  }

  .c-media-item {
    width: 50%;
  }

  .c-textual-content__category-heading {
    margin-top: 20px;
  }

  .c-dropdown-list__link {
    background-position: 0px 7px;
  }
}

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

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    margin-bottom: 10px;
  }

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

  p {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }

  ul {
    font-size: 1rem;
  }

  .c-navbar__logo-btn {
    width: 160px;
    height: 70px;
    margin-bottom: 10px;
    background-size: 120px;
  }

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

  .m-acknowledgement__img {
    width: 80px;
    height: 80px;
  }

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

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

  .c-news-tile-content {
    margin-bottom: 10px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-news-tile-content.c-news-tile__body--has-twitter-embed {
    min-height: 400px;
  }

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

  .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% 5px;
  }

  .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-contact__link {
    margin-top: 5px;
  }

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

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

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

  .c-member-contact__heading {
    font-size: 1rem;
  }

  .c-member-contact__subline {
    margin-bottom: 10px;
  }

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

  .g-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .l-footer-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .c-news-tile-header__img {
    width: 200px;
    height: 160px;
    border-radius: 0px 10px 10px 0px;
  }

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

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

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

  .c-header__keyline {
    bottom: 20px;
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 3vw;
  }

  .l-header-container {
    height: 400px;
  }

  .c-news-tile-footer__link {
    padding-left: 25px;
    background-size: 15px 15px;
  }

  .c-visual-content {
    width: 100%;
    height: 400px;
  }

  .c-visual-content.c-visual-content--is-aligned-right {
    height: 300px;
    min-height: auto;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .c-visual-content.c-visual-content--is-small-left-aligned {
    height: 200px;
    margin-left: 0px;
  }

  .c-textual-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-textual-content.c-textual-content--is-about {
    padding: 20px;
  }

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

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

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

  .g-accordion__btn {
    right: 20px;
  }

  .g-accordion__header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .g-accordion__heading {
    font-size: 1rem;
  }

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

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

  .c-news-tile-header__label.c-news-tile__label--is-twitter {
    width: 200px;
  }

  .c-data-list__text.c-data-list__text--is-description {
    width: 100%;
  }

  .c-data-list__text.c-data-list__text--is-category {
    width: 100%;
    margin-bottom: 10px;
  }

  .c-subpage-header-insert__title {
    background-image: none;
    font-size: 1.2rem;
  }

  .c-subpage-header-insert {
    padding: 10px 20px;
  }

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

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

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

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

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

  .c-section-category__heading.c-section-category__heading--is-2-3-width {
    width: 100%;
  }

  .c-news-tile-footer {
    padding-left: 220px;
  }

  .c-theme-tile__label {
    font-size: 1rem;
  }

  .c-theme-tile-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-footer-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-news-tile-teaser {
    padding: 40px 20px 20px;
  }

  .c-sidebar-menu {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-contact {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .c-link-list__link.c-link-list__link--is-download {
    background-size: 15px 15px;
  }

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

  .c-link-list {
    margin-bottom: 20px;
  }

  .c-media-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-media-item-info {
    padding: 20px 20px 60px;
  }

  .c-media-item-info__link {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .c-media-item-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-news-item {
    padding-right: 0px;
  }

  .c-news-item-preview {
    width: 200px;
    height: 160px;
  }

  .c-news-item-teaser {
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

@media screen and (max-width: 479px) {
  .c-navbar {
    padding-right: 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-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-news-tile-content {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-meta-menu-overlay__icon {
    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-meta-menu-overlay.c-meta-menu-overlay--is-login {
    padding-right: 20px;
    padding-left: 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;
  }

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

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

  .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-member {
    margin-bottom: 10px;
    -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-contact__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-member-contact {
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .l-footer-col {
    width: 100%;
  }

  .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-header__img {
    width: 100%;
    height: 200px;
    border-radius: 0px;
  }

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

  .c-header__keyline {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 5.5vw;
  }

  .l-header-container {
    height: 75vh;
  }

  .c-news-tile-footer__link {
    margin-bottom: 10px;
    padding-left: 25px;
    background-position: 0px 0px;
    background-size: 15px 15px;
  }

  .c-visual-content {
    width: 100%;
    height: 300px;
  }

  .c-textual-content__heading {
    font-size: 1.2rem;
  }

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

  .g-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .g-accordion__heading {
    background-image: none;
  }

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

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

  .c-subpage-header-insert__title {
    font-size: 1.2rem;
  }

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

  .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-news-tile-footer {
    padding-left: 20px;
  }

  .c-theme-tile__img {
    width: 100%;
  }

  .c-theme-tile__text {
    width: 100%;
  }

  .c-theme-tile__heading {
    line-height: 1.2;
  }

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

  .l-footer-container {
    padding: 40px 20px;
  }

  .c-news-tile-teaser {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-contact__logo {
    width: 75%;
    margin-bottom: 20px;
  }

  .c-member-category {
    margin-bottom: 10px;
    padding: 10px;
  }

  .c-member-contact__text-lead {
    width: auto;
  }

  .c-visual-content__caption {
    position: relative;
    bottom: auto;
    width: 100%;
    border-radius: 0px;
    background-color: rgba(59, 39, 129, 0.1);
  }

  .c-visual-content__caption.c-visual-content__caption--is-right-aligned {
    bottom: 0px;
  }

  .c-media-item-info__link {
    left: 20px;
    right: 20px;
  }

  .c-news-item {
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-news-item-preview {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .c-news-item-teaser {
    width: 100%;
    padding: 20px;
  }

  .c-dropdown__toggle {
    background-image: none;
  }
}

@font-face {
  font-family: 'Bariol webfont';
  src: url('//family-project.eu/wp-content/themes/family/fonts/bariol_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bariol webfont';
  src: url('//family-project.eu/wp-content/themes/family/fonts/bariol_bold_italic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bariol webfont';
  src: url('//family-project.eu/wp-content/themes/family/fonts/bariol_regular_italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bariol webfont';
  src: url('//family-project.eu/wp-content/themes/family/fonts/bariol_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}