/* ROOT */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("./css/_root.css");
@import url("./css/_global.css");
@import url("./css/_media.css");
@import url("./css/_about.css");
@import url("./css/_leistung.css");
@import url("./css/_faq.css");
@import url("./css/_impressum.css");
/* BASE */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--body-font);
  background-color: var(--bg-color);
  color: var(--text-color);
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 2px; /* Adjust the width as desired */
}

body::-webkit-scrollbar-thumb {
  background: var(--acc-color);
}

.hidden-element {
  display: none;
}

.show-element {
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

/* MENU ANFANG  */
.header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  z-index: 9999;
  margin-bottom: 30px;
}

.header.scrolled {
  background: var(--header-linear);
}

.header.menu-open {
  background: var(--header-linear);
}

.menu-holder {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
  padding: 0 50px;
}

.logo-menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.nav__toggle {
  display: block;
  cursor: pointer;
}
.nav__link,
.dropdown__button {
  font-size: var(--h2-font);
}
.nav__link:hover,
.dropdown__button:hover {
  color: var(--acc-color);
}
.nav__toggle-menu,
.nav__toggle-close {
  display: inline-block;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.nav__toggle-close {
  transform: scale(0);
}
.nav__toggle img:last-child {
  display: none;
}

.nav__toggle img.active {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.nav__toggle img.active:first-child {
  opacity: 0;
}

.nav__toggle img.active:last-child {
  display: inline-block;
  opacity: 1;
}

.nav-content {
  display: none;
  position: absolute;
  background-color: var(--bg-color);
  top: 100%;
  left: auto;
  right: 0;
  width: 50%;
  backdrop-filter: blur(15px);
  padding-inline: 3%;
  padding-block: 3%;
  height: 100vh;
  overflow-y: auto;
}

.nav_list li {
  padding-bottom: 2%;
}

.nav-content::-webkit-scrollbar {
  display: none;
}

.nav-content.active {
  display: block;
}

.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: var(--bg-color);
  z-index: 999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.dd-item.active .dropdown-container {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: translateY(0);
}

.dropdown-container .dropdown-item {
  margin-bottom: 10px;
}

.mega-menu {
  gap: 20px;
}

.mega-menu-column {
  flex-basis: 20%;
}
/* Rest of your CSS styles */

/* MENU ENDE */

/* HERO NEU ANFANG  */

.hero-home {
  min-height: 100vh; /* Use min-height instead of height for responsiveness */
  position: relative;
  z-index: 10;
}

/* Adjust the padding and alignment of the content */
.hero-home-content {
  display: flex;
  flex-direction: column; /* Change flex-direction to column for smaller screens */
  justify-content: center;
  align-items: flex-start; /* Align items to the start for smaller screens */
  padding: 5% 5% 10%; /* Adjust the padding for top, right, bottom, and left */
  position: relative;
  z-index: 8;
  height: 100%;
  overflow-x: hidden;
}

.social-icons-hero {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}

/* Set the background color for the left side */
.hero-home-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 50%;
  z-index: -1;
}

.hero-home-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: transparent;
  z-index: -1;
}

/* Adjust the styles of the heading and text */
.hero-home-text {
  text-align: left;
  width: 50%; /* Set width to 100% for smaller screens */
  margin-top: 5rem;
}

.hero-home-text h1 {
  text-align: left;
  margin-bottom: 1rem;
}

.hero-home-text h4 {
  font-weight: 300;
  width: 100%; /* Set width to 100% for smaller screens */
  margin-bottom: 10px;
}

/* Center the scroll box horizontally */
.scroll-box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
}

