@import url('images.20250419.1.css');

@font-face {
    font-family: 'Asterina';
    src: url('/site/font/asterina.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StephenGillionRegular';
    src: url('/site/font/stephen_gillion_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
  --wowwood-brown-dark: #321d0f;
  --wowwood-brown-dark-70: #321d0fb3;
  --wowwood-brown-dark-header: #80736b;
  --wowwood-brown-dark-30: #321d0f4d;
  --wowwood-brown-dark-30-noop: #bdb6b2;
  --wowwood-brown-dark-15: #331e0f26;
  --wowwood-brown-dark-10: #321d0f1a;
  --wowwood-brown-dark-5: #321d0f0d;
}

* {
  /*color: var(--wowwood-brown-dark);*/
  color: #000000;
}

span[data-epost] {
  cursor: pointer !important;
}

body {
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  /*font-size: max(1.042vw, 16px);*/
  font-size: max(0.977vw, 15px);
}

html.page_Main #bigPicture::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, 0.2);
}

html.page_Main #bigPicture .container {
  top: -2rem;
}

html.page_Main #bigPicture .heading h1 {
  /*font-family: 'Cinzel';*/
  text-align: left;
  border: none;
  padding-bottom: 0rem;
}

html.page_Main.b2c #bigPicture .heading h1 {
  font-size: 135%;
  padding-bottom: 1rem;
}

html.page_Main #bigPicture .heading h1 span {
  color: #ffffff;
  /*font-weight: 900;*/
  font-size: 165%;
}

html.page_Main.b2c #bigPicture .heading h1 span.line-1 {
  text-transform: none;
  font-size: 120%;
}

html.page_Main #bigPicture .heading h1 span.line-2 {
  font-size: 230%;
  -webkit-text-stroke: none;
  text-stroke: none;
}

html.page_Main.b2c #bigPicture .heading h1 span.line-2 {
  font-size: 185%;
  -webkit-text-stroke: none;
  text-stroke: none;
}

html.page_Main #bigPicture .heading h1 span.line-2 small {
  font-size: 71.75%;
  color: #ffffff;
}

html.page_Main #bigPicture .heading h1 span.line-3 {
  color: #ffffff;
  /*font-weight: 200;*/
  font-size: 165%;
}

html.page_Main.b2c #bigPicture .heading h1 span.line-3 {
  font-size: 185%;
}

html.page_Main #bigPicture .price {
  font-family: 'Courier New', Courier, monospace;
	display: inline-block;
  
  width: auto;
	height: 38px;
	
	background-color: #e47739;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #e47739;

	margin-left: 19px;
  margin-top: 1rem;
	
	position: relative;
	
	color: white;
	font-weight: 300;
	line-height: 38px;

	padding: 0 10px 0 10px;
}

html.page_Main #bigPicture .price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #e47739;
}

html.page_Main #bigPicture .price:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}

html.page_Main #bigPicture .price strong {
  color: inherit;
  font-weight: 600;
  font-size: 125%;
  font-family: 'Courier New', Courier, monospace;
}

html.page_Main #bigPicture .heading h2 {
  color: #ffffff;
  font-size: 140%;
  font-weight: 200;
  margin-top: 13rem;
  line-height: 2rem;
}

html.page_Main #bigPicture .heading h2 strong {
  color: #ffffff;
  font-size: 110%;
  font-weight: 200;
}

html.page_ESG .content h2 {
  font-size: 3rem;
  font-weight: 400;
  float: left;
  line-height: 1.5rem;
  margin: 0.25rem 1rem 0 0;
  top: 0.5rem;
  padding: 0;
}

html.page_ESG .content p {
  margin-bottom: 3rem;
}

html:is(.page_Imprint, .page_GTC, .page_PrivacyNotice, .page_CookiePolicy, .page_Gallery) #bigPicture .heading h1 {
  font-size: 125% !important;
  font-weight: 400 !important;
}

html.page_ContactSuccessful #bigPicture .heading h1 {
  font-size: 125% !important;
  font-weight: 400 !important;
}

html.page_Contact .content .container {
  padding: 0;
}

