/*
 * Copyright (c) by Studio 9 GmbH,
 * Florian Horn, fh@Studio9.de
 */
/*Space top*/
.padding-top-ref{
    padding-top: 65px;
}

/*Naviagtion - Browse*/
.references-browse {
    margin: 0 0 125px 0;

}

.references-browse span {
    display: none;
}


.references-browse-back a:after {
    color: #0095db;
    content: "<";
    font-family: BenchNine;
    font-weight: 300;
    font-size: 100px;
    line-height: 50px;
}

.references-browse-next a:after {
    color: #0095db;
    content: ">";
    font-family: BenchNine;
    font-weight: 300;
    font-size: 100px;
    line-height: 50px;
}

.references-browse a:hover {
    text-decoration: none;
}

.references-browse-back {
    float: left;
}

/*----------*/


.references-browse-next {
    float: right;
}

/* Überschrift */

/*content - boxen*/
.references-media {
    position: relative;
    margin: 0 5px 5px 0;
    max-width: 431px;
    width: auto;
    max-height: 259px;
    height: auto;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {

    .references-media {
        max-width: 308px;
        max-height: 187px;
    }

}

@media only screen and (min-width: 1024px) {

    .references-media {
        max-width: 431px;
        max-height: 259px;
    }

}