.scroll-box h5 {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.bg-e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.e-one,
.e-two,
.e-three,
.e-four,
.e-five,
.e-six,
.e-seven,
.e-eigth,
.e-nine {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-eins,
.e-zwei,
.e-drei,
.e-vier {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-eins {
  top: 40%;
  left: 13%;
  width: 18%;
  z-index: 2;
}
.e-zwei {
  left: 15%;
  width: 30%;
  z-index: 1;
}
.e-drei {
  width: 70%;
  left: 10%;
  z-index: -1;
}
.e-vier {
  width: 35%;
  top: 50%;
  left: 15%;
}
.e-eigth {
  width: 42%;
  left: 90%;
  top: 100%;
  z-index: 2;
}
.e-nine {
  width: 90%;
  top: 45%;
  left: 80%;
  z-index: -1;
}
.e-one {
  top: 95%;
  left: 63%;
  width: 15%;
}

.e-two {
  width: 42%;
  left: 90%;
  top: 115%;
  z-index: 2;
}

.e-three {
  top: 30%;
  left: 55%;
  width: 25%;
  z-index: 9;
}

.e-four {
  top: 45%;
  left: 70%;
  width: 30%;
  z-index: 3;
}

.e-five {
  top: 45%;
  left: 80%;
  width: 30%;
  z-index: 2;
}

.e-six {
  width: 50%;
  top: 85%;
  left: 80%;
  z-index: -1;
}

.e-seven {
  width: 39%;
  left: 30%;
  top: 52%;
  opacity: 0.3;
}

/* HERO ENDE */
/* WW BOXES */
.ww {
  position: relative;
  z-index: 10;
  padding-block: 10%;
  padding-inline: 5%;
  background: linear-gradient(0deg, #090623 80%, rgba(9, 6, 35, 0) 100%);

  align-items: center;
  height: 100%;
  overflow: hidden; /* Add overflow property to hide any content overflowing the section */
}

.ww .description-off {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: center;
  gap: 50px;
  margin-bottom: 55px;
}

.ww h2 {
  margin-bottom: 10px;
}
.ww p {
  width: 100%;
}
.boxes {
  display: flex;
  gap: 20px;
}

.box {
  width: 100%;
  padding: 25px 50px;
  text-align: left;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
  position: relative;
  background: linear-gradient(
    144.98deg,
    #090621 25.68%,
    rgba(232, 0, 116, 0.41) 137.61%
  );

  box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.25),
    inset 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
}

.box-1 {
  box-shadow: var(--shadow-box);
  padding: 10px;
  box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.25),
    inset 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
}

.box-2 {
  box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.25),
    inset 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 10px;
}

.box-3 {
  box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.25),
    inset 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 10px;
}
.box-4 {
  padding: 10px;
  box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.25),
    inset 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
}

.box:hover {
  border: 2px solid var(--acc-color);
}

.box-text {
  margin-top: 20px; /* Adjust the margin as needed */
}

.icons-size {
  width: 50px; /* Adjust the size of the icons as needed */
  height: 50px;
  margin-bottom: 10px; /* Adjust the margin as needed */
}

/* WW BOXES ENDE  */
/* FEATURES */
.offerings {
  z-index: 5;
  display: grid;
  grid-template-columns: 35% 65%;
  padding: 150px 100px;
  position: relative;
  z-index: 10;
  background-color: var(--bg-color);
}

.scroll-with-user {
  position: sticky;
  top: 15%;
  height: 400px;
  max-height: 100%;
  overflow-y: scroll;
}

.scroll-with-user::-webkit-scrollbar {
  display: none;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
  gap: 0;
}
.botton-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.botton-box h3.service-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.botton-box p {
  margin-bottom: 15px;
}

.botton-box .leistung-btn {
  align-self: flex-start;
}

.service.large {
  grid-row: span 1;
  grid-column: span 2;
}
.service.long {
  grid-row: span 1;
  grid-column: span 3;
}

.service.medium {
  grid-row: span 2;
  grid-column: span 2;
}

.service.small {
  grid-row: span 1;
  grid-column: span 1;
}

/* Define additional styles for more grid items */

.service {
  align-items: center;
  position: relative;
  padding: 20px;
  transition: background-color 0.3s;
  background: linear-gradient(
    144.98deg,
    #090621 25.68%,
    rgba(0, 207, 229, 0.44) 137.61%
  );
  box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.25),
    inset 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
}

.service:hover {
  transform: translateY(-10px);
  border: 2px solid var(--second-acc-color);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.service-title {
  font-size: var(--h3-font);
  padding-block: 20px 10px;
}
.service-description {
  opacity: 0;
}
.service:hover .service-description {
  opacity: 1;
}
.service:hover .service-title {
  color: var(--second-acc-color);
}
.leistung-btn {
  display: none;
}
.leistung-btn h4 {
  font-weight: 300;
  color: var(--second-acc-color);
}
.service:hover .leistung-btn {
  display: flex;
}
.hosting-einzel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  left: 30%;
  opacity: 0.3;
}