.back-to-top {
  position: fixed;
  bottom: calc(1rem + 5px);
  right: calc(1rem + 60px);
  display: none;
  background-color: var(--wowwood-brown-dark);
  padding: 6px 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
  
.back-to-top.active {
    display: block;
  }

.back-to-top i {
  color: #fff;
}

.back-to-top:hover {
  font-size: 150%;
  padding: 0px 6px;
}

.frame-btn *::before,
.frame-btn *::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.frame-btn {
    line-height: 10px;
    display: inline-block;
    padding: 20px 30px;
    font-size: 100%;
    text-decoration: none;
    position: relative;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.frame-btn:has(.frame-btn__icon) {
    padding-right: 50px;
}

.frame-btn__text {
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  transition: 300ms ease;
  position: relative;
}
.frame-btn:hover .frame-btn__text {
  color: var(--wowwood-brown-dark);
}
.frame-btn__solid {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-color: var(--wowwood-brown-dark);
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(0.95);
  transform-origin: 50%;
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__solid {
  background-color: var(--wowwood-brown-dark-10);
}
.frame-btn__outline {
  position: absolute;
  top: 0;
  left: 0;
}
.frame-btn__outline--tall {
  margin: 0 5px;
  width: calc(100% - (5px * 2));
  height: 100%;
}
.frame-btn__outline--flat {
  margin: 5px 0;
  height: calc(100% - (5px * 2));
  width: 100%;
}
.frame-btn__line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.frame-btn__line--tall:before, .frame-btn__line--tall:after {
  height: 100%;
  width: 1px;
  top: 0;
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:before, .frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:after {
  transform: scaleY(0);
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:before, .frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:after {
  margin: 5px 0;
  height: calc(100% - (5px * 2));
}
.frame-btn__line--tall:before {
  left: 0;
}
.frame-btn__line--tall:after {
  right: 0;
}
.frame-btn__line--flat:before, .frame-btn__line--flat:after {
  width: 100%;
  height: 1px;
  left: 0;
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:before, .frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:after {
  transform: scaleX(0);
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:before, .frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:after {
  margin: 0 5px;
  width: calc(100% - (5px * 2));
}
.frame-btn__line--flat:before {
  top: 0;
}
.frame-btn__line--flat:after {
  bottom: 0;
}
.frame-btn__line:before, .frame-btn__line:after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--wowwood-brown-dark-10);
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__line:before, .frame-btn:hover .frame-btn__line:after {
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content :is(ul, ol) li {
  margin-bottom: 1em;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu::after {
  border-radius: 0;
}

.products .product-group:hover a,
.messages .message:hover a {
  -webkit-animation: bounceRight 3s infinite;
  animation: bounceRight 3s infinite;
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

#variant-select {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
  background-color: #000000cc;
  color: #fff;
  padding: 20px;
  transform: translate(-50%, -50%);
  /*backdrop-filter: saturate(0.5);*/
}

#variant-select .inner-window {
    max-width: 700px;
    width: calc(100% - 80px);
    height: auto;
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 999999999;
    background-color: #ffffff;
    color: #000;
    padding: 20px;
    box-shadow: 0 0 40px 20px rgb(0 0 0 / 10%);
    transform: translate(-50%, -50%);
}

#variant-select .inner-window::after {
  content: "";
  display: block;
  width: 40%;
  height: 50%;
  position: absolute;
  top: -1.5vw;
  right: -1.5vw;
  border-top: 1px solid #ffffffa8;
  border-right: 1px solid #ffffffa8;
}

#variant-select .inner-window::before {
  content: "";
  display: block;
  width: 40%;
  height: 50%;
  position: absolute;
  bottom: -1.5vw;
  left: -1.5vw;
  border-left: 1px solid #ffffffa8;
  border-bottom: 1px solid #ffffffa8;
}

#variant-select .inner-window p {
  position: relative;
  z-index: 1;
}

#variant-select .inner-window p:first-child {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
}

#variant-select .inner-window p:first-child::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -0.5rem;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  background: linear-gradient(to right, transparent 0%, var(--wowwood-brown-dark) 25%, var(--wowwood-brown-dark) 75%, transparent 100%);
}

#variant-select .button-container.b2b {
  text-align: left;
}

#variant-select .button-container.b2c {
  text-align: right;
}

#variant-select .frame-btn {
  width: 100%;
}

:is(#variant-select, .download) .frame-btn .frame-btn__icon {
  display: block;
  width: 75px;
  height: calc(100% - 2px);
  background-color: white;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
}

#variant-select .button-container.b2b .frame-btn__icon {
  background-image: url(/site/img/design/resort.png);
  right: 1px;
}

