html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: #1d1d1f;
  background-color: #fff;
  line-height: 1.5;
  color: #333;
  font-family: "Manrope";
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body #site-content {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.body-container {
  flex: 1;
}

.page-container {
  max-width: 980px;
  margin: 0 auto;
}

.button {
  line-height: 1.17648;
  min-width: 28px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 18px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.green-b {
  background: #6a7d39;
}

.blue-b {
  background: #007c8a;
}

a.button {
  text-decoration: none;
}

.btn-container {
  display: flex;
  flex-wrap: wrap;
}

.btn-container .button {
  margin-right: 20px;
  margin-top: 20px;
}

.presentations-container:first-of-type {
  margin-top: 0;
}

.presentations-container {
  margin-top: 13px;
}

.linkDS-container {
  display: flex;
  margin-top: 0.47em;
  text-decoration: none;
}

.linkDS-container .a-button {
  display: flex;
  margin-top: 0.47em;
  margin-left: 20px;
  text-decoration: none;
  color: #06c;
  letter-spacing: inherit;
  font-size: 21px;
  line-height: 1.381;
  font-weight: 400;
}

.linkDS-container .a-button:first-of-type {
  margin-left: 0;
}

.linkDS-container .a-button:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.linkDS-container .arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3px;
  margin-left: 5px;
}

.arrow {
  border: solid #06c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*  This is important for the gdpr cookies consent
    #main-content
 */
#main-content.disabled {
  opacity: 0.5;
  filter: grayscale(1) blur(8px);
  pointer-events: none;
  user-select: none;
  touch-action: none;
}

/*  This is important for the gdpr cookies consent
.header-desktop-middle-items
.header-desktop-right-items
.mc
 */
.disable-nav {
  opacity: 1;
  filter: grayscale(1) blur(1px);
  pointer-events: none;
  user-select: none;
  touch-action: none;
}

