* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Rubik";
  background-color: white;
}

body {
  color: #444;
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.6rem;
}

html,
body {
  overflow-x: hidden;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 499; /* Ensure it's above other content */
}

.modal-contact {
  max-height: 30rem;
  max-width: 90vw; /* Adjusts width based on screen size */
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers modal */
  background-color: white;
  padding: 5rem 10rem;
  z-index: 500;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto; /* Allows scrolling if content is too long */
}

.modal-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

.modal-info {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 3rem;
  line-height: 1.8rem;
}

.modal-number {
  font-size: 2rem;
  font-weight: 700;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0rem 3rem;
  background-color: #1e1e1e;
}

.header-logo {
  height: 4rem;
  width: 4rem;
  filter: invert(1);
  cursor: pointer;
}

.header-list-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;
  color: white;
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4rem;
  list-style: none;
}

.header-list-link {
  cursor: pointer;
  font-size: 1.4rem;
}

.hero-section {
  height: calc(100vh - 7rem);
  display: grid;
  grid-template-columns: 45fr 55fr;
  padding: 0rem 8rem;
  background-image: url(./img/blue-smoke-collection-white-background_1112-1442.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -25rem;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.header-button {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  outline: none;
  border-style: none;
  cursor: pointer;
  margin-left: 2rem;
  border-radius: 25px;
  padding: 1.5rem 6rem;
  background: linear-gradient(135deg, #3558aa, #6d8bcd);
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header-hamburger {
  height: 3rem;
  width: 3rem;
  filter: invert(100%) sepia(0%) saturate(100%) brightness(100%);
  cursor: pointer;
}

.hidden {
  display: none; /* Ensures it is fully removed from layout */
  visibility: hidden;
  opacity: 0;
  pointer-events: none; /* Ensures it doesn’t block clicks */
  position: absolute; /* Prevents layout shifting */
  width: 0;
  height: 0;
  overflow: hidden;
}

.hero-section-title {
  line-height: 1;
  margin-bottom: 3rem;
  font-size: 5rem;
  margin-top: 20rem;
  letter-spacing: -1px;
}

.hero-section-title-bold {
  font-weight: 700;
  font-size: 5rem;
  background: linear-gradient(45deg, #3558aa, #5298d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold; /* Optional for emphasis */
}
.hero-section-text {
  line-height: 1.4;
  font-style: italic;
  font-size: 1.8rem;
}
.hero-section-text2 {
}

.hero-section-h2-title {
  line-height: 2.8rem;
  margin-top: 12rem;
  font-size: 3.2rem;
  top: 80%;
  left: 10%;
  letter-spacing: -1px;
  opacity: 0;
  transition: 1s ease-in-out;
}

.hero-left-container {
  transition: 1s ease-in-out;
  opacity: 0;
  margin-top: 5rem;
}

.hero-right-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10rem;
  margin-left: 8rem;
}

.hero-img-vsc {
  height: 30rem;
  top: -20%;
  left: 10%;
  position: absolute;
  border-radius: 10px;
  transition: 1s cubic-bezier(0.25, 0.5, 0.5, 1);
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
}

.hero-img-blindbuy {
  height: 18rem;
  position: absolute;
  top: 40%;
  left: 45%;
  border-radius: 10px;
  transition: 1s cubic-bezier(0.25, 0.5, 0.5, 1);
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
}

.services-section {
  height: 80dvh;
  transition: 0.7s ease-in;
  opacity: 0;
  margin-top: 5rem;
  margin-bottom: -7rem;
}



.services-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 0rem;
  padding: 0rem 12rem;
}

.icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  background-color: rgb(251, 247, 247);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  margin-bottom: 2rem;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.service-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 36rem;
  width: 23rem;
  border-radius: 10px;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background-color: #ebebeb;
  padding-top: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
}

.service-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  justify-self: center;
}

.service-title.adjust {
  justify-self: center;
}

.icon-div.thunder {
  margin-top: -5rem;
}

.icon-medal {
  transform: scale(0.8);
}

.icon-adjust {
  transform: scale(0.8);
}

.service-text {
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.8rem;
  align-self: flex-start;
  margin-bottom: 1.6rem;
}

.howto-section {
  height: 100%;
  background-color: #eaeaea;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  padding-top: 5rem;
}

.howto-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.howto-img {
  height: 27rem;
  border-radius: 10px;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
}

.howto-img.online {
  height: 25rem;
}

.how-to-text-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  max-width: 50rem;
  margin-top: -3rem;
  margin-left: 5rem;
  opacity: 0;
}