#variant-select .button-container.b2c .frame-btn__icon {
  background-image: url(/site/img/design/door-to-door.png);
  left: 1px;
}

.download {
  display: inline-block;
  text-align: center;
}

.download .frame-btn__icon {
  background-image: url(/site/img/design/download.png);
  right: 1px;
}

.download .frame-btn__outline--tall {
  width: calc(100% - (5px * 2) + 75px);
}

.download .frame-btn__outline--flat {
  width: calc(100% + 75px);
}

.download .frame-btn__solid {
  width: calc(100% - (5px * 4) + 75px);
}

:is(#variant-select, .download) .frame-btn__text {
  font-weight: 100;
  text-transform: none !important;
  line-height: 1.5em;
  text-align: center !important;
}

:is(#variant-select, .download) .frame-btn__text strong {
  font-weight: 600;
  color: #ffffff;
}

:is(#variant-select, .download) .frame-btn:hover .frame-btn__text strong {
    color: var(--wowwood-brown-dark);
}

:is(#variant-select, .download) .frame-btn:hover .frame-btn__solid {
  background-color: #eae8e7;
}

header nav.navbar {
  transition: background-color 0.3s ease, padding 0.3s ease;
  text-transform: uppercase;
  font-size: 80%;
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
 }

header nav.navbar .navbar-nav .nav-item {
  position: relative;
  transition: all 0.3s;
  margin-left: 1vw;
  margin-right: 0;
}

header nav.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

header nav.navbar .navbar-nav:hover .nav-item {
  opacity: 0.75;
}

header nav.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ffffff00;
  height: 1px;
  transition: all 0.3s;
}

header nav.navbar .navbar-nav .nav-item:hover {
  filter: unset;
  opacity: 1;
}

header nav.navbar .navbar-nav .nav-item:hover::after {
  background: #ffffffaf;
  width: 100%;
}

header nav.navbar .navbar-nav .nav-item.variant {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0 0.5em;
    /*border-radius: 3px;*/
}

header nav.navbar .navbar-nav .nav-item.variant:after {
  display: none;
}

header nav.navbar .navbar-nav .nav-item.variant:hover {
  background-color: #ffffff2b;
  border: 1px solid rgba(255,255,255,1);
}

header.transparent nav.navbar * {
    /*color: #ffffff !important;*/
}

.header.transparent nav.navbar {
  padding: 16px 0;
  /*background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  padding-top: 2vh;
  padding-bottom: 15vh;*/
}

.header nav.navbar {
  background-color: #ffffff;
}

.header.scrolled nav.navbar {
  box-shadow: 0 0 10px 0 var(--wowwood-brown-dark-30);
}

header nav.navbar * {
  color: var(--wowwood-brown-dark);
}

header nav.navbar .navbar-nav .nav-item::after {
  background: transparent;
}

header nav.navbar .navbar-nav .nav-item:hover::after {
  background: var(--wowwood-brown-dark-70);
}

header nav.navbar .navbar-nav .nav-item.variant {
    border: 1px solid var(--wowwood-brown-dark-15);
}

header nav.navbar .navbar-nav .nav-item.variant:hover {
  background-color: var(--wowwood-brown-dark-5);
  border: 1px solid var(--wowwood-brown-dark);
}


header nav.navbar small {
  text-transform: none;
  color: #9c9c9c !important;
}

header nav.navbar .dropdown-item {
  color: var(--wowwood-brown-dark) !important;
  font-size: 80%;
}

header nav.navbar .dropdown-item:hover {
  background-color: var(--wowwood-brown-dark-70) !important;
  color: #ffffff !important;
  font-size: 80%;
}

