#Landing {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-holder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: row;
}

.landing-text-holder {
  width: 45%;
  padding-left: 3rem;
  color: var(--primary-font-color);
  font-family: "Montserrat", sans-serif;
}

.landingSvg {
  width: 46%;
}

.landingSvg svg {
  width: 45vw;
}

.landing-text-holder h1 {
  font-size: clamp(1.7rem, 3.5vw, 3rem);
  color: var(--accent-color);
}

.landing-text-holder p {
  font-size: clamp(1.1rem, 1vw, 1.3rem);
}

@media (max-width: 850px) {
  .landing-holder {
    padding-top: 10rem;
    flex-direction: column-reverse;
  }

  .landingSvg {
    width: unset;
  }

  .landingSvg svg {
    width: 90vw;
  }

  .landing-text-holder {
    padding-left: unset;
    width: 80%;
  }
}

/*//////////////////////////////////////////////////////////////////////// */

#landingServices {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

#landingServices h1 {
  padding-top: 5rem;
  font-weight: bold;
  color: var(--accent-color);
  font-size: clamp(2rem, 4vw, 2.5rem);
  text-align: center;
}

.service-holder {
  position: sticky;
  top: 20vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-holder a {
  text-decoration: none;
}

.service-inner {
  display: flex;
}

.service-inner-bg {
  position: absolute;
  left: 0;
  bottom: 20%;
  height: 50%;
  width: 250vh;
  background-color: var(--accent-color);
}
.service-inner-bg-holder {
  position: relative;
  height: 240vh;
  display: flex;
  justify-content: center;
}

.service-card {
  margin: 2rem;
  width: 20vw;
  min-width: 22rem;
  position: relative;
  box-shadow: 10px 9px 19px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
  z-index: 3;
  background-color: var(--primary-bg);
}

.service-card:hover {
  transform: scale(1.1);
}

.serviceHeader {
  position: absolute;
  width: 70%;
  bottom: 35%;
  padding: 0.5rem;
  left: 0;
  color: var(--secondary-font-color);
  background-color: var(--secondrary-bg);
}

.serviceMore {
  height: 12rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 1rem;
  background-color: var(--primary-bg);
  z-index: 3;
}

.serviceMore-holder {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.serviceMore-holder p {
  color: var(--primary-font-color);
  font-size: 1.2rem;
  text-wrap: nowrap;
}

.serviceMore p {
  color: var(--p-font-color);
  width: 100%;
}

.service-image img {
  width: 100%;
}

.service-bg {
  height: 40%;
  background-color: var(--accent-color);
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  box-shadow: -2px 11px 16px -6px rgba(0, 0, 0, 0.5);
}

.service-bgHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;
}

.service-bg-text {
  width: 50%;
}

.service-bg-text p {
  width: 100%;
  color: var(--primary-font-color);
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.service-bg-links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.service-link {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 700px) {
  .service-inner-bg-holder {
    height: 500vh;
  }

  .service-card {
    min-width: 20rem;
  }
  .serviceHeader {
    position: absolute;
    width: 70%;
    bottom: 40%;
    padding: 0.3rem;
  }
}

/* ======================================================================================================== */

#Projekte {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  background-color: var(--primary-bg);
  padding: 10rem 0rem 10rem 0;
}
.projects {
  width: 100%;
  background-color: var(--fourth-bg);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.projectsHolder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 90%;
  flex-wrap: wrap;
}
.slider {
  width: 1300px;
  max-width: 100vw;
  height: 700px;
  margin: auto;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  max-height: 85vh;
}

.projectsLinkholder {
  position: absolute;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projectsLinkholder a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 14rem;
  color: var(--primary-font-color);
  background-color: var(--primary-bg);
  text-decoration: none;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  transition: 0.4s;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.projectsLinkholder a:hover {
  transform: scale(1.1);
}

.slider .list {
  position: absolute;
  width: max-content;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  transition: 1s;
}
.slider .list img {
  width: 1300px;
  max-width: 100vw;
  height: 100%;
  object-fit: cover;
}
.slider .buttons {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.slider .buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff5;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
}
.slider .dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slider .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
}
.slider .dots li.active {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .slider {
    height: 400px;
  }
}

/* ======================================================================================================== */

.kaierre {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.kaierre-holder {
  width: 80vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.kaierre-holder h2 {
  font-weight: 600;
  color: var(--accent-color);
  align-self: flex-start;
  font-size: clamp(1.6rem, 3vw, 2rem);
}

.kaierre-holder h3 {
  font-weight: 500;
  margin: unset;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}

.kaierre-left {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.kaierre_right {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kaierre_right  p {
  margin: unset;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  padding: 0.3rem;
}


.kaierre_text_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.kaierre_right_top,
.kaierre_right_bottom {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.kaierre_left_item_holder {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.5rem;
}

.kaierre_left_text_holder{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 0.5rem;
}

@media (max-width: 1000px) {
  .kaierre-holder{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }


  .kaierre-left{
    width: 100%;
  }
  
  .kaierre_left_holder{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0.5rem;
    width: 100%;
    gap: 1rem;
  }

  .kaierre_left_text_holder p{
    max-width: 20rem;
  }

  .kaierre_right{
    width: 90%;
  }

  .kaierre_right_holder{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .kaierre_right_bottom,.kaierre_right_top{
    padding: 0.5rem;
  }
}