.startslider {
display: none;
}
.cursor {
cursor: pointer;
}
.column {
float: left;
width: 16.66%;
margin-top:-25px!important;
}
.demo {
opacity: 0.6;
}
.demo:hover,
.active  {
opacity: 1;
}
/* Container for image text */
.caption-container {
background-color:#828c7e;
padding: 5px;
color: #fff;
}
@media (min-width: 486px) {
.column {
margin-top:-6px!important;
}
}
@media (min-width: 576px) {
.column {
margin-top:0px!important;
}
}
.caption-container p{
font-size:1px;
line-height:.1;
vertical-align: middle !important;
text-align: center!important;
}
@media (min-width: 992px) {
.caption-container {
padding: 15px 5px 0px 5px;
color: #fff;
height:50px;
}
.caption-container p{
font-size:19px;
line-height:1;
vertical-align: middle !important;
text-align: center!important;
}
}
@media (min-width: 1200px) {
.caption-container {
padding: 15px 5px 0px 5px;
color: #fff;
height:50px;
}
.caption-container p{
font-size:19px;
line-height:1.1;
vertical-align: middle !important;
text-align: center!important;
}
}
.row:after {
content: "";
display: table;
clear: both;
}
/* Sechs Spalten side by side */