header nav.navbar .dropdown.language .dropdown-item:hover small {
  color: #f8f8f8 !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}

header.transparent nav.navbar small {
  color: #9c9c9c !important;
}

.header .navbar-brand,
footer .navbar-brand {
  position: relative;
  display: block;
  max-width: 200px;
}

.dropdown-menu {
  left: -5px;
}

.dropdown-menu li {
  z-index: 1;
}

.dropdown-menu::after {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: transparent;
  position: absolute;
  right: -0.75em;
  bottom: -0.75em;
  border: 1px solid #ffffff9c;
  border-left-color: transparent;
  border-top-color: transparent;
  transition: all 1s ease;
  z-index: -1;
}

.header .dropdown-menu::after {
  border: 1px solid var(--wowwood-brown-dark-15);
  border-left-color: transparent;
  border-top-color: transparent;
}

.dropdown-menu:hover::after {
  width: 75%;
  height: 50%;
}

.dropdown-menu[data-bs-popper] {
  top: calc(100% - 3px);
  left: 50%;
  margin-top: var(--bs-dropdown-spacer);
  margin-left: -100%;
  background-color: #ffffffac;
  border: 1px solid #fff;
}

.header .navbar-brand .description {
    padding: 0 5px;
    top: 60px;
    position: absolute;
    left: 0;
    border-bottom: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    line-height: 1em;
    display: none;
}

.header .navbar-brand .description .highlight {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 12px;
  text-align: left;
}

.header .navbar-brand .description {
  display: none;
}

html:not(:is(.page_Imprint, .page_GTC, .page_PrivacyNotice, .page_CookiePolicy, .page_Gallery)) header {
  transition: all 0.5s;
}

img.logo {
  width: 100%;
  /*height: 40px;*/
  margin: 4px 0 3px 0;
  -webkit-transition: 0.5s -webkit-filter linear;
  -moz-transition: 0.5s -moz-filter linear;
  -moz-transition: 0.5s filter linear;
  -ms-transition: 0.5s -ms-filter linear;
  -o-transition: 0.5s -o-filter linear;
  transition: 0.5s filter linear, 0.5s -webkit-filter linear;
  filter: none !important; /* a logó miatt van beletéve!!!*/ 
}

.img-white {
  filter: brightness(0) invert(1) grayscale(1);
}

main {
  background-color: #ffffff;
}

html.page_Main main {
  overflow: hidden;
}

.container {
  position: relative;
}

#bigPicture {
  background-size: cover;
/*  position: -webkit-sticky;
  position: sticky;
  top: calc(-100vh + 140px);*/
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#bigPicture .container {
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 1rem;
  max-width: calc(100% - 10vw) !important;
}

#bigPicture {
    height: auto;
    /* max-height: 68vh; */
    overflow: hidden;
    margin: 89px 5vw 5rem 5vw;
    aspect-ratio: 2.5;
    width: -webkit-fill-available;
    width: stretch;
}

.furniture {
  width: 19vw;
  height: 19vw;
  position: absolute;
  right: 17vw;
  bottom: 9vh;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  background-clip: content-box;
}

.furniture::before {
  content: "";
  display: block;
  width: 19vw;
  height: 19vw;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -0.75vh;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
  transition: all 1s ease;
  scale: 1.2;
}

.furniture::after {
  content: "";
  display: block;
  width: 19vw;
  height: 19vw;
  background-color: transparent;
  position: absolute;
  left: -0.25vw;
  top: -0.5vh;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-45deg);
  transition: all 1s ease;
  scale: 1.18;
}

.furniture:hover::before {
  transform: rotate(225deg);
  scale: 1.18;
}

.furniture:hover::after {
  transform: rotate(135deg);
  scale: 1.2;
}

#bigPicture .furniture {
  width: 20vw;
  height: 20vw;
  right: 7vw;
  bottom: 5rem;
}

#bigPicture .furniture::before {
  width: 20vw;
  height: 20vw;
  left: 0;
  top: -0.75vh;
}

#bigPicture .furniture::after {
  width: 20vw;
  height: 20vw;
  left: -0.25vw;
  top: -0.5vh;
}


