/* Footer-Slider */

.slider{
   display: flex;
   flex-direction: row;
}
 .slider-container{
     position: relative;
     overflow-x: hidden;
     max-height: 65px;
     width: 270px;
  
 }
 .slider-width{
     position: absolute;
     display: flex;
     align-items: start;
     justify-content: start;
     left: 0;
     top: 0;
     transition: 0.6s ease-in-out;
   
 }
 .item{
    display: flex;
    justify-content: center;
    align-items: center;
     width: 60px;
     height: 60px;
     /*background: rgb(23 147 83); */
     margin-right: 10px;
     color: #fff;
     text-align: center;
     font-size: 30px;
     font-weight: 800;
 }
 .slider .btn{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 60px;
    margin: 0 10px;
     }

/* Main-Image-Slider-Style */

.mainimageslider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.mainimageslider .btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  height: 60px;
  margin: 0 10px;
  transition: 0.2s ease-in;
}



.image-slider {
    display: flex;
    flex-direction: row;
  }
  
  .image-container {
    position: relative;
    overflow-x:hidden;
    height: 220px; 
   
  }

  
  .imageslider-width {
    position: absolute;
    display: flex;
    align-items: start;
    justify-content:start;
    left: 0;
    top: 0;
    transition: 0.6s ease-in-out;
  }
  
  .bildchen{
    width:220px;
    margin: 0 30px;
    text-align: center;
  }
  
  .bildchen img{
    height: 210px;
    width: 220px;
  }
  
  