.in-index
  header#header
  .header-top
  .container.navigation-wrapper.header-top-wrapper {
  max-width: 2020px;
}

.in-index #footer .container.footer-rows {
  width: 1920px;
  padding-inline: 20px;
}

.in-index a.eshop-link,
.in-galerie a.eshop-link {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #e95712;
  flex-basis: 100%;
  justify-content: flex-end;
}

.in-index main#content {
  padding-inline: 0px;
}

.in-index .homepage-group-title.homepage-products-heading-3.h4,
.in-index .products-wrapper.product-slider-holder.has-navigation,
.in-index .show-more-products,
.in-index .homepage-blog-wrapper.row.blog-wrapper {
  display: none;
}

.in-index .welcome-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.in-index .domelio-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.in-index .domelio-page h1,
.in-index .domelio-page h2,
.in-index .domelio-page h3,
.in-index .domelio-page p {
  margin: 0;
}

/* Akcent kosočtverce */
.in-index .diamond {
  color: #e75819;
  font-size: 1em;
  display: inline-block;
  transform: translateY(0px);
}

/* ==========================================================================
   1. HERO
   ========================================================================== */
.in-index .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.in-index .hero__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.in-index .hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

.in-index .hero__image img {
  width: 100%;
  height: auto;
}

.in-index .hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 2rem;
  z-index: 2;
  margin-top: 6em;
}

.in-index p.hero__meglio {
  font-family: "PT Serif" !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 50px;
  line-height: 65px;
  color: #f2efea;
}

.in-index .hero__intro {
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}

.in-index .hero__title {
  font-family: "Century Gothic" !important;
  font-size: 60px !important;
  <: NONE;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 95px !important;
  color: #ffffff !important;
}

.in-index span.quote.quote--left,
.in-index span.quote.quote--right {
  color: #e95712;
  font-size: 80px;
  font-family: "PT Serif" !important;
}

.in-index .welcome-wrapper h1.hero__title::before {
  content: none;
}

.in-index .quote {
  color: var(--color-accent);
  font-size: 0.9em;
  font-family: var(--font-serif);
  display: inline-block;
  vertical-align: middle;
}
.in-index .quote--left {
  margin-right: 0.15em;
  transform: translateY(0.25em);
}
.in-index .quote--right {
  margin-left: 0.1em;
  transform: translateY(-0.25em);
}

/* ==========================================================================
   2. SHOWROOM
   ========================================================================== */
.in-index .showroom {
  position: relative;
  margin: 6em auto 0;
}

.in-index .showroom__image {
  width: 60%;
  margin-left: auto;
  overflow: hidden;
  padding: 40px;
}

.in-index .showroom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px;
}

.in-index .showroom__card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  background: white;
  z-index: 6;
  padding-left: 7em;
  padding-right: 1em;
  border-radius: 71px;
}

.in-index .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f2efea;
  padding: 0.5rem 2rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.in-index .badge__pin {
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
}

.in-index .showroom__title {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  color: #504841;
}

.in-index .showroom__title em {
  font-family: "PT Serif" !important;
  font-style: italic;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  color: #e75819;
}

.in-index .badge span:last-of-type {
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 56px;
  color: #504841;
}
.in-index span.showroom_subtext {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: #504841;
}

.in-index .showroom__text {
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #504841;
}
.in-index .showroom__text span.showroom__text_uni {
  font-family: "PT Serif" !important;
  font-weight: 400;
  font-style: Italic;
  font-size: 27px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #e75819;
}

.in-index .showroom__text span.showroom__text_dom {
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Italic;
  font-size: 27px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #e75819;
}

/* ==========================================================================
   5. WOOD TYPES
   ========================================================================== */
.in-index .wood-types {
  margin: 9rem auto;
  padding-inline: 7em;
}

.in-index .wood-types__title {
  text-align: center;
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #504841;
}

.in-index .wood-types__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3em;
}

.in-index .wood-card {
  text-align: left;
  transition: transform 0.4s ease;
}

.in-index .wood-card:hover {
  transform: translateY(-4px);
}

.in-index .wood-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f3ef;
  margin-bottom: 0.85rem;
}

.in-index .wood-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.6s ease;
}