.how-to-text-container.project {
  transform: translate(0rem 10rem);
  margin-top: 13rem;
  transition: 1s ease-in;
  opacity: 0;
}
.how-to-text-container-left {
  transition: 1s ease-in;
  opacity: 0;
}
.how-to-text-container.online {
  transition: 1s ease-in;
  opacity: 0;
  margin-top: 13rem;
}

.how-to-text-container-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 45rem;
  margin-left: 6rem;
  margin-top: 13rem;
}

.how-to-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5rem;
}

.how-to-icon-container.correction {
  transform: translateX(-9.5rem);
}

.howto-icon-point-shorttext {
  height: 1rem;
  width: 1rem;
  margin-right: -2rem;
  margin-top: -2rem;
}

.how-to-icon-container .shift {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10rem;
}

.howto-icon-point-left {
  height: 1rem;
  width: 1rem;
  margin-right: -4rem;
}

.howto-icon-point-left.double {
  margin-top: -1.5rem;
}

.howto-icon-point-left.ich {
  margin-left: -5rem;
}

.howto-icon-point {
  height: 1rem;
  width: 1rem;
  margin-right: -5rem;
  margin-top: -1.5rem;
}

.howto-icon-point-last {
  height: 1rem;
  width: 1rem;
  margin-right: 8rem;
  margin-top: -1.5rem;
}

.howto-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
  align-self: flex-start;
  margin-left: 5.5rem;
}

.howto-text-shorttext {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6rem;
  margin-left: 6rem;
  transform: translateX(-3rem);
}

.howto-text {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 2.6rem;
  margin-left: 6rem;
}

.howto-text-last {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6rem;
  margin-left: 6rem;

  transform: translateX(-13rem);
}

.howto-text-left {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6rem;
  margin-left: 5rem;
}

.howto-text-left.ich {
  margin-top: -1.2rem;
  margin-left: 5rem;
}

.howto-number {
  font-size: 5rem;
  align-self: flex-start;
  font-weight: 700;
  margin-left: 6rem;
  color: #3558aa;
  margin-bottom: -3rem;
  transition: 0.5s ease-in-out;
}

.howto-number.impare {
  margin-left: 15rem;
  opacity: 0;
}

.howto-number.pare {
  margin-left: 15rem;
  opacity: 0;
}

.aboutme-section {
  height: 80vh;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25rem;
  margin-bottom: 5rem;
  margin-left: 10rem;
  opacity: 0;
  transition: 1s ease-in-out;
  overflow-x: hidden;
  overflow-y: hidden;
}

.aboutme-left-section {
  margin-left: 8rem;
  margin-top: -4rem;
}

.aboutme-img {
  height: 30rem;
  margin-top: 6rem;
  margin-bottom: 5rem;
  align-self: center;
  z-index: 100;
  border-radius: 10px;
  margin-left: 2rem;
}

.aboutme-text-aboutme {
  margin-left: -50rem;
  transition: 1s ease-in-out;
}

.aboutme-text-aboutme {
  font-size: 8rem;
  color: #3558aa;
  font-weight: 400;
}

.aboutme-name {
  font-size: 2.4rem;
  margin-top: -4rem;
}
.aboutme-work {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  font-style: italic;
}
.aboutme-text {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.05rem;
  width: 97%;
}

.aboutme-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -20rem;
}

.aboutme-img-container::after {
  position: absolute;
  content: "";
  background-color: #869bcc;
  height: 30rem;
  width: 30rem;
  z-index: 99;
  border-radius: 50%;
}

.lazy-img {
  filter: blur(30px);
}

.header-button.aboutme {
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
  margin-top: 15%;
  margin-left: 65%;
}

