:root {
  --gi-white: #fff;
  --gi-functional-blue-400: #006EC9;
  --gi-green-400: #a0c814;
  --gi-gray-900: #0E2029;
  --gi-gray-900-alpha-06: rgba(14, 32, 41, 0.06);
  --gi-gray-900-alpha-08: rgba(14, 32, 41, 0.08);
  --gi-gray-900-alpha-16: rgba(14, 32, 41, 0.16);
  --gi-gray-900-alpha-32: rgba(14, 32, 41, 0.32);
  --gi-gray-900-alpha-48: rgba(14, 32, 41, 0.48);
  --gi-gray-900-alpha-56: rgba(14, 32, 41, 0.56);
  --gi-gray-900-alpha-64: rgba(14, 32, 41, 0.64);
  --gi-gray-900-alpha-72: rgba(14, 32, 41, 0.72);
  --gi-font-bold: "ClanWebPro-NarrBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gi-font-medium: "ClanWebPro-NarrMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gi-font-news: "ClanWebPro-NarrNews", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gi-font-regular: "ClanWebPro-Regular", "HelveticaNeue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gi-page-header-height: inherit
}

.gi-page-header {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 100%;
  background-color: var(--gi-white);
  transition: transform .25s cubic-bezier(0.22, 0.44, 0, 1);
  box-sizing: border-box;
  opacity: 1
}

.gi-page-header * {
  box-sizing: border-box
}

.gi-page-header::after {
  content: "";
  opacity: 0
}

.gi-page-header a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-thickness: .09375em;
  text-underline-position: auto;
  text-underline-offset: .125em;
  text-decoration-skip-ink: auto;
  transition: all .15s ease-in-out;
  color: inherit
}

.gi-page-header a:hover,
.gi-page-header a:focus {
  text-decoration-color: inherit
}

.gi-page-header a:focus:not(:focus-visible) {
  outline: none !important
}

.gi-page-header a:focus-visible,
.gi-page-header button:focus-visible {
  outline-width: .0625em;
  outline-color: inherit;
  outline-style: dashed;
  outline-offset: .25em;
  text-decoration-color: inherit
}

@media(min-width: 992px) {

  .gi-page-header a:focus-visible,
  .gi-page-header button:focus-visible {
    outline-width: .09375rem
  }
}

.gi-page-header .icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  margin-inline-start: 0
}

.gi-page-header .icon-stroke {
  stroke: currentColor
}

.gi-page-header .icon-12 {
  font-size: .75rem
}

.gi-page-header .icon-24 {
  font-size: 1.5rem
}

.gi-page-header .hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.gi-page-header [hidden] {
  display: none !important
}

.header-container {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.header-brand-container {
  line-height: 1.3125
}

.header-brand-container .name-extension-c {
  margin-top: .75rem;
  transform: translate3d(0px, -1px, 0px)
}

.header-brand-container .name-extension {
  font-size: .875rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0 .375rem;
  font-family: var(--gi-font-medium);
  font-weight: 500
}

html:lang(el) .header-brand-container .name-extension,
html:lang(th) .header-brand-container .name-extension {
  font-weight: 550 !important
}

html:lang(ar) .header-brand-container .name-extension,
html:lang(fa) .header-brand-container .name-extension,
html:lang(ku) .header-brand-container .name-extension,
html:lang(vi) .header-brand-container .name-extension {
  font-weight: 600 !important
}

html:lang(cn) .header-brand-container .name-extension,
html:lang(he) .header-brand-container .name-extension,
html:lang(ja) .header-brand-container .name-extension,
html:lang(hy) .header-brand-container .name-extension,
html:lang(ko) .header-brand-container .name-extension,
html:lang(pr) .header-brand-container .name-extension,
html:lang(ps) .header-brand-container .name-extension,
html:lang(ru) .header-brand-container .name-extension,
html:lang(uk) .header-brand-container .name-extension,
html:lang(zh) .header-brand-container .name-extension {
  font-weight: 700 !important
}

.header-brand-container .name-extension-title {
  color: var(--gi-gray-900)
}

.header-brand-container .name-extension-vr {
  background-color: var(--gi-gray-900-alpha-64);
  margin-top: -1px;
  display: inline-block;
  align-self: stretch;
  min-height: 1em;
  width: .125rem
}

.header-brand-container .name-extension-subtitle {
  color: var(--gi-gray-900-alpha-64)
}

.logo-container {
  display: none
}

.logo-goethe-institut,
.wordmark-goethe-institut {
  vertical-align: middle
}

.logo-goethe-institut path {
  fill: var(--gi-green-400)
}

.wordmark-goethe-institut path {
  fill: var(--gi-green-400)
}

.navigation-toggle-container {
  line-height: 1
}

.navigation-toggle {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  color: var(--gi-gray-900)
}

.navigation-toggle .icon.icon-20 {
  margin-inline-start: 0;
  font-size: 1.375rem
}

.meta-navigation-level-0 {
  display: flex;
  color: var(--gi-gray-900);
  font-family: var(--gi-font-news);
  font-weight: 475;
  font-size: .75rem;
  line-height: 1.6666666667;
  gap: 0 .6875rem;
  list-style: none;
  margin: 0
}

html:lang(ar) .meta-navigation-level-0,
html:lang(el) .meta-navigation-level-0,
html:lang(fa) .meta-navigation-level-0,
html:lang(hy) .meta-navigation-level-0,
html:lang(ku) .meta-navigation-level-0,
html:lang(pr) .meta-navigation-level-0,
html:lang(ps) .meta-navigation-level-0,
html:lang(th) .meta-navigation-level-0,
html:lang(vi) .meta-navigation-level-0 {
  font-weight: 400 !important
}

a.meta-navigation-level-0-link {
  display: block;
  padding: .1875rem .5rem;
  box-sizing: content-box;
  color: var(--gi-gray-900)
}

a.meta-navigation-level-0-link[aria-current=page],
a.meta-navigation-level-0-link.is-active,
a.meta-navigation-level-0-link:hover,
a.meta-navigation-level-0-link:focus {
  color: var(--gi-functional-blue-400)
}

.meta-navigation-toggle {
  padding: .1875rem .5rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  color: var(--gi-gray-900) !important
}

.meta-navigation-toggle .ms-1 {
  margin-inline-start: .25rem !important
}

.meta-navigation-toggle .ms-2 {
  margin-inline-start: .5rem !important
}

.meta-navigation-toggle .icon-outlined {
  fill: none;
  stroke: currentColor
}

.gi-meta-navigation-language-toggle {
  padding-left: .75rem;
  font-family: var(--gi-font-news);
  font-weight: 475
}

html[dir=rtl] .gi-meta-navigation-language-toggle {
  padding-left: .5rem;
  padding-right: .75rem
}

html:lang(ar) .gi-meta-navigation-language-toggle,
html:lang(el) .gi-meta-navigation-language-toggle,
html:lang(fa) .gi-meta-navigation-language-toggle,
html:lang(hy) .gi-meta-navigation-language-toggle,
html:lang(ku) .gi-meta-navigation-language-toggle,
html:lang(pr) .gi-meta-navigation-language-toggle,
html:lang(ps) .gi-meta-navigation-language-toggle,
html:lang(th) .gi-meta-navigation-language-toggle,
html:lang(vi) .gi-meta-navigation-language-toggle {
  font-weight: 400 !important
}

.current-lang-short {
  display: none
}

.primary-navigation {
  font-family: var(--gi-font-news);
  font-weight: 475;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  padding-inline-start: 0
}

html:lang(ar) .primary-navigation,
html:lang(el) .primary-navigation,
html:lang(fa) .primary-navigation,
html:lang(hy) .primary-navigation,
html:lang(ku) .primary-navigation,
html:lang(pr) .primary-navigation,
html:lang(ps) .primary-navigation,
html:lang(th) .primary-navigation,
html:lang(vi) .primary-navigation {
  font-weight: 400 !important
}

.navigation-level-1-hdl-container,
.navigation-level-1-text-container,
.navigation-level-1-hdl-link-icon {
  display: none
}

.meta-navigation-toggle[aria-expanded=false] .icon-filled {
  display: none
}

.meta-navigation-toggle[aria-expanded=true] .icon-filled {
  display: inline-block
}

.meta-navigation-toggle[aria-expanded=true] .icon-avatar-outlined-bold {
  display: none
}

.meta-navigation-toggle[aria-expanded=true] .icon-12 {
  transform: scale(-1)
}

.navigation-level-1-close-container {
  display: none
}

.navigation-close-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .1875rem;
  border-radius: 50%;
  color: var(--gi-gray-900-alpha-72);
  line-height: 0;
  width: 2rem;
  height: 2rem
}

