/**
 * CSS by Löwenstark Digital Solutions GmbH
 * https://www.loewenstark-digital.com/
 *******************************************************/

/**
 * Fonts
 *******************************************************/

/* heebo-regular - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/heebo-latin/heebo-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../Fonts/heebo-latin/heebo-v10-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../Fonts/heebo-latin/heebo-v10-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../Fonts/heebo-latin/heebo-v10-latin-regular.woff") format("woff"),
    /* Modern Browsers */
      url("../Fonts/heebo-latin/heebo-v10-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../Fonts/heebo-latin/heebo-v10-latin-regular.svg#Heebo")
      format("svg"); /* Legacy iOS */
}
/* heebo-300 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/heebo-latin/heebo-v10-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Heebo Light"), local("Heebo-Light"),
    url("../Fonts/heebo-latin/heebo-v10-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../Fonts/heebo-latin/heebo-v10-latin-300.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../Fonts/heebo-latin/heebo-v10-latin-300.woff") format("woff"),
    /* Modern Browsers */ url("../Fonts/heebo-latin/heebo-v10-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../Fonts/heebo-latin/heebo-v10-latin-300.svg#Heebo") format("svg"); /* Legacy iOS */
}
/* heebo-700 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/heebo-latin/heebo-v10-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Heebo Bold"), local("Heebo-Bold"),
    url("../Fonts/heebo-latin/heebo-v10-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../Fonts/heebo-latin/heebo-v10-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../Fonts/heebo-latin/heebo-v10-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("../Fonts/heebo-latin/heebo-v10-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../Fonts/heebo-latin/heebo-v10-latin-700.svg#Heebo") format("svg"); /* Legacy iOS */
}

/**
   * Container
   *******************************************************/

.container__wrapper {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.site__wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}

/**
   * Top menu
   *******************************************************/

.top-menu {
  margin-right: 50px;
}

.top-menu__list {
  display: flex;
}

.top-menu__list > li.active,
.top-menu__list-item {
  margin-right: 6px;
}

.top-menu__list-link {
  display: block;
  font-size: 12px;
}
.top-menu__list-link:hover,
.top-menu__list-link:focus {
  color: white;
  text-decoration: none;
}

.top-menu__phone {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 700;
}

.top-menu__phone i {
  margin-right: 10px;
  color: #b0a269;
}

.top-menu__login span {
  display: none;
  font-size: 0;
}

