@font-face {
    font-family: 'helvetica';
    src: url('css/fonts/helvetica/helvetica-webfont.woff2') format('woff2'),
         url('css/fonts/helvetica/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('css/fonts/helvetica/helvetica-bold-webfont.woff2') format('woff2'),
         url('css/fonts/helvetica/helvetica-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
  margin: 0;
  font-family: 'helvetica', Helvetica, Arial, sans-serif;
}

.hero {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#hero {
  background-image: url("content/hero_stecksessel_c16-9.webp");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

nav.hero-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 10%;
  position: absolute;
}

nav.hero-menu ul {
  display: flex;
  list-style-type: none;
}

nav.hero-menu li a {
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

nav.hero-menu li a:hover {
  color: rgba(255, 255, 255, 0.25);
}

ul {
  padding-inline-start: 0
}

#inactive {
  color: rgba(255, 255, 255, 0.25);
}

a.buy {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 90%;
  position: absolute;
}

a.buy:hover {
  color: rgba(255, 255, 255, 0.25);
}

.text-hero-column {
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 48%;
  position: absolute;
  align-items: center;
  width: 100%;
}

.steckholz-header {
  font-weight: normal;
  color: #ffffff;
  font-size: 120px;
  margin: 0;
  text-align: center;
}

.stecksessel-header {
  font-size: 90px;
  margin-top: 25px;
}

.general {
  padding: 10vw;
}

h2 {
  font-weight: bold;
  font-size: 100px;
  color: #fff;
  margin: 0;
}

h3 {
  font-weight: bold;
  font-size: 50px;
  color: #180d09;
  margin: 0;
}

.heading-4 {
  font-weight: bold;
  font-size: 40px;
  color: #180d09;
  margin: 0;
}

p {
  font-weight: normal;
  font-size: 30px;
  color: #180d09;
  line-height: 40px;
}

.about {
  padding-left: 20vw;
  padding-top: 5vw;
  padding-bottom: 10vw;
}

#section-designer {
  display: none;
}

.benefits-animation {
  background: none;
  font-weight: bold;
  font-size: 30px;
  font-family: 'helvetica', Helvetica, Arial, sans-serif;
  border: none;
  color: #180d09;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}

#designer-website {
  align-content: center;
}

.lines {
  padding: 24px;
  display: flex;
  align-items: center;
  padding-left: 0;
}
 
.line {
  width: 60px;
  height: 8px;
  background-color:  rgba(24, 13, 9, 0.25); 
  margin-right: 30px; 
}

.lines-vertical {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
 
.line-vertical {
  width: 8px;
  height: 60px;
  background-color:  rgba(24, 13, 9, 0.25); 
  margin-top: 30px; 
}
 
.line.selected {
  background-color: #180d09;
}

.line-vertical.selected {
  background-color: #180d09; 
}

.row {
  display: flex;
  justify-content: space-between;
}

.row-2 {
  display: flex;
  justify-content: space-between;
}

.row-about {
  display: flex;
  justify-content: space-between;
}

.invisible {
  display: none;
}

.lines-hero {
  padding: 30px;
  display: flex;
  align-items: center;
  padding-top: 0;
}

.line-white {
  width: 60px;
  height: 8px;
  background-color:  rgba(255, 255, 255, 0.25); 
  margin-right: 15px; 
  margin-left: 15px;
}

.selected-white {
  background-color: #ffffff;
}

#section-stecksessel {
  background-image: url("content/SteckSessel_1_v2.webp");
  background-size: cover;
  background-position: center;
}

.stecksessel-photo {
  width: 100%;
  height: 120vh;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.white {
  color: #fff;
}

.text-right {
  padding-left: 50%;
  padding-top: 1em;
}

.half-view {
  width: 40%;
  padding-top: 1em;
}

.gallery {
  width: 50%;
  display: flex;
  padding: 0px;
  align-items: center;
}

.gallery-image {
  width: 100%;
  object-fit: cover;
}

.specifications {
  width: 50%;
  text-align: left;
  padding-left: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.buy-now {
  background: none;
  font-weight: bold;
  font-size: 30px;
  font-family: 'helvetica', Helvetica, Arial, sans-serif;
  border: none;
  color: #d7230e;
  cursor: pointer;
  text-decoration: underline;  
  text-decoration-thickness: 8px;
  text-underline-offset: 16px;
  padding-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.buy-now:hover {
  color: #183CD3;
}

.get-in-t {
  font-weight: bold;
  color: #180d09;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.get-in-t:hover {
  opacity: 0.25;
}

.smaller-text {
  font-size: 20px;
  margin: 0;
  line-height: 25px;
}

.text-gap {
  margin-top: 60px;
}

.space-top {
  margin-top: 10px;
}

.dark {
  background-color: #180d09;
}

.order-button {
  background: none;
  font-weight: bold;
  font-size: 30px;
  font-family: 'helvetica', Helvetica, Arial, sans-serif;
  border: none;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;  
  text-decoration-thickness: 8px;
  text-underline-offset: 16px;
  padding: 5vw 0 0;
}

.order-button:hover {
  color: rgba(255, 255, 255, 0.25);
}

.animation {
  width: 70%;
  display: flex;
  padding-left: 5vw;
}

.animation-video {
  width: 100%;
}

.animation-text {
  width: 30%;
  text-align: center;
  padding-right: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.steckstuhl-photo {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.steckstuhl-photo-fill-height {
  height: auto; 
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

#section-steckstuhl {
  height: 100vh;
  background-image: url('content/hero_steckstuhl_c1_v2.webp');
  background-size: cover;
  background-position: center;
  align-content: center;
}



.specifications-2 {
  width: 50%;
  text-align: left;
  padding-right: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coming-soon {
  background: none;
  font-weight: bold;
  font-size: 30px;
  font-family: 'helvetica', Helvetica, Arial, sans-serif;
  border: none;
  color: #eaae30;
  cursor: pointer;
  text-decoration: underline;  
  text-decoration-thickness: 8px;
  text-underline-offset: 16px;
  padding-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.coming-soon:hover {
  color: #180d09;
}

.form-main-cont {
  width: 45%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.form-type-in-cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.blank{
  width: 5%;
}

.form-type-in:hover {
  color: rgba(255, 255, 255, 0.25);
}

.send-button {
  background: none;
  font-weight: bold;
  font-size: 30px;
  font-family: 'helvetica', Helvetica, Arial, sans-serif;
  border: none;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;  
  text-decoration-thickness: 8px;
  text-underline-offset: 16px;
  padding: 10vw 0px 0px;
}

.send-button:hover {
  color: rgba(255, 255, 255, 0.25);
}

.send {
  text-align: right;
}

.foot-name {
  font-size: 40px;
  text-decoration: none;
  font-weight: normal;
}

.foot-name:hover {
  color: rgba(255, 255, 255, 0.25);
}

.foot-general {
  padding: 10vw 10vw 20vw 10vw;
}

nav.nav-foot {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  padding-top: 5vw;
}

nav.nav-foot ul {
  display: flex;
  list-style-type: none;
}

nav.nav-foot li a {
  padding-left: 5vw;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

nav.nav-foot li a:hover {
  color: rgba(255, 255, 255, 0.25);
}

.text-right-side {
  text-align: right;
  padding-top: 5vw;
}

.text-middle {
  text-align: center;
  padding-top: 5vw;
}

.smaller-padding {
  padding-top: 1vw;
}

.footer-item {
  padding: 0;
}

.text-space {
  padding-top: 10vw;
}

.policies {
  display: flex;
  justify-content: end;
  margin-bottom: 10vw;
}

.policies-direction {
  text-decoration: none;
}

.policies-direction:hover {
  opacity: 0.25;
}

.space-pad {
  width: 5vw;
}

.s-height {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.sbp-heading {
  text-align: center;
  margin-bottom: 2.5vw;
}

.sbp-photo {
  width: 50%;
  margin: 2.5vw 0;
}

.sbp-button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbp-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbp-quater {
  width: 25%;
  padding: 2.5vw;
}

.sbp-button-white {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  padding-top: 20px;
}

.sbp-text-white {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sbp-button-white:hover {
  opacity: 0.25;
}

.button-white {
  color: #ffffff;
}

.button-white:hover {
  color: #d7230e;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.column-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.on-black:hover {
  color: #ffffff;
}

@media screen and (max-width: 1400px) {
  .steckholz-header {
    font-size: 110px;
  }

  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 30px;
  }

  .heading-4 {
    font-size: 30px;
  }

  nav.hero-menu li a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }

  a.buy {
    font-size: 20px;
  }

  #about-title {
    font-size: 30px;
  }

  .designer-title {
    font-size: 30px;
  }

  p {
    font-size: 20px;
    line-height: 30px;
  }

  .benefits-animation {
    font-size: 20px;
  }

  .line {
    width: 40px;
    height: 6px;
    margin-right: 20px; 
  }

  .line-vertical{
    width: 6px;
    height: 6px;
  }

  .smaller-text {
    font-size: 15px;
    line-height: 20px;
  }

  .specifications {
    padding-left: 10vw;
  }

  .specifications-2 {
    padding-right: 10vw;
  }

  .buy-now {
    font-size: 20px;
    padding-bottom: 30px;
    text-decoration-thickness: 6px;
    text-underline-offset: 12px;
  }

  .lines-vertical {
    padding: 20px;
    padding-top: 0;
  }
 
  .line-vertical {
    width: 6px;
    height: 40px;
    margin-top: 20px;
  }

  .order-button {
    font-size: 20px;
    text-decoration-thickness: 6px;
    text-underline-offset: 12px;
    padding: 7.5vw 0 0 0;
  }

  .coming-soon {
    font-size: 20px;
    text-decoration-thickness: 6px;
    text-underline-offset: 12px;
    padding-bottom: 30px;
  }

  .send-button {
    font-size: 20px;
    text-decoration-thickness: 6px;
    text-underline-offset: 12px;
  }

  .foot-name {
    font-size: 30px;
  }
  
  nav.nav-foot li a {
    padding-left: 5vw;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
  }
}

@media screen and (max-width: 1200px) {

  .steckholz-header {
    font-size: 100px;
  }

}

@media screen and (max-width: 1000px) {

  .heading-4 {
    font-size: 25px;
  }

}


@media screen and (max-width: 880px) {

  h2 {
    font-size: 50px;
  }

  .smaller-text {
    font-size: 12px;
    line-height: 17px;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  .foot-name {
    font-size: 25px;
  }

  .sbp-text-white {
    font-size: 12px;
  }
}

@media screen and (max-width: 850px) {
  .steckholz-header {
    font-size: 80px;
  }

  .row-2 {
    flex-direction: column;
    align-items: center;
  }

  .sbp-quater {
    width: 50%;
  }

  .sbp-text-white {
    font-size: 15px;
    
  }
}

@media screen and (max-width: 820px) {

  .heading-4 {
    font-size: 20px;
  }

}

@media screen and (max-width: 780px) {

  #hero {
    background-image: url(content/hero_stecksessel_c1_m.webp);
  }

  .s-height {
    height: auto;
  }

  .sbp-button-white {
    font-size: 20px;
    padding-top: 20px;
  }

  nav.hero-menu li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .line {
    width: 40px;
    height: 6px;
    margin-right: 10px; 
    margin-left: 10px;
  }

  .lines {
    padding: 0 0 10vw 0;
    display: flex;
    justify-content: center;
  }

  #about-lines {
    padding: 0;
  }

  #designer-lines {
    padding: 0;
  }

  #line1hero {
    width: 40px;
    height: 6px;
    margin-right: 10px; 
  }

  #line2hero {
    width: 40px;
    height: 6px;
    margin-right: 10px; 
  }

  h3 {
    font-size: 25px;
  }

  #about-title {
    font-size: 25px;
  }

  .designer-title {
    font-size: 25px;
  }

  .sbp-heading {
    margin-bottom: 7.5vw;
  }

  .lines-hero {
    padding-top: 15px;
  }

  nav.nav-foot li a {
    font-size: 12px;
  }

  .benefits-animation {
    font-size: 15px;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .row-about {
    flex-direction: row;
  }

  .specifications {
    padding: 10vw 0 0;
    text-align: center;
    width: 75%;
  }

  .animation {
    padding: 10vw 0 0;
    width: 100%;
  }

  .animation-text {
    padding: 0;
    width: 100%;
  }

  .specifications-2 {
    padding: 10vw 0 0 0;
    text-align: center;
    width: 75%;
  }

  .lines-vertical {
    padding: 0 10vw 20px 10vw;
  }

  .gallery {
    width: 75%;
  }

  .gallery-vertical {
    width: 75%;
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .order-button {
    padding-bottom: 5vw;
  }

  .foot-name {
    font-size: 20px;
  }

  .sbp-button {
    padding-left: 0;
    margin-bottom: 5vw;
  }

  .sbp-text-white {
    padding-top: 0;
  }
}

@media screen and (max-width: 700px) {

  .steckholz-header {
    font-size: 70px;
  }

}

@media screen and (max-width: 660px) {

  #section-steckstuhl {
  background-image: url('content/hero_steckstuhl_c1_v2_m.webp');
  }
  
}

@media screen and (max-width: 600px) {

  .steckholz-header {
    font-size: 60px;
  }

}

@media screen and (max-width: 580px) {

  #hero {
    background-position: center;
  }

  nav.hero-menu ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  nav.hero-menu li a {
    font-size: 15px;
    padding-bottom: 0;
  }

  .steckholz-mobile {
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    font-size: 40px;
    margin: 0;
  }

  h2 {
    font-size: 40px;
  }

  .text-right-side {
    text-align: center;
  }

  nav.nav-foot {
    flex-direction: column;
    justify-content: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  
  nav.nav-foot ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  nav.nav-foot li a {
    text-align: center;
    padding: 0;
  }

  .foot-name {
    text-align: center;
  }
  
  .line {
    width: 32px;
    height: 5px;
    margin-right: 8px; 
    margin-left: 8px;
  }

  .lines {
    padding: 0 0 20vw 0;
    width: 150%;
  }

  #line1hero {
    width: 32px;
    height: 5px;
    margin-right: 8px; 
  }

  #line2hero {
    width: 32px;
    height: 5px;
    margin-right: 8px; 
  }

  .lines-hero {
    padding: 15px 20px 20px;
  }

  h3 {
    font-size: 20px;
  }

  #section-designer {
    display: block;
  }

  #about-title {
    font-size: 20px;
  }

  .brand-title {
    font-size: 20px;
  }

  .designer-title {
    font-size: 20px;
  }

  .space-top-title {
    padding-top: 20vw;
  }

  .general {
    padding: 20vw;
  }

  .foot-general {
    padding: 20vw 20vw 40vw 20vw;
  }

  .animation {
    padding-top: 10vw;
  }

  .order-button {
    padding-top: 10vw;
  }

  .line-vertical {
    width: 5px;
    height: 32px;
    margin-right: 0; 
  }

  .send-button {
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
  }

  .order-button {
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
  }

  .buy-now {
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
  }

  .coming-soon {
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
  }

  #foot-name {
    display: flex;
    justify-content: center;
  }

  .benefits-animation {
    font-size: 12px;
  }

  .form-main-cont {
    width: 40%;
  }

  .blank {
    width: 10%;
  }

  .footer-item {
    padding: 15px;
  }

  .contact-s {
    padding: 30vw 20vw 30vw 20vw;
  }

  .policies {
    flex-direction: column;
  }

  .sbp-photo {
    margin: 10vw 0;
  }

  .sbp-quater {
    width: 75%;
  }

  .sbp-text-white {
    font-size: 12px;
    
  }
}

@media screen and (max-width: 520px) {

  .steckholz-header {
    font-size: 50px;
  }

  .foot-name {
    font-size: 15px;
  }

}

@media screen and (max-width: 470px) {

  .steckholz-mobile {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  .heading-4 {
    font-size: 15px;
  }

  .sbp-quater {
    padding: 5vw;
  }

  .sbp-button-white {
    font-size: 15px;
    padding-top: 15px;
  }

  .sbp-text-white {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 410px) {
  .steckholz-header {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 390px) {

  .steckholz-mobile {
    font-size: 35px;
  }

}

.hamburger-line {
  width: 32px;
  height: 5px;
  background-color: #ffffff;
  margin: 5px 0 0 0;
}

.hamburger {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 64px;
}

.hamburger-invisible {
  display: none;
}

#menu-mobile {
  display: none;
  z-index: 99;
  background-color: #d7230e;
  position: absolute;
  width: 100%;
  height: 100vh;
}

.close {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 64px;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.close:hover {
  opacity: 0.2;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 32px;
  width: 5px;
  background-color: #fff;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

#hero-menu2 {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 55%;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
}

a.buy-mobile {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 90%;
  position: absolute;
}

