#slider-fotos-content .orbit-bullets, #slider-fotos-content .orbit-timer, #slider-fotos-content .orbit-prev span, #slider-fotos-content .orbit-next span {
    display: none;
}

#slider-fotos-content .orbit-container {
    padding: 70px 0 0;
    margin: -70px 0 0 0;
    background: none;
}

#slider-fotos-content .entry {
    float: left;
    margin: 0 4% 0 0;
    width: 30.5%;
}

#slider-fotos-content .entry:last-of-type {
    margin: 0;
}

#slider-fotos-content img {
    margin: 0 0 1px;
}

#slider-fotos-content p {
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    border-top: 1px solid #3d3e3f;
    border-bottom: 1px solid #000;
    background: #232425;   
}

#slider-fotos-content p:first-of-type {
    border-top: none;
}

#slider-fotos-content p:last-of-type {
    border-bottom: none;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; 
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px; 
}

#slider-fotos-content .date {
    position: relative;
    padding-top: 3px;
    color: #c8cacc;
    font-size: 10px;
    font-weight: 700;
}

#slider-fotos-content .date:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e2000f;
}

#slider-fotos-content .date .day:after {
    content: " · ";
}

#slider-fotos-content .title {
    padding-top: 1px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

#slider-fotos-content .info {
    padding-bottom: 1px;
    line-height: 18px;
    font-size: 9px;
    font-weight: 800;
}

#slider-fotos-content .info .city {
    color: #e2000f;
}

#slider-fotos-content .info .location {
    color: #c8cacc;
}

#slider-fotos-content .info .location a {
    color: #c8cacc;
}

#slider-fotos-content .info .location:before {
    content: " · ";
}

#slider-fotos-content .orbit-prev, #slider-fotos-content .orbit-next {
    width: 24px;
    height: 35px;
    background: url(../bilder/layout/sprite.png);
}

#slider-fotos-content .orbit-container .orbit-prev {
    right: 26px;
    background-position: 0 -38px;
}

#slider-fotos-content .orbit-next {
    background-position: -26px -38px;
}

#slider-fotos-content .orbit-container .orbit-prev:hover {
    background-position: -52px -38px;
}

#slider-fotos-content .orbit-container .orbit-next:hover {
    background-position: -78px -38px;
}

#slider-fotos-content .orbit-container .orbit-prev, #slider-fotos-content .orbit-container .orbit-next {
    top: 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    #slider-fotos-content .date {
        padding-top: 5px;
        padding-bottom: 2px;
        font-size: 12px;
    }
    #slider-fotos-content .title {
        padding-top: 3px;
        padding-bottom: 2px;
        font-size: 17px;
    }
    #slider-fotos-content .info {
        padding-top: 3px;
        padding-bottom: 2px;
        font-size: 12px;
        font-weight: 400;
    }
}