#slidesContainer {
    height: 300px; /* Höhe Parent */
    width:700px; /* Breite Parent */
    overflow:hidden;
    background-color:#ffffff;
    white-space: nowrap;
    position:relative;
    
}

.slideinner {
    
    position: absolute;
    left:0;
    top: 0;
}

/*
.slide {

    
    width: 100%;
    position: absolute;
    left:0;
    top: 0;
text-align: center;
color:#ffffff;

}
*/

span.contenttext {
    color:#ffffff !important;
}

.referencebox {
  width: 700px; /* Breite Slide */
  height: 300px; /* Höhe Slide */
  /* background: #33cccc; */
  margin: 0px;
  display:flex;
  align-items: center;
    justify-content: center;
    /* box-shadow: inset 1px 2000px rgba(255, 255, 255, 0.54); */
   
    
}

.slick-slider div { transition: none; }

.referencebox p {
 padding:20px;
    color:#000000;
    font-weight:bold;

    max-width:90%;
    word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
   
}

.over {
position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
   /*background-color: rgba(255, 0, 0, 0.2); */
   width: 700px; /* Breite Overlay */
  height: 300px; /* Höhe Overlay */
}


.arrow {
  width: 5%;
  height:auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index:999;
}

#right-arrow {
  right: 10px;
}

#left-arrow {
  left: 10px;
}

#resp-table {
/*width: 700px;*/
/* background-color: #ff0000; */
display: flex;
margin-top: 5px;
}

.resp-table-row{
display: flex;
/* background-color:#ffff00; */
}

#theslides {
    /* background-color:#ff0000; */
    width:850px;
    height:100%;
}
.table-body-cell{
display: flex;
width:30px;
/* background-color: #0000ff; */
       align-items: center;
  justify-content: center;
    height:110px;
}

.pfeil_bilderleft {
  display:flex;
  width:30px;
/* background-color: #0000ff; */
       align-items: center;
  justify-content: center;
    height:80px;
    
    
}


.slides_left {
    display:none;
    cursor:pointer;
}


.slides_right {
    display:none;
    cursor: pointer;
   
}

.slick-next {
    display:none;
}
.pfeil_bilderright {
  display:flex;
  width:30px;
/* background-color: #0000ff; */
       align-items: center;
  justify-content: center;
    height:80px;
    margin-left: 2px;;
    
    
}

button.bgimageprev {
    font-size: 8px !important;
}

button.bgimagenext {
    font-size: 8px !important;
}

.table-body-cell2{
display: flex;
overflow-x: hidden;
/* background-color: #ffff00; */
vertical-align: middle;
    text-align: center;
     height:150px;
     white-space: nowrap;
       align-items: center;
  justify-content: center;
  width: 790px;
margin: 0 auto;
  
     
    
}

.table-body-cell3{
display: flex;
width:30px;
/* background-color: #ffffff; */
       align-items: center;
  justify-content: center;
     height:110px;
}

.post_image {
    display:inline-block;
    /* padding-right: 10px; */
}

img.cropped_image {
    /*
    max-width:50px !important;
    height: auto;
    */
    
       width:  50px;
    height: 50px;
    //object-fit: cover;

    cursor: pointer;
    margin-right: 10px;

    
  
}
.blockdivdate {
    display:flex;
    color: #ff0000;
    font-weight: bold;
    width:50px;
    cursor: pointer;
   text-align: center;
   //background-color:#ffff00;
   margin-right:10px;
  justify-content: center;
    
}

