



li {
 margin-bottom: 6px;
}

ul li::marker {
  color:red;
}

.partner {
  margin: 40px;
}

.partner-title {
  font-size: 20px;
  max-width: 400px;
  margin-bottom: 10px;
}

.referenzen {
  display: flex;
  overflow-x: scroll;/* Show horizontal scrollbar */
  width: 100%;
  padding: 6vh 1em;
  margin-bottom: 20px;
}

.referenzen p {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 23vw;
    border-right: 2px solid red;
    margin: 0px 10px;
}

.Ref-text {
  position: relative;
  top: 21px;
  left: 10px;
  font-size: 10px;
}

/* ID with custom scrollbar */
#custom-scrollbar-referenzen::-webkit-scrollbar { /* the bar itself */
  height: 6px;
}

#custom-scrollbar-referenzen::-webkit-scrollbar-thumb {  /* the slider  */
  background-color: #000000;
  border-radius: 10px;
}

#custom-scrollbar-referenzen::-webkit-scrollbar-track {
  background-color: #edebeb;
} /* End of customscrollbar */

/* Style the buttons */
.btn {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 9px 13px;
  background-color: #f2f2f2;;
  cursor: pointer;
  font-size: 12px;
}

.btn:hover {
  background-color: #efefef;
}
/* Add a dark background color to the active button */
.btn-active {
  background-color: #f2f2f2;

}

.btn-container {
  margin-bottom: 10px;
}

.referenzen_images {



}

.flex-menu > .product-images {
  flex: 0 1 calc(33% - 1em);

}

.product-images > img {
  max-width: 300px;
  
}

@media only screen and (max-width: 980px) {
  
.referenzen p {
    min-width: 40vw;
}
}

@media only screen and (max-width: 600px) {
  
.referenzen p {
    min-width: 55vw;
}

.btn-container {
  display: flex;
  flex-direction: column;
}

}



/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  /*display: none; */
  background-color: black;
  justify-content: center;
}


.block_buttons {
  display: block;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