.navigation-close-button:hover,
.navigation-close-button:active {
  background-color: var(--gi-gray-900-alpha-08);
  color: var(--gi-gray-900)
}

.navigation-close-button:focus-visible {
  background-color: var(--gi-gray-900-alpha-08);
  color: var(--gi-gray-900);
  outline-offset: 0 !important
}

.navigation-level-1-location-container {
  display: none
}

.gi-navigation-search-button,
.gi-navigation-search-close-button,
.gi-navigation-search-open-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  line-height: 1;
  padding: .25rem;
  color: var(--gi-gray-900);
  outline: none
}

.gi-navigation-search-button {
  margin-inline-start: calc((4px + .125em)*-1);
  margin-inline-end: .5rem;
  order: 1
}

.gi-navigation-search-close-button {
  order: 3
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.meta-navigation-level-1 {
  list-style: none;
  padding-inline-start: 0
}

@media(max-width: 991.98px) {
  html:has(.gi-nav-open) {
    overflow: hidden
  }

  .gi-page-header {
    border-bottom: 1px solid var(--gi-gray-900-alpha-32)
  }

  .gi-nav-open .gi-page-header {
    height: 100%
  }

  .gi-page-header-none {
    transform: translate3d(0, -100%, 0);
    position: fixed;
    top: 0;
    z-index: 210
  }

  .gi-page-header-min {
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 210;
    right: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .08);
    border-bottom-color: rgba(0, 0, 0, 0)
  }

  .gi-page-header-spacer {
    height: var(--gi-page-header-height);
    display: none
  }

  .gi-page-header-none+.gi-page-header-spacer,
  .gi-page-header-min+.gi-page-header-spacer {
    display: block
  }

  .gi-navigation-container {
    background: var(--gi-white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 220
  }

  .gi-navigation-container.mobile-navigation-hidden {
    display: none
  }

  .navigation-close-container {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 1;
    width: 100%;
    height: 3.5rem;
    background: linear-gradient(180deg, var(--gi-white) 0%, var(--gi-white) 75%, rgba(255, 255, 255, 0) 100%)
  }

  html[dir=rtl] .navigation-close-container {
    background: linear-gradient(-180deg, var(--gi-white) 0%, var(--gi-white) 75%, rgba(255, 255, 255, 0) 100%)
  }

  .navigation-close-container-button {
    position: absolute;
    top: .25rem;
    inset-inline-end: .625rem;
    z-index: 2;
    line-height: 1
  }

  .gi-navigation-search-container {
    margin: 4.25rem 2rem 0 2rem;
    border-radius: .125rem;
    min-height: 2.5rem
  }

  .gi-navigation-search-container:after {
    content: "";
    opacity: 0;
    transition: opacity .15s linear
  }

  .gi-navigation-search-container:focus-within:after {
    content: "";
    display: block;
    background: rgba(14, 32, 41, .64);
    width: 100%;
    height: calc(100% - 156px);
    position: absolute;
    inset-inline-start: 0;
    z-index: 1;
    opacity: 1;
    backdrop-filter: blur(2px)
  }

  .gi-navigation-search {
    display: none;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom-color: var(--gi-gray-900-alpha-64);
    padding-bottom: .25rem
  }

  .gi-navigation-search-button {
    order: 1
  }

  .gi-navigation-search-close-button {
    order: 3
  }

  .gi-navigation-search-input {
    -webkit-appearance: none !important;
    appearance: none;
    font-family: var(--gi-font-news);
    font-weight: 475;
    font-size: 1rem !important;
    line-height: 1.5;
    color: var(--gi-gray-900);
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
    width: 100% !important;
    order: 2
  }

  html:lang(ar) .gi-navigation-search-input,
  html:lang(el) .gi-navigation-search-input,
  html:lang(fa) .gi-navigation-search-input,
  html:lang(hy) .gi-navigation-search-input,
  html:lang(ku) .gi-navigation-search-input,
  html:lang(pr) .gi-navigation-search-input,
  html:lang(ps) .gi-navigation-search-input,
  html:lang(th) .gi-navigation-search-input,
  html:lang(vi) .gi-navigation-search-input {
    font-weight: 400 !important
  }

  .gi-navigation-search-open-button {
    display: none
  }

  .gi-navigation-search-input:focus {
    outline: none
  }

  .gi-navigation-search-input::placeholder {
    font-family: var(--gi-font-news);
    font-weight: 475;
    color: var(--gi-gray-900-alpha-56);
    opacity: 1
  }

  html:lang(ar) .gi-navigation-search-input::placeholder,
  html:lang(el) .gi-navigation-search-input::placeholder,
  html:lang(fa) .gi-navigation-search-input::placeholder,
  html:lang(hy) .gi-navigation-search-input::placeholder,
  html:lang(ku) .gi-navigation-search-input::placeholder,
  html:lang(pr) .gi-navigation-search-input::placeholder,
  html:lang(ps) .gi-navigation-search-input::placeholder,
  html:lang(th) .gi-navigation-search-input::placeholder,
  html:lang(vi) .gi-navigation-search-input::placeholder {
    font-weight: 400 !important
  }

  .gi-navigation-search-input:placeholder-shown {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100vw - 4rem);
    border: none
  }

  .gi-navigation-search-container-close-button {
    display: none
  }

  .meta-navigation-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2
  }

  .meta-navigation-container.has-shadow {
    box-shadow: 0 0 12px var(--gi-gray-900-alpha-06), inset 0 1px 0 0 var(--gi-gray-900-alpha-06), 0 0 1px 0 var(--gi-gray-900-alpha-48);
    transition: box-shadow .15s ease-in-out
  }

  .meta-navigation-level-0-item.gi-meta-search {
    display: none
  }

  .meta-navigation-level-0 {
    width: 100%;
    background-color: var(--gi-white) !important;
    height: 3rem;
    min-height: inherit !important;
    align-items: center;
    padding: 0 1.5rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0);
    color: inherit !important;
    float: none !important
  }

  .gi-meta-mygoethe-primary {
    order: 1
  }

  .gi-meta-sign-language {
    order: 2
  }

  .gi-meta-easy-language {
    order: 3
  }

  .gi-meta-language-primary {
    margin-inline-start: auto;
    order: 4;
    font-size: .875rem;
    line-height: 1.4285714286
  }

  .meta-navigation-level-1-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
  }

  .meta-navigation-level-1-bg {
    background-color: var(--gi-gray-900-alpha-64);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none
  }

  .meta-navigation-level-1-wrapper.animate-in .meta-navigation-level-1-bg {
    animation-name: bg-fade-in;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
  }

  @-webkit-keyframes bg-fade-in {
    from {
      -webkit-backdrop-filter: blur(0);
      backdrop-filter: blur(0);
      opacity: 0
    }

    to {
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      opacity: 1
    }
  }

  @keyframes bg-fade-in {
    from {
      -webkit-backdrop-filter: blur(0);
      backdrop-filter: blur(0);
      opacity: 0
    }

    to {
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      opacity: 1
    }
  }

  .meta-navigation-level-1-wrapper.animate-out .meta-navigation-level-1-bg {
    animation-name: bg-fade-out;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
  }

  @-webkit-keyframes bg-fade-out {
    from {
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      opacity: 1
    }

    to {
      -webkit-backdrop-filter: blur(0);
      backdrop-filter: blur(0);
      opacity: 0
    }
  }

  @keyframes bg-fade-out {
    from {
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      opacity: 1
    }

    to {
      -webkit-backdrop-filter: blur(0);
      backdrop-filter: blur(0);
      opacity: 0
    }
  }

  .meta-navigation-level-1-container {
    position: absolute;
    z-index: 1;
    background: var(--gi-white);
    bottom: 3rem;
    left: 0;
    right: 0;
    width: 100%;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding: 2.5rem 2rem 1.5rem 2rem
  }

  .meta-navigation-level-1-wrapper.animate-in .meta-navigation-level-1-container {
    animation-name: container-fade-in;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
  }

  @-webkit-keyframes container-fade-in {
    from {
      transform: translate3d(0, 100%, 0);
      opacity: .9
    }

    to {
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }

  @keyframes container-fade-in {
    from {
      transform: translate3d(0, 100%, 0);
      opacity: .9
    }

    to {
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }

  .meta-navigation-level-1-wrapper.animate-out .meta-navigation-level-1-container {
    animation-name: container-fade-out;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
  }

  @-webkit-keyframes container-fade-out {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1
    }

    to {
      transform: translate3d(0, 100%, 0);
      opacity: .9
    }
  }

  @keyframes container-fade-out {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1
    }

    to {
      transform: translate3d(0, 100%, 0);
      opacity: .9
    }
  }

  .meta-navigation-level-1-close-button {
    position: absolute;
    top: .5rem;
    inset-inline-end: .5rem;
    z-index: 2
  }

  .meta-navigation-level-1-hdl {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-family: var(--gi-font-bold);
    font-weight: 700;
    font-synthesis: none;
    margin-bottom: 1.5rem;
    color: var(--gi-gray-900)
  }

  html:lang(ar) .meta-navigation-level-1-hdl,
  html:lang(fa) .meta-navigation-level-1-hdl,
  html:lang(ku) .meta-navigation-level-1-hdl {
    font-weight: 650 !important
  }

  .meta-navigation-level-1 {
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--gi-font-news);
    font-weight: 475;
    width: 100% !important;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto
  }

  html:lang(ar) .meta-navigation-level-1,
  html:lang(el) .meta-navigation-level-1,
  html:lang(fa) .meta-navigation-level-1,
  html:lang(hy) .meta-navigation-level-1,
  html:lang(ku) .meta-navigation-level-1,
  html:lang(pr) .meta-navigation-level-1,
  html:lang(ps) .meta-navigation-level-1,
  html:lang(th) .meta-navigation-level-1,
  html:lang(vi) .meta-navigation-level-1 {
    font-weight: 400 !important
  }

  .meta-navigation-level-1 li+li {
    border-top: 1px solid var(--gi-gray-900-alpha-06)
  }

  .meta-navigation-level-1-link {
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  .meta-navigation-level-1-link:hover,
  .meta-navigation-level-1-link:focus {
    color: var(--gi-functional-blue-400)
  }

  .meta-navigation-level-1 .login-link {
    font-family: var(--gi-font-bold);
    font-weight: 700;
    font-synthesis: none;
    display: flex;
    align-items: center;
    color: var(--gi-gray-900)
  }

  html:lang(ar) .meta-navigation-level-1 .login-link,
  html:lang(fa) .meta-navigation-level-1 .login-link,
  html:lang(ku) .meta-navigation-level-1 .login-link {
    font-weight: 650 !important
  }

  #giAccountLoggedIn .login-link {
    font-family: var(--gi-font-news);
    font-weight: 475;
    color: var(--gi-gray-900-alpha-72)
  }

  html:lang(ar) #giAccountLoggedIn .login-link,
  html:lang(el) #giAccountLoggedIn .login-link,
  html:lang(fa) #giAccountLoggedIn .login-link,
  html:lang(hy) #giAccountLoggedIn .login-link,
  html:lang(ku) #giAccountLoggedIn .login-link,
  html:lang(pr) #giAccountLoggedIn .login-link,
  html:lang(ps) #giAccountLoggedIn .login-link,
  html:lang(th) #giAccountLoggedIn .login-link,
  html:lang(vi) #giAccountLoggedIn .login-link {
    font-weight: 400 !important
  }

  #giAccountLoggedIn .login-link .icon {
    display: none
  }

  .meta-navigation-level-1 .icon {
    margin-inline-start: auto
  }

  .gi-meta-navigation-language-toggle {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .meta-navigation-toggle[aria-expanded=true] {
    background-color: var(--gi-functional-blue-400);
    color: var(--gi-white) !important
  }

  .meta-navigation-toggle[aria-expanded=true]:focus-visible {
    outline-color: var(--gi-functional-blue-400)
  }

  .user-container {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1rem
  }

  .user-container .icon {
    color: var(--gi-gray-900);
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    margin-inline-end: .75rem
  }

  .user-container .image-wrapper {
    border-radius: 50%;
    background-color: var(--gi-gray-900-alpha-72);
    flex-shrink: 0;
    margin-bottom: 0;
    margin-inline-end: .75rem
  }

  .user-image {
    width: 2.625rem;
    height: 2.625rem;
    border: 1px solid var(--gi-gray-900-alpha-72);
    border-radius: 50%
  }

  .user-name {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gi-functional-blue-400);
    font-family: var(--gi-font-news);
    font-weight: 475;
    margin-bottom: 0
  }

  html:lang(ar) .user-name,
  html:lang(el) .user-name,
  html:lang(fa) .user-name,
  html:lang(hy) .user-name,
  html:lang(ku) .user-name,
  html:lang(pr) .user-name,
  html:lang(ps) .user-name,
  html:lang(th) .user-name,
  html:lang(vi) .user-name {
    font-weight: 400 !important
  }

  .primary-navigation-wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
  }

  .primary-navigation {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem
  }

  .navigation-level-0 {
    margin-top: 3.5rem !important;
    padding-bottom: 6rem !important
  }

  .primary-navigation li+li {
    border-top: 1px solid var(--gi-gray-900-alpha-06)
  }

  .navigation-level-0-link-container,
  .navigation-level-1-link-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between
  }

  .primary-navigation-button {
    display: none
  }

  .primary-navigation-toggle {
    background-color: rgba(0, 0, 0, 0);
    color: var(--gi-gray-900);
    border: none;
    line-height: 1;
    padding: 1rem;
    margin-block: -1rem;
    margin-inline-start: -1rem;
    margin-inline-end: -0.75rem
  }

  .primary-navigation-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-inline-end: .5rem;
    color: var(--gi-gray-900-alpha-72)
  }

  .primary-navigation-link:hover,
  .primary-navigation-link:focus {
    color: var(--gi-functional-blue-400)
  }

  .primary-navigation-link[aria-current=page] {
    color: var(--gi-functional-blue-400) !important;
    font-family: var(--gi-font-medium) !important;
    font-weight: 500 !important
  }

  html:lang(el) .primary-navigation-link[aria-current=page],
  html:lang(th) .primary-navigation-link[aria-current=page] {
    font-weight: 550 !important
  }

  html:lang(ar) .primary-navigation-link[aria-current=page],
  html:lang(fa) .primary-navigation-link[aria-current=page],
  html:lang(ku) .primary-navigation-link[aria-current=page],
  html:lang(pr) .primary-navigation-link[aria-current=page],
  html:lang(ps) .primary-navigation-link[aria-current=page],
  html:lang(vi) .primary-navigation-link[aria-current=page] {
    font-weight: 600 !important
  }

  html:lang(cn) .primary-navigation-link[aria-current=page],
  html:lang(he) .primary-navigation-link[aria-current=page],
  html:lang(ja) .primary-navigation-link[aria-current=page],
  html:lang(hy) .primary-navigation-link[aria-current=page],
  html:lang(ko) .primary-navigation-link[aria-current=page],
  html:lang(ru) .primary-navigation-link[aria-current=page],
  html:lang(uk) .primary-navigation-link[aria-current=page],
  html:lang(zh) .primary-navigation-link[aria-current=page] {
    font-weight: 700 !important
  }

  .primary-navigation-link .icon {
    flex-shrink: 0;
    margin-inline-start: 1rem;
    position: relative;
    top: .25rem
  }

  .sub-menu-current>.navigation-level-0-link-container>.navigation-level-0-link,
  .sub-menu-current>.navigation-level-1-link-container>.navigation-level-1-link,
  .sub-menu-current>.navigation-level-2-link-container>.navigation-level-2-link {
    font-family: var(--gi-font-bold);
    font-weight: 700;
    font-synthesis: none;
    color: var(--gi-gray-900)
  }

  html:lang(ar) .sub-menu-current>.navigation-level-0-link-container>.navigation-level-0-link,
  html:lang(fa) .sub-menu-current>.navigation-level-0-link-container>.navigation-level-0-link,
  html:lang(ku) .sub-menu-current>.navigation-level-0-link-container>.navigation-level-0-link,
  html:lang(ar) .sub-menu-current>.navigation-level-1-link-container>.navigation-level-1-link,
  html:lang(fa) .sub-menu-current>.navigation-level-1-link-container>.navigation-level-1-link,
  html:lang(ku) .sub-menu-current>.navigation-level-1-link-container>.navigation-level-1-link,
  html:lang(ar) .sub-menu-current>.navigation-level-2-link-container>.navigation-level-2-link,
  html:lang(fa) .sub-menu-current>.navigation-level-2-link-container>.navigation-level-2-link,
  html:lang(ku) .sub-menu-current>.navigation-level-2-link-container>.navigation-level-2-link {
    font-weight: 650
  }

  .sub-menu-open>.navigation-level-0-link-container>.primary-navigation-toggle .icon,
  .sub-menu-open>.navigation-level-1-link-container>.primary-navigation-toggle .icon {
    transform: scale(-1)
  }

  .navigation-level-1,
  .navigation-level-2 {
    border-top: 1px solid var(--gi-gray-900-alpha-06);
    padding-inline-start: 1rem !important;
    padding-inline-end: 0
  }

  .overflow-item {
    display: none
  }
}