.designs-section {
  height: 100%;
  opacity: 0;
  margin-top: 25rem;
  transition: 1s ease-in-out;
}
.design-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-left: -40rem;
}
.design-img {
  height: 40rem;
}

.design-section-title {
  line-height: 2.8rem;
  margin-top: 8rem;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  top: 80%;
  left: 10%;
  margin-left: 8rem;
  letter-spacing: -1px;
  transition: 1s ease-in-out;
  overflow: hidden;
}

.design-section-main-container {
  display: grid;
  grid-template-columns: 70fr 30fr;
}
.design-section-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  line-height: 2.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  padding: 0rem 10rem;
  margin-top: 2rem;
}

.design-img.one {
  transform: translateX(60rem);
  transition: 1s ease-in-out;
  opacity: 0;
}
.design-img.two {
  transform: translateX(40rem);
  transition: 1s ease-in-out;
  opacity: 0;
}
.design-img.three {
  transform: translateX(20rem);
  transition: 1s ease-in-out;
  opacity: 0;
}

.header-button.design {
  margin-left: 45%;
  align-items: center;
  margin-bottom: 15rem;
  margin-top: 10rem;
  opacity: 0;
  transition: 1.5s ease-in-out;
}

.design-img-examples {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 5rem;
  column-gap: 2rem;
  margin-left: 8rem;
  margin-right: 10rem;
  margin-top: 25rem;
  opacity: 0;
  transform: translateY(7rem);
  transition: 1s ease-in-out;
  align-self: center;
  justify-self: center;
}

.design-img-examples img {
  height: 13rem;
  border-radius: 10px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.service-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.features-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
  gap: 3rem;
  padding: 0rem 10rem;
  margin-top: 20rem;
  transform: translateY(-5rem);
  filter:contrast(0.1);
  transition: 1s ease-in-out;
}

.features-section div {
  transform: translateX(-100vw);
  transition: 0.5s ease-in-out;
}