.hosting-komplett {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
.consulting {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
.IT-Security {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
.webdesign {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
.standort {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
.branding {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
.EaaS {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
.section-description {
  width: 90%;
  line-height: 1.8rem;
  margin-top: 20px;
}
.section-description-off {
  width: 50%;
}
.offerings .description-off p {
  width: 80%;
  padding: 30px 0;
}

.offerings .description-off {
  text-align: left;
}
/* FEATURES ENDE */

/* CTA */
.cta-section {
  padding-inline: 100px;
  padding-block: 150px;
  background-color: var(--bg-color);
  position: relative;
  z-index: 10;
}
.cta {
  background-image: url("./Bilder/bg-cta.svg");
  background-size: cover;
  padding-inline: 50px;
  padding-block: 150px 20px;
  display: flex;
  border-radius: 20px;
  gap: 20px;
  justify-content: space-between;
}
.cta h2 {
  margin-top: auto;
  font-weight: 500;
  line-break: loose;
}

.cta .btn2 {
  margin-top: auto;
  width: 50%;
}
/* CTA ENDE */

/* KONTAKT */
.kontakt {
  background: #090623;
  backdrop-filter: blur(5px);
  display: grid;
  grid-template-columns: 70% 30%;
  justify-content: space-evenly;
  position: relative;
  z-index: 7;
  width: 100%;
  padding-inline: 100px;
  padding-block: 150px;
  gap: 20px;
}

.kontakt-box {
  padding-inline: 55px;
  padding-block: 0 150px;
}

.kontakt-text h3 {
  padding: 15px;
  font-weight: 300;
}

/* FOOTER CSS */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  background: rgba(9, 6, 35, 1);
  backdrop-filter: blur(25px);
  padding: 50px 100px;
  height: 100%;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.footer a:hover {
  color: var(--acc-color);
}

.footer-right {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.column {
  flex: 1;
  min-width: 250px;
}

footer h3 {
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer li {
  margin-bottom: 5px;
  font-size: var(--sp-font);
}

.map-container iframe {
  width: 50%;
  height: 50%;
}

.locationes {
  display: flex;
}
/* Breakpoint small devices */

/* Styles for small screens */
@media screen and (max-width: 480px) {
  :root {
    --h1-font: 3rem;
    --h2-font: 1.5rem;
    --h3-font: 1rem;
    --p-font: 0.9rem;
  }

 
  .kontakt {
    padding-inline: 5%;
    padding-block: 15%;
    grid-template-columns: 100%;
  }
  .kontakt-box {
    padding: 25px;
  }

  .cta-description {
    padding: 20px !important;
    background: var(--header-linear);
  }


  .services {
    padding: 10px;
  }
  .cta {
    padding-block: 15% 20%;
    padding-inline: 5%;
  }
  .ww {
    padding-block: 15% 20%;
    padding-inline: 5%;
  }

  /* ABOUT */
  .aboutus-hero-home .hero-home-content {
    padding-top: 9rem;
  }
  /* Timeline */
  .timeline {
    padding: 50px 30px;
  }
  .timeline-heading {
    width: 100%;
  }

  /* mission-vision */

  .mission,
  .vision {
    padding: 10px 0;
  }
  .aboutus-hero-home .bg-e .e-seven {
    z-index: 1;
  }

  .aboutus-hero-home .bg-e .e-one {
    z-index: 1;
  }

  /* ABOUT ENDE */
  /* FAQ */
 

  .faq__answer {
    width: 90%;
  }

  .grid404 {
    padding: 50px;
  }
  .footer {
    padding-inline: 10%;
  }
}

@media screen and (max-width: 773px) {
  :root {
    --h1-font: 2.5rem;
    --h2-font: 2rem;
    --h3-font: 1.7rem;
    --h4-font: 1.2rem;
    --h5-font: 0.7rem;
    --h6-font: 0.55rem;
  }
  .menu-holder {
    padding: 0 20px; /* Reduce horizontal padding */
  }

  .nav__toggle-menu,
  .nav__toggle-close {
    font-size: 1rem; /* Reduce font size of hamburger menu icon */
  }

  .nav-content {
    padding: 10px; /* Reduce padding */
    }

  .mega-menu {
    gap: 50px; /* Reduce gap between mega menu items */
    padding: 50px 20px; /* Reduce padding */
  }
  /* HERO */
  .hero-home {
    overflow: hidden;
  }
  .hero-home-content::before,
  .hero-home-content::after {
    display: none;
  }
  .hero-home-content {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
    background: linear-gradient(
      97deg,
      rgba(9, 6, 35, 0.9216) 47.75%,
      rgba(9, 6, 35, 0) 100%
    );

  }
 
  .e-one {
    top: 63%;
    left: 63%;
    width: 30%;
}

.e-two {
  width: 40%;
  left: 81%;
  top: 77%;
  z-index: 2;
}
.e-three {
  top: 24%;
  left: 62%;
  width: 30%;
}

.e-four {
  top: 40%;
  width: 30%;
}

.e-five {
  top: 37%;
  width: 34%;
}

.e-six {
  width: 120%;
  top: 40%;
  left: 40%;
}
  .hero-home-text {
    margin-top: 2rem;
    width: 100%;
  }

  .bg-e {
    z-index: -1;
  }

  .nav__toggle img.active:last-child {
   
    margin-right: 15px;
}
  /* ELEMENTS */

  .btn3,
  .btn4 {
    font-size: var(--h5-font);
  }

  .flex2 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ww p {
    width: 95%;
  }


  .ww {
    
    background: linear-gradient(71.5deg, #090623 68%, rgba(9, 6, 35, 0) 100%);
   
}

  

  /* ABOUT */
  .aboutus-hero-home .about-hero-home-content {
    padding-block: 38% 29%;
  }

  /* Timeline */

  .timeline-items {
    flex-wrap: wrap;
    gap: 20px;
  }

  .timeline-item {
    width: 100%;
  }

  .timeline-heading {
    width: 100%;
  }
  /* Mission-Vision */
  .mission-vision {
    width: 100%;
    padding: 25px;
    position: relative;
    z-index: 8;
    background: transparent;
  }

  .vm-group {
    background: var(--bg-box2);
    padding: 10px;
  }
  .fluid {
    width: 80%;
    position: absolute;
    height: 100%;
    object-fit: contain;
    opacity: 0.2;
    /* top: -20%; */
    margin-top: -33px;
  }

  .btn-box {
    width: 100%;
  }

  .about-hero-home-content .scroll-box{

      top: 70%;

  }

  /* KONTAKT */

  .kontakt {
    width: 100%;
    background: transparent;
  }
  /* ABOUT */

  .single-img {
    height: 147px;
  }

  .offerings {
    width: 100%;
  }
  .services {
    display: flex;
    flex-wrap: wrap;  
    padding: 0;
  }

  .service-description {
    opacity: 1;
  }

  .leistung-btn {
    display: flex;
  }
  .faq {
    padding: 5% 1%;
  }

  .faq__question h3 {
    font-size: 1.2rem;
  }
  /* FOOTER */
  .footer {
    flex-direction: column;
  }

  .footer-left {
    align-items: flex-start;
  }

  .footer-right {
    margin-top: 20px;
  }

  .column {
    flex: 1 1 100%;
    min-width: auto;
  }

  .right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Styles for medium screens */
@media (min-width: 774px) and (max-width: 1023px) {
  /* Hero */
  .hero-home {
    overflow: hidden;
  }
  .hero-home-content::before,
  .hero-home-content::after {
    display: none;
  }
  .hero-home-content {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
    

  }
 
  .e-one {
    top: 80%;
    left: 63%;
    width: 18%;
}
.e-two {
  width: 33%;
  left: 81%;
  top: 91%;
  z-index: 2;
}
.e-three {
  top: 20%;
  left: 62%;
  width: 27%;
}

.e-four {
  top: 32%;
  width: 30%;
}

.e-five {
  top: 45%;
  width: 34%;
}

.e-six {
  width: 90%;
  top: 0%;
  left: 55%;
}
  .hero-home-text {
    margin-top: 10rem;
    width: 100%;
  }
  .bg-e {
    z-index: -1;
  }

  .fluid {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
    /* top: -20%; */
    /* margin-top: -23px; */
  }


  .faq__question h3 {
    font-size: 1.5rem;
  }
  .ww {
    background: linear-gradient(357deg, #090623 48%, rgba(9, 6, 35, 0) 100%);
}
  .cta-description {
    padding: 50px !important;
    background: var(--header-linear);
  }

  .cta {
    padding: 100px 50px;
  }

  .kontakt {
    flex-wrap: wrap;
    padding: 100px 50px;
    width: 80%;
  }

  /* ABOUT */

  .aboutus-hero-home .hero-home-content {
    padding-top: 15rem;
  }

  .mission-vision {
    width: 100%;
    padding: 25px;
    background: transparent;
    position: relative;
    z-index: 8;
  }

  .vm-group {
    background: var(--bg-box2);
    padding: 10px;
  }
  /* Timeline */
  .timeline {
    padding: 50px;
  }

  .timeline-items {
    gap: 20px;
  }
  .timeline-item {
    width: 45%;
  }
  .timeline-item:hover {
    width: 50%;
    background-color: var(--acc-color);
    overflow: scroll;
  }
  .timeline-heading {
    width: 100%;
  }

  .faq {
    padding: 5% 1%;
  }
  /* FOOTER */
  .footer {
    flex-direction: column;
  }

  .footer-left {
    align-items: flex-start;
  }

  .footer-right {
    margin-top: 20px;
    gap: 20px;
  }

  .grid404 {
    padding-inline: 100px;
    padding-block: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .nav__toggle {
    display: block;
    cursor: pointer;
  }

  .nav__toggle-menu,
  .nav__toggle-close {
    display: inline-block;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
  }

  .nav__toggle-close {
    transform: scale(0);
  }

  .nav-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    padding: 20px;
  }

  .nav-content.active {
    display: block;
  }

  .nav_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .dd-item.active .dropdown__container {
    display: block;
  }

  .dropdown__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mega-menu {
    display: none;
    left: 0;
    width: 100%;
    padding-block: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0 35px;
    background: var(--nav-bg);
  }

  .dropdown__container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    padding: 20px;
    z-index: 2; /* Adjust the z-index value as needed */
  }

  .dd-item.active .dropdown__container {
    display: block;
  }
  /* HOME */
  .hero-home {
    overflow: hidden;
  }
  .hero-home-content::before,
  .hero-home-content::after {
    display: none;
  }
  .hero-home-content {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
   
  }
 
  .bg-e {
    z-index: -1;
  }

  .cta {
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .cta .btn2{
    width: 50%;
    background: transparent;
  }

  .ww .description-off {
    text-align: left;
    display: grid;
    grid-template-columns: 100%;
  }
  .ww p {
    margin: 15px 0;
  }


  .description-off {
    margin-bottom: 55px;
  }

  .boxes {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
  }

  .gap {
    display: none;
  }
  /* Angebote/Leistungen */

  .cta {
    gap: 50px;
  }

  .cta-section {
    padding-inline: 5%;
  }
  .kontakt-box {
    width: 100%;
  }

  .section-description {
    width: 100%;
  }

  .e-nine {
    z-index: 1;
  }

  .btn-box2,
  .btn-box3,
  .btn-box4 {
    width: 90%;
  }

  .btn4 {
    width: 90%;
  }

  .btn2 h4 {
    padding-bottom: 5px;
    text-decoration: underline;
  }
  /* HERO ENDE */
  /* ABOUT */

  .aboutus-hero-home {
    height: 60vh;
  }
  .aboutus-hero-home h1 {
    margin-bottom: 50px;
  }

  /* Gallery */
  .parent {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0;
  }

  .div2,
  .div3,
  .div4,
  .div5,
  .div6,
  .div7 {
    width: 100%;
    height: 2400px;
    max-height: 400px;
    max-width: none;
    grid-area: unset;
    position: relative;
    overflow: hidden;
  }

  .div2 {
    background: url("./Bilder/mobile-backgr/Frame\ 7774.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div3 {
    background: url("./Bilder/mobile-backgr/Frame\ 7762.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div4 {
    background: url("./Bilder/mobile-backgr/Frame\ 7769.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div5 {
    background: url("./Bilder/mobile-backgr/Frame\ 7775.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .div6 {
    background: url("./Bilder/mobile-backgr/Frame\ 7768.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .div7 {
    background: url("./Bilder/mobile-backgr/Frame\ 7771.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gallery-item {
    padding: 20px;
  }
  .gallery-item-text {
    position: relative;
    width: 100%;
    padding: 5px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  /* Timeline */
  .timeline-items {
    flex-wrap: wrap;
  }

  /* Mission/Visio */

  /* FAQ */
  .holder {
    margin: 0 50px !important;
  }

  .faq__item {
    padding: 25px 50px !important;
  }

 
  .faq-hero-home {
    height: 80vh !important;
  }

  .faq__arrow {
    width: 9px !important;
    height: 8px !important;
  }

  .grid404 {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .text-box {
    width: 100%;
  }

  .grid404 .left .btn4 {
    width: 100%;
    justify-content: flex-start;
  }

  .preisliste {
    height: 200px;
  }

  .timeline-heading p {
    width: 90%;
  }

  .offerings {
    grid-template-columns: 100%;
    padding: 5%;

  }

  .box {
    display: flex;
    flex-direction: column;
    padding: 25px;
  }
  .boxes{
    padding-bottom: 150px;
  }

  .scroll-with-user {
    height: 100%;
  }
  .footer {
    padding: 50px;
}

}

@media screen and (max-width: 1750px) {
  .btn2 {
    border: transparent !important;
    padding: 0;
  }


  .boxes{
    margin-bottom: 100px;
  }

}

@media (min-width: 1350px) and (max-width: 1750px){
  .scroll-with-user {
    height: 500px;
  }

  

  .e-one {
    top: 85%;
    left: 53%;
    width: 15%;
  }

  .e-two {
    width: 42%;
    left: 80%;
    top: 115%;
    z-index: 2;
  }
  .e-six {
    width: 60%;
    top: 55%;
    left: 70%;
    z-index: -1;
  }

}
@media screen and (max-width: 1455px) {
  .hidden-element {
    display: block;
  }

  .show-element {
    display: none;
  }


  .grid404 {
    background-image: url("../Bilder/leistung-bg2.svg");
  }
  main .impressum .about-hero-home {
    height: 100% !important;
  }

  .service.long {
    grid-row: span 1;
    grid-column: span 4;
  }
  .service.small {
    grid-row: span 1;
    grid-column: span 2;
  }
}
@media (min-width: 1280px) and (max-width: 1450px) {
  h1 {
    font-size: 4.5rem; /* Adjust the font size as needed */
  }
  h4 {
    font-size: 1rem;
  }

  .cta h2 {
    font-size: 2rem;
  }
  .hero-home-content {
    padding-top: 8rem;
  }

  .scroll-with-user {
    height: 580px;
  }
}
/* Styles for large screens */
@media (min-width: 1024px) and (max-width: 1278px) {
  section {
    width: 100%;
  }
  .bg-e {
    overflow-x: hidden;
  }
  .e-six {
    width: 78%;
    top: 43%;
    left: 61%;
    z-index: -1;
}

.e-two {
  width: 42%;
  left: 83%;
  top: 95%;
  z-index: 2;
}

.e-three {
  top: 23%;
  left: 58%;
  width: 28%;
  z-index: 9;
}

.e-five {
  top: 40%;
  left: 78%;
  width: 34%;
  z-index: 2;
}

.e-one {
  top: 80%;
  left: 60%;
  width: 18%;
}
.nav__toggle img.active:last-child {
  margin-right: 56px;
}
  .hero-home-text {
    width: 50%;
  }

  /* SERVICES */
  .services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
  }

  .fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    /* top: -20%; */
    margin-top: -20px;
  }

  .timeline-items {
    flex-wrap: wrap;
  }

  .timeline-item {
    width: 45%;
  }
  .faq__item h3 {
    font-size: 1.5rem;
  }

}

/* Styles for extra large screens */
@media (min-width: 1460px) {
  .hero-home {
    height: 100vh !important;
    width: 100vw;
  }



}