@keyframes zoom {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

footer .container {
  margin: 10vh auto;
}

footer .left-bordered {
  border-left: 1px solid var(--wowwood-brown-dark-10);
  height: fit-content;
}

footer h5 {
  margin-bottom: 3em;
  font-weight: 600;
  font-size: 85%;
  text-transform: uppercase;
}

footer ul li {
  line-height: 1.25em;
  margin-bottom: 1em;
  font-size: 85%;
}

footer ul li a {
  text-decoration: none;
  color: var(--wowwood-brown-dark);
}

footer .social-icon svg {
  position: relative;
  top: -2px;
  margin-right: 0.25em;
}

footer .bottom {
  text-align: center;
  line-height: 1.25em;
  font-size: 85%;
  margin: 0;
  background-color: var(--wowwood-brown-dark-70);
  width: 100%;
  max-width: 100% !important;
  padding: 2em 10vw;
}

footer .bottom .copyright {
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
}

footer .bottom a {
  text-decoration: none;
  color: #ffffff;
}

.why {
  border-top: 1vh solid #fff;
  border-bottom: 1vh solid #fff;
}

/*
.why:has(.heading) {
  padding: 0 0 6vh;
  height: 64vh;
  min-height: 470px;
}
*/

.why:not(:has(.heading)) {
  height: 55vh;
  min-height: 400px;
  padding: 6vh 0;
}

.why .col-9 {
  padding-left: 6vw;
}

:is(.why, .messages, .products, .content, #bigPicture) .heading h1,
.content h2 {
  font-weight: 300;
  text-transform: uppercase;
  /*font-family: 'Cinzel';*/
  font-size: 175%;
  text-align: center;
  padding: 2rem 0;
}

.content h2:first-of-type {
    padding-top: 0;
}
.content h4 {
  font-weight: 400;
  text-transform: uppercase;
  /*font-family: 'Montserrat';*/
  padding: 3vh 0 1vh;
}

.content h2.text-left {
  text-align: left;
}

.content :is(p, li) strong {
  font-weight: 600;
}

:is(.why, .messages, .products, .content, #bigPicture) .heading h1 span {
  font-weight: 200;
  font-size: 50%;
  display: inline-block;
}

#bigPicture .heading h1 {
    color: #ffffff;
    font-size: 160%;
    font-weight: 200;
    border-bottom: 1px solid #ffffff47;
    text-align: right;
    padding: 0;
    margin-bottom: 0.2rem;
}

html.page_Main #bigPicture .heading h1 {
    max-width: 55vw;
    top: 5rem;
    position: relative;
}

.messages .message {
  position: relative;
  margin: 6rem 0 0 -12px;
  width: calc(100% + 24px);
}

.messages .message>div {
  position: relative;
}

.messages .message .box-icon {
  font-size: 2em;
  opacity: 0.1;
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  top: -10px;
}

.messages .message.slide-3 .box-icon {
  font-size: 1.75em;
}

.messages .message h2 {
  /*font-family: 'Cinzel';*/
  font-weight: 100;
  font-size: 150%;
  display: block;
  padding: 0 0 10px 0;
  transition: all 1s ease;
  white-space: nowrap;
}

.messages .message h2 span.highlight {
  font-weight: 400;
  font-size: 114%;
}

.messages .message p {
  padding: 10px 0 0 0;
  margin: 0;
}

.messages .message .furniture {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: unset;
  right: unset;
  border-radius: 0;
  width: calc(100% + 3.75vw);
  height: 100%;
  bottom: unset;
  border: none;
  box-shadow: 0.5rem 0.5rem 0 0 rgba(0,0,0,0.05);
  /*min-height: 28rem;*/
}

.messages .message:is(.slide-1, .slide-3) .furniture {
  right: calc(3.75vw);
}

.messages .message.slide-3 .furniture {
  background-size: 126%;
  background-position: 0;
}

:is(.messages, .why) .furniture::before {
  content: "";
  display: none;
  width: 5vw;
  height: 5vw;
  background-color: transparent;
  position: absolute;
  left: 2vw;
  top: auto;
  bottom: 4vh;
  border-radius: 0;
  border: 1px solid var(--wowwood-brown-dark-10);
  border-top-color: transparent;
  /*border-left-color: inherit;*/
  border-right-color: transparent;
  transform: none;
  transition: all 1s ease;
  scale: 1;
}

:is(.messages, .why) .furniture::after {
  content: "";
  display: none;
  width: 5vw;
  height: 5vw;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 2vw;
  top: 4vh;
  border-radius: 0;
  border: 1px solid var(--wowwood-brown-dark-10);
  /*border-top-color: inherit;*/
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: none;
  transition: all 1s ease;
  scale: 1;
}

.why .furniture::before {
  border-left-color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.5);
}

.why .furniture::after {
  border-top-color: rgba(255,255,255,0.5);
  border-right-color: rgba(255,255,255,0.5);
}

.messages .message:hover .furniture::before,
.why:hover .furniture::before {
  transform: none;
  scale: 1;
  width: 15vw;
  height: 10vw;
}

.messages .message:hover .furniture::after,
.why:hover .furniture::after {
  transform: none;
  scale: 1;
  width: 15vw;
  height: 10vw;
}

.container-fluid {
  padding: 0 !important;
}

.content .card {
  background: none;
  border: none;
  width: auto;
  display: block;
  height: 120px;
  margin-top: 2rem;
}