@media(min-width: 992px) {
  body {
    position: relative
  }

  #breadcrumb-navigation:before {
    content: "";
    display: block;
    border-top: 1px solid var(--gi-gray-900-alpha-06);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0
  }

  .gi-page-header {
    height: 8.5rem;
    align-items: flex-start;
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  .gi-page-header.desktop-navigation-open::after,
  .gi-page-header.search-active::after {
    content: "";
    background: var(--gi-gray-900-alpha-48);
    position: absolute;
    top: 8.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 8.5rem);
    z-index: 110;
    opacity: 1;
    transition: opacity .2s ease-in-out
  }

  .header-container {
    max-width: 59rem;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    position: relative
  }

  .header-brand-container {
    margin: auto 0;
    position: absolute;
    top: .75rem;
    inset-inline-start: 1rem;
    opacity: 1;
    transition: opacity .5s cubic-bezier(0.22, 0.44, 0, 1);
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0 2rem;
    z-index: 2
  }

  .header-brand-container .name-extension-c {
    margin-top: 0;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px)
  }

  .header-brand-container .name-extension {
    font-size: 1rem;
    margin: 0
  }

  .search-active .name-extension-c {
    opacity: 0;
    pointer-events: none
  }

  .logo-container {
    display: block
  }

  .logo-goethe-institut {
    width: auto;
    height: 3rem
  }

  .wordmark-container {
    display: none
  }

  .navigation-toggle-container,
  .navigation-close-container,
  .gi-navigation-search-container {
    display: none
  }

  .gi-navigation-search-open-button:hover {
    color: var(--gi-gray-900)
  }

  .gi-navigation-search-open-button:focus-visible {
    outline-style: solid
  }

  .search-active .gi-navigation-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gi-white)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search {
    width: 100%;
    max-width: 30.375rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
    top: -1.4375rem;
    z-index: 2
  }

  .search-active .gi-navigation-search-container .gi-navigation-search:focus-within {
    outline: 1px solid var(--gi-gray-900-alpha-64)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-input {
    width: 100%;
    box-sizing: border-box !important;
    border: none;
    border-bottom: 1px solid var(--gi-gray-900-alpha-48);
    min-height: 2.25rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gi-gray-900);
    font-family: var(--gi-font-news);
    font-weight: 475
  }

  html:lang(ar) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(el) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(fa) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(hy) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(ku) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(pr) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(ps) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(th) .search-active .gi-navigation-search-container .gi-navigation-search-input,
  html:lang(vi) .search-active .gi-navigation-search-container .gi-navigation-search-input {
    font-weight: 400 !important
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-input:hover {
    border-bottom-color: var(--gi-gray-900)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-input:hover::placeholder {
    color: var(--gi-gray-900)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-input:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    outline: none
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gi-gray-900-alpha-64);
    font-family: var(--gi-font-news);
    font-weight: 475;
    padding-inline-start: .375rem
  }

  html:lang(ar) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(el) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(fa) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(hy) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(ku) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(pr) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(ps) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(th) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder,
  html:lang(vi) .search-active .gi-navigation-search-container .gi-navigation-search-input::placeholder {
    font-weight: 400 !important
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-input:not(::placeholder-shown) {
    color: var(--gi-gray-900);
    border-bottom-color: var(--gi-gray-900)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-input:not(::placeholder-shown)+.gi-navigation-search-button {
    color: var(--gi-gray-900)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-button {
    margin: 0;
    position: absolute;
    top: .0625rem;
    right: .1875rem;
    color: var(--gi-gray-900-alpha-64)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search:hover .gi-navigation-search-button,
  .search-active .gi-navigation-search-container .gi-navigation-search:focus-within .gi-navigation-search-button {
    color: var(--gi-gray-900)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-close-button {
    position: absolute;
    right: 2rem;
    top: 0
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button {
    position: fixed;
    top: .8125rem;
    right: .75rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-thickness: .0625em;
    text-underline-position: auto;
    text-underline-offset: .125em;
    text-decoration-skip-ink: auto;
    transition: all .15s ease-in-out
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .icon {
    background-color: rgba(0, 0, 0, 0);
    color: var(--gi-gray-900);
    font-size: 1.5rem;
    border-radius: 50%
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text {
    font-family: var(--gi-font-news);
    font-weight: 475;
    font-size: .75rem;
    line-height: 1.3333333333;
    color: var(--gi-gray-900-alpha-64)
  }

  html:lang(ar) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(el) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(fa) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(hy) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(ku) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(pr) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(ps) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(th) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text,
  html:lang(vi) .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-button-text {
    font-weight: 400 !important
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button .gi-navigation-search-container-close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-inline-start: .25rem;
    border-radius: 50%;
    height: 1.875rem;
    width: 1.875rem
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:hover,
  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:focus {
    text-decoration-color: inherit
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:hover .gi-navigation-search-container-close-button-text,
  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:focus .gi-navigation-search-container-close-button-text {
    color: var(--gi-gray-900)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:hover .gi-navigation-search-container-close-icon,
  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:focus .gi-navigation-search-container-close-icon {
    background-color: var(--gi-gray-900-alpha-06)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:hover .icon,
  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:focus .icon {
    color: var(--gi-gray-900)
  }

  .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button:focus:not(:focus-visible) {
    outline: none !important
  }

  html[dir=rtl] .search-active .gi-navigation-search-container .gi-navigation-search-button {
    right: auto;
    left: .1875rem
  }

  html[dir=rtl] .search-active .gi-navigation-search-container .gi-navigation-search-container-close-button {
    left: .75rem;
    right: auto
  }

  .navigation-toggle {
    padding: 0
  }

  .gi-navigation-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    flex-basis: 100%
  }

  ul.giAccount>li>a {
    padding: inherit !important;
    color: var(--gi-gray-900) !important;
    line-height: inherit !important
  }

  [data-logindisplay=v2] .desktop-name:before {
    content: " - "
  }

  [data-logindisplay=v2] .desktop-name:empty {
    display: none
  }

  .meta-navigation-container {
    width: 100%
  }

  .meta-navigation-level-0 {
    align-items: center;
    justify-content: flex-end;
    gap: 0 1.5rem;
    font-size: .875rem;
    line-height: 1.4285714286;
    padding: 0 !important;
    float: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: inherit !important;
    min-height: inherit !important
  }

  .meta-navigation-level-0-item {
    position: relative
  }

  .meta-navigation-level-0-item.gi-meta-search {
    display: none
  }

  .meta-navigation-level-1-wrapper {
    position: absolute;
    top: 2rem;
    inset-inline-end: -1rem;
    background-color: var(--gi-white);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .06), 0px 5px 5px -3px rgba(0, 0, 0, .05), 0px 8px 10px 1px rgba(0, 0, 0, .035), 0px 3px 14px 2px rgba(0, 0, 0, .03);
    border-radius: .5rem;
    padding: 1.25rem 3rem 1rem 1.25rem;
    padding-block-start: 1.25rem;
    padding-block-end: 1rem;
    padding-inline-start: 1.25rem;
    padding-inline-end: 3rem;
    z-index: 130;
    background-clip: padding-box;
    text-align: start
  }

  .gi-meta-language-secondary .meta-navigation-level-1 {
    margin-top: .125rem
  }

  .gi-meta-language-secondary .meta-navigation-level-1-hdl {
    display: none
  }

  .meta-navigation-level-0 .icon-24 {
    font-size: 1.25rem
  }

  .meta-navigation-level-1-hdl {
    font-family: var(--gi-font-medium);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--gi-gray-900)
  }

  html:lang(el) .meta-navigation-level-1-hdl,
  html:lang(th) .meta-navigation-level-1-hdl {
    font-weight: 550 !important
  }

  html:lang(ar) .meta-navigation-level-1-hdl,
  html:lang(fa) .meta-navigation-level-1-hdl,
  html:lang(ku) .meta-navigation-level-1-hdl html:lang(vi) .meta-navigation-level-1-hdl {
    font-weight: 600 !important
  }

  html:lang(cn) .meta-navigation-level-1-hdl,
  html:lang(he) .meta-navigation-level-1-hdl,
  html:lang(ja) .meta-navigation-level-1-hdl,
  html:lang(hy) .meta-navigation-level-1-hdl,
  html:lang(ko) .meta-navigation-level-1-hdl,
  html:lang(ru) .meta-navigation-level-1-hdl,
  html:lang(uk) .meta-navigation-level-1-hdl,
  html:lang(zh) .meta-navigation-level-1-hdl {
    font-weight: 700 !important
  }

  a.meta-navigation-level-0-link {
    color: var(--gi-gray-900);
    padding: 0
  }

  a.meta-navigation-level-0-link:hover,
  a.meta-navigation-level-0-link:focus {
    color: var(--gi-gray-900)
  }

  a.meta-navigation-level-0-link[aria-current=page],
  a.meta-navigation-level-0-link.is-active {
    color: var(--gi-gray-900);
    text-decoration: underline
  }

  .meta-navigation-toggle {
    color: var(--gi-gray-900);
    padding: 0;
    font-family: var(--gi-font-news);
    font-weight: 475;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-thickness: .0625em;
    text-underline-position: auto;
    text-underline-offset: .125em;
    text-decoration-skip-ink: auto;
    transition: all .15s ease-in-out
  }

  html[dir=rtl] .meta-navigation-toggle {
    padding: 0
  }

  html:lang(ar) .meta-navigation-toggle,
  html:lang(el) .meta-navigation-toggle,
  html:lang(fa) .meta-navigation-toggle,
  html:lang(hy) .meta-navigation-toggle,
  html:lang(ku) .meta-navigation-toggle,
  html:lang(pr) .meta-navigation-toggle,
  html:lang(ps) .meta-navigation-toggle,
  html:lang(th) .meta-navigation-toggle,
  html:lang(vi) .meta-navigation-toggle {
    font-weight: 400 !important
  }

  .meta-navigation-toggle:hover,
  .meta-navigation-toggle:focus {
    color: var(--gi-gray-900);
    text-decoration-color: inherit
  }

  .meta-navigation-toggle .ms-1,
  .meta-navigation-toggle .ms-2 {
    margin-inline-start: .5rem !important
  }

  .meta-navigation-toggle .icon-avatar-outlined-bold {
    display: block
  }

  .meta-navigation-toggle[aria-expanded=true] .icon-filled,
  .meta-navigation-toggle:hover .icon-filled,
  .meta-navigation-toggle:focus .icon-filled {
    display: none
  }

  .meta-navigation-toggle[aria-expanded=true] .icon-avatar-outlined-bold,
  .meta-navigation-toggle:hover .icon-avatar-outlined-bold,
  .meta-navigation-toggle:focus .icon-avatar-outlined-bold {
    display: block
  }

  .meta-navigation-toggle[aria-expanded=false] .icon-12 {
    transform: scale(-1)
  }

  .meta-navigation-toggle[aria-expanded=true] .icon-12 {
    transform: scale(1)
  }

  .gi-meta-mygoethe-secondary {
    min-width: 150px
  }

  .current-lang {
    display: none
  }

  .current-lang-short {
    display: inline-block;
    text-transform: uppercase
  }

  .meta-navigation-level-1-close-button {
    position: absolute;
    top: 10px;
    inset-inline-end: .5rem
  }

  a.meta-navigation-level-1-link {
    font-size: .75rem;
    line-height: 1.3333333333;
    color: var(--gi-gray-900-alpha-72);
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    display: inline-block;
    white-space: nowrap
  }

  .meta-navigation-level-1-item:first-child .meta-navigation-level-1-link {
    padding-top: 0
  }

  .meta-navigation-level-1-item:last-child .meta-navigation-level-1-link {
    padding-bottom: 0
  }

  .meta-navigation-level-1-link.secondary-link-active,
  .meta-navigation-level-1-link.login-link {
    color: var(--gi-gray-900);
    font-family: var(--gi-font-medium);
    font-weight: 500
  }

  html:lang(el) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(th) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(el) .meta-navigation-level-1-link.login-link,
  html:lang(th) .meta-navigation-level-1-link.login-link {
    font-weight: 550 !important
  }

  html:lang(ar) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(fa) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(ku) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(pr) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(ps) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(vi) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(ar) .meta-navigation-level-1-link.login-link,
  html:lang(fa) .meta-navigation-level-1-link.login-link,
  html:lang(ku) .meta-navigation-level-1-link.login-link,
  html:lang(pr) .meta-navigation-level-1-link.login-link,
  html:lang(ps) .meta-navigation-level-1-link.login-link,
  html:lang(vi) .meta-navigation-level-1-link.login-link {
    font-weight: 600 !important
  }

  html:lang(cn) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(he) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(ja) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(hy) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(ko) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(ru) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(uk) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(zh) .meta-navigation-level-1-link.secondary-link-active,
  html:lang(cn) .meta-navigation-level-1-link.login-link,
  html:lang(he) .meta-navigation-level-1-link.login-link,
  html:lang(ja) .meta-navigation-level-1-link.login-link,
  html:lang(hy) .meta-navigation-level-1-link.login-link,
  html:lang(ko) .meta-navigation-level-1-link.login-link,
  html:lang(ru) .meta-navigation-level-1-link.login-link,
  html:lang(uk) .meta-navigation-level-1-link.login-link,
  html:lang(zh) .meta-navigation-level-1-link.login-link {
    font-weight: 700 !important
  }

  #giAccountLoggedIn .login-link {
    font-family: var(--gi-font-news);
    font-weight: 475;
    color: var(--gi-gray-900-alpha-72)
  }

  html:lang(ar) #giAccountLoggedIn .login-link,
  html:lang(el) #giAccountLoggedIn .login-link,
  html:lang(fa) #giAccountLoggedIn .login-link,
  html:lang(hy) #giAccountLoggedIn .login-link,
  html:lang(ku) #giAccountLoggedIn .login-link,
  html:lang(pr) #giAccountLoggedIn .login-link,
  html:lang(ps) #giAccountLoggedIn .login-link,
  html:lang(th) #giAccountLoggedIn .login-link,
  html:lang(vi) #giAccountLoggedIn .login-link {
    font-weight: 400 !important
  }

  #giAccountLoggedIn .login-link .icon {
    display: none
  }

  a.meta-navigation-level-1-link:hover,
  a.meta-navigation-level-1-link:focus {
    color: var(--gi-gray-900)
  }

  .meta-navigation-level-1-link.login-link {
    display: flex;
    align-items: center
  }

  .login-link .icon {
    margin-inline-start: .5rem
  }

  .user-container {
    display: none
  }

  .primary-navigation-wrapper {
    margin-inline-end: auto
  }

  .navigation-level-0 {
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
    margin: 0
  }

  .primary-navigation-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: var(--gi-gray-900);
    font-family: var(--gi-font-news);
    font-weight: 475;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-thickness: .09375em;
    text-underline-position: auto;
    text-underline-offset: .125em;
    text-decoration-skip-ink: auto;
    transition: all .15s ease-in-out
  }

  html:lang(ar) .primary-navigation-button,
  html:lang(el) .primary-navigation-button,
  html:lang(fa) .primary-navigation-button,
  html:lang(hy) .primary-navigation-button,
  html:lang(ku) .primary-navigation-button,
  html:lang(pr) .primary-navigation-button,
  html:lang(ps) .primary-navigation-button,
  html:lang(th) .primary-navigation-button,
  html:lang(vi) .primary-navigation-button {
    font-weight: 400 !important
  }

  .primary-navigation-button:hover,
  .primary-navigation-button:focus {
    color: var(--gi-gray-900);
    text-decoration-color: inherit
  }

  a.navigation-level-0-link {
    color: var(--gi-gray-900)
  }

  a.navigation-level-0-link:hover,
  a.navigation-level-0-link:focus {
    color: var(--gi-gray-900)
  }

  a.navigation-level-0-link[aria-current=page] {
    text-decoration-color: inherit
  }

  .primary-navigation-level-0-link-has-sub-menu {
    display: none
  }

  .navigation-level-root-item {
    display: none
  }

  .primary-navigation-toggle {
    display: none
  }

  .navigation-level-1-container {
    position: absolute;
    inset-inline-start: -1rem;
    top: 8rem;
    z-index: 120;
    background: var(--gi-white);
    border-radius: .5rem;
    padding: 2rem;
    width: 100vw;
    max-width: calc(100% + 2rem);
    animation-duration: .2s;
    animation-name: level1-fade-in;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
  }

  @-webkit-keyframes level1-fade-in {
    from {
      opacity: 0;
      transform: scale(0.98);
      transform-origin: center top
    }

    to {
      opacity: 1;
      transform: scale(1)
    }
  }

  @keyframes level1-fade-in {
    from {
      opacity: 0;
      transform: scale(0.98);
      transform-origin: center top
    }

    to {
      opacity: 1;
      transform: scale(1)
    }
  }

  .navigation-level-1-location-container {
    width: 26rem;
    padding: 2rem !important;
    inset-inline-start: 3rem;
    max-height: 45.75rem;
    display: flex;
    flex-direction: column
  }

  .navigation-level-1-close-container {
    display: block;
    position: absolute;
    inset-inline-end: 1rem;
    top: 1rem
  }

  .navigation-level-1-close-button,
  .meta-navigation-level-1-close-button {
    z-index: 2
  }

  .navigation-level-1-close-button .icon-24 {
    font-size: 1.5rem
  }

  .navigation-level-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem
  }

  .navigation-level-1.navigation-level-1-column {
    display: flex;
    flex-direction: column
  }

  .navigation-level-1.no-row-gap {
    grid-row-gap: 0
  }

  .navigation-level-1-no-grid {
    display: block
  }

  .navigation-level-1-hdl-container {
    display: block
  }

  .navigation-level-1-hdl {
    font-family: var(--gi-font-bold);
    font-weight: 700;
    font-synthesis: none;
    font-size: 24px;
    line-height: 1.3333333333;
    color: var(--gi-gray-900);
    margin-top: 0;
    margin-bottom: 12px;
    display: inline-block
  }

  html:lang(ar) .navigation-level-1-hdl,
  html:lang(fa) .navigation-level-1-hdl,
  html:lang(ku) .navigation-level-1-hdl {
    font-weight: 650 !important
  }

  .navigation-level-1-hdl-link {
    display: flex;
    align-items: center;
    gap: 0 .5rem;
    border-radius: .5rem;
    position: relative;
    padding-block: .5rem;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    margin-inline-start: -1rem;
    margin-inline-end: -0.5rem
  }

  .navigation-level-1-hdl-link:hover,
  .navigation-level-1-hdl-link:active {
    color: #0b1a21;
    background-color: rgba(111, 199, 11, .16)
  }

  .navigation-level-1-hdl-link:focus-visible {
    outline-offset: 0 !important
  }

  .navigation-level-1-hdl-link-icon {
    font-size: 2.25rem;
    display: block;
    transition: transform .2s ease
  }

  .navigation-level-1-hdl-link:hover .navigation-level-1-hdl-link-icon,
  .navigation-level-1-hdl-link:focus-visible .navigation-level-1-hdl-link-icon {
    transform: translate3d(0.5rem, 0px, 0px)
  }

  html[dir=rtl] .navigation-level-1-hdl-link:hover .navigation-level-1-hdl-link-icon,
  html[dir=rtl] .navigation-level-1-hdl-link:focus-visible .navigation-level-1-hdl-link-icon {
    transform: translate3d(-0.5rem, 0px, 0px)
  }

  .navigation-level-1-link-container {
    margin-bottom: .25rem
  }

  a.navigation-level-1-link {
    color: var(--gi-gray-900);
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--gi-font-medium);
    font-weight: 500;
    display: inline-block;
    border-radius: .375rem;
    position: relative;
    padding-block: 8px;
    padding-inline: 1rem;
    margin-inline: -1rem
  }

  html:lang(el) a.navigation-level-1-link,
  html:lang(th) a.navigation-level-1-link {
    font-weight: 550 !important
  }

  html:lang(ar) a.navigation-level-1-link,
  html:lang(fa) a.navigation-level-1-link,
  html:lang(ku) a.navigation-level-1-link,
  html:lang(pr) a.navigation-level-1-link,
  html:lang(ps) a.navigation-level-1-link,
  html:lang(vi) a.navigation-level-1-link {
    font-weight: 600 !important
  }

  html:lang(cn) a.navigation-level-1-link,
  html:lang(he) a.navigation-level-1-link,
  html:lang(ja) a.navigation-level-1-link,
  html:lang(hy) a.navigation-level-1-link,
  html:lang(ko) a.navigation-level-1-link,
  html:lang(ru) a.navigation-level-1-link,
  html:lang(uk) a.navigation-level-1-link,
  html:lang(zh) a.navigation-level-1-link {
    font-weight: 700 !important
  }

  html:lang(my) a.navigation-level-1-link {
    line-height: 1.8571428571
  }

  a.navigation-level-1-link:hover,
  a.navigation-level-1-link:active {
    color: #0b1a21;
    background-color: rgba(111, 199, 11, .16)
  }

  a.navigation-level-1-link:focus-visible {
    outline-offset: 0 !important
  }

  a.navigation-level-1-link[aria-current=page] {
    text-decoration-color: inherit
  }

  a.navigation-level-1-link:hover,
  a.navigation-level-1-link:focus {
    color: var(--gi-gray-900)
  }

  .navigation-level-1-no-grid .navigation-level-1-link {
    margin-bottom: 2rem
  }

  .navigation-level-1-no-grid li:last-child .navigation-level-1-link,
  .navigation-level-1-column li:last-child .navigation-level-1-link {
    margin-bottom: 0
  }

  ul.navigation-level-2 {
    display: flex;
    flex-direction: column;
    gap: 4px 0
  }

  .navigation-level-2-link-container {
    display: inline-flex
  }

  a.navigation-level-2-link {
    font-size: .875rem;
    line-height: 1.4285714286;
    border-radius: .375rem;
    position: relative;
    padding-block: 10px;
    padding-inline: 1rem;
    margin-inline: -1rem;
    display: inline-block
  }

  html:lang(my) a.navigation-level-2-link {
    line-height: 1.8571428571
  }

  a.navigation-level-2-link:hover,
  a.navigation-level-2-link:active {
    color: var(--gi-gray-900);
    background-color: rgba(111, 199, 11, .16)
  }

  a.navigation-level-2-link:focus-visible {
    outline-offset: 0 !important
  }

  li.overflow-item a {
    border-radius: .375rem;
    padding-block: .5rem;
    padding-inline: 1rem;
    margin-inline: -1rem;
    display: inline-block
  }

  li.overflow-item a:hover,
  li.overflow-item a:active {
    color: var(--gi-gray-900);
    background-color: rgba(111, 199, 11, .16)
  }

  li.overflow-item a:focus-visible {
    outline-offset: 0 !important
  }

  .navigation-level-2.excess-length li:nth-child(n+8) {
    display: none
  }

  .navigation-level-2-link:hover,
  .navigation-level-2-link:focus {
    color: #0b1a21
  }

  .location-hdl-container {
    margin-bottom: 1.5rem
  }

  .location-sub-hdl,
  .location-hdl {
    font-family: var(--gi-font-bold);
    font-weight: 700;
    font-synthesis: none;
    color: var(--gi-gray-900)
  }

  html:lang(ar) .location-sub-hdl,
  html:lang(fa) .location-sub-hdl,
  html:lang(ku) .location-sub-hdl,
  html:lang(ar) .location-hdl,
  html:lang(fa) .location-hdl,
  html:lang(ku) .location-hdl {
    font-weight: 650 !important
  }

  .location-sub-hdl {
    font-size: .75rem;
    line-height: 1.3333333333
  }

  .location-hdl {
    font-size: 2.25rem;
    line-height: 1.2222222222
  }

  .location-scroll-container {
    overflow-x: hidden;
    overflow-y: auto
  }

  .location-finder-combobox {
    border-bottom: 1px solid var(--gi-gray-900);
    margin-bottom: .5rem;
    display: flex;
    align-items: center
  }

  .location-finder-combobox:focus-within {
    outline: .125rem solid var(--gi-functional-blue-400);
    outline-offset: .125rem;
    border-radius: .125rem
  }

  .location-finder-combobox-input {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: var(--gi-white);
    color: var(--gi-gray-900);
    flex-grow: 1;
    outline: none;
    order: 2
  }

  .location-finder-combobox-input::placeholder {
    color: var(--gi-gray-900-alpha-64)
  }

  .location-count {
    font-size: .75rem;
    line-height: 1.3333333333;
    color: var(--gi-gray-900-alpha-64);
    text-align: center;
    padding: 0;
    font-size: .875rem;
    line-height: 1.4285714286;
    margin-bottom: 2.5rem
  }

  ul.location-list {
    margin-bottom: 1rem
  }

  .location-list-link {
    display: block;
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: .875rem;
    line-height: 1.4285714286;
    color: var(--gi-gray-900-alpha-72)
  }

  .location-list-link:hover,
  .location-list-link:focus {
    color: var(--gi-gray-900)
  }

  .location-list-link.current {
    color: var(--gi-functional-blue-400);
    font-family: var(--gi-font-bold);
    font-weight: 700;
    font-synthesis: none
  }

  html:lang(ar) .location-list-link.current,
  html:lang(fa) .location-list-link.current,
  html:lang(ku) .location-list-link.current {
    font-weight: 650 !important
  }

  .location-list .location-list-link:hover,
  .location-list .location-list-link:focus {
    color: var(--gi-functional-blue-400)
  }

  .location-list .location-list-link.current:hover,
  .location-list .location-list-link.current:focus {
    color: var(--gi-gray-900)
  }

  .location-hr {
    margin-bottom: 2rem
  }

  .location-finder-combobox-hdl {
    position: sticky;
    top: 0;
    color: var(--gi-gray-850);
    font-family: var(--gi-font-bold);
    font-weight: 700;
    font-synthesis: none;
    font-size: .75rem;
    line-height: 1.3333333333;
    padding-bottom: .75rem;
    background: linear-gradient(180deg, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 100%)
  }

  html:lang(ar) .location-finder-combobox-hdl,
  html:lang(fa) .location-finder-combobox-hdl,
  html:lang(ku) .location-finder-combobox-hdl {
    font-weight: 650 !important
  }

  html[dir=rtl] .location-finder-combobox-hdl {
    background: linear-gradient(-180deg, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 100%)
  }

  .search-term-match {
    color: var(--gi-gray-900);
    font-family: var(--gi-font-medium);
    font-weight: 500
  }

  html:lang(el) .search-term-match,
  html:lang(th) .search-term-match {
    font-weight: 550 !important
  }

  html:lang(ar) .search-term-match,
  html:lang(fa) .search-term-match,
  html:lang(ku) .search-term-match,
  html:lang(pr) .search-term-match,
  html:lang(ps) .search-term-match,
  html:lang(vi) .search-term-match {
    font-weight: 600 !important
  }

  html:lang(cn) .search-term-match,
  html:lang(he) .search-term-match,
  html:lang(ja) .search-term-match,
  html:lang(hy) .search-term-match,
  html:lang(ko) .search-term-match,
  html:lang(ru) .search-term-match,
  html:lang(uk) .search-term-match,
  html:lang(zh) .search-term-match {
    font-weight: 700 !important
  }

  .sub-menu-current>div>a {
    text-decoration-color: inherit
  }

  a.navigation-level-1-link[aria-current=page] {
    text-decoration-color: inherit
  }
}

@media(max-width: 1199.98px) {

  .sr-text,
  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
  }
}

@media(min-width: 1200px) {
  .gi-page-header {
    height: 9.25rem;
    padding-bottom: 1rem
  }

  .gi-page-header.desktop-navigation-open::after,
  .gi-page-header.search-active::after {
    top: 9.25rem;
    height: calc(100% - 9.25rem)
  }

  .header-container {
    max-width: 72rem
  }

  .header-brand-container {
    top: 1.75rem;
    gap: 0 3rem
  }

  .header-brand-container .name-extension {
    font-size: 1.25rem
  }

  .search-active .gi-navigation-search-container .gi-navigation-search {
    max-width: 42rem
  }

  .logo-goethe-institut {
    width: auto;
    height: 4rem
  }

  .navigation-level-1-container {
    top: 9rem
  }

  .primary-navigation-wrapper {
    margin-inline-end: 0
  }

  .navigation-level-1 {
    grid-row-gap: 2rem
  }

  .navigation-level-1-hdl {
    font-size: 28px;
    line-height: 1.2857142857;
    margin-bottom: 24px
  }

  .meta-navigation-level-0 {
    gap: 0 2rem
  }

  .meta-navigation-level-0-link {
    font-size: .75rem;
    line-height: 2
  }

  .meta-navigation-level-0-link .icon {
    margin-inline-end: .5rem
  }

  .meta-navigation-toggle {
    font-size: .75rem;
    line-height: 2
  }

  .meta-navigation-toggle .icon-24 {
    margin-inline-end: .5rem
  }

  .current-lang {
    display: inline-block
  }

  .current-lang-short {
    display: none
  }

  .navigation-level-1-location-container {
    inset-inline-start: 50%;
    transform: translateX(calc(-50% - 2rem))
  }

  html[dir=rtl] .navigation-level-1-location-container {
    transform: translateX(calc(-1 * (-50% - 2rem)))
  }

  .search-active .gi-navigation-search-container .gi-navigation-search {
    top: auto
  }
}

@media(min-width: 1366px) {
  .header-container {
    max-width: 78rem
  }

  .navigation-level-1-container {
    padding: 3rem;
    max-width: calc(100% + 4rem);
    inset-inline-start: -2rem
  }

  .navigation-level-1-container.has-infotext {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .navigation-level-1-hdl-container {
    flex-basis: 100%
  }

  .navigation-level-1-text-container {
    margin-inline-end: 4rem;
    position: relative;
    display: block;
    flex: 0 0 23.875rem
  }

  .navigation-level-1-text-container .navigation-level-1-infotext {
    margin: 0;
    padding-top: .5rem;
    font-size: .875rem;
    line-height: 1.4285714286
  }

  .navigation-level-1 {
    flex: 1
  }

  .navigation-level-1-location-container {
    transform: translateX(calc(-50% + 2rem))
  }

  html[dir=rtl] .navigation-level-1-location-container {
    transform: translateX(calc(-1 * (-50% + 2rem)))
  }

  .navigation-level-1.no-row-gap {
    grid-template-rows: repeat(2, minmax(auto, max-content))
  }
}

@media(min-width: 1400px) {
  .navigation-level-1-container {
    inset-inline-start: -3rem;
    padding: 3rem 4rem;
    max-width: calc(100% + 6rem)
  }

  .navigation-level-1-location-container {
    inset-inline-start: 50%;
    transform: translateX(calc(-50% + 2rem))
  }

  html[dir=rtl] .navigation-level-1-location-container {
    transform: translateX(calc(-1 * (-50% + 2rem)))
  }
}

/*# sourceMappingURL=header.gimin.css.map */