.modal {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* visible state */
.modal.is-open {
  display: flex;
}

/* backdrop */
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

/* panel */
.modal__panel {
  position: relative;
  background: #fff;
  color: #111;
  border-radius: 8px;
  width: min(90%, 560px);
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transform: none;
  animation: modalIn 180ms ease;
  z-index: 1;
}

/* header / body / footer */
.modal__header,
.modal__footer {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__body {
  padding: 16px;
}

.modal__close {
  background: transparent;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}

/* simple button style */
.btn {
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
}

/* animation */
@keyframes modalIn {
  from {
    opacity: 0;
    transform: none;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#modalTitle {
  margin: 0;
}

.modal__header {
  background-color: #f0f8ff;
}

.hidden {
  display: none;
}

.arrow-down::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #555;
  color: white;
  margin-right: 8px;
}

#logo-link {
  display: flex;
}

.rotate.arrow-down::before {
  transform: rotate(90deg);
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.navigation-header-desktop {
  max-width: 980px;
  display: flex;
  flex: 1;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 22px;
  height: 100%;
  align-items: center;
}

.header-desktop-left-items {
  display: flex;
  margin-right: 1em;
}

.header-desktop-right-items {
  display: flex;
  margin-right: 0em;
}

.header-desktop-middle-items {
  display: flex;
  margin-right: 1em;
}

.navigation-header-desktop .logo-title {
  padding-left: 1em;
}
.navigation-header-desktop .logo-title .marked {
  color: #933221;
}

.navigation-header-desktop li {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navigation-header-desktop a:hover {
  opacity: 1;
}

.navigation-header-desktop a img {
  height: 32px;
}

.navigation-header-desktop a {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 3.14286;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1c1c1c;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  opacity: 0.8;
  background: no-repeat;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-tap-highlight-color: transparent;
  outline-offset: -7px;
}

.navigation-header-desktop #header-logo-container {
  opacity: 1;
}

nav {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 10;
}

section {
  height: 425px;
  background: #161616;
}

.navigation-header-mobile {
  display: none;
}

.main-header {
  color: #1d1d1f;
  background: #fafafa;
  padding-top: 10px;
  padding-bottom: 10px;
}

.desktop-nav {
  transition: 1s all;
  position: fixed;
  width: 100%;
}

.desktop-nav.sticky {
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
}

.mobile-nav {
  display: none;
}

.navigation-header-desktop .desktop-languages {
  position: fixed;
  /* this is volatile based on number of languages. Needs to be changed */
  right: -420px;
  display: flex;
  top: 44px;
  background: #fff;
  padding-right: 20px;
  padding-left: 20px;
  transition: left 0.5s, right 1s;
  backdrop-filter: saturate(180%) blur(20px);
}
.navigation-header-desktop .desktop-languages li {
  margin: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.navigation-header-desktop .desktop-languages .language-rectangle, .navigation-header-mobile .mobile-languages .language-rectangle {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 1em;
  background: rgba(128, 128, 128, 0.0588235294);
}
.navigation-header-desktop .desktop-languages .language-rectangle.selected, .navigation-header-mobile .mobile-languages .language-rectangle.selected {
  border: 1px solid #dcdcdc;
  opacity: 1;
}
.navigation-header-desktop .desktop-languages .specific-locale, .navigation-header-mobile .mobile-languages .specific-locale {
  line-height: 1em;
  color: #6d6d6d;
  padding-bottom: 1em;
}
.navigation-header-desktop .desktop-languages .nativeValue, .navigation-header-mobile .mobile-languages .nativeValue {
  line-height: 1em;
  font-size: 18px;
  color: black;
}

.navigation-header-desktop .desktop-languages.show {
  right: 0;
  border-top: 1px solid red;
}

@media only screen and (max-width: 767px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: fixed;
    width: 100%;
  }
  .navigation-header-desktop {
    display: none;
  }
  .navigation-header-mobile {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: white;
    margin: 0;
    padding-left: 0;
  }
  .navigation-header-mobile .marked {
    color: #933221;
  }
  .navigation-header-mobile .main-logo {
    height: 32px;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
  .navigation-header-mobile .mobile-header-linkDS {
    display: flex;
    padding-right: 16px;
    align-items: center;
    opacity: 1;
  }
  .navigation-header-mobile .mc {
    display: flex;
    padding-top: 0.2m;
  }
  .navigation-header-mobile .first-row {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    width: 100%;
    z-index: 1;
  }
  .navigation-header-mobile .second-row:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
  .navigation-header-mobile .second-row {
    position: absolute;
    top: -450px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fafafa;
    padding-top: 45px;
    color: white;
    transition: 1s all;
    opacity: 0;
  }
  .navigation-header-mobile .second-row .header-btn {
    border-bottom: 1px solid rgba(179, 178, 178, 0.5490196078);
  }
  .navigation-header-mobile .second-row .header-btn a {
    font-size: 1.5rem;
  }
  .navigation-header-mobile .second-row.show-mobile-menu {
    transition: 1s all;
    top: 0;
    height: 100vh;
    opacity: 1;
  }
  .navigation-header-mobile .second-row .second-row-items-container {
    margin-top: 2em;
    transform: translateY(0);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 3px;
    display: flex;
    flex-direction: column;
    transition: 1s all;
  }
  #displayLangBtn {
    padding-left: 23px;
  }
  .second-row.show-mobile-menu .second-row-items-container {
    transition: 1s all;
  }
  .second-row-items-container .mobile-lang-cont {
    display: flex;
    justify-content: space-between;
  }
  .navigation-header-mobile a::after {
    content: none;
  }
  .navigation-header-mobile a {
    opacity: 0.8;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 15px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
  .navigation-header-mobile .second-row a:hover {
    opacity: 1;
  }
  .navigation-header-mobile .second-row a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #424245;
    opacity: 0.8;
  }
  .navigation-header-mobile .second-row a:last-of-type:after {
    content: none;
  }
  .mc .container {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 1.2em;
    padding-left: 1.2em;
  }
  .change.container {
    display: flex;
    justify-content: center;
    width: 53.38px;
    height: 18.38px;
    padding-top: 5px;
    padding-right: 1.2em;
    padding-left: 1.2em;
  }
  .bar1, .bar2, .bar3 {
    width: 24px;
    height: 1px;
    background-color: #1c1c1c;
    margin: 6px 0;
    transition: 0.4s;
  }
  /* Rotate first bar */
  .change .bar1 {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
    display: none;
  }
  /* Rotate last bar */
  .change .bar3 {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .second-row .mobile-languages {
    /* this is volatile based on number of languages. Needs to be changed */
    list-style: none;
    justify-content: space-around;
    display: flex;
    top: 44px;
    background: white;
    width: 100%;
    transition: 0.3s all;
    backdrop-filter: saturate(180%) blur(20px);
    opacity: 0;
    margin-top: 0;
    border-top: 1px solid red;
    padding-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .second-row .mobile-languages.show {
    opacity: 1;
  }
  .mo-l-b {
    display: flex;
    align-items: center;
  }
  .mo-l-b span {
    font-size: 1.5rem;
  }
  .mo-l-b .arrow-down {
    display: flex;
    align-items: center;
  }
  .mo-l-b .arrow-down::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
footer .presentations-container {
  margin-top: 0;
}

.presentations-container .first-footer-section {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-top: 90px;
  padding-bottom: 2.03125em;
  padding-left: 60px;
  padding-right: 60px;
  background: #fafafa;
  font-size: 0.875em;
}
.presentations-container .first-footer-section .footer-container {
  width: 80em;
  display: flex;
  justify-content: space-around;
}
.presentations-container .first-footer-section .footer-container .item {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}
.presentations-container .first-footer-section .second-section {
  background-color: #f5f5f5;
}
.presentations-container .first-footer-section h3 {
  font-size: 0.875em;
}
.presentations-container .first-footer-section ul {
  padding: 0;
  list-style: none;
  font-size: 0.875em;
}
.presentations-container .first-footer-section ul li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 4px;
  padding-top: 4px;
}
.presentations-container .first-footer-section ul a {
  text-decoration: none;
  color: #717171;
}
.presentations-container .first-footer-section ul a:hover {
  color: #000;
  text-decoration: underline;
}

.presentations-container .second-footer-section {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #f5f5f5;
  font-size: 0.875em;
  padding-top: 2.1875em;
  padding-bottom: 2.1875em;
}
.presentations-container .second-footer-section ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
}
.presentations-container .second-footer-section ul li {
  padding-bottom: 4px;
  padding-top: 4px;
  margin-right: 10px;
}
.presentations-container .second-footer-section ul li:first-child:before {
  border: 0;
}
.presentations-container .second-footer-section ul li:before {
  float: left;
  margin-right: 10px;
  border-left: 1px solid #919191;
  content: "";
  height: 16px;
}
.presentations-container .second-footer-section ul a {
  text-decoration: none;
  color: #444;
}
.presentations-container .second-footer-section ul a:hover {
  text-decoration: underline;
}
.presentations-container .second-footer-section .footer-container {
  width: 80em;
  display: flex;
}

.footer-section h1 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.16667;
  margin-top: 5px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .presentations-container .first-footer-section {
    padding: 0 1.5em;
  }
  .presentations-container .first-footer-section .footer-container {
    flex-direction: column;
  }
}
.admin-container {
  padding-top: 76px;
  padding-right: 34px;
  padding-bottom: 34px;
  background: #fafafa;
}
.admin-container .sidebar {
  padding: 1.5em;
}
.admin-container .right-content {
  padding: 1.5em;
  background: #f7f7f7;
}

.no-display {
  display: none;
}

#gdpr {
  position: fixed;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  z-index: 2;
  justify-content: center;
  /*     #gdpr-message {
           max-width: 1140px;
           margin-bottom: 21px;
       }
   */
}
#gdpr #close-cookie-btn {
  display: flex;
  color: #a74a4a;
  background-color: #eaeaea;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#gdpr #gdpr-message-container {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1140px;
  padding: 1em 2em 1em 2em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  background: white;
}
#gdpr #gdpr-message-container.no-display {
  display: none;
}
#gdpr svg {
  margin: 4px;
  width: 40px;
  height: 40px;
}
#gdpr .cookie-checkbox {
  transform: scale(2);
  margin: 1em;
}
#gdpr #cookie-checkbox-label {
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  #gdpr {
    width: 100%;
  }
}
.general-button {
  border: 1px solid #919191;
  border-radius: 1px;
  padding: 0em 10px;
  color: #1c1c1c;
  font-weight: 200;
  margin-right: 0.5em;
  margin-left: 0.5em;
  text-decoration: none;
  padding-top: 0.39571em;
  padding-bottom: 0.37571em;
}

