/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
/* scss/molecules/_nav_countries.scss */
.m-navCountry {
  position: relative;
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
}
.m-navCountry ul {
  padding-left: 0;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry {
    position: static;
    display: inline-block;
    padding: 0;
    color: #FFF;
    font-size: 0.8125rem;
  }
  .m-navCountry.-onlyLang {
    position: relative;
  }
}
.m-navCountry__button {
  position: relative;
  margin-left: 1.875rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  color: #160000;
  cursor: pointer;
  text-transform: none;
  border: 2px solid var(--color-primary);
  border-radius: 30px;
  transition: all 350ms ease-out;
}
.m-navCountry__button:hover {
  color: var(--color-primary);
}
.m-navCountry__button i {
  transition: transform 350ms ease-out;
}
.m-navCountry__button i.lci-angle-down {
  position: relative;
  right: -0.3125rem;
}
.-active .m-navCountry__button {
  background: var(--color-bg-primary-middle);
  border-color: var(--color-bg-primary-middle);
  color: #FFF;
}
.m-navCountry__button :not(.onlyLang) span {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__button {
    margin-left: 0;
    padding: 0.75rem 0.875rem 0.625rem 0.875rem;
    font-size: 0.625rem;
    color: #FFF;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
  }
  .m-navCountry__button span {
    display: inline;
  }
  .-active .m-navCountry__button {
    background: var(--color-bg-primary-middle);
  }
  .m-navCountry__button:before {
    content: "|";
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 350ms ease-out;
  }
  .-active .m-navCountry__button:before {
    opacity: 0;
  }
}
.m-navCountry .a-closeButton {
  position: absolute;
  top: 4.125rem;
  right: 2rem;
  z-index: 104;
}
.m-navCountry .a-closeButton:before, .m-navCountry .a-closeButton:after {
  background: #FFF;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry.-active .a-closeButton {
    display: block;
  }
}
.m-navCountry__headline {
  font-size: 1.25rem;
  line-height: 1.1;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__headline {
    cursor: default;
    margin-bottom: 2rem;
  }
}
.m-navCountry .m-navCountry__selection {
  padding: 1.875rem;
}
.m-navCountry__selection {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 102;
  margin: 0;
  padding: 1.875rem;
  background: var(--color-bg-primary-middle);
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms ease-out;
  justify-content: space-between;
  gap: 2rem;
}
.-onlyLang .m-navCountry__selection {
  top: 100%;
  padding: 0.9375rem 1.875rem;
}
.-onlyLang .m-navCountry__selection li {
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__selection {
    top: 2.25rem;
    left: 0.9375rem;
    right: 1.25rem;
  }
  .-onlyLang.-active .m-navCountry__selection {
    left: 0;
    right: 0;
    padding: 0.9375rem;
    text-align: center;
    justify-content: center;
  }
  .-onlyLang.-active .m-navCountry__selection a {
    font-size: 0.625rem;
    color: #FFF;
  }
  .m-navCountry__selection__headline {
    left: auto;
  }
  .-active .m-navCountry__selection__headline {
    padding: 1rem;
  }
}
.-onlyLang .m-navCountry__selection a {
  font-size: 0.8125rem;
  color: #FFF;
}
.-active .m-navCountry__selection {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1440px) {
  .-active .m-navCountry__selection {
    display: flex;
    padding: 3.75rem 5rem;
  }
}
.m-navCountry__region {
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 2rem;
}
.m-navCountry__region i {
  display: block;
  transition: transform 350ms ease-out;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__region i {
    display: none;
  }
}
.m-navCountry__region.-close ul {
  max-height: 0;
}
.m-navCountry__region.-open i {
  transform: rotate(180deg);
}
.m-navCountry__region.-open ul {
  max-height: var(--max-height);
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__region {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    border: none;
    margin-bottom: 0;
  }
}
.m-navCountry__region ul {
  overflow: hidden;
  margin-bottom: 0;
  --height: auto;
  transition: max-height 350ms ease-out;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__region ul {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    flex-grow: 1;
  }
}
.m-navCountry__region.-europe {
  width: 100%;
}
.m-navCountry__region.-europe > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__region.-europe > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.m-navCountry__region.-america {
  width: 100%;
}
.m-navCountry__region.-asia {
  width: 100%;
}
.m-navCountry__region.-oceania {
  width: 100%;
}
.m-navCountry__region.-oceania ul {
  border: none;
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__region.-europe {
    width: 50%;
  }
  .m-navCountry__region.-europe > ul {
    column-count: 3;
  }
  .m-navCountry__region.-america {
    width: 16.6%;
  }
  .m-navCountry__region.-asia {
    width: 16.6%;
  }
  .m-navCountry__region.-asia > ul {
    column-count: 1;
  }
  .m-navCountry__region.-oceania {
    width: 16.6%;
  }
}
@media only screen and (min-width: 1440px) {
  .m-navCountry__region.-europe {
    width: 50%;
  }
  .m-navCountry__region.-europe > ul {
    column-count: 4;
  }
  .m-navCountry__region.-america {
    width: 12.5%;
  }
  .m-navCountry__region.-asia {
    width: 25%;
  }
  .m-navCountry__region.-asia > ul {
    column-count: 2;
  }
  .m-navCountry__region.-oceania {
    width: 12.5%;
  }
}
.m-navCountry__region li {
  break-inside: avoid-column;
}
.m-navCountry__region a {
  color: #FFF;
  transition: color 350ms ease-out;
}
.m-navCountry__region a:hover {
  color: var(--color-navcountry-links-hover);
}
.m-navCountry__country {
  font-weight: bold;
}
.m-navCountry__country span {
  color: var(--color-navcountry-links);
}
.m-navCountry li {
  margin-bottom: 1rem;
}
.m-navCountry__lang span {
  color: var(--color-navcountry-links);
}
@media only screen and (max-width: 1439px) {
  .m-navCountry__lang {
    display: none;
  }
}

/*# sourceMappingURL=nav_countries.css.map */