.top-menu__phone i,
.top-menu__search i,
.top-menu__login i,
.top-menu__cart i {
  content: "";
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #b0a269;
  background-color: white;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.be-layout-badelster .top-menu__phone i,
.be-layout-badelster .top-menu__search i,
.be-layout-badelster .top-menu__login i,
.be-layout-badelster .top-menu__cart i {
  color: #b1b3b4;
}

.top-menu__phone:before {
  margin-right: 6px;
  background-image: url(../Images/phone.svg);
}
.top-menu__search:before {
  background-image: url(../Images/magnifier.svg);
}
.top-menu__login:before {
  background-image: url(../Images/login.svg);
}
.top-menu__cart:before {
  background-image: url(../Images/cart.svg);
}

/**
   * Location
   *******************************************************/

.location-menu {
  color: white;
}
.location-menu select {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: 0;
  background-color: transparent;
  outline: none;
}

.location-menu__holder {
  display: none;
}

.location-menu__list {
  display: flex;
  margin: 0 -10px;
}
.location-menu__list-link {
  display: block;
  margin: 0 10px;
  padding-right: 14px;
  color: white;
  font-size: 12px;
}
.location-menu__list-link i {
  margin-right: 10px;
}
.location-menu__list-link:hover,
.location-menu__list-link:focus {
  color: white;
  text-decoration: none;
}
.location-menu__list-link--current,
.location-menu__list-link--current:hover,
.location-menu__list-link--current:focus {
  color: #94864d;
}
.location-menu__list-link--ssb {
  padding-left: 31px;
  background-image: url(../Images/ssb_krone.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.location-menu__list-link--bad-elster {
}
.location-menu__list-link--bad-brambach {
}

/**
   * Lang menu
   *******************************************************/

.lang-menu {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.lang-menu > ul > li {
  overflow: hidden;
}

.lang-menu > ul > li > a {
  display: flex;
  height: 30px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(176 162 105 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lang-menu > ul > li > a > img {
  height: auto;
  width: 20px;
}

.lang-menu > ul > li > a > svg {
  margin-left: 0.25rem;
  height: 1rem;
  width: 1rem;
}

.lang-menu > ul > li > ul {
  max-height: 0px;
  opacity: 0;
}

.lang-menu > ul > li > ul > li > a {
  display: flex;
  height: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(176 162 105 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lang-menu > ul > li > ul > li > a > img {
  height: auto;
  width: 20px;
}

.lang-menu > ul > li:hover ul {
  max-height: 60px;
  opacity: 1;
}

/**
   * Site: Header
   *******************************************************/

.site__header {
  width: 100%;
  background-color: #ffffff;
}
.site__header .top {
  height: 30px;
  margin-bottom: 18px;
  background-color: #b0a269;
}
.site__header .container {
  display: flex;
}
.site__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  background: white;
  width: 220px;
  height: 133px;
  top: 30px;
  z-index: 17;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.site__logo a {
  display: block;
  width: 176px;
  height: 85px;
}
.site__logo a:hover,
.site__logo a:focus {
  text-decoration: none;
}
.site__logo img {
  width: 100%;
  height: auto;
}
.site__logo span {
  font-size: 12px;
}

/**
   * Site: Menu
   *******************************************************/

.site__menu {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.site__menu-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.site_menu-icon {
  display: flex;
  height: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.site__menu-item {
  flex: 0 0 145px;
  margin: 0 8px;
  text-align: center;
}
.site__menu-item svg {
  display: block;
  margin: 0 auto;
  fill: #343434;
}

.site__menu-link {
  display: block;
  padding: 14px 15px 0;
  color: #343434;
  background-color: #f5f5f5;
}
html[lang="en"] .site__menu-link {
  font-size: 12px;
}
.site__menu-link:hover,
.site__menu-link:focus {
  text-decoration: none;
}

.site__menu-icon {
  display: block;
  margin-bottom: 8px;
}

.site__menu-item--has-sub > span {
  display: none;
}
.site__menu-item--has-sub:hover .site__submenu-wrapper {
  display: block;
}

.site__menu-button {
  position: relative;
  display: none;
  padding: 6px 6px 4px;
  background-color: #343434;
  cursor: pointer;
}
.site__menu-button:before {
  content: "Menu";
  display: block;
  position: absolute;
  left: -65px;
  top: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
html[lang="de"] .site__menu-button:before {
  content: "Menü";
}
html[lang="cs"] .site__menu-button:before {
  content: "Menu";
}

.site__menu-button svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
}

.site__mobile-menu--show .site__menu-list {
  display: block !important;
  padding-top: 45px;
  overflow: auto;
}
.site__mobile-menu--show .site__submenu--level-1 {
  display: block;
  padding: 0;
  margin: 0;
}
.site__mobile-menu--show .lang-menu {
  display: block !important;
  position: fixed;
  right: auto;
  left: 15px;
  z-index: 102;
}
.site__mobile-menu--show .site__menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
}

.site__mobile-menu--show .site__logo,
.site__mobile-menu--show .site__submenu-image,
.site__mobile-menu--show .site__submenu-teaser .site__submenu-abstract {
  display: none;
}

.site__mobile-menu--show .site__submenu-wrapper {
  position: static;
}

.site__mobile-menu--show .site__submenu-item {
  margin: 0;
}
.site__mobile-menu--show .site__submenu-link {
  padding-right: 0;
}

.site__mobile-menu--show .site__submenu-teaser > *:first-child {
  font-size: inherit;
  font-weight: normal;
}

.be-layout-badelster .site__mobile-menu--show .site__menu-link:hover,
.be-layout-badelster .site__mobile-menu--show .site__menu-link--active {
  color: #b1b3b4;
  background-color: transparent;
}

.be-layout-badbrambach .site__mobile-menu--show .site__menu-link:hover,
.be-layout-badbrambach .site__mobile-menu--show .site__menu-link--active {
  color: #b0a269;
  background-color: transparent;
}

/**
   * Site: Sub menu
   *******************************************************/
.site__submenu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 16;
  background-color: #f1f1f1;
}
.site__submenu--level-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0;
  padding: 0 15px 30px;
}
.site__submenu--level-1:before {
}

.site__submenu--level-2 {
  margin-left: 20px;
}

.site__submenu {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.site__submenu-item {
  flex: 0 0 33.3333%;
  margin: 0 0 40px 0;
}
.site__submenu-link {
  display: flex;
  align-items: center;
  padding-right: 60px;
  text-align: left;
  color: #343434;
}
.site__submenu-link:hover,
.site__submenu-link:focus {
  color: #343434;
  text-decoration: none;
}

.site__submenu-image {
  display: flex;
  flex: 0 0 180px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 130px;
  margin-right: 18px;
  font-size: 2.5rem;
  background-color: #ffffff;
  transition: box-shadow 0.25s linear;
}

.site__submenu-link:hover .site__submenu-image {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.site__submenu-teaser > * {
  display: block;
  margin-bottom: 10px;
}
.site__submenu-teaser > *:first-child {
  font-size: 18px;
  font-weight: 700;
}

.site__submenu-abstract {
  margin: 0;
  font-size: 12px;
}

/**
   * Site: Search
   *******************************************************/

.site__search {
  position: relative;
  width: 100%;
  max-width: 328px;
  margin: 0 0 20px 15px;
}

.site__search .searchterm {
  width: 100%;
  padding: 11px 54px 12px 10px;
  font-size: 16px;
  color: #b7b7b7;
  border-color: #dedede;
  background-color: #ffffff;
  box-shadow: none;
}
.site__search .searchterm:focus {
  border-color: #dedede;
}
.site__search .searchterm::placeholder {
  color: #b7b7b7;
}
.site__search .searchterm:-ms-input-placeholder {
  color: #b7b7b7;
}
.site__search .searchterm::-ms-input-placeholder {
  color: #b7b7b7;
}

.site__search .searchbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 0;
  background-color: #94864d;
}

/**
   * Context
   *******************************************************/

.be-text-color {
  color: #b1b3b4;
}
.bb-text-color {
  color: #b0a269;
}

.be-layout-homepage .maincontent .frame-type-header {
  position: relative;
  width: 100%;
  max-width: 868px;
  margin: 0 auto 30px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
.be-layout-homepage .maincontent .frame-type-header header {
  padding: 20px;
  text-align: center;
}
.be-layout-homepage .maincontent .frame-type-header p {
  margin-bottom: 0;
}
.be-layout-homepage .maincontent .frame-type-header header > * {
  color: #343434;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.be-layout-default .site__menu-link:hover,
.be-layout-homepage .site__menu-link:hover,
.be-layout-default .site__menu-link--active,
.be-layout-homepage .site__menu-link--active {
  color: #ffffff;
  background-color: #b0a269;
}

.be-layout-default .site__menu-item:hover svg,
.be-layout-homepage .site__menu-item:hover svg,
.be-layout-default .site__submenu-link:hover,
.be-layout-homepage .site__submenu-link:hover,
.be-layout-default .site__menu-link--active svg,
.be-layout-homepage .site__menu-link--active svg,
.be-layout-default .site__submenu-item--active,
.be-layout-homepage .site__submenu-item--active,
.be-layout-default .site__menu-item--has-sub > span,
.be-layout-homepage .site__menu-item--has-sub > span {
  fill: #ffffff;
}

/* Bad Elster */

.be-layout-badelster .top-menu__phone:before {
  background-image: url(../Images/be_phone.svg);
}
.be-layout-badelster .top-menu__search:before {
  background-image: url(../Images/be_magnifier.svg);
}
.be-layout-badelster .top-menu__login:before {
  background-image: url(../Images/be_login.svg);
}
.be-layout-badelster .top-menu__cart:before {
  background-image: url(../Images/be_cart.svg);
}

.be-layout-badelster .location-menu:hover,
.be-layout-badelster .location-menu__list,
.be-layout-badelster .location-menu__list:hover {
  background-color: #b1b3b4;
}

.be-layout-badelster .site__header .top {
  background-color: #b1b3b4;
}

.be-layout-badelster .lang-menu__list,
.be-layout-badelster .lang-menu > ul > li > a,
.be-layout-badelster .lang-menu > ul > li > ul > li > a {
  background-color: #b1b3b4;
}

.be-layout-badelster .site__menu-link:hover,
.be-layout-badelster .site__menu-link--active {
  color: #ffffff;
  background-color: #b1b3b4;
}

.be-layout-badelster .site__menu-item:hover svg,
.be-layout-badelster .site__submenu-link:hover,
.be-layout-badelster .site__menu-link--active svg,
.be-layout-badelster .site__submenu-item--active,
.be-layout-badelster .site__menu-item--has-sub > span {
  fill: #ffffff;
}

.be-layout-badelster .site__submenu-image {
  color: #b1b3b4;
}

.be-layout-badelster footer li.tel:before,
.be-layout-badelster footer li.fax:before,
.be-layout-badelster footer li.mail:before,
.be-layout-badelster footer li.form:before {
  background-color: #b1b3b4;
}

/* Bad Brambach */
.be-layout-badbrambach .top-menu__phone:before {
  background-image: url(../Images/bb_phone.svg);
}
.be-layout-badbrambach .top-menu__search:before {
  background-image: url(../Images/bb_magnifier.svg);
}
.be-layout-badbrambach .top-menu__login:before {
  background-image: url(../Images/bb_login.svg);
}
.be-layout-badbrambach .top-menu__cart:before {
  background-image: url(../Images/bb_cart.svg);
}
.be-layout-badbrambach .site__header .top {
  background-color: #b0a269;
}
.be-layout-badbrambach .lang-menu__list {
  background-color: #b0a269;
}

.be-layout-badbrambach .site__menu-link:hover,
.be-layout-badbrambach .site__menu-link--active {
  color: #ffffff;
  background-color: #b0a269;
}

.be-layout-badbrambach .site__menu-item:hover svg,
.be-layout-badbrambach .site__submenu-link:hover,
.be-layout-badbrambach .site__menu-link--active svg,
.be-layout-badbrambach .site__submenu-item--active,
.be-layout-badbrambach .site__menu-item--has-sub > span {
  fill: #ffffff;
}

.be-layout-badbrambach .site__submenu-image {
  color: #b0a269;
}

.be-layout-badbrambach footer li.tel:before,
.be-layout-badbrambach footer li.fax:before,
.be-layout-badbrambach footer li.mail:before,
.be-layout-badbrambach footer li.form:before {
  background-color: #b0a269;
}

.be-layout-default .site__submenu--level-1:before,
.be-layout-homepage .site__submenu--level-1:before {
}
.be-layout-badelster .site__submenu--level-1:before {
  background-color: #b1b3b4;
}
.be-layout-badbrambach .site__submenu--level-1:before {
  background-color: #b0a269;
}

.be-layout-homepage .site__header,
.be-layout-default .site__header,
.be-layout-default .site__submenu--level-1,
.be-layout-homepage .site__submenu--level-1 {
}
.be-layout-badelster .site__header,
.be-layout-badelster .site__submenu--level-1 {
}
.be-layout-badbrambach .site__header,
.be-layout-badbrambach .site__submenu--level-1 {
}

.be-layout-default .location-menu__list-link--ssb,
.be-layout-homepage .location-menu__list-link--ssb,
.be-layout-default .location-menu__list-link--ssb:hover,
.be-layout-homepage .location-menu__list-link--ssb:hover,
.be-layout-default .location-menu__list-link--ssb:focus,
.be-layout-homepage .location-menu__list-link--ssb:focus {
  color: #94864d;
}
.be-layout-badelster .location-menu__list-link--bad-elster,
.be-layout-badelster .location-menu__list-link--bad-elster:hover,
.be-layout-badelster .location-menu__list-link--bad-elster:focus {
}
.be-layout-badbrambach .location-menu__list-link--bad-brambach,
.be-layout-badbrambach .location-menu__list-link--bad-brambach:hover,
.be-layout-badbrambach .location-menu__list-link--bad-brambach:focus {
}

/**
   * Slider
   *******************************************************/

#slider-start .carousel-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 124px;
  max-width: 1170px;
  margin: 0 auto;
}

#slider-start .carousel-content {
  max-width: 480px;
  padding: 0 20px 20px 20px;
  float: right;
  color: #343434;
  background-color: rgba(255, 255, 255, 0.8);
}

#slider-start .carousel-content .be,
#slider-start .carousel-content .bb {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  color: #ffffff;
  line-height: 1;
}
#slider-start .carousel-content .be:before,
#slider-start .carousel-content .bb:before {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  margin-right: 13px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../Images/pin_small.svg);
}

#slider-start .carousel-content .be {
  background-color: #b1b3b4;
}
#slider-start .carousel-content .bb {
  background-color: #b0a269;
}

#slider-start .carousel-content h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
#slider-start .carousel-content p {
  font-size: 14px;
}

#slider-start .carousel-content *:last-child {
  margin-bottom: 0;
}

#slider-start .carousel-control {
  background: none !important;
  border: 0;
  border-radius: 0;
  font-size: 84px;
  line-height: 84px;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.8);
  width: auto;
  height: auto;
}
#slider-start .carousel-control:hover {
  color: #ffffff;
}

