@import url(https://use.typekit.net/vaw7zrw.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*********************
COLORS
*********************/
/*********************
Spacing
*********************/
/*********************
Breakpoints
*********************/
.icon {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.icon::before {
  content: "";
  display: block;
}
.icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon--background::before {
  padding-top: 112.3031077054%;
}

.icon--gitkeep::before {
  padding-top: 100%;
}

.icon--hotel-de-ville-title::before {
  padding-top: 27.6150627615%;
}

.icon--op-der-leier-title::before {
  padding-top: 27.6150627615%;
}

.icon--page-title::before {
  padding-top: 43.7837837838%;
}

.icon--place-de-la-resistance-title::before {
  padding-top: 27.6150627615%;
}

.icon--rue-de-l-alzette-title::before {
  padding-top: 27.6150627615%;
}

.icon--hero-image::before {
  padding-top: 65.7239819005%;
}

.icon--hotel-de-ville::before {
  padding-top: 77.4436090226%;
}

.icon--op-der-leier::before {
  padding-top: 67.7631578947%;
}

.icon--place-de-la-resistance::before {
  padding-top: 75.7352941176%;
}

.icon--rue-de-l-alzette::before {
  padding-top: 77.7358490566%;
}

.icon--esch-logo::before {
  padding-top: 101.6806722689%;
}

.icon--globe::before {
  padding-top: 104.1666666667%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

main {
  overflow: hidden;
}

body {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  color: #0E314B;
}
@media print, screen and (max-width: 29.99875em) {
  body {
    font-size: 18px;
    line-height: 25px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: newbery-sans-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0E314B;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 63.99875em) {
  h3 {
    font-size: 26px;
  }
}

h5 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
}
@media print, screen and (max-width: 29.99875em) {
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

h6 {
  font-family: newbery-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
@media print, screen and (max-width: 29.99875em) {
  h6 {
    font-size: 14px;
  }
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

button,
[type=button] {
  background-color: transparent;
  border: none;
}

.content__numbers {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.button {
  font-family: newbery-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #AF6BAA;
}
.button:hover {
  cursor: pointer;
}

.button--ghost {
  background-color: transparent;
  border: 1px solid #AF6BAA;
}

.format-text ul {
  list-style: disc;
  padding-left: 20px;
}
.format-text a {
  text-decoration: underline;
  word-break: break-word;
}

.a11y__vo-only {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.a11y__skip-content {
  background-color: white;
  color: #000;
  padding: 15px 30px;
  position: absolute;
  z-index: 999;
}
.a11y__skip-content:not(:focus):not(:active) {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.activity_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media print, screen and (max-width: 44.99875em) {
  .activity_container {
    grid-template-columns: 1fr;
  }
}

.activity__media {
  position: relative;
  height: 300px;
  width: 100%;
}

.activity__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.activity__content {
  padding: 45px;
  position: relative;
}
.activity__content .format-text {
  padding-top: 15px;
}

.activity__title {
  position: absolute;
  color: #fff;
  padding: 15px;
  top: 140px;
}

.content__numbers--activity {
  top: -40px;
}

.activity--1 {
  background-color: #89C8CC;
}

.activity--2 {
  background-color: #C4CC45;
}

.activity--3 {
  background-color: #C6636B;
  color: #fff;
}

.activity--4 {
  background-color: #D8933D;
}

.activity--1 .activity__title {
  background-color: #89C8CC;
}
.activity--2 .activity__title {
  background-color: #C4CC45;
}
.activity--3 .activity__title {
  background-color: #C6636B;
}
.activity--4 .activity__title {
  background-color: #D8933D;
}

body {
  background-image: url(svg/background.svg);
  background-position: 53% 650px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 2350px) {
  body {
    background-position: 53% 150px;
  }
}
@media only screen and (max-width: 1295px) {
  body {
    background-position: 53% 70px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  body {
    background-position: 53% 670px;
  }
}

.page-background_container {
  height: 990px;
  top: -100px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 2350px) {
  .page-background_container {
    display: none;
  }
}
@media only screen and (max-width: 1295px) {
  .page-background_container {
    display: none;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .page-background_container {
    top: 130px;
    display: block;
  }
  .page-background_container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 65%;
    right: 0%;
    z-index: -1;
    top: 0;
    display: block;
    background-color: #fff;
  }
}
@media print, screen and (max-width: 44.99875em) and (max-width: 74.99875em) {
  .page-background_container:before {
    height: 0;
  }
}
@media screen and (max-width: 44.99875em) and (max-width: 63.99875em) {
  .page-background_container:before {
    height: 100%;
  }
}
@media print, screen and (max-width: 44.99875em) and (max-width: 44.99875em) {
  .page-background_container:before {
    height: 0;
  }
}

.page-background_container__background-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -22%;
}
@media print, screen and (max-width: 29.99875em) {
  .page-background_container__background-image {
    display: none;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .page-background_container__background-image {
    margin-left: 0;
  }
}

.page-background_container__background-image--small-screens {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  margin-top: 60px;
}
@media print, screen and (max-width: 29.99875em) {
  .page-background_container__background-image--small-screens {
    display: block;
  }
}

.container-title {
  text-align: center;
  padding: 15px;
}

.container-title--uppercase {
  text-transform: uppercase;
}

.content__numbers {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.content__numbers--familljenfest {
  bottom: -60px;
}

.familljenfest_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
}

.familljenfest {
  background-color: #fff;
  border: 3px solid #0E314B;
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 98.12375em) {
  .familljenfest {
    margin-bottom: 150px;
  }
}

.content__numbers--familljenfest {
  bottom: -60px;
}

.container__familljenfest__illu {
  width: 260px;
  height: 200px;
  position: relative;
  margin: -100px auto 0 auto;
}
.container__familljenfest__illu .familljenfest__illu {
  width: 260px;
  margin: auto;
}

.familljenfest__illu__title {
  width: 260px;
  position: relative;
  margin: 0 auto 0 auto;
  bottom: 0;
}

.familljenfest_spacer {
  margin-bottom: 20px;
}

header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 9998;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__inner {
  display: flex;
  align-items: center;
  height: 116px;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 63.99875em) {
  .header__inner {
    height: 80px;
  }
}

.header__nav {
  flex: 1;
}
.header__nav a {
  font-family: newbery-sans-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
@media print, screen and (max-width: 29.99875em) {
  .header__nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 63.99875em) {
  .header__nav a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 63.99875em) and (max-width: 29.99875em) {
  .header__nav a {
    font-size: 18px;
    line-height: 25px;
  }
}

.header__logo_container_nav {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 63.99875em) {
  .header__logo_container_nav {
    display: block;
  }
}

.header__menu-toggle {
  display: none;
  align-items: center;
  border-top: 2px solid #AF6BAA;
  border-bottom: 2px solid #AF6BAA;
  height: 20px;
  margin: 0 15px;
  padding: 0;
  width: 25px;
}
.header__menu-toggle:hover {
  cursor: pointer;
}
.header__menu-toggle::after {
  content: "";
  background-color: #AF6BAA;
  height: 2px;
  width: 25px;
}
@media screen and (max-width: 63.99875em) {
  .header__menu-toggle {
    display: flex;
    margin-left: 15px;
  }
}

.hero_container {
  margin: 45px 0 120px 0;
  z-index: 2;
  position: relative;
}

.hero_container__illu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1264px) {
  .hero_container__illu {
    order: 2;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .hero_container__illu {
    flex-direction: column;
    align-items: center;
  }
}

.hero__illu__title {
  top: -50px;
  left: 100px;
  width: 350px;
}
@media only screen and (max-width: 1264px) {
  .hero__illu__title {
    order: 3;
    top: 70px;
    left: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .hero__illu__title {
    margin: 0 0 45px 0;
    order: 3;
    top: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .hero__illu__title {
    width: 250px;
  }
}

.hero__logo {
  right: 100px;
  top: -150px;
  width: 120px;
}
@media only screen and (max-width: 1279px) {
  .hero__logo {
    order: 1;
    margin: 0 0 45px 0;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .hero__logo {
    display: none;
  }
}

.hero__illu {
  width: 765px;
}
@media only screen and (max-width: 1279px) {
  .hero__illu {
    margin: 0 0 45px 0;
    order: 2;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .hero__illu {
    margin: 0 0 30px 0;
    width: 350px;
  }
}

.hero__container__content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 45px;
  background-color: #fff;
}
@media only screen and (max-width: 1264px) {
  .hero__container__content {
    margin-top: 136px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .hero__container__content {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .hero__container__content__inner.has__image {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .hero__container__content__inner.has__image > div {
    width: calc(60% - 20px);
  }
  .hero__container__content__inner.has__image > div.hero__image__wrapper {
    width: calc(40% - 20px);
  }
  .hero__container__content__inner.has__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hero__container__content__inner.has__image .hero__fullwidth {
    width: 100%;
    margin-bottom: 50px;
    border-top: 1px solid #caeceb;
    margin-top: 30px;
    padding-top: 30px;
  }
  .hero__container__content__inner.has__image .hero__fullwidth#container {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .hero__container__content__inner.has__image .hero__author__name {
    font-size: 14px;
  }
}

.highlights__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  gap: 30px;
}
@media print, screen and (max-width: 44.99875em) {
  .highlights__grid {
    grid-template-columns: 1fr;
  }
}

.highlights-block__element__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 388px;
}
@media screen and (max-width: 63.99875em) {
  .highlights-block__element__image {
    height: 280px;
  }
}

.highlights-block__element__details {
  background: #fff;
  padding: 30px;
}

.highlights-block__element__title {
  font-size: 24px;
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 4px;
  text-transform: capitalize;
}
@media print, screen and (max-width: 29.99875em) {
  .highlights-block__element__title {
    font-size: 19px;
    line-height: 27px;
  }
}

.highlights-block__element__link {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #AF6BAA;
}
@media print, screen and (max-width: 29.99875em) {
  .highlights-block__element__link {
    font-size: 14px;
  }
}

.highlights-block__globe {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.language-switcher {
  align-self: center;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher {
    background-color: transparent;
  }
}

.language-switcher__list {
  display: inline-block;
  list-style: none;
  margin: 0;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__list {
    background-color: transparent;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    transform: translateY(-20px);
    transition: transform 0.2s ease-in-out, opacity 0.1s ease-out;
  }
}

.language-switcher__top-link {
  background-color: grey;
  border-radius: 15px;
  color: black;
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  position: relative;
  transition: color 0.2s ease, background-color 0.2s ease;
  text-align: center;
  width: 50px;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__top-link {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 5px 30px 5px 10px;
    text-align: left;
    width: auto;
  }
  .language-switcher__top-link::before {
    content: ">";
    position: absolute;
    left: 40px;
    transform: rotate(0) translateY(-1px);
    transition: transform 0.1s ease;
  }
  .language-switcher__top-link:hover, .language-switcher__top-link:focus {
    color: blue;
    outline: none;
  }
}
.language-switcher:hover .language-switcher__top-link::before, .language-switcher[focus-within] .language-switcher__top-link::before, .language-switcher__top-link:focus::before {
  transform: rotate(90deg) translateY(-1px);
}
.language-switcher:hover .language-switcher__top-link::before, .language-switcher:focus-within .language-switcher__top-link::before, .language-switcher__top-link:focus::before {
  transform: rotate(90deg) translateY(-1px);
}

.language-switcher__item {
  display: inline-block;
  margin: 0 -8px;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__item {
    display: block;
    margin: 0;
  }
}

.language-switcher__link {
  color: black;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  transition: color 0.2s ease;
  width: 50px;
}
.language-switcher__link:focus, .language-switcher__link:hover {
  color: blue;
  outline: none;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__link {
    border-radius: 0;
    display: block;
    text-align: left;
    padding: 5px 30px 5px 10px;
    width: auto;
  }
}

.language-switcher:hover .language-switcher__list,
.language-switcher .language-switcher__top-link:focus + .language-switcher__list,
.language-switcher__list[focus-within] {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.language-switcher:hover .language-switcher__list,
.language-switcher .language-switcher__top-link:focus + .language-switcher__list,
.language-switcher__list:focus-within {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.menu {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .menu {
    z-index: 150;
    background-color: rgba(182, 222, 222, 0.9);
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-100px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 63.99875em) {
  .menu.is-active {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s ease;
    transform: translateY(0);
  }
}

.menu__item {
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 63.99875em) {
  .menu__item {
    padding-left: 0;
  }
}

.menu__link {
  color: #AF6BAA;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
  .menu__link {
    color: #0E314B;
  }
}
.menu__link:hover, .menu__link:focus {
  color: #7b4477;
  outline: none;
}

.menu__close-button {
  display: none;
  position: fixed;
  top: 35px;
  right: 25px;
  height: 30px;
  width: 40px;
}
.menu__close-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 63.99875em) {
  .menu__close-button {
    display: block;
  }
}
.menu__close-button::after, .menu__close-button::before {
  content: "";
  background-color: #fff;
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  width: 38px;
}
.menu__close-button::after {
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.menu__close-button::before {
  transform-origin: bottom right;
  transform: translateX(-10px) rotate(-45deg);
}

.has-submenu .menu {
  height: 1px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  transform: translateY(-20px);
  transition: transform 0.2s ease-in-out, opacity 0.1s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.has-submenu .menu .menu__link {
  text-align: left;
}

.has-submenu:hover .menu,
.has-submenu .menu__link:focus + .menu,
.menu[focus-within] {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.has-submenu:hover .menu,
.has-submenu .menu__link:focus + .menu,
.menu:focus-within {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.menu__item--button {
  color: white;
  text-align: center;
  width: 200px;
  background: #AF6BAA;
  border-radius: 50px;
  padding: 12px 31px;
}
.menu__item--button:hover {
  background: #7b4477;
}
@media screen and (max-width: 63.99875em) {
  .menu__item--button {
    color: #0E314B;
    background-color: transparent;
    width: 100%;
  }
  .menu__item--button:hover {
    background: transparent;
    color: #7b4477;
  }
}

.page-footer_container {
  width: 100%;
  height: 120px;
  background-color: #0E314B;
  position: relative;
}

.page-footer_container__copyright_container {
  width: 100%;
  height: 45px;
  background-color: #fff;
  position: relative;
}

.page-footer_container__text {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-footer_container__text--white {
  color: #fff;
}

.radio_container {
  background-color: #99cff4;
  padding: 15px 45px;
}

.radio_container__content {
  display: flex;
  grid-gap: 45px;
  gap: 45px;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.radio_container__content h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.radio_container__content h5 a {
  color: #fff;
}
.radio_container__content h5 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .radio_container__content {
    flex-direction: column;
    align-items: center;
  }
}

.radio_container__spacer {
  background-color: #99cff4;
  z-index: 0;
}

.radio__logo {
  width: 380px;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  .radio__logo {
    width: 280px;
  }
}

.spacer {
  width: 100%;
}
.spacer--xxlarge {
  height: 120px;
}
@media print, screen and (max-width: 98.12375em) {
  .spacer--xxlarge {
    height: 45px;
  }
}
.spacer--xlarge {
  height: 60px;
}
.spacer--xmedium {
  height: 30px;
}
.spacer--medium {
  height: 15px;
}
@media print, screen and (max-width: 98.12375em) {
  .spacer--hero_container {
    height: 120px;
  }
}

.wrap {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 81.25rem;
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .wrap {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
