#card-dienstleistungen {
  width: 100%;
  height: 600px;
  background: #ffffff;
  counter-increment: carousel-cell;
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

#slider-img {
  position: relative;
  top: 0;
  height: 250px;
  width: 100%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

#slider-icon {
  position: absolute;
  bottom: 30px;
  left: 50px;
  font-size: 50pt;
  color: #c4d9f1;
}

#slider-box {
  position: absolute;
  margin-top: -100px;
  left: 0;
  height: 90vh;
  width: 40%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #4c4d4f;
  padding: 10%;
}

#dienstleistungen-textbox {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #c4d9f1;
  transition: 0.3s;
}

#card-dienstleistungen:hover #dienstleistungen-textbox {
  height: auto;
  transition: 0.3s;
}

#dienstleistungen-button-box {
  background-color: #c4d9f1;
  width: 100%;
  padding: 30px;
  padding-top: 0;
}

#diesntleistungen-p {
  transition: 0.3s;
  height: 0;
  opacity: 0;
}

#card-dienstleistungen:hover #diesntleistungen-p {
  opacity: 1;
  height: 180px;
}

#dienstleistungen-button {
  bottom: 0;
}

#modal-container {
  z-index: 1000;
}

#dienstleistungen-modal-section {
  width: 100%;
  height: 60vh;
  background-color: #4c4d4f;
  margin-bottom: 10vh;
}

@media (max-width: 575px) {
  .dienstleistungen-list {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dienstleistungen-list {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .dienstleistungen-list-point {
    display: none;
  }
}

@media (min-width: 992px) {
  .dienstleistungen-list-point {
    display: none;
  }
}