.general-button:hover {
  background-color: #dfdfdf;
  border: 1px solid #919191;
}

.btn-container-th-sc {
  display: flex;
  flex-wrap: wrap;
}

.section-content-th-sc {
  margin-left: 2em;
  margin-right: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 555px;
}

.section-content-th-sc p {
  text-align: justify;
}

.section-image-th-sc {
  margin-right: 2em;
  margin-right: 0;
  margin-left: 0;
}

.section-image-th-sc img {
  width: 100%;
}

.section-container-th-sc {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 58px;
  flex-wrap: wrap;
}

.h1-th-sc {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.16667;
  margin-top: 5px;
  margin-bottom: 0;
}

.a-th-btnc {
  display: inline-flex;
  align-items: center;
  border-radius: 1px;
  padding: 0em 10px;
  font-weight: 200;
  text-decoration: none;
  padding-top: 0.39571em;
  padding-bottom: 0.37571em;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  cursor: pointer;
}

.ghost-th-btnc {
  border: 1px solid #919191;
  color: #1c1c1c;
}

.ghost-th-btnc {
  border: 1px solid #5a5959;
}

.default-th-btnc {
  color: #1c1c1c;
  background: #e6e6e6;
}

.default-th-btnc:hover {
  background: #DBDBDB;
}

.submit-th-btnc {
  color: #fff;
  background: #6a7d39;
}

.submit-th-btnc:hover {
  background: #637536;
}

.action-th-btnc {
  border-radius: 1px;
  color: #fff;
  background: #007C8A;
}

.action-th-btnc:hover {
  background: #007582;
}

.active-th-btnc {
  border: 1px solid #933221;
  font-weight: 400;
}

.lit-privacy-btn {
  text-decoration: none;
  color: white;
  margin-right: 2em;
  font-size: 0.7em;
}

.lit-privacy-btn:hover {
  text-decoration: underline;
}

.functional-footer-menu {
  flex: 1;
  display: flex;
  justify-content: space-around;
}

.categories-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.categories-list li {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 330px;
  transition: all 0.2s ease-in-out;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 2em;
  color: white;
}
.categories-list li:hover {
  transform: scale(1.1);
  z-index: 1;
}
.categories-list a .category-description {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(39, 50, 108, 0) 100%);
  width: 100%;
  height: 5em;
  color: white;
}
.categories-list a .category-description p {
  padding-left: 1em;
  margin-bottom: 0px;
  margin-top: 0px;
  position: absolute;
  bottom: 0.75em;
  font-size: 1.5em;
}
.categories-list .category-image {
  width: 330px;
}