body {
  font-family:Verdana, Geneva, Tahoma, sans-serif ;
  font-size: larger;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
* { box-sizing: border-box;}

.nav-list .current {  
  color: #cc234c;
}

#banner {
  width: 100%;
  display: block;
  align-items: center;
  max-height: 311px;
  background-color: #cc234c;
  object-fit: cover;
}

.navbar {
  background-color: rgba(248, 245, 245, 0.7);
  padding: 10px;
  align-items: center;  
  text-align: center;         
  position:absolute;
  z-index: 2;
  width: 100%;
  
  box-sizing: border-box;
  display: flex; /* Use flex to center the content horizontally */
  justify-content: center;

}

.nav-list {
  max-width: 1200px;
  list-style-type: none;
  margin: 0;
  padding: 3px 25px;
  display: flex;
  flex-direction:column; 
  transition: all 2s ease; /* Add transition for smooth animation */
  max-height: 0;
  font-size: 15px;
  overflow: hidden;
}

.nav-list.active {
  max-height: 150px; /* Adjust the max-height based on your content */
}

.nav-list li {
  margin-bottom: 0px;
}

.nav-list a {
  text-decoration: none;
  color: #8e6161;
  padding-right: 30px;
  display: block;
  text-transform: uppercase;
  transition: color 0.3s ease;
  
  transition: text-decoration 5s ease;
  
}

.nav-list a:hover {
  color: #cc234c;  
}

.menu-toggle {
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #cc234c;
  margin: 5px 0;
  align-items: center;
  transition: transform 0.5s ease;
}

.bar.change:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.bar.change:nth-child(2) {
  opacity: 0;
}

.bar.change:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}


<!--slideshow-->
#slideshow-container {
  text-align: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
  border: 2px solid #000;
  align-items: center;
  padding: 0px;                              
}

#slideshow-container img {            
  width: 100%;
  align-items: center;
  object-fit: cover;
  height: 400px;
  display: inline-block;
  transition: opacity 1s ease-in-out;     
  opacity: 0;
  position: absolute;
  
 }

#slideshow-container img.active {
  opacity: 1; /* Set the opacity to 1 for the active (visible) image */
}

/*welcome text*/
.welcome-container {
  background-color: #f4f4f4;
  padding: 50px;
  text-align: center;
  color: #8e6161;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.section {
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 1.75;
  font-size: 18px;

}
.main-heading{
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  color: #cc234c;
}
.main-heading-1 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
.heading {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.to-bequemschuhe {
  color: #bb6363;
  text-decoration: none;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.link-to-bequemschuhe {
  color: #bb6363;
  text-decoration: none;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  
}
.link-to-bequemschuhe:hover {
  text-decoration: underline;
  color: #cc234c;
}

.highlight {
  color: #cc234c;
}




/*News*/
.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  margin: auto; /* Center the grid itself */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
  max-width: 1200px;
}
.gallery-frame {
  font-size: 1.2rem;
  text-align: center;
  background-color: #d7335c;
  padding-bottom: 5px;
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Hide content that exceeds the frame */
  max-width: 100%;
}
.gallery-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: filter .75s ease-in-out, transform .75s ease-in-out;
}
.gallery-img:hover {
  filter: blur(2px);

  transform: scale(1.35);
}
.link-to-site{
  text-decoration: none;
  color: #df9c9c;
  transition: color .5s ease-in-out;
 }



.link-to-site:hover{
  color: #f4f4f4;
}

/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #cc234c;
}
.footer .col {
  width: 250px;
  height: auto;
  float:left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 50px 20px 50px 50px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(253, 205, 205, 0.856);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
  
  
  
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #fab8b8;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}

.footer .col p {
  color: #fab8b8;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: -1px;

  
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}


.logo {
  width: 150px; /* Hier die gewünschte Breite für das Logo angeben */
  height: auto; 
  display: flex;

}

.logoCont {
  padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end; /* Logo auf die rechte Seite verschieben */
    align-items: center;
}




.footer a {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 50%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .nav-list {
      display: flex !important;
      max-height: none !important;
      flex-direction: row;     
         
  }

  .nav-list li {
      margin-right: 20px;
      margin-bottom: 0;           
      
  }

  .menu-toggle {
      display: none;
  }
  .section {
    width: 48%;
  }
  .link-to-site{
    color: #f4f4f4;
  }

}



/*Marken html*/
.brand-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  padding-bottom: 20px;
  margin: auto; /* Center the grid itself */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
  max-width: 1200px;
 
}

.brand-frame {
  font-size: 1rem;
  text-align: center;
  background-color: #f4f4f4;
  
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  overflow: visible; /* Hide content that exceeds the frame */
  max-width: 100%;

}
.brand-img {
  min-width: 100%; 
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .25s ease-in-out;
}
.brand-img:hover {
  transform: scale(1.05);
}

.text-marken{
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 40px;
}

@media (max-width: 600px) {
  .brand-img {
    min-width: 50px; /* Set a minimum width for the images */
  }
}



/*Besuchen sie uns*/
.map-link {
  text-decoration: none;
  list-style-type: none;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #8e6161;

}

.map {
  text-align: center;
  padding-bottom: 50px;
}

.map iframe {
  margin: 0 auto; /* This centers the iframe horizontally */
  display: block; /* This ensures that margin auto works */
  width: 80%; /* Make the iframe take 100% of the container's width */
  height: 300px;
}

@media screen and (max-width: 600px) {
  .map iframe {
      height: 200px; /* Adjust the height for smaller screens */
  }
}


.laden-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  
  margin: auto; /* Center the grid itself */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
  max-width: 1200px;
}
.laden-frame {
  text-align: center;
  background-color: #f4f4f4;
  padding-bottom: 5px;  
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Hide content that exceeds the frame */
  max-width: 100%;
}
.laden-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}