@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-lightitalic-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-semibolditalic-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --af-b-step-white: white;
  --af-b-step-dark-grey: #222;
  --af-b-step-black: #000;
  --af-b-step-blue: #3c2864;
  --af-b-step-light-grey: #d3c9e0;
  --af-b-step-light-red: #ffebeb;
  --af-b-step-light-blue: #eeeffa;
  --pancaid-yellow\<deleted\|variable-21fe54a7\>: #efc746;
  --social-linkedin: #0079b8;
  --social-bluesky: #1386ff;
  --af-b-step-red: #ff2828;
  --european-union-blue: #164194;
  --social-instagram: #fa8f21;
}

.w-embed-youtubevideo {
  background-image: url('../images/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty, .w-embed-youtubevideo:not(:has(iframe)) {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--af-b-step-white);
  color: var(--af-b-step-dark-grey);
  font-family: Silka Webfont, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.375;
}

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

h2 {
  max-width: 90ch;
  color: var(--af-b-step-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  width: 100%;
  color: var(--af-b-step-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.25;
}

h4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

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

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

p {
  width: 100%;
  max-width: 90ch;
  color: var(--af-b-step-black);
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--af-b-step-blue);
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

a:hover {
  color: var(--af-b-step-light-grey);
}

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

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

img {
  width: 100%;
  display: block;
}

label {
  color: var(--af-b-step-blue);
  margin-bottom: 10px;
  font-weight: 500;
}

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

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

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

.c-navbar__logo-btn {
  background-image: url('../images/af-b-step_logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0 10px 10px 0;
  flex: none;
  width: 280px;
  height: 120px;
  text-decoration: none;
  transition: color .2s, opacity .4s;
}

.c-navbar-container {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  transition: background-color .4s;
  display: flex;
}

.c-navbar {
  background-color: #0000;
  width: 100%;
  padding: 20px 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.c-menu-container {
  flex-direction: column;
  align-self: flex-start;
  margin-top: 20px;
  position: relative;
}

.c-page-container {
  background-color: var(--af-b-step-blue);
  width: 100vw;
  height: 100vh;
  color: var(--af-b-step-white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.c-main-menu-dropdown {
  background-color: var(--af-b-step-blue);
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
}

.c-main-menu-dropdown.c-main-menu-dropdown--hidden {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.c-main-menu-dropdown__toggle {
  color: var(--af-b-step-white);
  -webkit-text-stroke-color: var(--af-b-step-dark-grey);
  padding: 10px 20px;
  transition: color .2s;
}

.c-main-menu-dropdown__toggle:hover {
  color: var(--af-b-step-light-grey);
}

.c-footer-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.c-footer-list__item {
  flex: none;
  width: auto;
  display: inline-block;
}

.l-main-content {
  background-color: var(--af-b-step-white);
  width: 100%;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

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

.l-section.l-section--bg-color-light-red {
  background-color: var(--af-b-step-light-red);
  background-image: linear-gradient(90deg, var(--af-b-step-light-blue), white);
}

.c-main-menu-dropdown__link {
  width: 100%;
  color: var(--af-b-step-blue);
  white-space: pre-wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.c-main-menu-dropdown__link:hover {
  opacity: 100;
}

.c-main-menu-dropdown__link.w--current {
  color: var(--af-b-step-light-grey);
}

.c-main-menu-dropdown__list {
  background-color: var(--af-b-step-white);
  text-transform: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 200px;
}

.c-main-menu-dropdown__list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  inset: 100% 0% auto;
  overflow: hidden;
}

.c-meta-menu {
  z-index: 2000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.c-meta-menu-item__btn {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  text-transform: none;
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-meta-menu-item__btn:hover {
  opacity: 100;
  color: var(--af-b-step-light-grey);
}

.c-meta-menu-item__btn.w--current {
  color: var(--pancaid-yellow\<deleted\|variable-21fe54a7\>);
}

.c-meta-menu-item__btn.c-meta-menu-item__btn--search {
  background-image: url('../images/af-b-step_icon_search_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-meta-menu-item__btn.c-meta-menu-item__btn--search:hover {
  background-image: url('../images/af-b-step_icon_search_light-blue.svg');
}

.c-meta-menu-item__btn.c-meta-menu-item__btn--login {
  background-image: url('../images/af-b-step_icon_member_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-meta-menu-item__btn.c-meta-menu-item__btn--login:hover {
  background-image: url('../images/af-b-step_icon_member_light-blue.svg');
}

.c-meta-menu-item__btn.c-meta-menu-item__link--x {
  background-color: var(--af-b-step-black);
  background-image: url('../images/icon_social-media_x_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-meta-menu-item__btn.c-meta-menu-item__link--linkedin {
  background-color: var(--social-linkedin);
  background-image: url('../images/icon_social-media_linkedin_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-meta-menu-item__btn.c-meta-menu-item__btn--search-close {
  display: none;
}

.c-meta-menu-item__btn.c-meta-menu-item__btn--login-close {
  line-height: 1;
  display: none;
}

.c-meta-menu-item__btn.c-meta-menu-item__link--youtube {
  background-color: var(--af-b-step-white);
  background-image: url('../images/icon_social-media_youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-meta-menu-item__btn.c-meta-menu-item__link--bluesky {
  background-color: var(--social-bluesky);
  background-image: url('../images/icon_social-media_bluesky_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-main-menu {
  z-index: 1000;
  color: var(--af-b-step-white);
  font-size: 1.125vw;
  display: flex;
  position: relative;
}

.c-meta-menu-overlay {
  z-index: 100;
  width: 100svw;
  color: var(--af-b-step-white);
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px 60px 20px 40px;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.c-search-input {
  width: 100%;
  color: var(--af-b-step-blue);
  cursor: text;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-search-input:hover, .c-search-input__text:hover {
  color: var(--af-b-step-light-grey);
}

.c-search-input__text {
  color: var(--af-b-step-blue);
}

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

.c-form__input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--af-b-step-light-grey);
  color: var(--af-b-step-blue);
  background-color: #fff0;
  margin-bottom: 20px;
  padding: 10px 0;
  transition: border-color .4s;
}

.c-form__input:hover, .c-form__input:focus {
  border-bottom-color: var(--af-b-step-blue);
}

.c-form__input::placeholder {
  color: var(--af-b-step-blue);
}

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

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

.c-form__label {
  font-weight: 600;
}

.c-form-message {
  background-color: var(--af-b-step-white);
  color: var(--af-b-step-blue);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  font-weight: 500;
}

.c-form-message.c-form-message--is-error {
  color: var(--pancaid-yellow\<deleted\|variable-21fe54a7\>);
}

.c-form-message.c-form-message--is-error-red {
  color: var(--af-b-step-red);
}

.c-form {
  background-color: var(--af-b-step-light-blue);
  background-image: linear-gradient(90deg, var(--af-b-step-light-blue), white);
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.m-subpage-header__img {
  background-color: var(--af-b-step-light-grey);
  width: 100%;
  height: 100%;
  position: absolute;
}

.m-subpage-header__img.m-subpage-header__img--about {
  background-image: url('../images/af-b-step_visual_header_about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-subpage-header__img.m-subpage-header__img--our-research {
  background-image: url('../images/af-b-step_visual_header_our-research.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-subpage-header__img.m-subpage-header__img--news {
  background-image: url('../images/af-b-step_visual_header_news-events.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-subpage-header__img.m-subpage-header__img--contact {
  background-image: url('../images/af-b-step_visual_header_contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-subpage-header__img.m-subpage-header__img--legal-notes {
  background-image: url('../images/af-b-step_visual_header_legal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-subpage-header__img.m-subpage-header__img--login {
  background-image: url('../images/af-b-step_visual_header_login.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-subpage-header__img.m-subpage-header__img--e-learning {
  background-image: url('../images/af-b-step_visual_header_e-learning.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-subpage-header__img.m-subpage-header__img--key-results {
  background-image: url('../images/af-b-step_visual_header_key-results.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-subpage-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.c-breadcrumb-list-item {
  width: auto;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
}

.c-breadcrumb-list-item__link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .875rem;
  display: inline-block;
}

.c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--is-current {
  background-image: url('../images/af-b-step_icon_arrow-right_blue.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-left: 20px;
  font-weight: 500;
}

.c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--is-current:hover {
  opacity: 100;
  background-image: url('../images/af-b-step_icon_arrow-right_light-blue.svg');
}

.c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--is-current.w--current {
  background-color: #b4c801;
}

.c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--home {
  background-image: url('../images/af-b-step_bullet_blue.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 15px;
}

.c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--home:hover {
  color: var(--af-b-step-blue);
}

.c-breadcrumb {
  z-index: 1;
  background-color: var(--af-b-step-white);
  background-image: linear-gradient(90deg, var(--af-b-step-light-blue), white);
  width: 100%;
  padding: 10px 120px;
  position: relative;
  inset: 0 auto 0% 0%;
}

.c-event-table-header__row, #eventList tr {
  width: 100%;
  display: flex;
}

.c-event-table-body, #eventList tbody {
  width: 100%;
}

.g-text-link {
  /* text-decoration: underline; */
  display: inline-block;
}

.g-text-link:hover {
  color: var(--af-b-step-light-grey);
}

.g-text-link.g-text-link--emphasized {
  background-color: var(--af-b-step-light-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.g-text-link.g-text-link--small {
  overflow-wrap: anywhere;
  font-size: .875rem;
  font-weight: 300;
}

.c-contact__heading {
  text-transform: uppercase;
  width: 100%;
}

.c-contact__link.c-contact__link--external {
  background-image: url('../images/af-b-step_icon_ref-extenal_blue.svg');
  background-position: 99% 4px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-top: 20px;
  padding-right: 25px;
  display: inline-block;
}

.c-contact__link.c-contact__link--external:hover {
  background-image: url('../images/af-b-step_icon_ref-extenal_light-blue.svg');
}

.c-contact__text {
  width: 100%;
}

.g-bullet-list__item, .wp-block-list li {
  background-image: url('../images/af-b-step_bullet_blue.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 100%;
  padding-left: 25px;
}

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

.g-bullet-list.g-bullet-list--indented, .wp-block-list li {
  margin-left: 40px;
}

.g-list__item, .wp-block-list li {
  width: 100%;
}

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

.g-list.g-list--ordered {
  color: var(--af-b-step-blue);
  padding-left: 20px;
  font-weight: 600;
  list-style-type: decimal;
}

.c-text-insert__heading {
  color: var(--af-b-step-white);
  margin-bottom: 20px;
}

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

.m-news-tile-visual__img {
  border-radius: 5px;
  width: 100%;
  display: flex;
  position: relative;
}

.m-news-tile-visual__img.m-news-tile-visual__img--placeholder {
  background-image: url('../images/af-b-step_visual_placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-news-tile {
  border: 1px solid var(--af-b-step-light-grey);
  background-color: var(--af-b-step-white);
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  width: 33.3333%;
  display: flex;
}

.c-news-tile:hover {
  background-color: var(--af-b-step-light-blue);
}

.c-news-tile-teaser__title {
  font-size: 1.5rem;
}

.c-top-btn {
  z-index: 100;
  background-color: var(--af-b-step-blue);
  background-image: url('../images/af-b-step_icon_arrow-up_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  inset: auto 60px 40px auto;
}

.c-top-btn:hover {
  opacity: 100;
  background-image: url('../images/af-b-step_icon_arrow-up_light-blue.svg');
}

.c-header-insert {
  z-index: 1;
  background-color: var(--af-b-step-blue);
  width: 40%;
  color: var(--af-b-step-light-grey);
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: 0;
  padding: 40px;
  font-weight: 300;
  line-height: 1.25;
  display: flex;
  position: absolute;
  inset: auto auto 60px 60px;
}

.m-header__img {
  background-image: url('../images/af-b-step_visual_main-theme.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.l-header-container {
  width: 100%;
  height: 100%;
  color: var(--af-b-step-white);
  position: relative;
}

.l-header {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.l-row {
  width: 100%;
  display: flex;
  position: relative;
}

.l-visual-content {
  z-index: 1;
  flex-direction: column;
  align-self: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.l-textual-content {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 90ch;
  padding: 40px 60px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.l-textual-content.l-textual-content--sticky {
  position: sticky;
  top: 0;
}

.l-textual-content.l-textual-content--full-width {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.g-heading {
  z-index: 1;
  width: 100%;
  position: relative;
}

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

.g-btn {
  color: var(--af-b-step-blue);
  background-color: #fff0;
  border-radius: 30px;
  align-self: flex-end;
  padding: 0;
  font-size: 1.5rem;
  /* text-decoration: underline; */
  transition: padding .2s, color .4s, background-color .4s, opacity .4s;
}

.g-btn:hover {
  color: var(--af-b-step-light-grey);
}

.g-btn.g-btn--is-white {
  background-color: var(--af-b-step-white);
  color: var(--af-b-step-blue);
  align-self: center;
  padding: 20px 40px;
}

.c-footer-list__link {
  color: var(--af-b-step-white);
}

.c-footer-list__link:hover {
  color: var(--af-b-step-light-grey);
}

.g-accordion {
  background-color: var(--af-b-step-white);
  width: 100%;
  margin-bottom: 20px;
}

.c-event-table-header, #eventList thead {
  border-bottom: 1px solid var(--af-b-step-blue);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.c-info-item__text {
  width: 50%;
  font-weight: 300;
}

.c-info-item__text.c-info-item__text--tag {
  padding-right: 20px;
  font-weight: 600;
}

.c-subpage-header__title {
  z-index: 1;
  background-color: var(--af-b-step-blue);
  width: auto;
  color: var(--af-b-step-light-blue);
  text-align: right;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px 120px 10px 20px;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-registration-label, #eventList .event-register-btn, #eventList .reg_closed {
  color: #fff;
  border-radius: 2px;
  width: 100%;
  padding: 5px 10px;
  display: block;
}

.c-registration-label.c-registration-label--soon {
  background-color: var(--af-b-step-white);
  color: var(--af-b-step-blue);
}

.c-registration-label.c-registration-label--open, #eventList .event-register-btn {
  background-color: var(--af-b-step-blue);
  color: #fff;
  cursor: pointer;
}

.c-registration-label.c-registration-label--closed, #eventList .reg_closed {
  background-color: var(--af-b-step-red);
}

.c-event-description__title {
  font-weight: 600;
}

.c-event-table {
  width: 100%;
  color: var(--af-b-step-blue);
  border-radius: 10px;
  flex: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative;
}

.c-event-table-body-row, #eventList tbody tr {
  border-bottom: 1px solid var(--af-b-step-light-grey);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.c-event-contact__link {
  width: 100%;
  margin-top: 10px;
}

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

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

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

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

.c-news-tile-teaser {
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.c-meta-menu-item {
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.c-visual-content__img {
  border-radius: 5px;
  flex: 1;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.c-visual-content__img.c-visual-content__img--contain {
  min-height: auto;
}

.c-sidebar-menu {
  z-index: 1;
  border: 1px solid var(--af-b-step-light-blue);
  background-color: var(--af-b-step-white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 40px -10px #0003;
}

.c-sidebar-menu__title {
  color: var(--af-b-step-blue);
  text-transform: uppercase;
}

.c-map {
  border: 2px solid var(--af-b-step-light-blue);
  cursor: zoom-in;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.m-map {
  width: 100%;
}

.c-map-overlay {
  z-index: 1000;
  background-color: var(--af-b-step-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.c-map-overlay__img {
  border-radius: 10px;
  width: 50svw;
  position: relative;
  overflow: hidden;
}

.c-map-overlay__btn {
  width: 50px;
  height: 50px;
  color: var(--af-b-step-white);
  cursor: pointer;
  background-color: #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.c-map-overlay__btn:hover {
  color: var(--af-b-step-white);
}

.c-contact {
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-size: .875rem;
}

.c-contact__logo {
  min-height: 80px;
  margin-bottom: 20px;
}

.c-visual-content__caption {
  border-left: 1px solid var(--af-b-step-blue);
  width: 66.6667%;
  color: var(--af-b-step-blue);
  align-self: flex-end;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.c-visual-content__caption p {
  color: var(--af-b-step-blue);
}

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

.g-subheading.g-subheading--category {
  color: var(--af-b-step-blue);
  margin-top: 40px;
}

.c-link-item-text__description {
  max-width: 70ch;
  margin-bottom: 10px;
}

.c-link-item-text__description.c-link-item-text__description--small {
  font-size: .875rem;
}

.c-link-item-text__description.c-link-item-text__description--blue {
  color: var(--af-b-step-blue);
}

.c-media-item {
  border: 1px solid var(--af-b-step-light-grey);
  cursor: pointer;
  border-radius: 10px 10px 30px;
  flex-direction: column;
  flex: none;
  width: 32%;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-media-item:hover {
  background-color: var(--af-b-step-light-blue);
}

.c-media-item-teaser__link {
  background-image: url('../images/af-b-step_link-icon_arrow-right-blue.svg');
  background-position: 100% 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  align-self: flex-start;
  padding-right: 30px;
}

.c-media-item-teaser__link:hover {
  background-image: url('../images/af-b-step_link-icon_arrow-right-light-blue.svg');
  background-position: 100% 2px;
}

.c-media-item-teaser__link.c-media-item-teaser__link--external-ref {
  background-image: url('../images/af-b-step_link-icon_external-link-blue.svg');
  background-position: 100% 1px;
  background-size: 40px 40px;
  align-self: flex-end;
  width: 100%;
  min-height: 40px;
  padding-right: 40px;
}

.c-media-item-teaser__link.c-media-item-teaser__link--external-ref:hover {
  background-image: url('../images/af-b-step_link-icon_external-link-light-blue.svg');
}

.c-media-item-teaser__text {
  width: 100%;
  color: var(--af-b-step-dark-grey);
  margin-bottom: 20px;
}

.l-media-item-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.c-link-item-preview {
  border-radius: 5px;
  flex: none;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  margin-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.c-link-item-preview__img {
  width: 100%;
}

.c-link-item-preview__img.c-link-item__img--placeholder {
  background-image: url('../images/af-b-step_visual_placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item__img--juliane-dittrich {
  background-image: url('../images/concentris_visual_profile-pic_juliane-dittrich.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item-preview__img--regina-puga-hertzsch {
  background-image: url('../images/concentris_regina-puga-hertzsch.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item-preview__img--nina-donner {
  background-image: url('../images/concentris_visual_profile-pic_nina-donner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item__img--paulus-kirchhof {
  background-image: url('../images/af-b-step_visual_profile_paulus-kirchhof.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item-preview__img--mirko-de-melis {
  background-image: url('../images/af-b-step_visual_profile_mirko-de-melis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item__img--christiana-krammer {
  background-image: url('../images/af-b-step_visual_profile_christiana-krammer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item__img--placeholder-male {
  background-image: url('../images/af-b-step_visual_placeholder-male.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-preview__img.c-link-item__img--placeholder-female {
  background-image: url('../images/af-b-step_visual_placeholder-female.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-link-item-text__heading {
  color: var(--af-b-step-blue);
}

.c-link-item-text__date {
  background-color: var(--af-b-step-light-blue);
  color: var(--af-b-step-blue);
  border-radius: 2px;
  align-self: flex-end;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: .875rem;
}

.c-link-item-text__date.c-link-item-text__date--upcoming {
  border-left: 5px solid var(--af-b-step-red);
  background-color: var(--af-b-step-light-red);
  font-weight: 600;
}

.c-event-description__date {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.c-event-contact__text {
  width: 100%;
}

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

.g-dropdown__toggle {
  background-color: var(--af-b-step-light-blue);
  color: var(--af-b-step-blue);
  border-radius: 5px;
  font-weight: 600;
  transition: color .2s;
  display: inline-block;
}

.g-dropdown__toggle:hover {
  color: var(--af-b-step-light-grey);
}

.g-dropdown__toggle.w--open {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
}

.g-dropdown-list.w--open {
  background-color: var(--af-b-step-light-blue);
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 40px 40px;
  position: relative;
}

.g-dropdown-list__heading {
  border-bottom: 1px solid var(--af-b-step-light-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.g-dropdown-list__link {
  color: var(--af-b-step-blue);
  background-image: url('../images/af-b-step_link-icon_arrow-right-blue.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.g-dropdown-list__link:hover {
  background-image: url('../images/af-b-step_link-icon_arrow-right-light-blue.svg');
}

.c-newsletter-cta {
  color: var(--european-union-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.c-newsletter-cta__heading {
  width: 50%;
  color: var(--af-b-step-blue);
  text-align: center;
  margin-bottom: 20px;
}

.c-newsletter-cta-form {
  background-color: var(--af-b-step-white);
  border-radius: 50px;
  width: 50%;
  padding: 10px 10px 10px 20px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.c-newsletter-cta-form__input {
  color: var(--af-b-step-blue);
  cursor: text;
  flex: 1;
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  transition: color .2s, border-color .2s;
  display: flex;
}

.c-newsletter-cta-form__input:hover {
  color: var(--af-b-step-blue);
}

.c-newsletter-cta-form__button {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.c-newsletter-cta-form__button:hover {
  opacity: 100;
  color: var(--af-b-step-light-grey);
}

.c-topic-visual-content {
  background-color: var(--af-b-step-white);
  border-radius: 10px;
  width: 50%;
  height: 500px;
  display: flex;
  position: relative;
}

.c-main-menu__button {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 10px 20px;
  font-size: 1.125vw;
  font-weight: 300;
}

.c-main-menu__button:hover {
  color: var(--af-b-step-light-grey);
}

.c-main-menu__button.c-main-menu__button--emphasized {
  font-weight: 600;
}

.c-main-menu__button.c-main-menu__button--hidden {
  display: none;
}

.c-contact-social-media {
  margin-top: 20px;
}

.c-contact-social-media__btn {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.c-contact-social-media__btn:hover {
  background-color: var(--af-b-step-light-grey);
  opacity: .8;
}

.c-contact-social-media__btn.c-contact-social-media__btn--linkedin {
  background-color: var(--social-linkedin);
  background-image: url('../images/icon_social-media_linkedin_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-contact-social-media__btn.c-contact-social-media__btn--x {
  background-color: var(--af-b-step-black);
  background-image: url('../images/icon_social-media_x_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}


.c-contact-social-media__btn.c-contact-social-media__btn--youtube {
  background-color: var(--af-b-step-white);
  background-image: url('../images/icon_social-media_youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-contact-social-media__btn.c-contact-social-media__btn--instagram {
  background-color: var(--social-instagram);
  background-image: url('../images/icon_social-media_instagram_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-contact-social-media__btn.c-contact-social-media__btn--bluesky {
  background-color: var(--social-bluesky);
  background-image: url('../images/icon_social-media_bluesky_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-category__link {
  text-align: center;
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 600;
  /* text-decoration: underline; */
  position: relative;
}

.c-news-tile-visual {
  flex: none;
  width: 100%;
  height: 260px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-visual-content__img {
  border-radius: 10px;
  height: 600px;
  position: relative;
}

.c-info-tile {
  background-color: var(--af-b-step-white);
  box-shadow: 0 2px 5px 0 var(--af-b-step-light-grey);
  color: var(--af-b-step-dark-grey);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  margin-bottom: 40px;
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 40px 40px 60px;
  display: flex;
  position: relative;
}

.c-info-tile.c-info-insert--white {
  box-shadow: 0 2px 5px 0 var(--af-b-step-light-grey);
  background-color: #fff;
  flex: none;
  margin-bottom: 40px;
}

.c-search {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--af-b-step-white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 10px 10px 10px 40px;
  display: flex;
  position: relative;
}

.c-search-btn {
  background-color: var(--af-b-step-blue);
  width: 60px;
  height: 60px;
  color: var(--af-b-step-white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  transition: background-color .4s;
  display: flex;
}

.c-search-btn:hover {
  color: var(--af-b-step-light-grey);
}

.c-login-form {
  background-color: var(--af-b-step-white);
  width: 100%;
  color: var(--af-b-step-blue);
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.c-login {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.c-login-form__label {
  font-weight: 300;
  line-height: 1.25;
}

.c-login-form__input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--af-b-step-light-grey);
  background-color: #fff0;
  margin-bottom: 20px;
  padding: 10px 0;
}

.c-login-form__input:hover {
  border-bottom-color: var(--af-b-step-blue);
  color: var(--af-b-step-light-grey);
}

.c-login-form__input::placeholder {
  color: var(--af-b-step-light-grey);
}

.c-login-form__link {
  align-self: flex-start;
  /* text-decoration: underline; */
  display: inline-block;
}

.c-login-form__link:hover {
  color: var(--af-b-step-light-grey);
}

.c-login-form__btn {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  border-radius: 40px;
  align-self: flex-end;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 600;
}

.c-login-form__btn:hover {
  color: var(--af-b-step-light-grey);
}

.c-login-form-message {
  background-color: #fff0;
  padding: 0;
  font-weight: 600;
}

.c-login-form-message.c-login-form-message--is-error {
  border: 1px solid var(--af-b-step-white);
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.c-map__btn {
  border: 1px solid var(--af-b-step-blue);
  background-color: var(--af-b-step-blue);
  background-image: url('../images/af-b-step_icon_expand_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.c-map__btn:hover {
  background-image: url('../images/af-b-step_icon_expand_light-blue.svg');
}

.c-publication-category {
  background-color: var(--af-b-step-white);
  background-image: linear-gradient(90deg, var(--af-b-step-light-blue), white);
  width: 100%;
  color: var(--af-b-step-blue);
  border-radius: 5px;
  flex-flow: row;
  padding: 20px 40px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.c-publication-category__year {
  border-right: 1px solid var(--af-b-step-light-grey);
  color: var(--af-b-step-blue);
  align-self: center;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.c-link-item-text__title {
  color: var(--af-b-step-blue);
  margin-top: 10px;
  line-height: 1.25;
}

.c-link-item-text__subline {
  color: var(--af-b-step-blue);
  margin-bottom: 10px;
  font-size: 1rem;
}

.c-publication-counter {
  width: 100%;
  color: var(--af-b-step-blue);
  flex-flow: wrap;
  align-self: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.c-publication-counter.c-publication-counter--boxed {
  border: 1px solid var(--af-b-step-light-grey);
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.c-publication-counter__tag {
  margin-right: 10px;
}

.c-publication-counter__number {
  flex: 1;
  font-weight: 600;
}

.c-media-item-teaser__meta {
  color: var(--af-b-step-blue);
  margin-bottom: 20px;
  font-size: .875rem;
}

.c-media-item-header {
  background-color: var(--af-b-step-blue);
  min-height: 200px;
  padding: 40px;
  position: relative;
}

.c-media-item-header.c-media-item-header--video {
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 0;
  display: flex;
  position: relative;
}

.c-media-item-teaser {
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.c-event-table-header__cell, #eventList th {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
}

.c-event-table-header__cell.c-event-table-header__cell--large, #eventList thead tr th {
  width: 40%;
}

.c-event-table-header__cell.c-event-table-header__cell--small, #eventList thead tr th:first-child {
  width: 25%;
}

.c-event-table-body-cell, #eventList tbody tr td {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.c-event-table-body-cell.c-event-table-body-cell--small, #eventList tbody tr td:first-child {
  width: 25%;
}

.c-event-table-body-cell.c-event-table-body-cell--large, #eventList tbody tr td {
  width: 40%;
}

.c-media-item-teaser__title {
  color: var(--af-b-step-blue);
}

.c-wp-dropdown {
  width: 100%;
}

.c-media-item-header__video-embed {
  background-image: url('../images/af-b-step_visual_placeholder_video.png');
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.c-news-tile-teaser__text {
  color: var(--af-b-step-black);
  margin-bottom: 20px;
  font-weight: 300;
}

.c-news-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.c-header-insert__text {
  color: var(--af-b-step-light-grey);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
}

.c-header-insert__link {
  color: var(--af-b-step-white);
  background-image: url('../images/af-b-step_icon_arrow-down_white.svg');
  background-position: 100% 2px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  align-self: flex-end;
  padding-right: 30px;
  font-size: 1.125rem;
  font-weight: 600;
}

.c-header-insert__link:hover {
  background-image: url('../images/af-b-step_icon_arrow-down_light-blue.svg');
}

.c-meta-menu-overlay__cover {
  z-index: 0;
  background-color: var(--af-b-step-blue);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.c-login-form__heading {
  margin-bottom: 40px;
}

.c-login-form__text--emphasized {
  font-weight: 500;
}

.c-meta-menu-overlay__mobile-btn {
  display: none;
}

.c-news-tile-content {
  border-radius: 5px;
  flex-flow: column;
  height: 100%;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-contact__institution {
  color: var(--af-b-step-black);
  margin-bottom: 10px;
  font-weight: 600;
}

.c-wiki-tile {
  border-radius: 10px;
  flex-flow: column;
  width: 32%;
  display: flex;
  overflow: hidden;
}

.c-dropdown-media-category {
  cursor: pointer;
  width: 100%;
}

.c-quick-link-list-item {
  margin-bottom: 0;
}

.c-quick-link {
  border-bottom: 1px solid var(--af-b-step-light-grey);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 1.25rem;
}

.c-quick-link.c-quick-link--members {
  background-image: url('../images/af-b-step_icon_member_blue.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-quick-link.c-quick-link--members:hover {
  background-image: url('../images/af-b-step_icon_member_light-blue.svg');
}

.c-quick-link.c-quick-link--wps {
  background-image: url('../images/af-b-step_icon_wp_blue.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-quick-link.c-quick-link--wps:hover {
  background-image: url('../images/af-b-step_icon_wp_light-blue.svg');
}

.c-quick-link.c-quick-link--publications {
  background-image: url('../images/af-b-step_icon_publication_blue.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-quick-link.c-quick-link--publications:hover {
  background-image: url('../images/af-b-step_icon_publication_light-blue.svg');
}

.c-quick-link.c-quick-link--subscribe {
  background-image: url('../images/af-b-step_icon_subscribe_blue.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-quick-link.c-quick-link--subscribe:hover {
  background-image: url('../images/af-b-step_icon_subscribe_light-blue.svg');
}

.c-quick-link.c-quick-link--contact {
  background-image: url('../images/af-b-step_icon_contact_blue.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.c-quick-link.c-quick-link--contact:hover {
  background-image: url('../images/af-b-step_icon_contact_light-blue.svg');
}

.c-wp-dropdown-header__icon {
  background-color: var(--af-b-step-blue);
  width: 40px;
  height: 40px;
  color: var(--af-b-step-white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.c-wp-overview {
  border: 1px solid var(--af-b-step-light-grey);
  background-color: var(--af-b-step-white);
  border-radius: 0 5px 40px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-wp-dropdown-header {
  width: 100%;
  color: var(--af-b-step-blue);
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

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

.c-wp-dropdown-header__text {
  flex: none;
  margin-right: 20px;
}

.c-wp-dropdown-content.w--open {
  background-color: var(--af-b-step-white);
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.c-wp-header {
  color: var(--af-b-step-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-wp-header__label {
  background-color: var(--af-b-step-blue);
  width: auto;
  color: var(--af-b-step-white);
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  padding: 10px 20px;
}

.c-top-link-bar {
  border-bottom: 1px solid var(--af-b-step-light-grey);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.c-top-link-bar__btn {
  background-image: url('../images/af-b-step_icon_arrow-left_blue.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding: 10px 20px 10px 30px;
}

.c-top-link-bar__btn:hover {
  background-image: url('../images/af-b-step_icon_arrow-left_light-blue.svg');
}

.c-top-link-bar__btn.c-top-link-bar__btn--next {
  background-image: url('../images/af-b-step_icon_arrow-right_blue.svg');
  background-position: 100%;
  padding-left: 20px;
  padding-right: 30px;
}

.c-top-link-bar__btn.c-top-link-bar__btn--next:hover {
  background-image: url('../images/af-b-step_icon_arrow-right_light-blue.svg');
}

.l-footer-container {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 120px;
  position: relative;
}

.c-logo-tile {
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15%;
  max-width: 200px;
  padding: 20px;
}

.c-logo-tile.c-logo-tile--featured {
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 15%;
  margin-right: 40px;
  display: flex;
}

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

.c-footer__text {
  color: #b4aac8;
  justify-content: flex-start;
  align-items: center;
  max-width: 75ch;
}

.c-featured-content {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.c-logo-tile-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.l-footer {
  background-color: #3c2864;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.l-footer-row {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.c-form__btn {
  color: var(--af-b-step-blue);
  text-align: right;
  cursor: pointer;
  background-color: #fff0;
  align-self: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 2rem;
  font-weight: 600;
  /* text-decoration: underline; */
  transition: color .4s;
}

.c-form__btn:hover {
  color: var(--af-b-step-light-grey);
}

.c-header-insert__text--emphasized {
  color: var(--af-b-step-white);
  font-weight: 600;
}

.c-section-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-section-heading__title {
  text-align: center;
  margin-bottom: 0;
}

.c-news-tile-teaser__date {
  color: var(--af-b-step-blue);
  margin-bottom: 5px;
  font-size: .875rem;
  font-weight: 300;
}

.c-news-tile-label {
  z-index: 1;
  color: var(--af-b-step-white);
  border-radius: 2px;
  align-self: flex-start;
  align-items: flex-end;
  margin-left: 20px;
  padding: 5px 10px;
  font-size: .875rem;
  position: absolute;
  inset: 20px auto auto 0%;
}

.c-news-tile-label.c-news-tile-label--news {
  background-color: var(--af-b-step-blue);
  align-items: flex-end;
}

.c-news-tile-label.c-news-tile-label--event {
  background-color: var(--af-b-step-red);
}

.c-tile-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.c-tile {
  background-color: var(--af-b-step-light-blue);
  border-radius: 5px;
  width: 48%;
  padding: 40px 40px 40px 20px;
}

.c-tile.c-tile--logo {
  border: 1px solid var(--af-b-step-light-grey);
  background-color: var(--af-b-step-white);
  border-bottom-right-radius: 30px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.c-tile.c-tile--logo:hover {
  border-color: var(--af-b-step-blue);
}

.c-tile.c-tile--full-width {
  width: 100%;
  color: var(--af-b-step-blue);
}

.c-tile-content {
  flex: 1;
  display: flex;
}

.c-tile-content__figure {
  border-bottom: 5px solid var(--af-b-step-blue);
  color: var(--af-b-step-blue);
  align-self: flex-start;
  margin-top: -2px;
  margin-right: 20px;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.c-tile-content__text {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.c-link-item {
  border: 1px solid var(--af-b-step-light-grey);
  background-color: var(--af-b-step-white);
  border-radius: 5px 5px 30px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.c-link-item:hover {
  border-color: var(--af-b-step-blue);
}

.c-link-item.c-link-item--preview {
  flex-flow: row;
}

.c-info-container {
  background-color: var(--af-b-step-light-blue);
  background-image: linear-gradient(90deg, var(--af-b-step-light-blue), white);
  width: 100%;
  color: var(--af-b-step-blue);
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
}

.c-anchor-linkbar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 5px;
  flex-flow: wrap;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.c-anchor-linkbar__btn {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  cursor: pointer;
  background-image: url('../images/af-b-step_icon_arrow-down_white.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-radius: 5px;
  flex: none;
  padding: 10px 40px 10px 20px;
  font-weight: 600;
  transition: background-color .2s;
}

.c-anchor-linkbar__btn:hover {
  background-color: var(--af-b-step-light-grey);
  color: var(--af-b-step-white);
}

.c-anchor-linkbar__text {
  width: 100%;
  color: var(--af-b-step-blue);
  margin-bottom: 10px;
}

.c-link-item-text {
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.c-link-item-text__link {
  text-align: right;
  background-image: url('../images/af-b-step_link-icon_arrow-right-blue.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 60px;
}

.c-link-item-text__link:hover {
  background-image: url('../images/af-b-step_link-icon_arrow-right-light-blue.svg');
}

.c-link-item-text__link.c-link-item-text__link--internal {
  background-image: url('../images/af-b-step_link-icon_arrow-right-blue.svg');
}

.c-link-item-text__link.c-link-item-text__link--internal:hover {
  background-image: url('../images/af-b-step_link-icon_arrow-right-light-blue.svg');
}

.c-link-item-text__link.c-link-item-text__link--external {
  background-image: url('../images/af-b-step_link-icon_external-link-blue.svg');
}

.c-link-item-text__link.c-link-item-text__link--external:hover {
  background-image: url('../images/af-b-step_link-icon_external-link-light-blue.svg');
}

.c-link-item-text__link.c-link-item-text__link--contact {
  background-image: url('../images/af-b-step_link-icon_send-blue.svg');
}

.c-link-item-text__link.c-link-item-text__link--contact:hover {
  background-image: url('../images/af-b-step_link-icon_send-lightblue.svg');
}

.c-link-item-text__link.c-link-item-text__link--download {
  background-image: url('../images/af-b-step_link-icon_download-blue.svg');
}

.c-link-item-text__link.c-link-item-text__link--download:hover {
  background-image: url('../images/af-b-step_link-icon_download-light-blue.svg');
}

.c-publication-counter__link {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
}

.c-info-item__link {
  width: 50%;
  /* text-decoration: underline; */
}

.c-info-item {
  border-bottom: 1px solid var(--af-b-step-light-grey);
  padding-bottom: 10px;
  display: flex;
}

.c-wp-header__link {
  margin-bottom: 10px;
}

.c-tile__img {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

.c-tile-content__link {
  text-align: right;
  background-image: url('../images/af-b-step_link-icon_arrow-right-blue.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  min-height: 40px;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 50px;
}

.c-tile-content__link:hover {
  background-image: url('../images/af-b-step_link-icon_arrow-right-light-blue.svg');
}

.c-tile-content__link.c-tile-content__link--external {
  background-image: url('../images/af-b-step_link-icon_external-link-blue.svg');
  justify-content: flex-end;
  align-items: flex-end;
}

.c-tile-content__link.c-tile-content__link--external:hover {
  background-image: url('../images/af-b-step_link-icon_external-link-light-blue.svg');
}

.c-tile-content__icon {
  background-image: url('../images/af-b-step_link-icon_arrow-right-blue.svg');
  background-position: 0 0;
  background-size: contain;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.c-tile-content__title {
  color: var(--af-b-step-blue);
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .c-navbar {
    padding-top: 40px;
  }

  .l-content-container {
    max-width: 1800px;
  }

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

  .l-footer-container {
    max-width: 1800px;
  }

  .c-logo-tile.c-logo-tile--featured {
    justify-content: space-around;
    align-items: flex-start;
  }

  .c-featured-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  h2, h2.g-heading {
	font-size: 2rem;
  }

  h3, h3.g-heading {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h4 {
    font-size: 1.5rem;
  }

  .c-navbar__logo-btn {
    width: 400px;
    height: 200px;
  }

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

  .c-main-menu-dropdown__list.w--open {
    min-width: 300px;
  }

  .c-form__input {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5rem;
  }

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

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

  .c-breadcrumb-list-item__link {
    font-size: 1.25rem;
  }

  .c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--is-current {
    background-position: 0 10px;
    background-size: 15px 15px;
    padding-left: 25px;
  }

  .c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--home {
    background-position: 0 10px;
    background-size: 15px 15px;
    padding-left: 20px;
  }

  .c-contact__link.c-contact__link--external {
    /* background-size: 20px 20px;
    padding-right: 35px; */
	background-size: 15px 15px;
    padding-right: 22px;
	background-position: 100% 1px;
  }

  .g-bullet-list__item {
    background-position: 0 8px;
  }

  .c-news-tile-teaser__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .g-heading {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: 1.125;
  }

  .l-content-container {
    padding-top: 40px;
  }

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

  .c-event-table {
    font-size: 1.5rem;
  }

  .c-event-table-body-row, #eventList tbody tr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-link-item-preview {
    width: 240px;
    height: 240px;
  }

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

  .c-link-item-text__date {
    font-size: 1.25rem;
  }

  .c-news-tile-visual {
    height: 300px;
  }

  .c-media-item-teaser__meta {
    font-size: 1.125rem;
  }

  .c-media-item-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1.25;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  a {
    font-size: 1rem;
  }

  .c-navbar-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .c-navbar-mobile-btn {
    z-index: 2;
    cursor: pointer;
    background-color: #c8c8c800;
    flex: none;
    width: 40px;
    height: 30px;
    padding: 0;
    display: flex;
  }

  .c-navbar-mobile-btn.w--open {
    z-index: 3000;
    background-color: #c8c8c800;
  }

  .c-menu-container {
    z-index: 1;
    background-color: var(--af-b-step-blue);
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding: 140px 60px 40px;
    position: absolute;
  }

  .c-main-menu-dropdown {
    border-bottom: 1px solid var(--af-b-step-light-grey);
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .c-main-menu-dropdown__toggle {
    width: 100%;
    color: var(--af-b-step-white);
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
  }

  .c-footer-list {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .c-main-menu-dropdown__link {
    color: var(--af-b-step-white);
    padding-left: 0;
    padding-right: 0;
  }

  .c-main-menu-dropdown__link:hover {
    color: var(--af-b-step-white);
  }

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

  .c-meta-menu {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    position: static;
  }

  .c-meta-menu-item__btn {
    background-color: var(--af-b-step-white);
    color: var(--af-b-step-blue);
    font-size: 1.25rem;
  }

  .c-meta-menu-item__btn.c-meta-menu-item__btn--search {
    background-color: var(--af-b-step-white);
    background-image: url('../images/af-b-step_icon_search_blue.svg');
  }

  .c-meta-menu-item__btn.c-meta-menu-item__btn--search:hover {
    background-image: url('../images/af-b-step_icon_search_light-blue.svg');
  }

  .c-meta-menu-item__btn.c-meta-menu-item__btn--login {
    background-image: url('../images/af-b-step_icon_member_blue.svg');
    border-style: none;
  }

  .c-meta-menu-item__btn.c-meta-menu-item__btn--login:hover {
    background-image: url('../images/af-b-step_icon_member_light-blue.svg');
  }

  .c-main-menu {
    flex-direction: column;
    order: -1;
    width: 100%;
  }

  .c-meta-menu-overlay {
    z-index: 2000;
    flex-flow: column;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .c-search-input {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

  .c-breadcrumb-list {
    margin-left: 0;
    margin-right: 0;
  }

  .c-breadcrumb-list-item {
    margin-left: 0;
  }

  .c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--is-current {
    background-position: 0 8px;
  }

  .c-breadcrumb {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .c-news-tile {
    cursor: grab;
    border-radius: 10px;
    flex-flow: row;
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .c-header-insert {
    left: 40px;
  }

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

  .l-header {
    height: auto;
  }

  .l-row {
    flex-direction: column;
  }

  .l-visual-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .l-textual-content {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .g-heading {
    font-size: 2rem;
  }

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

  .g-btn:hover {
    background-position: 95%;
    background-size: 20px 20px;
  }

  .c-subpage-header__title {
    font-size: 6vw;
  }

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

  .c-news-tile-teaser {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-meta-menu-item {
    margin-left: 15px;
  }

  .c-meta-menu-item.c-meta-menu-item--social {
    margin-left: 0;
    margin-right: 15px;
  }

  .c-sidebar-menu {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .c-map-overlay {
    padding: 40px;
  }

  .c-map-overlay__img {
    width: 100svw;
  }

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

  .c-contact__logo {
    width: 50%;
  }

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

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

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

  .c-newsletter-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .c-newsletter-cta__heading {
    width: 100%;
    margin-bottom: 20px;
  }

  .c-newsletter-cta-form {
    width: 100%;
  }

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

  .c-main-menu__button {
    width: 100%;
    color: var(--af-b-step-white);
    text-align: left;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
  }

  .c-category__link {
    margin-right: 0;
  }

  .c-news-tile-visual {
    border-radius: 10px 0 0 10px;
    width: 40%;
    height: 200px;
  }

  .c-info-tile {
    flex: none;
    max-width: 60ch;
  }

  .c-info-tile.c-info-insert--white {
    width: 100%;
    max-width: 60ch;
  }

  .c-search {
    width: 100%;
  }

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

  .c-login {
    margin-top: 40px;
  }

  .c-event-table-body-cell.c-event-table-body-cell--small, #eventList tbody tr td:first-child {
    padding-right: 20px;
  }

  .c-news-container {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .c-header-insert__text {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

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

  .c-meta-menu-overlay__cover {
    opacity: 100;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .c-navbar-mobile-btn__bar {
    background-color: var(--af-b-step-white);
    border-radius: 1px;
    flex: none;
    width: 40px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .c-navbar-mobile-btn__bar.c-navbar-mobile-btn__bar--bottom {
    width: 20px;
    top: 20px;
  }

  .c-navbar-mobile-btn__bar.c-navbar-mobile-btn__bar--middle {
    width: 30px;
    display: flex;
    top: 10px;
  }

  .c-meta-menu-social {
    align-self: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .c-meta-menu-utility {
    align-self: flex-end;
    display: flex;
  }

  .c-meta-menu-overlay__mobile-btn {
    z-index: 1;
    background-color: var(--af-b-step-white);
    opacity: .5;
    width: 40px;
    height: 40px;
    color: var(--af-b-step-blue);
    cursor: pointer;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.25rem;
    display: flex;
    position: absolute;
    inset: 40px 40px auto auto;
  }

  .c-meta-menu-overlay__mobile-btn:hover {
    opacity: 100;
  }

  .c-news-tile-content {
    flex-flow: row;
  }

  .c-wiki-tile {
    width: 48%;
  }

  .c-quick-link-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-quick-link-list-item {
    flex: none;
    width: 50%;
    padding-right: 20px;
  }

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

  .c-logo-tile.c-logo-tile--featured {
    margin-right: 20px;
  }

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

  .l-footer-row {
    flex-flow: column;
  }
}

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

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
    line-height: 1.125;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    line-height: 1.2;
  }

  a {
    font-size: .875rem;
  }

  .c-navbar__logo-btn {
    width: 160px;
    height: 80px;
  }

  .c-navbar__logo-btn.w--current {
    height: 60px;
  }

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

  .c-navbar-mobile-btn {
    margin-right: 0;
  }

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

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

  .c-main-menu-dropdown__toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

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

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

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

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

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

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

  .c-breadcrumb-list-item__link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--is-current {
    background-position: 0 2px;
  }

  .c-breadcrumb-list-item__link.c-breadcrumb-list-item__link--home {
    background-position: 0 3px;
  }

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

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

  .c-contact__link.c-contact__link--external {
    background-position: 99% 0;
  }

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

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

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

  .c-news-tile-teaser__title {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1;
  }

  .c-top-btn {
    right: 40px;
  }

  .c-header-insert {
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    bottom: 40px;
  }

  .m-header__img {
    background-position: 50% 0;
    background-size: cover;
  }

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

  .l-visual-content {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .g-btn {
    padding: 10px 20px;
  }

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

  .c-registration-label {
    font-size: 2vw;
  }

  .c-event-table {
    flex-direction: column;
    font-size: .875rem;
  }

  .c-visual-content__img {
    min-height: 400px;
  }

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

  .c-map-overlay {
    padding: 20px;
  }

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

  .c-visual-content__caption {
    width: 80%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-subheading {
    margin-bottom: 10px;
  }

  .g-subheading.g-subheading--category {
    margin-top: 20px;
  }

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

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

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

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

  .c-link-item-preview {
    width: 140px;
    height: 140px;
  }

  .c-link-item-text__heading {
    font-size: 1.125rem;
  }

  .g-dropdown__toggle {
    padding: 10px 20px;
  }

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

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

  .c-main-menu__button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .c-visual-content__img--contain {
    border-radius: 0;
  }

  .c-category__link {
    background-position: 100% 1px;
    margin-bottom: 0;
  }

  .c-info-tile {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .c-info-tile.c-info-insert--white {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .c-publication-category {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .c-link-item-text__title {
    font-size: 1rem;
    line-height: 1.25;
  }

  .c-media-item-header {
    padding: 40px 20px 20px;
  }

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

  .c-event-table-header__cell, #eventList th {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-event-table-body-cell.c-event-table-body-cell--small, #eventList tbody tr td:first-child {
    padding-right: 10px;
  }

  .c-news-container {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .c-header-insert__text {
    font-size: 1rem;
  }

  .c-header-insert__link.w--current {
    background-size: 10px 10px;
    padding-right: 20px;
    font-size: .875rem;
  }

  .c-login-form__heading {
    margin-bottom: 20px;
  }

  .c-wiki-tile {
    width: 47%;
  }

  .c-wp-overview {
    padding-top: 10px;
  }

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

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

  .c-wp-dropdown-header__text {
    margin-right: 10px;
  }

  .c-wp-dropdown-content.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-top-link-bar__btn {
    background-size: 12px 12px;
  }

  .c-logo-tile {
    width: 18%;
  }

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

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

  .c-logo-tile-container {
    margin-bottom: 20px;
  }

  .l-footer-row {
    flex-flow: column;
  }

  .c-tile-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .c-tile {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-tile-content__figure {
    padding-bottom: 5px;
    font-size: 2rem;
  }

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

  .c-info-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-link-item-text__link {
    background-size: 30px 30px;
    min-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 40px;
  }

  .c-tile__img {
    width: 50%;
  }

  .c-tile-content__link {
    background-size: 30px 30px;
    min-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 40px;
  }

  .c-tile-content__icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .c-navbar, .c-menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-size: .8rem;
    line-height: 1rem;
  }

  .c-footer-list__item {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

  .c-event-table-header__row, .c-news-tile, #eventList tr {
    flex-flow: column;
  }

  .c-top-btn {
    right: 20px;
  }

  .c-header-insert {
    width: 60%;
    left: 20px;
  }

  .m-header__img {
    background-position: 20%;
    height: 400px;
    position: relative;
  }

  .l-header-container {
    height: auto;
  }

  .l-visual-content {
    border-radius: 0;
  }

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

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

  .c-event-table-header {
    flex-flow: column;
    display: none;
  }

  .c-info-item__text {
    width: 100%;
  }

  .c-info-item__text.c-info-item__text--tag {
    margin-bottom: 5px;
  }

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

  .c-registration-label, #eventList .event-register-btn, #eventList .reg_closed {
    width: auto;
    font-size: .875rem;
  }

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

  .c-event-table-body-row, #eventList tbody tr {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-news-tile-teaser {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .c-visual-content__img {
    min-height: 240px;
  }

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

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

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

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

  .c-link-item-preview {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .c-event-description__date {
    margin-bottom: 5px;
  }

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

  .c-topic-visual-content {
    height: 240px;
  }

  .c-news-tile-visual {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .c-info-tile {
    max-width: none;
    margin-bottom: 30px;
    padding: 40px 20px 30px;
  }

  .c-publication-category {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-publication-category__year {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 2rem;
  }

  .c-publication-counter {
    margin-bottom: 10px;
  }

  .c-event-table-header__cell, #eventList th {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-event-table-body-cell, #eventList tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .c-event-table-body-cell.c-event-table-body-cell--small, .c-event-table-body-cell.c-event-table-body-cell--large, #eventList tbody tr td  {
    width: 100%;
  }

  .c-meta-menu-overlay__mobile-btn {
    right: 20px;
  }

  .c-news-tile-content {
    flex-flow: column;
  }

  .c-wiki-tile, .c-quick-link-list-item {
    width: 100%;
  }

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

  .c-logo-tile {
    width: 30%;
  }

  .c-logo-tile.c-logo-tile--featured {
    width: 32%;
    margin-bottom: 20px;
  }

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

  .c-featured-content {
    flex-flow: column;
  }

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

  .c-tile.c-tile--logo, .c-tile.c-tile--full-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-link-item.c-link-item--preview {
    flex-flow: column;
  }

  .c-publication-counter__link {
    width: auto;
  }

  .c-info-item {
    flex-flow: column;
  }

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


@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-lightitalic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-semibolditalic-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}