#toggle:hover{
	background-color: inherit;
}
#toggle{
  display:flex;
}
#toggle div.hamburger-icon{
		width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer ;
}
.fw-700{
 font-weight:700 !important;
}
/* styles.css */
.cross {
  width: 30px;
  height: 30px;
  position: relative;
	cursor: pointer ;
}

.cross::before,
.cross::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff; /* Color of the cross */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cross::before {
  transform: rotate(45deg);
}

.cross::after {
  transform: rotate(-45deg);
}

.hamburger-icon span {
    display: block;
    height: 4px;
    background-color: #007a80;
}
.sidebar {
    height: 100%;
    width: 700px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #007a80;
    overflow-x: hidden;
    transition: 0.5s;
 
    z-index: 99999;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.product-container {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
	padding:10px;
}

/* .img-card{
    width: 40%;
} */

/*.img-card img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 4px;
  height: 520px;
  object-fit: cover;
}
*/
.small-Card {
  display: flex;
	flex-direction:column;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
  gap: 12px;
}

.small-Card img {
  width: 104px;
  height: 104px;
  border-radius: 4px;
  cursor: pointer;
}

.small-Card img:active {
  border: 1px solid #fff;
}

.sm-card {
  border: 2px solid #fff;
}

.product-info{
  width: 60%;
}
.product-info h3 {
  font-size: 32px;
  font-family: Lato;
  font-weight: 600;
  line-height: 130%;
}

.product-info h5 {
  font-size: 24px;
  font-family: Lato;
  font-weight: 500;
  line-height: 130%;
  color: #ff4242;
  margin: 6px 0;
}

.product-info del {
  color: #a9a9a9;
}

.product-info p {
  color: #424551;
  margin: 15px 0;
  width: 70%;
}

.sizes p {
  font-size: 22px;
  color: black;
}

.size-option {
  width: 200px;
  height: 30px;
  margin-bottom: 15px;
  padding: 5px;
}

.quantity input {
  width: 51px;
  height: 33px;
  margin-bottom: 15px;
  padding: 6px;
}

button {
  background: #17696a;
  border-radius: 4px;
  padding: 10px 37px;
  border: none;
  color: white;
  font-weight: 600;
}

button:hover {
  background: #ff4242;
  transition: ease-in 0.4s;
}

.delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  color: #787a80;
  font-size: 12px;
  font-family: Lato;
  line-height: 150%;
  letter-spacing: 1px;
}

.video-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.responsive-video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

hr {
  color: #787a80;
  width: 58%;
  opacity: 0.67;
}

.pagination {
    color: #787a80;
    margin: 15px 0;
    cursor: pointer;
}
.pagination-dots {
  text-align: center;
  margin-top: 20px;
} 
.dot { display: inline-block; 
  width: 10px; height: 10px;
  margin: 0 5px;
  background-color: #bbb; 
  border-radius: 50%;
  cursor: pointer; 
  transition: background-color 0.3s ease;
} 
.dot.active {
   background-color: #17696a;
}

#kopf-image{
	max-height:60vh;
}
.header-image{
	height:60vh;
}
.header-image img{
min-height: 25vh;
object-position: top;
}
.footer-ending ul{
display:flex;
 flex-direction:column;
}
#splideReferenzen.splide__track { 
	overflow: visible;
}
#splideReferenzen .splide__slide:first-child {
  transform: translateX(-30%);
}

#splideReferenzen .splide__slide:last-child {
  transform: translateX(30%);
}

#splide_technik ul li a{
 text-decoration:none !important;
}

#splide_technik ul li a,#splide_technik ul li a:visited{
  border-bottom:none !important;
  margin-bottom: 1rem;
  float: right;
}
.ps-6{
  padding-left:6rem;
}

.image-wrapper {
  height: 400px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center;
}



@media (min-width: 1400px) {
  #splide_technik .splide__track {
    overflow: visible !important;
  }
}

@media screen and (min-width: 900px) {
  .footer-ending ul{
	   display:flex;
    flex-direction:row;
  }
	.overlap-section{
	 z-index: 1;
	 position: relative;
	 margin-bottom: -27px;
	 margin-top:-27px;
	}

}
@media screen and (max-width: 900px) {
		.copyright{
	  justify-content: center;
	}
		.sidebar { 
    width: 400px;
	}
}
@media screen and (max-width: 576px) {
  .product-container{
    flex-direction: column;
  }
  .small-Card img{
    width: 80px;
  }
  .product-info{
    width: 100%;
  }
 
  .product-info p{
    width: 100%;
  }

  .delivery{
    width: 100%;
  }

  hr{
    width: 100%;
  }
	
}
 
.left-fade {
  position: absolute;
  width: 15%; /* Adjust width as needed */
  height: 100%; /* Adjust height as needed */
  background: linear-gradient(to right, #ebf5f6, rgba(235, 245, 246, 0));

  left: 0;
  pointer-events: none; /* Ensure it doesn't interfere with interactions */
	z-index:1
}
.right-fade {
  position: absolute;
  width: 15%; /* Adjust width as needed */
  height: 100%; /* Adjust height as needed */
  background: linear-gradient(to left, #ebf5f6, rgba(235, 245, 246, 0));

  right: 0;
  pointer-events: none; /* Ensure it doesn't interfere with interactions */
	z-index:1
}
.splide{
 flex: 1;
  min-width: 0;

}