.content .card .image {
  float: left;
  width: 120px;
}

.content .card .image img {
  max-width: 120px;
  border-radius: 50%;
}

.content .card .text {
  float: left;
  width: auto;
  padding: 1em;
}

.content .card .text .name {
  font-weight: 600;
}

.content .card .text .title {
  font-weight: 200;
}

.content .card .text .firm {
  padding-top: 0.5em;
  padding-right: 3em;
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid var(--wowwood-brown-dark-15);
}

.header #banner {
  width: 100%;
  position: fixed;
  background-color: #882b2de6;
  top: 73px;
  left: 0;
  color: #ffffff;
  padding: 0.5rem calc(10vw + 1.5rem * .5);
  text-transform: none;
  font-weight: 200;
  box-shadow: 0 0 10px 0 var(--wowwood-brown-dark-30);
  text-decoration: none;
  z-index: 2;
  font-size: 80%;
  text-align: right;
}

.header.transparent #banner {
  display: none;
}

.header #banner {
  display: block;
}


@media (min-width: 1300px) {

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: calc(100% - 20vw) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: calc(100% - 10vw) !important;
  }
}

@media (min-width: 1200px) {

  .header #banner {
    padding: 0.5rem calc(10vw + 1.5rem * .5);
  }  
}

@media (max-width: 1199px) {
  body {
    font-size: max(1.042vw, 13px);
  }
}

@media (orientation: portrait) {

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: calc(100% - 10vw) !important;
  }

  .header #banner {
    padding: 0.5rem calc(5vw + 1.5rem * .5);
    top: 73px;
  }  
  
  #bigPicture {
    height: 40vh;
  }

  /*
  html.page_Main.b2c #bigPicture {
    min-height: 25rem;
  }
  */

  html.page_Products #bigPicture {
    min-height: 30rem;
  }

  .furniture {
    bottom: 4.5vh;
  }

  .furniture::before {
    top: -0.375vh;
  }
  
  .furniture::after {
    top: -0.25vh;
  }

  .messages .heading h1, .products .heading h1 {
    font-size: 175%;
    padding: 3vh 0 1vh;
  }

  .messages .message {
    margin: 7.5vh 0 7.5vh -12px;
  }

  .messages .message.slide-1 {
    margin-top: 3vh;
  }

  .messages .message.slide-5 {
    margin-bottom: 3vh;
  }

  .messages .furniture::before, .why .furniture::before {
    bottom: 2vh;
  }

  .messages .furniture::after, .why .furniture::after {
    top: 2vh;
  }

  footer .container {
    margin: 5vh auto;
  }

  footer .bottom {
    margin: 0;
    padding: 2em 5vw;
  }

  .footer-info {
    font-size: 95%;
  }

  .why {
    height: auto !important;
  }

}

@media (orientation: portrait) and (min-width: 768px) and (max-width: 1023px) {

  #bigPicture {
    height: 30rem;
    /*font-size: 80%;*/
  }

  html.page_Main #bigPicture .heading h1 {
    font-size: 120%;
    padding-bottom: 0rem;
    position: relative;
    top: 7rem;
  }

  html.page_Main.b2c #bigPicture .heading h1 {
    top: 11rem;
  }

  html.page_Main #bigPicture .heading h2 strong {
    font-size: 100%;
  }

  #bigPicture .furniture {
    bottom: 5rem;
  }

  .messages .message h2 span.highlight {
    font-size: 100%;
  }
}

.show-down {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}

.show-down.show {
  max-height: 9999px;
}