.slider-start-jump {
  display: flex;
  justify-content: center;
  align-items: center;

  content: "";
  position: absolute;
  left: 50%;
  bottom: 57px;
  width: 65px;
  height: 65px;
  font-size: 32px;
  color: #b0a269;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  z-index: 1;
}
.slider-start-jump:hover {
  color: #b0a269;
  text-decoration: none;
  background-color: #ffffff;
}

/**
   * Media queries
   *******************************************************/

@media screen and (min-width: 1212px) and (max-width: 1420px) {
  .site__header .container {
    width: auto;
  }
  .site__submenu-item {
    flex: 0 0 50%;
  }
}

@media (min-width: 998px) {
  .site__submenu {
    max-width: 958px;
  }
}

@media (min-width: 1212px) {
  .site__menu-icon-1,
  .site__menu-icon-2,
  .site__menu-icon-3,
  .site__menu-icon-4,
  .site__menu-icon-5 {
  }
  .site__submenu {
    max-width: 1182px;
  }
  .site__menu-list {
    height: 85px;
  }
  .site__menu-item,
  .site__menu-link {
    height: 100%;
  }
}

@media (min-width: 1420px) {
  .site__submenu {
    max-width: 1390px;
  }
}

@media (max-width: 1211px) {
  .site__header {
    padding-bottom: 20px;
  }

  .site__submenu-item {
    flex: 0 0 50%;
  }

  .site__menu {
    display: flex;
    justify-content: flex-end;
  }
  .site_menu-icon {
    display: none;
  }
  .site__menu-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .site__menu-item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 3px 53px 3px 15px;
    text-align: left;
    border-bottom: 1px solid #dedede;
    background-color: #f6f6f6;
  }
  .site__menu-item svg {
    display: none;
  }
  .site__menu-item--has-sub > span {
    position: absolute;
    content: "";
    display: block;
    top: 3px;
    right: 0;
    width: 45px;
    line-height: 38px;
    text-align: center;
    border-left: 1px solid #dedede;
    color: #37588d;
    cursor: pointer;
  }
  .site__menu-item--has-sub:hover .site__submenu-wrapper {
    display: none;
  }
  .site__menu-item--open .site__submenu-wrapper {
    display: block !important;
  }

  .site__menu-link {
    padding: 10px 0;
    background-image: none !important;
  }

  .site__search {
    margin-bottom: 0;
  }

  .site__menu-button {
    display: block;
  }

  .site__submenu--level-1,
  .site__submenu--level-2 {
    position: static;
    max-width: none;
    padding: 10px;
    margin-left: 0;
    background-color: #f6f6f6;
    box-shadow: none !important;
  }
  .site__submenu--level-1 {
    padding: 0 10px 10px;
  }
  .site__submenu--level-2 {
    padding: 0 0 0 10px;
  }
  .site__submenu--level-1:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .container__wrapper {
    justify-content: space-between;
  }

  .site__logo span {
    display: none;
  }

  .site__header {
    padding-bottom: 20px;
  }
  .site__header .container.menu {
    align-items: center;
  }

  .top-menu {
    position: absolute;
    top: 0;
    right: 0;
  }

  .top-menu__phone,
  .top-menu__login,
  .top-menu__cart {
  }
  .top-menu__phone {
    background-position: center;
  }
  .top-menu__phone span {
    display: none;
  }

  .top-menu__phone i {
    margin-right: 0;
  }

  .location-menu__holder {
    display: block;
    margin: 0 10px;
    padding-right: 14px;
    line-height: 30px;
    color: #b0a269;
    font-size: 12px;
  }
  .location-menu__holder .location-menu__list-link {
    margin: 0;
  }
  .location-menu {
    position: relative;
    height: 30px;
    overflow: hidden;
    z-index: 18;
  }
  .location-menu:hover {
    height: auto;
    overflow: visible;
    cursor: pointer;
    background-color: #b0a269;
  }
  .location-menu__list {
    display: block;
    margin: 0;
    background-color: #b0a269;
  }
  .location-menu__list:hover {
    height: auto;
    overflow: visible;
    background-color: #b0a269;
  }
  .location-menu__list-item {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
  }
  .location-menu__list-item:last-child {
    border-bottom: 0;
  }
  .location-menu__list-link {
    box-shadow: none !important;
  }

  #slider-start .carousel-wrapper {
    top: auto;
    bottom: 0;
    transform: none;
  }
  #slider-start .carousel-content {
    width: 100%;
    max-width: none;
  }
  #slider-start .carousel-content h2 {
    font-size: 30px;
  }
  #slider-start .carousel-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .site__logo {
    width: 144px;
    height: 110px;
  }
  .site__logo a {
    width: 100px;
    height: auto;
  }
  .site__search {
    max-width: 174px;
  }
}
