/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #f7f7f7;
}

.noscroll {
  overflow: hidden;
}

.region--highlighted {
  position: fixed;
  top: 15%;
  z-index: 101;
}

.btn-group.dropend button.edit-icon:before {
  content: "\f31c";
  font-family: fontawesome;
  padding-right: 5px;
  font-size: 25px;
}
.btn-group.dropend a {
  font-size: inherit;
}
.btn-group.dropend ul li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0 !important;
}
.btn-group.dropend ul li:before {
  display: none;
}

.dropdown-menu {
  display: none;
}

.dropdown-menu.show {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(94.5px, 0px, 0px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.dropdown-menu.show li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.dropdown-menu.show li:not(:last-child):hover {
  background-color: #eaeef0;
}

div[data-drupal-messages] {
  display: none;
}

.contextual-links li:before {
  display: none;
}

.toolbar a {
  font-size: inherit;
}
.toolbar ul li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0 !important;
}

.tabs {
  flex-wrap: wrap;
}

.placeholder {
  background-color: transparent;
  font-weight: 500;
  vertical-align: unset;
}

@media (max-width: 991.98px) {
  .aos-cmp-header-desktop {
    margin-bottom: 20px;
  }
}
.aos-cmp-header-desktop .navbar-toggler {
  border: none;
  font-size: 30px;
  color: #917236;
  padding: 0;
}
@media (min-width: 992px) {
  .aos-cmp-header-desktop .navbar-toggler {
    display: none;
  }
}
.aos-cmp-header-desktop .navbar-toggler:focus {
  box-shadow: none;
}
.aos-cmp-header-desktop .navbar-toggler .bi-list {
  display: none;
}
.aos-cmp-header-desktop .navbar-toggler.collapsed .bi-x {
  display: none;
}
.aos-cmp-header-desktop .navbar-toggler.collapsed .bi-list {
  display: block;
}
.aos-cmp-header-desktop .top-menu {
  padding: 0;
}
.aos-cmp-header-desktop .form-search {
  width: 270px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1rem 2rem;
  border-radius: 6rem;
  border: none;
  outline: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  max-height: 4rem;
  transition: 0.2s;
  width: 270px;
}
.aos-cmp-header-desktop .form-search:focus {
  outline: 1px solid #5e362c;
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.05));
}
.aos-cmp-header-desktop .form-search::placeholder {
  color: #aba1a1;
}

.account-menu {
  display: none;
  list-style: none;
  gap: 10px;
}
.account-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.account-menu li a:hover {
  color: #1b9ae4;
  text-decoration: underline;
}

.aos-cmp-header-desktop {
  z-index: 20;
}
.aos-cmp-header-desktop nav.contextual-region {
  position: static;
}
.aos-cmp-header-desktop .language-link {
  text-transform: uppercase;
}

.region--footer-top {
  font-family: "Optima", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.region--footer-top .layout__region--first {
  padding-right: 1rem;
}
.region--footer-top .layout__region--second {
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .region--footer-top .layout__region--first {
    display: none;
  }
  .region--footer-top .layout__region--third {
    flex: 1 1 25%;
  }
  .region--footer-top .options--display_modes--image_only_one_image {
    display: none;
  }
}
.region--footer-top .opening-hours--component-items {
  flex-direction: column;
}
.region--footer-top .opening-hours--component-items .field--name-title {
  margin-bottom: 10px;
  font-size: inherit;
  font-weight: 600;
}
.region--footer-top .opening-hours--component-items .field--name-field-list-title {
  margin-bottom: 7px;
  font-size: inherit;
  font-weight: 600;
}
.region--footer-top .opening-hours--component-items .paragraph--type--list-item {
  border-top: none;
  padding: 0;
  grid-template-columns: 1fr 1fr;
}

.user-login-form, .user-register-form, .user-pass {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .user-login-form, .user-register-form, .user-pass {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.user-login-form .form-item, .user-register-form .form-item, .user-pass .form-item {
  margin-bottom: 16px;
}

.user-pass .form-item {
  margin-bottom: 0;
}

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