#slider-fotos-sidebar .orbit-bullets, #slider-fotos-sidebar .orbit-timer, #slider-fotos-sidebar .orbit-prev span, #slider-fotos-sidebar .orbit-next span {
     display: none;
}

#slider-fotos-sidebar .orbit-container {
     padding: 70px 0 0;
     margin: -70px 0 0;
     background: none;
}

#slider-fotos-sidebar figure {
     position: relative;
     margin: 0 0 20px;
}

#slider-fotos-sidebar figure:last-of-type {
     margin: 0;
}

#slider-fotos-sidebar figcaption {
     bottom: 12px;
     padding: 3px 9px 4px 11px;
     width: auto;
     text-transform: uppercase;
     -webkit-border-top-right-radius: 2px;
     border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
     border-bottom-right-radius: 2px;
     background: rgba(24,26,25,0.95);
}

#slider-fotos-sidebar figcaption:before {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 30px;
     height: 2px;
     background: #e2000f;
}

#slider-fotos-sidebar figcaption p {
     margin: 0;
     border-top: 1px solid #373838;
     border-bottom: 1px solid #000;
}

#slider-fotos-sidebar figcaption p:first-child {
     border-top: none;
}

#slider-fotos-sidebar figcaption p:last-child {
     border-bottom: none;
}

#slider-fotos-sidebar figcaption .date, #slider-fotos-sidebar figcaption .date time {
     line-height: 20px;
     color: #c8cacc;
     font-size: 11px;
     font-weight: 700;
}

#slider-fotos-sidebar figcaption .date time:before {
     content: " · ";
}

#slider-fotos-sidebar figcaption .title {
     line-height: 25px;
}

#slider-fotos-sidebar figcaption .info {
     line-height: 17px;
     font-size: 10px;
     font-weight: 700;
}

#slider-fotos-sidebar figcaption .info .location {
     color: #c8cacc;
}

#slider-fotos-sidebar figcaption .info .city {
     color: #e2000f;
}

#slider-fotos-sidebar figcaption .info .location:before {
     content: " · ";
}

#slider-fotos-sidebar .orbit-prev, #slider-fotos-sidebar .orbit-next {
     width: 24px;
     height: 35px;
     background: url(../bilder/layout/sprite.png);
}

#slider-fotos-sidebar .orbit-container .orbit-prev {
     right: 26px;
     background-position: 0 -38px;
}

#slider-fotos-sidebar .orbit-container .orbit-next {
     background-position: -26px -38px;
}

#slider-fotos-sidebar .orbit-container .orbit-prev:hover {
     background-position: -52px -38px;
}

#slider-fotos-sidebar .orbit-container .orbit-next:hover {
     background-position: -78px -38px;
}

#slider-fotos-sidebar .orbit-container .orbit-prev, #slider-fotos-sidebar .orbit-container .orbit-next {
     top: 0;
     margin: 0;
}

@media only screen and (max-width: 765px) {
     #slider-fotos-sidebar figure {
          float: left;
          margin: 0;
          width: 48%;
     }
     #slider-fotos-sidebar .active figure:first-child {
          float: left;
          margin-right: 4%;
     }
     #slider-fotos-sidebar .active figure:last-child {
          float: right;
     }
}

@media only screen and (max-width: 500px) { 
     #slider-fotos-sidebar figcaption {
          bottom: 0;
     }
}