.in-index .wood-card:hover .wood-card__image img {
  transform: scale(1.05);
}

.in-index .wood-card__name {
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  margin: 0px;
  color: #504841;
}

.in-index .wood-card__sub {
  font-family: "PT Serif" !important;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #504841;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* ----- Tablet ----- */
@media (max-width: 991px) {
  /* Showroom – karta nad obrázkem */
  .in-index .showroom {
    margin-top: 3rem;
    display: flex;
    flex-direction: column-reverse;
  }

  .in-index .showroom__image {
    width: 100%;
  }

  .in-index .showroom__card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 90%;
    margin: 0;
    padding: 1em;
    margin-top: 4em;
  }

  /* Features – stack */
  .in-index .feature--left,
  .in-index .feature--right {
    /* grid-template-columns: 1fr; */
    /* margin: 0; */
  }

  .in-index .feature--right {
    margin-top: 0;
    padding-top: 3em;
    display: flex;
    flex-direction: row-reverse;
  }

  .in-index .feature--right .feature__image {
    order: -1;
  }

  /* Wood types – 3 columns */
  .in-index .wood-types__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

/* ----- Mobile ----- */
@media (max-width: 767px) {
  .in-index .feature--right .feature__text {
    padding-left: 0;
    width: 150px;
    min-width: 150px;
  }

  .in-index .hero__image {
    min-height: 430px;
  }

  .in-index .hero__title {
    font-size: 50px !important;
    margin-top: 0px;
  }

  .in-index .hero__intro {
    font-size: 14px !important;
    line-height: 18px;
  }
  .in-index .hero__intro br {
    display: none !important;
  }

  .in-index .showroom {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 6em;
  }

  .in-index .showroom__card {
    padding: 2rem;
    margin-bottom: 0em;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    margin-bottom: 3em;
  }
  span.badge__pin svg {
    max-height: 20px !important;
  }

  .in-index .badge span:last-of-type {
    line-height: 30px;
  }

  .in-index .showroom__title {
    font-size: 30px;
    line-height: 40px;
  }

  .in-index .showroom__title em {
    font-size: 35px;
    line-height: 40px;
  }

  .in-index span.showroom_subtext {
    font-size: 30px;
    line-height: 40px;
  }
  .in-index .showroom__text {
    line-height: 24px;
    margin-bottom: 0;
  }

  .in-index .tables-intro__content {
    padding-inline: 2em;
  }

  .in-index .tables-intro {
    gap: 0px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 6em;
    margin-top: 6em;
  }

  .in-index .tables-intro__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3em;
  }

  .in-index .tables-intro__title {
    margin-left: 0px !important;
    font-size: 30px;
    line-height: 36px;
  }

  .in-index .wood-types {
    padding-inline: 2em;
  }

  .in-index .features {
    padding-inline: 0em;
    margin-top: 9em;
  }

  .feature--left .feature__image {
    box-shadow: none !important;
  }

  .in-index .feature--left,
  .in-index .feature--right {
    gap: 0px;
  }

  .in-index .wood-card__sub {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }

  .in-index .wood-card__name {
    font-size: 18px;
    line-height: 26px;
  }

  .in-index .feature__text {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 1em !important;
    text-align: center !important;
    min-width: 165px !important;
  }

  .in-index .feature__text em {
    font-size: 18px;
    line-height: 24px;
  }

  .in-index .wood-types__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .in-index .content-wrapper-in {
    padding: 0 0px !important;
  }
  .in-index .content-wrapper.container {
    padding: 0 0px !important;
  }

  .in-index #footer {
    padding-inline: 16px;
  }
  .in-index .wood-types__title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 1199px) {
  h2.showroom__title br:first-of-type {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .in-index .showroom__title,
  .in-index .showroom__title em {
    font-size: 50px;
    line-height: 50px;
  }

  .in-index .showroom__text {
    line-height: 24px;
  }

  .in-index .badge span:last-of-type {
    line-height: 24px;
  }

  .in-index .badge__pin svg {
    max-height: 20px;
  }

  .in-index .showroom__card {
    width: 60%;
    padding-left: 2em;
  }

  .in-index .feature__text,
  .in-index .feature__text em {
    font-size: 45px;
    line-height: 50px;
  }
  .in-index .feature--right .feature__text {
    padding-top: 5em;
  }

  .in-index .tables-intro__title {
    font-size: 70px;
    line-height: 80px;
  }

  .in-index .tables-intro__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .in-index .tables-intro {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .in-index .wood-card__name {
    line-height: 30px;
  }

  .in-index .tables-intro__title {
    margin-left: 0px;
    font-size: 70px;
    line-height: 80px;
  }

  .in-index .tables-intro__text {
    font-size: 16px;
    line-height: 24px;
  }

  .in-index .tables-intro__content {
    padding-inline: 2em;
  }

  .in-index .features {
    padding-inline: 2em;
  }

  .feature__text {
    line-height: 50px !important;
    font-size: 40px !important;
    text-align: center !important;
  }

  .feature__text em {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .in-index .feature {
    gap: 2em;
  }

  .feature--left .feature__image {
    box-shadow: none;
  }

  .in-index .feature--right .feature__text {
    padding-top: 0;
    text-align: center !important;
    min-width: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .in-index .wood-types__grid {
    grid-template-columns: repeat(3, 2fr);
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .in-index .tables-intro__title {
    font-size: 80px;
    line-height: 90px;
  }
  .in-index .feature__text {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .in-index .tables-intro__title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (min-width: 600px) and (max-width: 850px) {
  .in-index .feature__text,
  .in-index .feature__text em {
    font-size: 25px !important;
    line-height: 30px !important;
    min-width: 300px !important;
  }
}

/* Galerie */

.in-galerie .gallery-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4em 3em;
  margin-block: 4em;
  justify-content: space-between;
}

.in-galerie .gallery-flex img {
  border-radius: 12px;
}

.in-galerie img.w-33 {
  flex-basis: calc(33% - 2em);
  width: calc(33% - 2em);
}

.in-galerie img.w-50 {
  flex-basis: calc(50% - 2em);
  width: calc(50% - 2em);
}

.in-galerie img.w-66 {
  flex-basis: calc(66% - 2em);
  width: calc(66% - 2em);
}

@media (max-width: 991px) {
  .in-galerie .gallery-flex {
    gap: 1em 0em;
  }

  .in-galerie img.w-50 {
    flex-basis: calc(50% - 1em);
    width: calc(50% - 1em);
  }
  .in-galerie img.w-33 {
    flex-basis: calc(33% - 1em) !important;
    width: calc(33% - 1em) !important;
  }
  .in-galerie img.w-66 {
    flex-basis: calc(66% - 1em) !important;
    width: calc(66% - 1em) !important;
  }
}

@media (max-width: 768px) {
  .in-galerie .gallery-flex {
    gap: 5em 0em;
    flex-direction: column;
    align-items: center;
  }
  .in-galerie img.w-50 {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .in-galerie img.w-33 {
    flex-basis: 65% !important;
    width: 65% !important;
  }
  .in-galerie img.w-66 {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .in-galerie h1 {
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center;
  }

  .in-galerie div[itemprop="about"] p {
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: center;
  }
  .in-galerie .gallery-flex img.sm-order-1 {
    order: 1;
  }
  .in-galerie .gallery-flex img.sm-order-2 {
    order: 2;
  }
  .in-galerie .gallery-flex img.sm-order-3 {
    order: 3;
  }
  .in-galerie .gallery-flex img.sm-order-4 {
    order: 4;
  }
  .in-galerie .gallery-flex img.sm-order-5 {
    order: 5;
  }
  .in-galerie .gallery-flex img.sm-order-6 {
    order: 6;
  }
  .in-galerie .gallery-flex img.sm-order-7 {
    order: 7;
  }
  .in-galerie .gallery-flex img.sm-order-8 {
    order: 8;
  }
  .in-galerie .gallery-flex img.sm-order-9 {
    order: 9;
  }
  .in-galerie .gallery-flex img.sm-order-10 {
    order: 10;
  }
  .in-galerie .gallery-flex img.sm-order-11 {
    order: 11;
  }
  .in-galerie .gallery-flex img.sm-order-12 {
    order: 12;
  }
  .in-galerie .gallery-flex img.sm-order-13 {
    order: 13;
  }
  .in-galerie .gallery-flex img.sm-order-14 {
    order: 14;
  }
  .in-galerie .gallery-flex img.sm-order-15 {
    order: 15;
  }
  .in-galerie .gallery-flex img.sm-order-16 {
    order: 16;
  }
  .in-galerie .gallery-flex img.sm-order-17 {
    order: 17;
  }
  .in-galerie .gallery-flex img.sm-order-18 {
    order: 18;
  }
  .in-galerie .gallery-flex img.sm-order-19 {
    order: 19;
  }
  .in-galerie .gallery-flex img.sm-order-20 {
    order: 20;
  }
  .in-galerie .gallery-flex img.sm-order-21 {
    order: 21;
  }
  .in-galerie .gallery-flex img.sm-order-22 {
    order: 22;
  }
  .in-galerie .gallery-flex img.sm-order-23 {
    order: 23;
  }
  .in-galerie .gallery-flex img.sm-order-24 {
    order: 24;
  }
}

.in-galerie h1 {
  font-family: Century Gothic;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.in-galerie div[itemprop="about"] p {
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Italic;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0%;
}

/* today */
.type-index .mission {
  display: grid;
  width: 100%;
  position: relative;
}

.type-index .mission__overlay {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.type-index .mission__bg {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
}

.type-index .mission__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.5);
}

.type-index .mission__content {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 80px 40px;
}

.type-index h2.mission__title {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 400;
  font-size: 65px;
  line-height: 77px;
  text-align: center;
  color: #ffffff;
  margin-top: 1em;
}

.type-index p.mission__sub {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 100px;
  text-align: right;
  color: #ffffff;
  text-align: center;
}

.type-index .energy {
  display: grid;
  width: 100%;
  position: relative;
}

.type-index .energy__overlay {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.type-index .energy__bg {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
}

.type-index .energy__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.5);
}

.type-index .energy__content {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 80px 40px;
}

.type-index h2.energy__title {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 400;
  font-size: 70px;
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  margin-top: 3em;
}

.type-index .charakter {
  display: grid;
  width: 100%;
  position: relative;
}

.type-index .charakter__image {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.type-index .charakter__bg {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
}

.type-index .charakter__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.5);
}

.type-index .charakter__content {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  display: flex;
  padding: 80px 40px;
  justify-content: center;
}

.type-index h2.charakter__text em {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 400;
  font-size: 65px;
  line-height: 77px;
  color: #ffffff;
}

.type-index h2.charakter__text {
  padding-top: 13em;
}

.type-index h2.intro-brand__title {
  border-left: 4px solid #e75819;
  padding-left: 20px;
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  color: #504841;
  margin: 0 0 40px 0;
}

.type-index span.intro-brand__name {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  color: #e75819;
}

.type-index p.intro-brand__text {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: #504841;
  margin: 0 0 24px 0;
  padding-left: 24px;
}

.type-index .intro-brand {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 10em 0px 10em 4em;
  box-sizing: border-box;
  gap: 20px;
  position: relative;
}

.type-index .intro-brand__content {
  display: flex;
  flex-direction: column;
}

.type-index .intro-brand__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-index .intro-brand__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.type-index .materials-showcase {
  position: relative;
  background-color: #ffffff;
  padding: 100px 20px;
  overflow: hidden;
  font-family: "Montserrat", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.type-index .bg-ellipse {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.type-index .bg-ellipse-top-left {
  top: 0;
  left: 0;
  max-width: 900px;
}

.type-index .bg-ellipse-bottom-right {
  bottom: 0;
  right: 0;
  max-width: 900px;
}

.type-index .materials-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  padding: 0px 180px;
  flex-direction: column;
}

.type-index .materials-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.type-index .materials-text {
  flex: 1;
}

.type-index .materials-heading {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  color: #e95712;
  border-left: 4px solid #e95712;
  text-align: left;
  padding-left: 1em;
}

.type-index .materials-text p {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #504841;
  text-align: left;
}

.type-index .materials-image {
  flex: 1;
  display: flex;
}

.type-index .materials-row .materials-image {
  justify-content: flex-end;
}

.type-index .materials-row-reverse .materials-image {
  justify-content: flex-start;
}

.type-index .materials-image img {
  width: 100%;
}
.type-index .materials-row.materials-row-reverse {
  margin-top: 2em;
}

@media (max-width: 991px) {
  .type-index .materials-row,
  .type-index .materials-row.materials-row-reverse {
    flex-direction: column;
    gap: 40px;
  }

  .type-index .materials-row .materials-text,
  .type-index .materials-row.materials-row-reverse .materials-text {
    order: 1;
    max-width: 100%;
  }

  .type-index .materials-row .materials-image,
  .type-index .materials-row.materials-row-reverse .materials-image {
    order: 2;
    justify-content: center;
  }

  .type-index .materials-image img {
    max-width: 100%;
  }
}

.type-index .materials-showcase-2 .materials-image {
  justify-content: flex-start;
}
.type-index .materials-showcase-2 .materials-row-reverse .materials-image {
  justify-content: flex-end;
}

.type-index .materials-showcase-2 .materials-image:first-of-type img {
  box-shadow: 0px 0px 50px 0px #00000080;
  border-radius: 45px;
}

.type-index .materials-showcase-2 .materials-row-reverse .materials-image {
  margin-top: -180px;
}

.type-index .materials-showcase-1 .materials-row-reverse .materials-image {
  margin-top: -150px;
}

.type-index img.bg-ellipse.bg-ellipse-bottom-left {
  bottom: 0;
  left: 0;
  max-width: 800px;
}

.type-index .intro-brand img.bg-ellipse.bg-ellipse-top-left {
  max-width: 900px;
}

@media (min-width: 1640px) and (max-width: 1875px) {
  .type-index .materials-text p {
    font-size: 24px;
    line-height: 32px;
  }
  .type-index .materials-showcase-2 .materials-row-reverse .materials-image {
    margin-top: -150px;
  }
}

@media (min-width: 1540px) and (max-width: 1639px) {
  .type-index .materials-showcase-2 .materials-row-reverse .materials-image {
    margin-top: -100px;
  }
  .type-index h2.charakter__text {
    padding-top: 8em;
  }
}

@media (min-width: 1440px) and (max-width: 1639px) {
  .type-index .intro-brand {
    padding: 6em 0px 6em 4em;
  }
  .type-index .materials-text p {
    font-size: 20px;
    line-height: 24px;
  }
  .type-index .materials-showcase-2 .materials-row-reverse .materials-image {
    margin-top: -50px;
  }
  .type-index .bg-ellipse-top-left {
    max-width: 750px;
  }

  .type-index .bg-ellipse-bottom-right {
    max-width: 750px;
  }
  .in-index .showroom__title {
    font-size: 60px;
    line-height: 70px;
    margin-top: 20px;
  }
  .in-index .showroom__title em {
    font-size: 60px;
    line-height: 70px;
  }
  .in-index .showroom__text {
    font-size: 20px;
    line-height: 24px;
  }
  .in-index .showroom__text span.showroom__text_dom {
    font-size: 20px;
    line-height: 24px;
  }
  .in-index .showroom__text span.showroom__text_uni {
    font-size: 20px;
    line-height: 24px;
  }
  .type-index h2.charakter__text {
    padding-top: 4em;
  }
  .type-index .materials-showcase-1 .materials-row-reverse .materials-image {
    margin-top: -50px;
  }

  .type-index h2.charakter__text em {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .type-index h2.intro-brand__title {
    font-size: 44px;
    line-height: 50px;
  }
  .type-index span.intro-brand__name {
    font-size: 44px;
    line-height: 50px;
  }
  .type-index p.intro-brand__text {
    font-size: 20px;
    line-height: 26px;
  }
  .type-index h2.mission__title {
    font-size: 44px;
    line-height: 50px;
  }
  .type-index h2.charakter__text {
    padding-top: 2em;
  }
  .type-index h2.charakter__text em {
    font-size: 40px;
    line-height: 44px;
  }
  .type-index img.bg-ellipse.bg-ellipse-bottom-left {
    max-width: 600px;
  }
  .type-index .intro-brand img.bg-ellipse.bg-ellipse-top-left {
    max-width: 600px;
  }
  .type-index p.mission__sub {
    font-size: 22px;
    line-height: 36px;
  }
  .type-index .bg-ellipse-top-left {
    max-width: 600px;
  }
  .type-index .bg-ellipse-bottom-right {
    max-width: 600px;
  }
  .type-index .materials-container {
    padding: 0px 20px;
  }
  .type-index .materials-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .type-index .materials-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .type-index .materials-showcase-2 .materials-row-reverse .materials-image {
    margin-top: -130px;
  }

  .type-index .intro-brand {
    padding: 4em 0px 4em 2em;
  }

  .in-index .showroom__title {
    font-size: 44px;
    line-height: 50px;
    margin-top: 20px;
  }
  .in-index .showroom__title em {
    font-size: 44px;
    line-height: 50px;
  }
  .in-index span.showroom_subtext {
    font-size: 44px;
    line-height: 50px;
  }
  .in-index .showroom__text {
    font-size: 18px;
    line-height: 24px;
  }
  .in-index .showroom__text span.showroom__text_dom {
    font-size: 18px;
    line-height: 24px;
  }
  .in-index .showroom__text span.showroom__text_uni {
    font-size: 18px;
    line-height: 24px;
  }
  .in-index .showroom__card {
    padding-left: 3em;
    width: 65%;
  }
  .in-index .showroom__image {
    width: 65%;
  }
  .in-index .badge {
    margin-bottom: 0em;
  }

  .in-index .badge span:last-of-type {
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .in-index .hero__title {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .in-index p.hero__meglio {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .in-index span.quote.quote--left,
  .in-index span.quote.quote--right {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .type-index h2.intro-brand__title,
  .type-index span.intro-brand__name,
  .type-index h2.mission__title,
  .type-index h2.charakter__text em,
  .in-index .showroom__title,
  .in-index span.showroom_subtext,
  .in-index .showroom__title em {
    font-size: 38px;
    line-height: 44px;
  }
  .type-index p.mission__sub,
  .type-index .materials-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .type-index p.intro-brand__text,
  .type-index .materials-text p,
  .in-index .showroom__text,
  .in-index .showroom__text span.showroom__text_dom,
  .in-index .showroom__text span.showroom__text_uni {
    font-size: 18px;
    line-height: 24px;
  }
  .type-index .intro-brand {
    padding: 4em 0px 4em 2em;
  }
  .type-index .intro-brand img.bg-ellipse.bg-ellipse-top-left,
  .type-index img.bg-ellipse.bg-ellipse-bottom-left,
  .type-index .bg-ellipse-top-left,
  .type-index .bg-ellipse-bottom-right {
    max-width: 500px;
  }
  .type-index .materials-showcase {
    padding: 80px 20px;
  }
  .type-index .materials-container {
    padding: 0px 0px;
  }
  .type-index .materials-showcase-2 .materials-row-reverse .materials-image {
    margin-top: -100px;
  }
  .type-index .materials-showcase-1 .materials-row-reverse .materials-image {
    margin-top: -75px;
  }
  .type-index h2.charakter__text {
    padding-top: 2em;
  }

  .in-index .showroom__title {
    margin-top: 10px;
  }
  .in-index .showroom__image {
    width: 70%;
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .in-index .hero__title {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  .in-index p.hero__meglio {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .in-index span.quote.quote--left,
  .in-index span.quote.quote--right {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .type-index h2.intro-brand__title,
  .type-index span.intro-brand__name,
  .type-index h2.mission__title,
  .type-index h2.charakter__text em,
  .in-index .showroom__title,
  .in-index span.showroom_subtext,
  .in-index .showroom__title em {
    font-size: 28px;
    line-height: 36px;
  }

  .type-index .materials-heading,
  .type-index .materials-text p {
    font-size: 20px;
    line-height: 26px;
  }
  .type-index p.intro-brand__text,
  .in-index .showroom__text,
  .in-index .showroom__text span.showroom__text_dom,
  .in-index .showroom__text span.showroom__text_uni,
  .type-index p.mission__sub {
    font-size: 16px;
    line-height: 24px;
  }
  .type-index .intro-brand {
    padding: 3em 0px 3em 1.5em;
  }
  .type-index .intro-brand img.bg-ellipse.bg-ellipse-top-left,
  .type-index img.bg-ellipse.bg-ellipse-bottom-left,
  .type-index .bg-ellipse-top-left,
  .type-index .bg-ellipse-bottom-right {
    max-width: 500px;
  }
  .type-index .materials-showcase {
    padding: 60px 16px;
  }
  .type-index .materials-container {
    padding: 0px 0px;
  }
  .type-index h2.charakter__text {
    padding-top: 1.5em;
  }
  .in-index .showroom__title {
    margin-top: 10px;
  }
  .in-index .showroom__image {
    width: 100%;
    padding: 30px;
  }
  .in-index .hero__content {
    margin-top: 3em;
  }
  .type-index p.intro-brand__text {
    margin-bottom: 8px;
  }
  .type-index .materials-row,
  .type-index .materials-row.materials-row-reverse {
    gap: 10px;
  }
  .type-index .materials-showcase-2 .materials-row-reverse .materials-image {
    margin-top: 0px;
  }
  .type-index .materials-showcase-1 .materials-row-reverse .materials-image {
    margin-top: 0px;
  }
  .in-index .showroom__card {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .in-index .hero__title {
    font-size: 34px !important;
    line-height: 38px !important;
  }
  .in-index p.hero__meglio {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .in-index span.quote.quote--left,
  .in-index span.quote.quote--right {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .type-index h2.intro-brand__title,
  .type-index span.intro-brand__name,
  .type-index h2.mission__title,
  .type-index h2.charakter__text em,
  .in-index .showroom__title,
  .in-index span.showroom_subtext,
  .in-index .showroom__title em,
  .type-index h2.energy__title {
    font-size: 20px;
    line-height: 26px;
  }

  .type-index .materials-heading,
  .type-index .materials-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .type-index p.intro-brand__text,
  .in-index .showroom__text,
  .in-index .showroom__text span.showroom__text_dom,
  .in-index .showroom__text span.showroom__text_uni,
  .type-index p.mission__sub {
    font-size: 16px;
    line-height: 24px;
  }
  .type-index .intro-brand {
    padding: 2em 0px 2em 1em;
  }
  .type-index .intro-brand img.bg-ellipse.bg-ellipse-top-left,
  .type-index img.bg-ellipse.bg-ellipse-bottom-left,
  .type-index .bg-ellipse-top-left,
  .type-index .bg-ellipse-bottom-right {
    max-width: 480px;
  }
  .type-index .materials-showcase {
    padding: 40px 16px;
  }
  .type-index .materials-container {
    padding: 0px 0px;
  }
  .type-index h2.charakter__text {
    padding-top: 1em;
  }
  .in-index .showroom__title {
    margin-top: 10px;
  }
  .in-index .showroom__image {
    width: 100%;
    padding: 30px;
  }
  .in-index .hero__content {
    margin-top: 2em;
  }
  .type-index p.intro-brand__text {
    margin-bottom: 8px;
  }
  .type-index .materials-row,
  .type-index .materials-row.materials-row-reverse {
    gap: 10px;
  }
  .type-index .materials-showcase-2 .materials-row-reverse .materials-image {
    margin-top: 0px;
  }
  .type-index .materials-showcase-1 .materials-row-reverse .materials-image {
    margin-top: 0px;
  }
  .in-index .showroom__card {
    margin-top: 1em;
  }
  .in-index .hero__image {
    min-height: unset !important;
  }
  .type-index .mission__content,
  .type-index .charakter__content,
  .type-index .energy__content {
    padding: 20px 10px;
  }
  .type-index .intro-brand {
    grid-template-columns: 1fr;
  }

  .intro-brand__image {
    z-index: 1;
  }
}

@media (min-width: 1921px) {
  .in-index .hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
  }

  .in-index .hero__image {
    aspect-ratio: auto;
    height: 75vh;
    max-height: 1080px;
  }

  .in-index .hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .type-index .mission,
  .type-index .energy,
  .type-index .charakter {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    min-height: 50vh;
  }

  .type-index .mission__overlay,
  .type-index .energy__overlay,
  .type-index .charakter__image {
    height: 100%;
  }

  .type-index .mission__bg,
  .type-index .energy__bg,
  .type-index .charakter__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    max-height: 1080px !important;
  }
}

.materials-showcase-1 .materials-row:first-of-type .materials-image img {
  box-shadow: 0px 0px 50px 0px #00000080;
  border-radius: 45px;
}