.features-section div{
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Default styles for large screens (Desktop or larger) */
body {
  font-size: 1.6rem; /* Default font size for desktop */
}

/* 5 Media Queries for responsive design */

/* Extra Large Desktops */
@media (min-width: 90em) {
  /* 1440px and up */
  html {
    font-size: 60%;
  }
}

/* Large Desktops */
@media (min-width: 75em) and (max-width: 90em) {
  /* 1200px to 1439px */
  html {
    font-size: 58%;
  }
}

/* Medium Desktops / Laptops */
@media (min-width: 64em) and (max-width: 75em) {
  /* 1024px to 1199px */
  html {
    font-size: 55%;
  }


    .features-section{

      transform: translateY(-8rem);
      }
  .services-container {
    padding: 0rem 6rem;
  }

  .design-img-examples img {
    height: 10rem;
    border-radius: 10px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  }

  .design-img {
    height: 30rem;
  }

  .howto-section {
    height: 100%;
  }

  .aboutme-img {
    height: 25rem;
    margin-top: 6rem;
  }
  .aboutme-img-container::after {
    height: 25rem;
    width: 25rem;
  }
}

/* Tablets / Small Laptops */
@media (min-width: 48em) and (max-width: 64em) {
  /* 768px to 1023px */
  html {
    font-size: 50%;
  }
  .header-button.design {
    margin-top: 5rem;
    margin-left: 42%;
  }

  .design-img-examples img {
    height: 10rem;
    border-radius: 10px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  }

  .design-img-container {
    margin-right: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .design-img {
    height: 30rem;
  }

  .design-section-text {
    width: 80%;
  }

  .design-section-main-container {
    text-align: center;
    display: grid;
    grid-template-columns: 70fr 30fr;
    margin-left: 0rem;
    margin-top: 0rem;
  }

  .design-img-container {
    margin-right: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .design-img-container {
    margin-right: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }

  .design-section-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
  }

  .howto-section {
    height: 100%;
  }

  .aboutme-img {
    height: 24rem;
    margin-top: 6rem;
  }
  .aboutme-img-container::after {
    height: 25rem;
    width: 25rem;
  }

  .services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 10rem;
    padding: 0rem 4rem;
  }

  .icon-div {
    max-width: 6rem;
    height: 6rem;
  }

  

}
@media (max-width: 54em) {
  .design-img.one {
    display: none;
  }

  .design-section-text {
    width: 80%;
  }
}
@media (max-width: 52em) {
  .design-section-text {
    width: 80%;
  }

  .design-img-examples {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5rem;
    column-gap: 2rem;
    margin-right: 10rem;
    margin-top: 20rem;
    opacity: 0;
    transform: translateY(7rem);
    transition: 1s ease-in-out;
    align-self: center;
    justify-self: center;
  }

  .design-img-examples :nth-child(3) {
    order: 2;
  }

  .design-img-examples :nth-child(5) {
    order: 3;
  }
}

/* Phones (Small Devices) */
@media (max-width: 48em) {
  html {
    font-size: 50%;
  }

  .howto-icon-point-left {
    display: block; /* Entfernt unerwartetes Verhalten von inline-block */
    object-fit: contain; /* Stellt sicher, dass das Bild nicht verzerrt wird */
  }

  .modal-contact {
    max-height: 30rem;
    max-width: 90vw; /* Adjusts width based on screen size */
    width: 70%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers modal */
    background-color: white;
    padding: 2rem 4rem;
    z-index: 500;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto; /* Allows scrolling if content is too long */
  }

  .design-section-text {
    width: 100%;
    margin-left: 0rem;
  }

  .design-img {
    height: 30rem;
  }

  .design-section-title {
    text-align: center;
  }

  .design-img.one {
    display: block;
  }

  .design-section-main-container {
        text-align: center;

    display: grid;
    grid-template-columns: 1fr;
    gap: 10rem;
    margin-top: 6rem;
    margin-left: 0rem;
  }

  .howto-section {
    height: 100rem;
  }

  .aboutme-left-section {
    margin-left: 2rem;
    margin-top: -4rem;
    height: 50vh;
  }

  .hero-section {
    height: 100%;
    display: grid;
    grid-template-columns: 45fr 55fr;
    padding: 0rem 8rem;
    background-image: url(./img/blue-smoke-collection-white-background_1112-1442.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -1rem;
    opacity: 0;
    transition: 0.5s ease-in-out;
    margin-bottom: -15rem;
  }

  .hero-section-title {
    margin-top: 35rem;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-left-container {
    grid-area: right; /* Moves left container down */
    margin-top: 20rem;
    z-index: 10;
    margin-bottom: -2rem;
    margin-left: 2rem;
  }
  .hero-img-vsc {
    margin-left: 10rem;
  }

  .hero-right-container {
    grid-area: left; /* Moves right container up */
  }

  .hero-img-blindbuy {
    height: 18rem;
    margin-top: -28rem;
    margin-left: -50%;
  }

  .heto-section-title {
    margin-top: 20rem;
  }

  .hero-rigth-container {
    margin-left: 5rem;
  }

  .services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 5rem;
    padding: 0rem 2rem;
  }

  .howto-section {
    height: 100%;
    background-color: #eaeaea;
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr; /* Define one column */
    grid-auto-rows: auto; /* Allow rows to grow naturally */
    justify-items: center; /* Center items horizontally */
    align-items: start; /* Align items at the top */
  }

  .how-to-text-container-left:nth-child(3) {
    grid-row: 4;
  }

  .howto-img-container:nth-child(3) {
    grid-row: 5;
  }

  .how-to-text-container {
    max-width: 45rem;
    margin-left: -3rem;
    margin-top: 0rem;
  }

  .how-to-text-container-left {
    margin-top: 6rem;
  }

  .how-to-text-container.project {
    margin-top: 0rem;
  }

  .howto-img {
    margin-bottom: 3rem;
  }

  .howto-img.online {
    margin-top: -4rem;
  }

  .how-to-text-container-left.htmlcode {
    margin-left: 0rem;
    margin-top: 5rem;
  }

  .how-to-text-container.online {
    transform: translateY(-15rem);
    margin-left: -0rem;
    margin-top: 19rem;
  }

  .how-to-text-container {
    align-self: flex-end;
  }

  .header-list-link {
    font-size: 2rem;
    align-self: flex-start;
    font-weight: 600;
    padding-left: 2rem;
  }

  .hero-right-container {
    margin-left: 1rem;
  }

  .header-button.design {
    margin-left: 40%;
    margin-top: 8rem;
  }

  .how-to-icon-container.correction {
    transform: translateX(-4.5rem);
  }

  .features-section{
  gap: 2rem;
  padding: 0rem 5rem;
  transform: translateY(-2rem);
  }
}

@media (max-width: 48em) {
  html {
    font-size: 50%;
  }
  .hero-img-vsc {
    height: 35rem;
    margin-top: 2rem;
  }

  .design-img-container {
    margin-left: -3rem;
  }
  .header {
    position: relative;
  }

  .header-list {
    flex-direction: column;
    z-index: 100;
    position: absolute;
    top: 100%;
    right: 0%;
    background-color: #1e1e1e;
    height: 30rem;
    width: 20rem;
    border-radius: 10px;
  }

  .features-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  row-gap: 5rem;
  margin-bottom: -5rem;
  margin-top: 1rem;
}
}

@media (max-width: 45em) {
  html {
    font-size: 50%;
  }

  .design-img-examples {
    margin-left: 10%;
  }

  .design-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 4rem;
    padding: 0rem 2rem;
  }
}

