body {
  background-image: -webkit-gradient(linear, left top, right top, from(#00326e), to(#00b1da));
  background-image: linear-gradient(90deg, #00326e, #00b1da);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #00326e;
  font-size: 2rem;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #00326e;
  font-size: 2rem;
  font-weight: 500;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00326e;
  font-size: 1rem;
  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;
  -webkit-transition: opacity 200ms ease, color 400ms ease, background-color 400ms ease, color 200ms ease, opacity 400ms ease;
  transition: opacity 200ms ease, color 400ms ease, background-color 400ms ease, color 200ms ease, opacity 400ms ease;
  color: #00b1da;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #ffc800;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  color: #00326e;
  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: 300px;
  margin-right: 40px;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  -webkit-transition: color 200ms ease, opacity 400ms ease;
  transition: color 200ms ease, opacity 400ms ease;
  text-decoration: none;
}

.c-navbar {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  box-shadow: none;
}

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

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

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

.c-textual-content.c-text-content--has-caption {
  margin-top: -10px;
  padding-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #00326e;
}

.c-textual-content__heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.c-main-menu-dropdown__toggle {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.l-footer {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 600px;
  background-color: #00326e;
  background-image: -webkit-gradient(linear, left top, right top, from(#00326e), to(#00b1da));
  background-image: linear-gradient(90deg, #00326e, #00b1da);
}

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

.c-footer-list__item {
  display: block;
}

.c-footer-tile__link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
}

.c-footer-tile__text {
  width: 100%;
  margin-left: 20px;
  opacity: 0.6;
  color: #fff;
  font-size: 1rem;
}

.c-footer-tile__img {
  width: 60px;
  height: auto;
  border-radius: 0;
  background-color: #164194;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}

.l-main-content {
  position: relative;
  z-index: 1;
  margin-right: 100px;
  margin-left: 100px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 -10px 40px -20px rgba(0, 0, 0, 0.5);
}

.l-main-content.l-main-content--has-top-offset {
  overflow: hidden;
  margin-top: -80px;
}

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

.l-section.l-section--has-bg-color {
  background-color: rgba(0, 50, 110, 0.1);
}

.l-section.l-section--is-hidden {
  display: block;
}

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

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

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

.c-visual-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -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;
  border-radius: 10px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.5);
}

.c-news-tile__body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1rem;
}

.c-main-menu-dropdown__link {
  color: #fff;
  font-weight: 400;
}

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

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

.c-main-menu-dropdown__link.c-main-menu-dropdown__link--is-hidden {
  display: none;
}

.c-main-menu-dropdown__list {
  background-color: #00326e;
}

.c-main-menu-dropdown__list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #00326e;
  line-height: 1;
}

.c-main-menu-dropdown__list.c-main-menu-dropdown__list--is-right-aligned.w--open {
  left: auto;
  top: 60px;
  right: 0px;
  bottom: auto;
}

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

.c-sidebar-popup__icon:hover {
  opacity: 0.8;
}

.c-sidebar-popup__icon.c-sidebar-popup__icon--is-close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/a-tango_icon_close_white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-sidebar-popup__icon.c-sidebar-popup__icon--is-close:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/a-tango_icon_close_green.svg');
}

.c-main-menu {
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.c-slideout {
  position: absolute;
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding: 40px 80px 40px 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;
  border-radius: 30px;
  background-color: #00326e;
  box-shadow: -20px 0 40px -20px rgba(0, 0, 0, 0.5);
}

.c-slideout.c-slideout--is-search {
  top: 90px;
  display: none;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-slideout.c-slideout--is-login {
  top: 160px;
  display: none;
  height: auto;
}

.c-search__input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00326e;
  color: #fff;
  cursor: text;
}

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

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

.c-form__btn:hover {
  background-color: #fff;
  color: #ffc800;
}

.c-form__input-field {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 50, 110, 0.1);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 1rem;
}

.c-form__input-field:hover {
  border-bottom-color: #00b1da;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.2);
}

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

.c-form__input-field::-webkit-input-placeholder {
  color: rgba(0, 50, 110, 0.5);
}

.c-form__input-field:-ms-input-placeholder {
  color: rgba(0, 50, 110, 0.5);
}

.c-form__input-field::-ms-input-placeholder {
  color: rgba(0, 50, 110, 0.5);
}

.c-form__input-field::placeholder {
  color: rgba(0, 50, 110, 0.5);
}

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

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

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

.c-form__input-field.c-form-__input-field--is-overlay::-webkit-input-placeholder, .c-mobile-search .c-mobile-search__input input.c-mobile-search__text::-webkit-input-placeholder,
.c-form__input-field.c-form-__input-field--is-overlay:-ms-input-placeholder, .c-mobile-search .c-mobile-search__input input.c-mobile-search__text::-ms-input-placeholder,
.c-form__input-field.c-form-__input-field--is-overlay::placeholder, .c-mobile-search .c-mobile-search__input input.c-mobile-search__text::placeholder{
  color: #fff;
  opacity: 1;
}
.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__link {
  display: inline-block;
}

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

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

.c-form-message {
  margin-top: 40px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(0, 50, 110, 0.1);
  color: #00326e;
  font-weight: 700;
  text-align: left;
}

.c-form-message.c-form-message--is-error {
  background-color: #ffc800;
  color: #00326e;
  text-align: left;
}

.c-form {
  width: 100%;
  margin-top: 40px;
  margin-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%;
  -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 {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_visual_header_about.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.m-subpage-header__img.m-subpage-header__img--is-contact {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_visual_header_research-and-training.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.l-subpage-header {
  position: relative;
  z-index: 1;
  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;
  box-shadow: none;
}

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

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

.c-breadcrumb__link {
  display: inline-block;
  padding-right: 10px;
  padding-left: 15px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_chevron-right_blue.svg');
  background-position: 0px 5px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.c-breadcrumb__link:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_chevron-right_dark-blue.svg');
  background-position: 0px 5px;
  background-size: 10px 10px;
  color: #00326e;
}

.c-breadcrumb__link.c-breadcrumb__link--is-current {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_circle_dark-blue.svg');
  background-position: 0% 4px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  color: #00326e;
}

.c-breadcrumb__link.c-breadcrumb__link--is-current.w--current {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_circle_dark-blue.svg');
  color: #00326e;
}

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

.l-breadcrumb {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 15px 20px 10px 80px;
  background-color: rgba(0, 50, 110, 0.1);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.c-div-table__mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

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

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

.c-div-table__cell.c-div-table__cell--has-description {
  padding-left: 20px;
  color: #333;
}

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

.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--has-icon-prepend {
  display: block;
  padding-left: 40px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_blue.svg');
  background-position: 0% -4px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.g-text-link.g-text-link--has-icon-prepend:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_yellow.svg');
}

.c-div-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 50, 110, 0.1);
}

.c-sidebar__link.c-sidebar__link--has-icon-arrow {
  margin-top: 20px;
  padding-left: 25px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_blue.svg');
  background-position: 0px 2px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-sidebar__link.c-sidebar__link--has-icon-arrow:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_yellow.svg');
}

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

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

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

.g-bullet-list__item {
  width: 100%;
  padding-left: 20px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_circle_dark-blue.svg');
  background-position: 0px 5px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.g-bullet-list__item.g-bullet-list-item--has-icon-link {
  padding-left: 30px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_blue.svg');
  background-position: 0px 2px;
  background-size: 20px 20px;
}

.g-bullet-list__item.g-bullet-list-item--has-icon-link:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_yellow.svg');
}

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

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

.c-member__img {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}

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

.c-member__img.m-visual-profile--is-ameli-schwalber {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/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('//fortee-project.eu/wp-content/themes/fortee/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('//fortee-project.eu/wp-content/themes/fortee/images/portrait_nina_donner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.c-member__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 240px;
  margin-left: -20px;
  padding: 40px 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: rgba(0, 50, 110, 0.05);
}

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

.g-accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

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

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

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

.g-accordion-content {
  position: relative;
  margin-top: 50px;
  padding: 80px 40px 40px;
  border-radius: 10px;
  background-color: rgba(0, 50, 110, 0.05);
  color: #00326e;
}

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

.g-accordion-header.g-accordion-header--has-icon {
  margin-top: 40px;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 200, 0, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-transform: none;
}

.g-accordion__heading {
  margin-bottom: 10px;
  color: #00326e;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.g-accordion-header__icon {
  position: absolute;
  left: 20px;
  top: -40px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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: #fff;
  box-shadow: 7px 7px 10px -10px #000;
  font-weight: 700;
}

.g-accordion-header__icon.g-accordion-header__icon--is-wp {
  background-color: #ffc800;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_work-package_blue.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.g-accordion-header__icon.g-accordion-header__icon--is-info {
  background-color: #00326e;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_publication_white.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

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

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

.c-dropdown-toggle {
  width: 100%;
  padding-left: 70px;
  border-radius: 10px;
  background-color: rgba(0, 50, 110, 0.1);
  color: #00b1da;
  font-size: 1.5rem;
  font-weight: 700;
}

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

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

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

.c-dropdown-toggle__icon {
  position: absolute;
  left: 30px;
  top: 25px;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 30px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_chevron-down_blue.svg');
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.c-dropdown-list__link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_blue.svg');
  background-position: 0px 6px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #00b1da;
}

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

.c-dropdown-list__heading {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

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

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

.c-caption {
  width: 100%;
  margin-bottom: 20px;
  padding: 50px 40px 40px;
  border-radius: 10px;
  background-color: rgba(0, 50, 110, 0.1);
}

.c-social-media__link {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition-property: none;
  transition-property: none;
}

.c-social-media__link:hover {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}

.c-social-media__link.c-social-media__link--is-twitter {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/x-icon-light-blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-twitter:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/x-icon-dark-blue.svg');
}

.c-social-media__link.c-social-media__link--is-linked-in {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_linkedIn_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-linked-in:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_linkedIn_dark-blue.svg');
}

.c-social-media__link.c-social-media__link--is-facebook {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_facebook_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-facebook:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_facebook_dark-blue.svg');
}

.c-social-media__link.c-social-media__link--is-instagram {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_instagram_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-instagram:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_instagram_dark-blue.svg');
}

.c-social-media__link.c-social-media__link--is-bluesky {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_bluesky_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-bluesky:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_sm_bluesky_dark-blue.svg');
}

.c-footer-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.c-footer-tile.c-footer-tile--has-service-links {
  width: 33.333333333333336%;
}

.c-footer-tile.c-footer-tile--is-acknowledgement {
  width: 66.66666666666667%;
}

.c-footer-tile__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.g-accordion-header__btn {
  display: inline-block;
  float: right;
  border-radius: 5px;
  background-color: #ffc800;
  color: #00326e;
  font-size: 1rem;
  font-weight: 700;
}

.g-accordion-header__btn:hover {
  background-color: #ffc800;
  color: #fff;
}

.g-accordion__description {
  margin-bottom: 10px;
  color: #00326e;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.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: -40px;
  margin-bottom: 20px;
  margin-left: -40px;
  background-color: rgba(0, 50, 110, 0.1);
}

.c-news-tile__img.c-news-tile__img--is-placeholder {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_visual_placeholder_1.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: 5px;
  color: #00326e;
  font-size: 0.8rem;
  font-weight: 600;
}

.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('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_chevron-up_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

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

.m-placeholder {
  width: 100%;
}

.c-header__img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-bottom: -10px;
  padding-top: 100px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, right top, from(#00326e), to(#00b1da));
  background-image: linear-gradient(90deg, #00326e, #00b1da);
  color: #fff;
}

.c-teaser-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.c-teaser-video {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.c-teaser {
  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.c-teaser--has-bg-color {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 50, 110, 0.1);
}

.c-teaser__heading {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#164194), to(#00b1da));
  background-image: linear-gradient(90deg, #164194, #00b1da);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-teaser__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  padding: 80px;
  -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;
  color: #00326e;
}

.c-teaser__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b1da;
}

.c-news-feed__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px 10px 10px;
  background-color: #fff;
}

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

.c-news-feed__img.c-news-feed__img--is--placeholder {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_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;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.5);
}

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

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

.c-news-feed__date {
  margin-bottom: 10px;
  color: #00326e;
  font-size: 0.8rem;
}

.l-centered-content {
  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-block-file__button.wp-element-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #00b1da;
  font-weight: 700;
}

.g-btn:hover, .wp-block-file__button.wp-element-button:hover {
  color: #00326e;
}

.g-btn.g-btn--is-blue, .wp-block-file__button.wp-element-button {
  background-color: #00b1da;
  color: #fff;
}

.g-btn.g-btn--is-blue:hover, .wp-block-file__button.wp-element-button:hover {
  background-color: #ffc800;
}

.c-btn-container.c-btn-container--is-news-events {
  position: absolute;
  left: auto;
  top: 15px;
  right: 40px;
  bottom: auto;
  display: block;
  margin-top: 20px;
  text-align: center;
}

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

.c-tile.c-tile--is-1-3 {
  width: 33.333333333333336%;
}

.c-tile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-tile__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #00326e;
}

.c-tile__heading {
  width: 100%;
}

.c-tile__text {
  width: 100%;
}

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

.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);
  color: #fff;
}

.c-social-media {
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
}

.c-footer-list__link {
  display: block;
  width: 100%;
  color: #fff;
  text-align: right;
}

.c-intro__text {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #00326e;
  font-size: 1.5rem;
  text-align: center;
}

.c-member-group__heading {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-main-menu-dropdown__triangle {
  position: absolute;
  left: 30px;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 0px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00326e;
  border-left: 10px solid transparent;
}

.c-main-menu-dropdown__triangle.c-main-menu-dropdown__triangle--is-right-aligned {
  left: auto;
  top: -10px;
  right: 40px;
  bottom: auto;
}

.c-sidebar-nav {
  position: fixed;
  left: auto;
  top: 25%;
  right: 0px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: none;
}

.c-sidebar-nav__btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.c-sidebar-nav__btn:hover {
  color: #00326e;
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-contact {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_contact_dark-blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-contact:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_contact_blue.svg');
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-contact.w--current {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_contact_blue.svg');
  color: #00326e;
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-search {
  z-index: 1;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_search_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-search:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_search_dark-blue.svg');
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-login {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_login_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-login:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_login_dark-blue.svg');
}

.c-sidebar-nav__btn.c-sidebar-nav__btn--is-lang {
  z-index: 1;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_united_kingdom.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.c-sidebar-nav__text {
  width: auto;
  padding: 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 5px;
  background-color: #fff;
}

.c-intro__heading {
  text-align: center;
}

.c-social-media__heading {
  color: #fff;
}

.l-footer-container {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 80px 140px;
}

.m-keyvisual {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-teaser-video__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_visual_bg-video-placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-category-heading {
  background-image: -webkit-gradient(linear, left top, right top, from(#164194), to(#00b1da));
  background-image: linear-gradient(90deg, #164194, #00b1da);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-slideout__btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 5px;
  border-color: #00326e;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_close_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-slideout__btn:hover {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_close_dark-blue.svg');
}

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

.c-mobile-search {
  display: none;
}

.m-map {
  width: 100%;
}

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

.c-sidebar__heading {
  width: 100%;
  color: #00326e;
  line-height: 1.2;
}

.c-header__text {
  position: relative;
  z-index: 2;
  margin-right: 100px;
  margin-left: 100px;
  padding: 20px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 -20px 60px -40px #000;
  text-align: center;
}

.c-header__keyline {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}

.c-header__keyline--is-large {
  background-image: -webkit-gradient(linear, left top, right top, from(#164194), to(#00b1da));
  background-image: linear-gradient(90deg, #164194, #00b1da);
  color: #00b1da;
  font-size: 2.5rem;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.g-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#164194), to(#00b1da));
  background-image: linear-gradient(90deg, #164194, #00b1da);
  font-size: 2rem;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-sidebar-nav__triangle {
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
}

.c-sidebar-nav__label {
  position: absolute;
  left: auto;
  top: 0%;
  right: 70px;
  bottom: 0%;
  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-teaser__img {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.c-teaser__img.teaser__img--is-vision {
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_visual_content_our-vision.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-teaser-video__overlay-icon {
  width: 160px;
  height: 160px;
  background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee-icon_play-circle.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.c-teaser-video__overlay-icon:hover {
  opacity: 1;
}

.c-navbar__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

@media screen and (max-width: 991px) {
  p {
    line-height: 1.5rem;
  }

  .c-navbar__logo-btn {
    z-index: 2;
    background-image: none;
  }

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

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

  .c-navbar__mobile-btn {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0px 40px;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_menu_white.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .c-navbar__mobile-btn:hover {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_menu_yellow.svg');
  }

  .c-navbar__mobile-btn.w--open {
    background-color: transparent;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_chevron-down_yellow.svg');
  }

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

  .c-textual-content.c-text-content--has-divider-left {
    border-left-style: none;
  }

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

  .c-main-menu-dropdown {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .c-main-menu-dropdown__toggle {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
  }

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

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

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

  .c-footer-tile__link {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .c-footer-tile__text {
    margin-left: 0px;
  }

  .c-footer-tile__img {
    width: 80px;
    height: 80px;
  }

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

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

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

  .l-col.l-col--is-large {
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .c-main-menu-dropdown__link {
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    text-align: right;
  }

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

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

  .c-main-menu-dropdown__list.c-main-menu-dropdown__list--is-right-aligned.w--open {
    position: static;
  }

  .c-sidebar-popup__icon {
    margin-left: 0px;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/eat_icon_search-purple.svg');
  }

  .c-sidebar-popup__icon.c-sidebar-popup__icon--is-close {
    top: 40px;
    right: 10px;
  }

  .c-main-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 160px;
    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;
    background-color: #00326e;
  }

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

  .c-slideout {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .l-breadcrumb {
    padding-left: 60px;
  }

  .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-caption {
    font-size: 0.8rem;
    line-height: 1rem;
  }

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

  .c-social-media__link.c-social-media__link--is-twitter {
    background-size: 20px 20px;
  }

  .c-social-media__link.c-social-media__link--is-linked-in {
    background-size: 20px 20px;
  }

  .c-social-media__link.c-social-media__link--is-facebook {
    background-size: 20px 20px;
  }

  .c-social-media__link.c-social-media__link--is-instagram {
    background-size: 20px 20px;
  }

  .c-footer-tile-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -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-footer-tile.c-footer-tile--has-service-links {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .c-footer-tile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .l-header {
    height: 600px;
  }

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

  .c-teaser-video {
    width: 100%;
    min-height: 400px;
  }

  .c-teaser {
    width: 100%;
  }

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

  .c-teaser__body {
    max-width: none;
    padding: 40px;
  }

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

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

  .c-tile.c-tile--is-1-3 {
    width: 100%;
    margin-bottom: 20px;
  }

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

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

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

  .c-social-media {
    margin-bottom: 40px;
  }

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

  .c-footer-list__link {
    text-align: center;
  }

  .c-intro__text {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.2rem;
  }

  .c-main-menu-dropdown__triangle {
    display: none;
  }

  .c-sidebar-nav {
    display: none;
  }

  .l-footer-container {
    padding-top: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .c-mobile-meta-menu {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .c-mobile-meta-menu__link {
    padding: 10px 40px;
    text-align: left;
  }

  .c-mobile-meta-menu__link.c-mobile-meta-menu__link--is-contact {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_contact_dark-blue.svg');
    background-position: 0% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }

  .c-mobile-meta-menu__link.c-mobile-meta-menu__link--is-contact:hover {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_contact-right_yellow.svg');
  }

  .c-mobile-meta-menu__link.c-mobile-meta-menu__link--is-login {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_login_blue.svg');
    background-position: 0% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }

  .c-mobile-meta-menu__link.c-mobile-meta-menu__link--is-login:hover {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_login_yellow.svg');
  }

  .c-mobile-search {
    position: relative;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .c-mobile-search__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
  }

  .c-mobile-search__btn {
    width: 60px;
    height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_search_blue.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .c-mobile-search__btn:hover {
    background-color: #ffc800;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_search_white.svg');
  }

  .c-sidebar {
    padding: 20px;
  }

  .c-sidebar__heading {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }

  .c-header__text {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  h1 {
    margin-top: 0px;
    font-size: 1.2rem;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .c-navbar__logo-btn {
    width: 200px;
    margin-bottom: 10px;
    padding: 9px 20px;
  }

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

  .c-navbar__mobile-btn:hover {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_icon_chevron-down_yellow.svg');
  }

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

  .c-textual-content {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .c-textual-content__heading {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .c-main-menu-dropdown__toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

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

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

  .c-visual-content {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  }

  .c-news-tile__body {
    margin-bottom: 5px;
    padding-bottom: 20px;
  }

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

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

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

  .c-main-menu {
    padding-top: 140px;
  }

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

  .c-search__input-field {
    height: auto;
    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__link {
    background-position: 0px 4px;
  }

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

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

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

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

  .c-sidebar__link.c-sidebar__link--has-icon-arrow {
    background-position: 0px 2px;
  }

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

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

  .g-bullet-list__item.g-bullet-list-item--has-icon-link {
    background-position: 0px 3px;
    background-size: 12px 12px;
  }

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

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

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

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

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

  .c-member__description {
    padding: 20px 20px 20px 40px;
  }

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

  .g-accordion-content {
    margin-top: 40px;
    padding: 60px 20px 20px;
    background-image: none;
  }

  .g-accordion-header {
    padding-top: 10px;
    padding-left: 10px;
  }

  .g-accordion-header.g-accordion-header--has-icon {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .g-accordion-header__icon {
    top: -30px;
    width: 60px;
    height: 60px;
    margin-left: -20px;
  }

  .g-accordion-header__icon.g-accordion-header__icon--is-wp {
    background-size: 20px 20px;
  }

  .g-accordion-header__icon.g-accordion-header__icon--is-info {
    background-size: 20px 20px;
  }

  .c-dropdown-toggle {
    padding-left: 50px;
    font-size: 1rem;
  }

  .c-dropdown-toggle__icon {
    left: 10px;
    top: 15px;
  }

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

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

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

  .c-footer-tile.c-footer-tile--is-acknowledgement {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-footer-tile__body {
    border-left-style: none;
  }

  .g-accordion-header__btn {
    font-size: 0.8rem;
  }

  .g-accordion__description {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .c-news-tile-container {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-news-tile__img {
    height: 160px;
    min-height: auto;
  }

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

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

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

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

  .l-header {
    height: 460px;
  }

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

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

  .c-teaser {
    width: 100%;
  }

  .c-teaser__heading {
    font-size: 1.3rem;
  }

  .c-teaser__body {
    padding: 20px;
  }

  .c-teaser__media {
    min-height: 240px;
  }

  .c-news-feed__text {
    padding-bottom: 20px;
    font-size: 0.8rem;
  }

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

  .c-news-feed {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
  }

  .c-news-feed__heading {
    margin-bottom: 5px;
    font-size: 0.8rem;
  }

  .c-news-feed__link {
    margin-top: 5px;
    background-image: none;
  }

  .c-news-feed__date {
    margin-bottom: 5px;
  }

  .l-centered-content {
    padding: 20px;
  }

  .c-news-tile-row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-tile.c-tile--is-1-3 {
    width: 100%;
  }

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

  .c-intro__text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 0.8rem;
  }

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

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

  .c-category-heading {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .c-mobile-meta-menu {
    margin-top: 20px;
  }

  .c-mobile-meta-menu__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .c-mobile-search__btn {
    background-size: 20px 20px;
  }

  .c-sidebar__heading {
    font-size: 1rem;
    line-height: 1.2rem;
  }

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

  .c-header__keyline {
    line-height: 1.2;
  }

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

  .g-heading {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .c-teaser__img {
    min-height: 240px;
  }

  .c-teaser-video__overlay-icon {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  p {
    margin-bottom: 10px;
  }

  .c-navbar__mobile-btn {
    right: 0px;
  }

  .c-navbar__mobile-btn.w--open {
    right: 0px;
  }

  .c-textual-content {
    padding: 10px;
  }

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

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

  .l-col.l-col--is-small-left {
    padding-right: 0px;
  }

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

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

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

  .c-slideout {
    padding: 20px;
  }

  .c-search__input-field {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 20px 20px;
    font-size: 1.2rem;
  }

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

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

  .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-div-table__cell.c-div-table__cell--has-category {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .c-div-table__cell.c-div-table__cell--has-description {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

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

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

  .c-sidebar__logo {
    margin-bottom: 20px;
  }

  .c-member {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .c-member__description {
    min-height: auto;
    padding-right: 10px;
  }

  .g-accordion-content {
    padding-top: 40px;
    padding-right: 20px;
  }

  .g-accordion-header.g-accordion-header--has-icon {
    padding-top: 20px;
    padding-right: 20px;
  }

  .c-dropdown-toggle {
    font-size: 1rem;
  }

  .c-dropdown-toggle__icon {
    top: 15px;
  }

  .c-caption {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

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

  .c-footer-tile__body {
    border-left-style: none;
  }

  .c-news-tile-container {
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-news-tile__img.c-news-tile__img--is-placeholder {
    margin-right: -10px;
    margin-left: -10px;
  }

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

  .l-header {
    height: 360px;
  }

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

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

  .c-teaser {
    width: 100%;
  }

  .c-teaser__media {
    min-height: 200px;
  }

  .c-news-feed__text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-news-feed__img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c-news-feed__img.c-news-feed__img--is--placeholder {
    border-radius: 5px;
  }

  .c-news-feed {
    padding-left: 0px;
  }

  .l-centered-content {
    padding: 10px;
  }

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

  .c-btn-container.c-btn-container--is-news-events {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-tile.c-tile--is-1-3 {
    width: 100%;
  }

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

  .c-tile__body {
    padding: 10px;
  }

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

  .c-footer-list__link {
    text-align: center;
  }

  .c-intro__text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1rem;
  }

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

  .c-sidebar {
    padding: 10px;
  }

  .c-header__text {
    padding: 10px;
  }

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

  .c-header__keyline--is-large {
    font-size: 1.2rem;
  }

  .c-teaser__img {
    min-height: 200px;
  }
}

@font-face {
  font-family: 'Handsean';
  src: url('//fortee-project.eu/wp-content/themes/fortee/fonts/handsean.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}