body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.2;
}

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

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

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1e3264;
  font-size: 1.5rem;
  font-weight: 700;
}

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

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: #1e3264;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #b4c801;
}

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

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

img {
  display: block;
}

label {
  margin-bottom: 10px;
  color: #1e3264;
  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;
  height: 80px;
  border-radius: 10px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_logo_white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, opacity 400ms ease;
  transition: color 200ms ease, opacity 400ms ease;
  text-decoration: none;
}

.c-navbar-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 25px;
  padding-left: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 500;
}

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

.c-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

.c-article__top-heading {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.2;
}

.c-main-menu-dropdown__toggle {
  padding: 10px 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

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

.l-footer {
  background-color: #1e3264;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_bg-texture.png');
  background-position: 0px 0px;
  background-size: auto;
}

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

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

.c-acknowledgement__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-acknowledgement__text {
  width: 100%;
  margin-left: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.8rem;
}

.m-acknowledgement__img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #164194;
}

.l-main-content {
  position: relative;
  overflow: hidden;
  background-color: rgba(30, 50, 100, 0.1);
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_bg-texture.png');
  background-size: auto;
}

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

.l-section.l-section--is-intro {
  display: none;
}

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

.l-article__col.l-article__col--is-wide {
  width: 50%;
}

.l-article__col.l-article__col--is-narrow-right {
  width: 25%;
  padding-left: 40px;
}

.l-article__col.l-col--is-wide-span {
  width: 75%;
}

.c-article__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 10px 30px -20px rgba(0, 0, 0, 0.5);
}

.c-article__visual-content.c-visual-content--is-map {
  z-index: -1;
  height: auto;
  margin-top: -140px;
  box-shadow: none;
}

.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;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

.c-meta-menu__link.c-meta-menu__link--is-search {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_search_white.svg');
  background-position: 0% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.c-meta-menu__link.c-meta-menu__link--is-search:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_search_green.svg');
}

.c-meta-menu__link.c-meta-menu__link--is-login {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_login_white.svg');
  background-position: 0% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.c-meta-menu__link.c-meta-menu__link--is-login:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_login_green.svg');
}

.c-meta-menu__link.c-meta-menu__link--is-contact {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_contact_white.svg');
  background-position: 0% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.c-meta-menu__link.c-meta-menu__link--is-contact:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_contact_green.svg');
}

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

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

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

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

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

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

.c-direct-link__text {
  text-transform: uppercase;
}

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

.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;
  background-color: #1e3264;
}

.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('//a-tango.eu/wp-content/themes/atango/images/a-tango_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: #b4c801;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_search_green.svg');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #b4c801;
}

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

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

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

.c-form__input-field {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1e3264;
  font-size: 1rem;
}

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

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

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

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

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