@media (min-width: 41em) and (max-width: 48em) {
  .aboutme-img {
    height: 22rem;
    margin-top: 6rem;
  }

  .aboutme-img-container::after {
    height: 22rem;
    width: 22rem;
  }
}

@media (max-width: 41em) {
  html {
    font-size: 50%;
  }

  .aboutme-img {
    height: 18rem;
    margin-top: 6rem;
    margin-left: 1rem;
  }

  .aboutme-img-container::after {
    height: 18rem;
    width: 18rem;
  }

  .design-img-examples {
    margin-left: 15%;
  }

  .hero-img-blindbuy {
    height: 14rem;
    margin-top: -15rem;
    margin-left: -1%;
  }

  .hero-img-vsc {
    height: 30rem;
    margin-top: -2rem;
    margin-left: -1rem;
  }
  .designs-section {
    height: 100%;
    margin: 0 2rem;
    margin-top: 20rem;
  }

  .design-section-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
  }



  .design-img-container {
    margin-right: 12rem;
  }

  .design-img {
    height: 25rem;
  }

  .design-img-container {
    width: 100%;
  }

  .howto-img {
    height: 24rem;
    margin-bottom: 3rem;
  }

  .howto-img.online {
    height: 22rem;
  }

  .hero-section-title {
    margin-top: 25rem;
  }

  .aboutme-img {
    height: 18rem;
    margin-top: 6rem;
  }

  .aboutme-img-container::after {
    height: 18rem;
    width: 18rem;
  }

  .services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 10rem;
    padding: 0rem 6rem;
  }

  .aboutme-section {
    margin-left: 1rem;
    overflow-x: hidden;
  }

  .services-section {
    height: 100%;
    margin-top: 20rem;
    margin-bottom: 10rem;
  }

  .service-div {
    height: 30rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    align-self: center;
    justify-self: center;
  }

  .services-container {
    display: grid;
    align-items: center;
    justify-content: center;
    row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 100%;
  }

  .howto-section {
    height: 100%;
    background-color: #eaeaea;
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr; /* Define one column */
    grid-auto-rows: auto; /* Allow rows to grow naturally */
    justify-items: center; /* Center items horizontally */
    align-items: start; /* Align items at the top */
  }

  .hero-section-title-bold {
    font-size: 4rem;
  }

  .hero-section-title {
    font-size: 4rem;
    margin-top: 30rem;
  }

  .design-section-main-container{
    margin-top: 7rem;
  }
}

@media (max-width: 33em) {
  .design-img-examples {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5rem;
    column-gap: 2rem;
    margin-left: 30%;
    margin-top: 21rem;
    opacity: 0;
    transform: translateY(7rem);
    align-self: center;
    justify-self: center;
    transition: 1s ease-in-out;
  }

  .hero-section {
    padding: 0rem 5rem;
  }

  .hero-section-h2-title{
    text-align: center;
  }
}

