@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

#main {
  padding-top: 0;
  padding-bottom: 0;
}

.main>.container:first-child, .main>.motive__motto:first-child, .container--article {
  padding-bottom: 0;
}

h1, h3.panel-title, h4, #motive, #motto #motto-title, #motto #motto-text {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.section-title h1 {
  font-size: calc(2rem + 2.7vw);
}

.motive__background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

h2:before {
  content: "";
  background-color: black;
  position: relative;
  width: 100%;
  height: 1.5px;
  top: -6px;
  right: 0;
  display: inline-block;
}
h2:after {
  content: "";
  background-color: black;
  position: relative;
  width: 100%;
  height: 1.5px;
  top: -6px;
  left: 0;
  display: inline-block;
}

@media (min-width: 767px) {
  h2:before {
    content: "";
    background-color: black;
    position: relative;
    width: 200px;
    height: 1.5px;
    top: -6px;
    right: 25px;
    display: inline-block;
  }
  h2:after {
    content: "";
    background-color: black;
    position: relative;
    width: 200px;
    height: 1.5px;
    top: -6px;
    left: 25px;
    display: inline-block;
  }
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #545454;
  z-index: 100;
}

.navbar {
  max-width: 1320px;
  margin: auto;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 10rem;
    max-height: 4rem;
  }
}

.navbar__menu-link {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}

.navbar__menu-link:hover {
  text-decoration: none;
  color: #F3E3A2;
}

.navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: #F3E3A2;
}

.navbar__toggler-icon-bar {
  background-color: #F3E3A2;
}

@media (max-width: 991.98px) {
  .navbar__menu {
    background-color: #545454;
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin-top: 56px;
    height: auto;
  }
}

/* ----- MOTIVE ----- */
/*===========================================================================*/
.motive {
  height: 20rem;
}

.motive__motto {
justify-content: left;
text-align: left;
}

/*.motive__background {
background-position: left;
}*/

.motto {
  max-width: unset;
}

.motto__title {
  padding-bottom: 20px;
  border-bottom: 2px solid #F3E3A2;
}

@media (min-width: 992px) {
  .motive {
    height: 35rem;
  }

  .motto__title {
    font-size: 5rem;
    line-height: 1.7;
    margin-bottom: .25em;
  }

  .motto__text {
    font-size: 2.5rem;
  }
}

/* ----- FOOTER ----- */
/*===========================================================================*/
.footer {
  background-color: #545454;
}

.footer p {
  margin: 0;
}

.footer, .footer a {
  color: white;
}

.footer h4 {
  position: relative;
  padding-bottom: 18px;
}

.footer h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  right: 0;
  background: #F3E3A2;
  width: 5rem;
  height: .15rem;
  border-radius: .25rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) { 
  .footer h4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: #F3E3A2;
    width: 5rem;
    height: .15rem;
    border-radius: .25rem;
    -webkit-transform: unset;
    transform: unset;
  }
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  -webkit-text-decoration-color: #F3E3A2;
  text-decoration-color: #F3E3A2;
  text-underline-offset: 3px;
}

.footer .social-icons > li > a > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.footer .social-icons > li > a:hover > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

.section-contact .social-icons>.section-cell-item a img, .section-contact .social-icons>.section-cell-item .eshop-menu__link--button img, .section-contact .social-icons>.section-cell-item button.navbar__menu-link img {
  -webkit-filter: saturate(0%) brightness(0%) invert(14.5098039216%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1) !important;
  -webkit-transition: .15s;
  transition: .15s;
}

/* ----- RESERVANTO ----- */
/*===========================================================================*/
.reservanto-button.button-0 {
  background-color: #F3E3A2 !important;
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: 20px;
  color: #313131;
  text-shadow: 0px -1px 0px transparent;
  -moz-box-shadow: 0px 1px 0px 0px #c29b00;
  -webkit-box-shadow: 0px 1px 0px 0px #c29b00;
  box-shadow: 0px 1px 0px 0px #c29b00;
}

.reservanto-button.button-1 {
  background-color: #F3E3A2 !important;
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: 20px;
  color: #313131;
  text-shadow: 0px -1px 0px transparent;
  -moz-box-shadow: 0px 1px 0px 0px #c29b00;
  -webkit-box-shadow: 0px 1px 0px 0px #c29b00;
  box-shadow: 0px 1px 0px 0px #c29b00;
}