.c-form__input-field::placeholder {
  color: rgba(30, 50, 100, 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 #fff;
  border-radius: 0px;
  background-color: #1e3264;
  color: #1e3264;
}

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

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

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

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

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

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

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

.m-subpage-header__img {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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('//a-tango.eu/wp-content/themes/atango/images/a-tango_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('//a-tango.eu/wp-content/themes/atango/images/a-tango_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('//a-tango.eu/wp-content/themes/atango/images/a-tango_visual_header_for-patients.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('//a-tango.eu/wp-content/themes/atango/images/a-tango_visual_header_login.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.m-subpage-header__img.m-subpage-header__img--is-for-clinicians {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_visual_header_clinicians.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.c-breadcrumb__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

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

.c-breadcrumb__link {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 2px;
  background-color: #fff;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_blue.svg');
  background-position: 7px 7px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  color: #1e3264;
  font-size: 0.8rem;
  text-decoration: none;
}

.c-breadcrumb__link:hover {
  background-color: #b4c801;
  color: #1e3264;
}

.c-breadcrumb__link.c-breadcrumb__link--is-current {
  padding-left: 25px;
  background-color: #b4c801;
}

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

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

.l-breadcrumb {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 15px 20px 10px 40px;
  background-image: none;
  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%;
}

.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__cell.c-div-table__cell--has-action {
  width: 30%;
  padding-right: 20px;
  font-weight: 700;
  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 {
  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: #1e3264;
}

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

.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-emphasized {
  color: #dc1815;
}

.g-text-link.g-text-link--is-emphasized:hover {
  color: #b4c801;
}

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

.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-sidebar__subheading {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.c-sidebar__link.c-sidebar__link--is-external {
  margin-top: 20px;
  padding-left: 25px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_external_blue.svg');
  background-position: 0px 1px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-sidebar__link.c-sidebar__link--is-external:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_external_green.svg');
}

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

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

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

.g-bullet-list__item {
  width: 100%;
  padding-left: 30px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_blue.svg');
  background-position: 0px 4px;
  background-size: 12px 12px;
  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: 20px;
  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: 10px;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.5);
}

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

.c-member__img.m-visual-profile--is-ameli-schwalber {
  background-image: url('//a-tango.eu/wp-content/themes/atango/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('//a-tango.eu/wp-content/themes/atango/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('//a-tango.eu/wp-content/themes/atango/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;
  color: #1e3264;
  font-size: 1rem;
}

.c-member__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  margin-left: -40px;
  padding: 40px 40px 40px 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.g-list__item {
  width: 100%;
}

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

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

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

.c-dropdown__toggle {
  display: inline-block;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  border-radius: 5px;
  background-color: #1e3264;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-down_white.svg');
  background-position: 20px 12px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.c-dropdown__toggle:hover {
  background-color: #b4c801;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-down_white.svg');
  color: #fff;
}

.c-dropdown__toggle.w--open {
  background-color: #b4c801;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-top_white.svg');
  color: #fff;
}

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

.c-dropdown-list__link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_blue.svg');
  background-position: 0px 6px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #1e3264;
}

.c-dropdown-list__link:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_green.svg');
}

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

.c-article__caption {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 40px;
  padding: 50px 40px 40px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.c-footer-tile__heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.2rem;
}

.c-social-media__link {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  -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;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.c-social-media__link.c-social-media__link--is-twitter {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_sm_twitter.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('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_sm_linkedin.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-social-media__link.c-social-media__link--is-researchgate {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_sm_researchgate.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-news-tile__date {
  margin-bottom: 10px;
  color: #1e3264;
  font-size: 0.8rem;
  font-weight: 600;
}

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

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

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

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

.c-direct-link__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-article__visual-content--is-placeholder {
  width: 100%;
}

.c-header-text__keyline {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
}

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

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

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

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

.c-news-tile__link {
  display: inline-block;
  text-align: right;
}

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

.c-teaser-figure {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: none;
}

.c-teaser-figure.c-teaser-figure--is-left-justified {
  overflow: hidden;
  border-top-right-radius: 10px;
  box-shadow: 10px 0 30px -20px rgba(0, 0, 0, 0.5);
}

.c-teaser-figure.c-teaser-figure--is-right-justified {
  overflow: hidden;
  min-height: auto;
  border-bottom-left-radius: 10px;
  box-shadow: -10px 0 30px -20px rgba(0, 0, 0, 0.5);
}

.c-teaser-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.c-teaser-text.c-teaser-text--is-right-justified {
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.c-teaser-text__body {
  max-width: 800px;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-teaser-figure__img {
  position: relative;
  width: 100%;
}

.c-teaser-figure__img.c-teaser-figure__img--is-objectives {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_visual_content_objectives.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-teaser-figure__img.c-teaser-figure__img--is-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-news-feed__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  margin-left: -40px;
  padding: 20px 20px 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-size: 1rem;
}

.c-news-feed__img {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.5);
}

.c-news-feed__img.c-news-feed__img--is--placeholder {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_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;
  border-radius: 10px;
}

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

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

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

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

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

.g-btn {
  display: inline-block;
  margin: 10px 5px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #1e3264;
  font-weight: 700;
  text-decoration: none;
}

.g-btn:hover {
  background-color: #b4c801;
  color: #1e3264;
  font-weight: 700;
}

.g-btn.g-btn--is-blue {
  background-color: #1e3264;
  color: #fff;
}

.g-btn.g-btn--is-blue:hover {
  background-color: #b4c801;
  color: #fff;
}

.c-category__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.c-header-text {
  position: absolute;
  right: 40px;
  z-index: 1;
  width: 50%;
}

.c-header-text__intro {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  text-shadow: 0 0 50px #000;
}

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

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

.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: #1e3264;
}

.c-tile__body.c-tile__body--has-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #fff;
}

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

.c-link-tile__body.c-link-tile__body--has-icon-download {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_download_white.svg');
  background-position: 50% 50%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.c-link-tile__body.c-link-tile__body--has-icon-links {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_link-external_white.svg');
  background-position: 50% 50%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.c-link-tile__body.c-link-tile__body--has-icon-publication {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_publication_white.svg');
  background-position: 50% 50%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.c-link-tile__body.c-link-tile__body--has-icon-study {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_focus_white.svg');
  background-position: 50% 50%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.c-link-tile__body.c-link-tile__body--has-icon-quiz {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_quiz_white_1.svg');
  background-position: 50% 50%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.c-link-tile__body.c-link-tile__body--has-icon-vision {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_quiz_white.svg');
  background-position: 50% 50%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.c-link-tile__headling {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #1e3264;
  font-size: 1.5rem;
  text-align: center;
}

.c-link-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 40px;
}

.c-link-tile.c-link-tile--is-1-3 {
  position: relative;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.l-link-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: -2px 10px 30px -20px rgba(0, 0, 0, 0.5);
}

.c-link-tile__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(180, 200, 1, 0.8);
}

.c-newsletter-subscription {
  padding: 80px 40px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  text-align: center;
}

.c-newsletter-subscription__heading {
  color: #fff;
  text-align: center;
}

.c-newsletter-subscription__text {
  margin-bottom: 20px;
}

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

.newsletter-subscription__form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1e3264;
  border-radius: 5px;
  background-color: #1e3264;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: hsla(0, 0%, 100%, 0.2);
  cursor: text;
}

.newsletter-subscription__form-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
}

.newsletter-subscription__btn {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #1e3264;
  font-weight: 700;
}

.newsletter-subscription__btn:hover {
  background-color: #b4c801;
  color: #1e3264;
}

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

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

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

.c-member-group__heading {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.m-article__visual-content--is-figure-before-after {
  width: 100%;
}

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

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

.g-accordion__title.g-accordion__title--is-white {
  color: #fff;
}

.c-language-switch {
  margin-left: 10px;
}

.c-language-switch__toggle {
  padding: 10px 0px 10px 25px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_language_white.svg');
  background-position: 0% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.c-language-switch__toggle:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_language_green.svg');
  color: #b4c801;
}

.c-language-switch__link {
  padding: 5px 10px 5px 45px;
  color: #1e3264;
  text-align: left;
}

.c-language-switch__link.c-language-switch__link--is-de {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_language_DE.svg');
  background-position: 10px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-language-switch__link.c-language-switch__link--is-en {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_language_EN.svg');
  background-position: 10px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-language-switch__link.c-language-switch__link--is-es {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_language_ES.svg');
  background-position: 10px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-language-switch__link.c-language-switch__link--is-fr {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_language_FR.svg');
  background-position: 10px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-language-switch__link.c-language-switch__link--is-nl {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_language_NL.svg');
  background-position: 10px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-language-switch__list.w--open {
  left: auto;
  top: 40px;
  right: -20px;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 0.8rem;
}

.m-map {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-tile__link {
  display: inline-block;
  font-weight: 700;
}

.c-tile__title {
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
}

.g-accordion__btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  -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: 5px;
  background-color: #1e3264;
  -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: #b4c801;
}

.g-toggle__icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_plus_white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-toggle__icon.g-toggle__icon--is-minus {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_minus_white.svg');
}

.g-accordion__header {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 60px 40px 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.g-accordion__header.g-accordion__header--has-bg-color {
  background-color: #b4c801;
  color: #1e3264;
}

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

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

.g-accordion__flag {
  position: absolute;
  left: 40px;
  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: 10px;
  background-color: #1e3264;
  color: #fff;
  font-weight: 700;
}

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

.g-accordion__flag.g-accordion__flag--has-icon-wp {
  background-color: #fff;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_workpackage_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.g-accordion__flag.c-accordion__flag--has-icon-quiz {
  background-color: #fff;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_quiz_blue.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.g-accordion__flag.c-accordion__flag--has-icon-answer {
  background-color: #b4c801;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_quiz_white.svg');
  background-position: 50% 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}

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

.g-accordion__content.c-accordion__content--has-blue-text {
  color: #1e3264;
}

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

.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-open {
  background-color: #b4c801;
  color: #fff;
  cursor: pointer;
}

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

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

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

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

.c-learning-module__preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_visual_placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.5);
}

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

.c-learning-module__description {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -40px;
  padding: 20px 40px 20px 80px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

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

.c-study-info__address {
  font-weight: 400;
}

.c-study-info__description {
  text-transform: none;
}

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

.g-list__link.g-list__link--has-icon-download {
  padding-bottom: 10px;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_download_blue.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.g-list__link.g-list__link--has-icon-download:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_download_green.svg');
  color: #b4c801;
}

.g-list__link.g-list__link--has-icon-arrow {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_blue.svg');
  background-position: 0px 2px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.g-list__link.g-list__link--has-icon-arrow:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_green.svg');
}

.g-list__link.g-list__link--has-icon-external-link {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_link-external_blue.svg');
  background-position: 0px 2px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.g-list__link.g-list__link--has-icon-external-link:hover {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_link-external_green.svg');
}

.g-emphasized-text {
  color: #dc1815;
}

.g-emphasized-text.g-emphasized-text--is-green {
  color: #b4c801;
  font-weight: 800;
}

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

.c-sidebar__heading {
  width: 100%;
}

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

.c-teaser-text__text {
  color: #1e3264;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

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

  h2 {
    font-size: 1.5rem;
  }

  .c-navbar__logo-btn {
    width: 200px;
    height: 80px;
    background-position: 0% 50%;
    background-size: 180px;
  }

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

  .c-navbar-container {
    padding: 10px 40px 10px 20px;
  }

  .c-navbar__btn {
    position: absolute;
    left: auto;
    top: 30px;
    right: 10px;
    bottom: auto;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0px 40px;
    background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_menu_white.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .c-navbar__btn.w--open {
    background-color: transparent;
    background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_menu_green.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: #1e3264;
    font-weight: 600;
  }

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

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

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

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

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

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

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

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

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

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

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

  .l-article__col.l-article__col--is-narrow-right {
    width: 100%;
    padding-left: 0px;
  }

  .l-article__col.l-col--is-wide-span {
    width: 100%;
  }

  .c-article__visual-content.c-visual-content--is-map {
    display: none;
  }

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

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

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

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

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

  .c-meta-menu {
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-meta-menu__link {
    width: 100%;
    margin-left: 0px;
    color: #fff;
    font-size: 1rem;
  }

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

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

  .c-meta-menu__link.c-meta-menu__link--is-search {
    background-image: url('//a-tango.eu/wp-content/themes/atango/images/dec_icon_search_white.svg');
  }

  .c-meta-menu__link.c-meta-menu__link--is-search:hover {
    background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_search_green.svg');
  }

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

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

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

  .l-article__row {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-meta-menu-overlay {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-meta-menu-overlay.c-meta-menu-overlay--is-login {
    display: none;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

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

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

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

  .c-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-article__caption {
    margin-bottom: 0px;
    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-direct-link {
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
  }

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

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

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

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

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

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

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

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

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

  .l-header-container {
    height: 600px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-header {
    height: auto;
  }

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

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

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

  .c-teaser-figure.c-teaser-figure--is-left-justified {
    min-height: 400px;
    border-top-right-radius: 0px;
  }

  .c-teaser-figure.c-teaser-figure--is-right-justified {
    border-bottom-left-radius: 0px;
  }

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

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

  .c-teaser-text__body {
    width: 100%;
    max-width: none;
    padding: 20px 0px 0px;
  }

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

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

  .c-btn-container.c-btn-container--is-right-aligned {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-header-text {
    position: relative;
  }

  .c-header-text__intro {
    display: none;
  }

  .c-header__btn {
    display: none;
  }

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

  .c-tile__body {
    padding: 20px;
  }

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

  .c-link-tile__body.c-link-tile__body--has-icon-download {
    background-size: 80px 80px;
  }

  .c-link-tile__body.c-link-tile__body--has-icon-links {
    background-size: 80px 80px;
  }

  .c-link-tile__body.c-link-tile__body--has-icon-publication {
    background-size: 80px 80px;
  }

  .c-link-tile__body.c-link-tile__body--has-icon-study {
    background-size: 80px 80px;
  }

  .c-link-tile__body.c-link-tile__body--has-icon-quiz {
    background-size: 80px 80px;
  }

  .c-link-tile__body.c-link-tile__body--has-icon-vision {
    background-size: 80px 80px;
  }

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

  .c-link-tile.c-link-tile--is-1-3 {
    width: 33.333333333333336%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-link-tile-container {
    margin-bottom: 0px;
  }

  .c-newsletter-subscription {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-newsletter-subscription__heading {
    font-size: 1.5rem;
  }

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

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

  .c-language-switch {
    width: 100%;
    margin-left: 0px;
  }

  .c-language-switch__toggle {
    width: 100%;
    font-size: 1rem;
  }

  .g-list__link.g-list__link--has-icon-arrow:hover {
    background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_green.svg');
  }

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

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

  h1 {
    font-size: 1.5rem;
  }

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

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

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

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

  .c-navbar-container {
    padding-right: 20px;
  }

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

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

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

  .c-article__top-heading {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .c-article__visual-content.c-visual-content--is-map {
    margin-top: 0px;
  }

  .c-news-tile__body {
    margin-bottom: 10px;
    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.w--open {
    padding-top: 10px;
  }

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

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

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

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

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

  .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__item {
    margin-right: 5px;
    margin-left: 5px;
  }

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

  .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-div-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .c-footer-tile__body {
    padding: 20px;
    border-left-style: none;
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .c-news-feed__link {
    background-image: none;
    font-size: 0.8rem;
  }

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

  .c-btn-container.c-btn-container--is-right-aligned {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .c-category__header {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .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.c-tile__body--has-divider {
    border-right-style: none;
  }

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

  .c-link-tile__headling {
    font-size: 1rem;
  }

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

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

  .newsletter-subscription__form-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .newsletter-subscription__btn {
    margin-top: 20px;
  }

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

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

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

  .g-accordion__title {
    margin-top: 0px;
    font-size: 1rem;
  }

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

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

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

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

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

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

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

  .c-learning-module__description {
    padding-right: 20px;
    padding-left: 60px;
  }

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

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

  .g-list__link.g-list__link--has-icon-download {
    background-size: 16px 16px;
    font-size: 0.8rem;
  }

  .g-list__link.g-list__link--has-icon-arrow {
    background-position: 0px 0px;
    background-size: 14px 14px;
  }

  .g-list__link.g-list__link--has-icon-external-link {
    background-position: 0px 0px;
    background-size: 14px 14px;
  }

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

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

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

  .c-navbar-container {
    padding-top: 10px;
    padding-right: 10px;
  }

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

  .c-article__text-content {
    padding: 0px;
  }

  .c-article__top-heading {
    margin-bottom: 0px;
    font-size: 1.2rem;
  }

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

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

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

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

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

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

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

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

  .c-breadcrumb__list {
    margin-left: 5px;
  }

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

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

  .c-div-table__cell {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c-div-table__cell.c-div-table__cell--has-category {
    width: 40%;
  }

  .c-div-table__cell.c-div-table__cell--has-description {
    width: 60%;
    padding-left: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .c-teaser-figure.c-teaser-figure--is-left-justified {
    min-height: auto;
  }

  .c-teaser-figure.c-teaser-figure--is-right-justified {
    height: auto;
  }

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

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

  .c-teaser-figure__img.c-teaser-figure__img--is-objectives {
    border-top-right-radius: 10px;
  }

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

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

  .c-news-feed__img {
    width: auto;
    height: 160px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }

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

  .c-news-feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.5);
  }

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

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

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

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

  .c-link-tile__headling {
    font-size: 0.8rem;
  }

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

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

  .newsletter-subscription__form-field {
    width: 100%;
  }

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

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

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

  .c-learning-module {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.5);
  }

  .c-learning-module__preview {
    width: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }

  .c-learning-module__preview.c-learning-module__preview--is-placeholder {
    width: 100%;
  }

  .c-learning-module__description {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .g-list__link {
    padding-left: 30px;
  }

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

#post-13 table {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #1e3264;
  display: flex;
  overflow: hidden;
  width: 100%;
}
#post-13 table tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff;
}
#post-13 table tr:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
#post-13 table td {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*.c-article__text-content li {*/
/*  width: 100%;*/
/*  padding-left: 30px;*/
/*  background-image: url(//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_blue.svg);*/
/*  background-position: 0px 4px;*/
/*  background-size: 12px 12px;*/
/*  background-repeat: no-repeat;*/
/*}*/

.downloads .g-list__link.g-list__link--has-icon-arrow {
  background-image: url(//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_download_blue.svg);
}

.g-list__link.g-list__link--has-icon-arrow:hover {
  background-image: url(//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_download_green.svg);
  color: #b4c801;
}

.c-form__input-field.c-form-__input-field--is-overlay {
  background-color: white;
}

.c-article__text-content a{
  display: inline-block;
}

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

.c-search__input-field form input{
  flex-grow: 1;
  width: 80%;
  background-color: transparent;
  border: 0;
}

.c-search__input-field form input:focus {
  border: 0;
  outline: 0;
}

.c-search__input-field form button {
  background-color: transparent;
  border: 0;
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_search_white.svg');
  width: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.c-search__input-field form:hover button {
  background-image: url('//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_search_green.svg');
}

.c-search__input-field,
.c-search__input-field:hover{
  background-image: none;
}


.search-page form span {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #1e3264;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.search-page form .search-field {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1e3264;
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 38px;
}

.search-page form .search-field:focus {
  border-bottom-color: #1e3264;
  outline: 0;
}

.contact-list .c-dropdown-list__link.w-dropdown-link {
  display: block;
}

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

.contact-page .wpcf7-list-item-label {
  display: none;
}

.contact-page .wpcf7-list-item {
  margin: 0 1em 0 0;
}

.c-article__text-content ul{
  width: 100%;
}


.c-article__text-content ul li{
  width: 100%;
  padding-left: 30px;
  background-image: url(//a-tango.eu/wp-content/themes/atango/images/a-tango_icon_arrow-right_blue.svg);
  background-position: 0px 4px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.c-article__text-content ul.w-list-unstyled li {
  padding-left: 0;
  background-image: none;
}

a.c-learning-module {
  display: flex;
}

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

.c-direct-link__link.active {
  color: #b4c801;
}

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

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

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

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

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

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

.mc4wp-error,
.mc4wp-success {
  margin-top: 40px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #1e3264;
  font-weight: 700;
  text-align: center;
}

.mc4wp-error {
  color: #dc1815;
}

.mc4wp-error p,
.mc4wp-success p {
  margin-bottom: 0;
}

.footer-newsletter form {
  width: 100%;
}

.footer-newsletter .mc4wp-form-fields {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-newsletter .mc4wp-form-fields label {
  display: none;
}

.footer-newsletter .mc4wp-form-fields .w-input {
  display: flex;
  width: 20%;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1e3264;
  border-radius: 5px;
  background-color: #1e3264;
  transition: border-color 400ms ease;
  color: hsla(0, 0%, 100%, 0.2);
  cursor: text;
  margin-bottom: 0;
}

.footer-newsletter .mc4wp-form-fields .w-button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #1e3264;
  font-weight: 700;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