@media (max-width: 28em) {
  html {
    font-size: 50%;
  }
  .design-img-examples {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    column-gap: 2rem;
    max-width: 90%; /* Begrenze die Breite für bessere Kontrolle */
    margin: auto; /* Zentriert das Grid */
    margin-top: 15rem;
    opacity: 0;
    transform: translateY(7rem);
    align-items: center;
    justify-content: center;
    transition: 1s ease-in-out;
  }

  .aboutme-text {
    margin-right: 2rem;
  }

  .hero-section {
    background-position: center -33rem;
  }

  .how-to-text-container-left {
    margin-left: -3rem;
  }

  .how-to-text-container-left.htmlcode {
    margin-left: -3rem;
  }

  .how-to-text-container.online {
    margin-left: -3rem;
  }
}

@media (max-width: 27em) {
  html {
    font-size: 50%;
  }

  .service-div {
    height: 30rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 20rem;
    align-self: center;
    justify-self: center;
  }

  .service-div h3 {
    align-self: center;
    justify-self: center;
  }

  .aboutme-section {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: hidden;
  }

  .aboutme-img-container {
    height: fit-content;
    margin-top: 5rem;
  }

  .header-button.aboutme {
    margin-left: 27%;
    align-self: center;
  }

  .header-button.design {
    margin-top: 5rem;
    margin-left: 30%;
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
  }

  .design-img-container {
    margin-right: 0rem;
    margin-left: -5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .design-section-title {
    margin-left: 0rem;
    margin-top: 21rem;
  }

  .designs-section {
    height: 100%;
  }

  .howto-section {
    height: 100%;
    background-color: #eaeaea;
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr; /* Define one column */
    grid-auto-rows: auto; /* Allow rows to grow naturally */
    justify-items: center; /* Center items horizontally */
    align-items: start; /* Align items at the top */
  }

  .hero-img-vsc {
    height: 22rem;
    margin-top: 2rem;
    margin-left: -20%;
  }
  .design-section-text {
    padding: 0rem 4rem;
  }

  .aboutme-left-section {
    margin-top: 2rem;
  }

  .aboutme-img {
    height: 16rem;
    margin-top: 8rem;
    margin-left: 3rem;
  }

  .aboutme-img-container::after {
    height: 16rem;
    width: 16rem;
    margin-top: 3rem;
    margin-left: 2rem;
  }

  .designs-section {
    margin-top: -5rem;
  }
}

@media (max-width: 27em) {
  .aboutme-section {
    position: absolute;
  }
  .header-button.aboutme {
    position: relative;
    margin-left: 30%;
    align-self: center;
  }

  .aboutme-img-container {
    position: absolute;
    left: 30rem;
    top: -13rem;
  }

  .services-container {
    transform: scale(0.9);
  }

  .howto-icon-point-shorttext {
    margin-right: -2rem;
    margin-top: -2rem;
  }
}

@media (max-width: 25em) {
  html {
    font-size: 50%;
  }

  .aboutme-img-container {
    position: absolute;
    left: 27rem;
    top: -13rem;
  }

  .header-button.aboutme {
    margin-left: 27%;
    align-self: center;
  }

  .howto-section {
    height: 100%;
    background-color: #eaeaea;
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr; /* Define one column */
    justify-items: center; /* Center items horizontally */
    align-items: start; /* Align items at the top */
  }

  .design-section-text {
    padding: 0rem 4rem;
    text-align: center;
  }

  .hero-img-vsc {
    height: 18rem;
    margin-top: -2rem;
    margin-left: -20%;
  }

  .hero-img-blindbuy {
    height: 10rem;
    margin-top: -25rem;
  }
  .design-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .design-img-container {
    margin-left: -4rem;
  }
  .hero-left-container {
    margin-left: -2rem;
    margin-top: 10rem;
  }
}

@media (max-width: 22em) {
  html {
    font-size: 50%;
  }

  .design-section-text {
    margin-left: 0rem;
  }

  .design-img-container {
    margin-left: -5rem;
  }
  .hero-left-container {
    margin-left: -4rem;
  }
  .hero-section-title {
    font-size: 4rem;
    margin-top: 25rem;
  }
}