.hide-up {
  max-height: 9999px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.hide-up.hide {
  max-height: 0;
}

@media (min-width: 992px) {
  .content .container {
    padding: 2rem 0 4rem;
  }
  
  :is(html.page_About, html.page_Assembly, html.page_MaterialsAndCare, html.page_Warranty, html.page_ESG) .content .container {
    max-width: 960px !important;
  }
  
}

@media (max-width: 991px) {

  .back-to-top {
    right: 1rem;
  }

  header.transparent #navbarNav {
    padding: 2vh 4vw;
  }

  header #navbarNav {
    padding: 0 0 2vh 0;
  }

  header nav.navbar .navbar-nav .nav-item {
    margin-left: 0;
    font-size: 120%;
  }

  header .navbar-collapse {
    background-color: white;
    margin-top: 4vh;
    border-radius: var(--bs-navbar-toggler-border-radius);
  }

  header nav.navbar .navbar-nav .nav-item.variant {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0 0.5em;
    border-radius: 3px;
    background-color: var(--wowwood-brown-dark-10);
    position: relative;
    left: -0.5rem;
    width: calc(100% + 1rem);
    top: 1vh;
  }

  .dropdown-menu[data-bs-popper] {
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    background-color: var(--wowwood-brown-dark-5);
    border: 1px solid var(--wowwood-brown-dark-15);
    position: relative;
    border-radius: 3px;
  }

  #bigPicture {
    margin: 89px 5vw 2rem 5vw;
  }

  :is(#variant-select, .download) .frame-btn .frame-btn__icon {
    width: 45px;
  }

  html.page_Products #bigPicture .heading h1 {
    display: none;
  }

  html.page_Contact .content .container {
    padding: 0;
  }

  main {
    padding-bottom: 2vh;
  }

  header.transparent nav.navbar .navbar-toggler {
    /*color: #ffffff !important;
    filter: brightness(0) invert(1) grayscale(1);*/
  }

  header.transparent nav.navbar .nav-link {
    color: var(--wowwood-brown-dark) !important;
  }

  .furniture {
    bottom: 7.5vh;
    right: 8.5vw;
  }

  .messages .heading h1, .products .heading h1 {
    padding: 3vh 0 3vh;
  }

  .messages .message.slide-3 .furniture {
    background-size: cover;
  }

  .messages .message h2 {
    font-size: 150%;
    padding: 0 0 20px 0;
    width: 100%;
    white-space: normal;
  }

  .messages .message .furniture {
    min-height: 200px;
    right: 1.875vw !important;
    top: 2em;
  }

  .messages .message.slide-2 > div:first-child,
  .messages .message.slide-4 > div:first-child,
  .why .col-sm-3 {
    order: 2;
  }

  .messages .message.slide-2 > div:last-child,
  .messages .message.slide-4 > div:last-child,
  .why .col-sm-9 {
    order: 1;
  }

  .why .furniture {
    width: 100%;
    min-height: 200px;
    position: relative;
    margin-bottom: 2rem;
  }
  
  .products .product-group {
    height: 67vw;
    min-height: unset;
    margin-bottom: 1vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .products .product-group .title {
    margin: 0 0 0 5vw !important;
    float: left !important;
    font-size: 145%;
    width: calc(100% - 10vw);
    text-align: left;
  }

  .products .product-group .title::before,
  .products .product-group .title::after {
    display: none;
  }

  section.products .heading h1 {
    padding: 3vh 10vw 1vh !important;
  }

  footer .left-bordered {
    border-left: none;
    height: auto;
  }

  footer .container .row > div {
    margin-bottom: 20px;
  }

  footer .bottom .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (min-width: 576px) {

  .why .col-sm-9 {
    padding-left: 2.5vw;
  }
  
  .why .col-sm-9 p:first-of-type {
    border-bottom: 1px solid var(--wowwood-brown-dark-10);
    padding-bottom: 2vh;
    padding-left: 2.5vw;
    margin-left: -2.5vw;
  }
  
}

@media (max-width: 575px) {

  html.page_Main #bigPicture::before {
    display: none;
  }

  html.page_Main #bigPicture .container {
    top: 0;
  }

  html.page_Main #bigPicture .container .col-6 {
    padding-left: 0;
  }

  html.page_Main:is(.b2b, .b2c) #bigPicture .heading h1 {
    font-size: 100%;
    padding-bottom: 0;
    top: 0;
  }

  html.page_Main.b2b #bigPicture .heading h1 span.line-2 {
    font-size: 150%;
  }

  html.page_Main #bigPicture .price,
  html.page_Main #bigPicture .heading h2 {
    display: none;
  }

  html.page_Main #bigPicture .furniture {
    width: 50vw;
    height: 50vw;
    bottom: -25px;
    right: -25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0%;
    border-top-left-radius: 80%;
    border-top-right-radius: 0%;
    box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.25);
  }

  html.page_Main #bigPicture .furniture::before,
  html.page_Main #bigPicture .furniture::after {
    display: none;
  }

  html.page_Main.b2b .why .heading h1 {
    font-size: 0 !important;
    padding: 1vh !important;
  }

  .header #banner {
    position: fixed !important;
    top: 73px !important;
    font-size: 100%;
    text-align: center !important;
  }  

}