/* custom styles */

body { background: #f9f9f9; }
html .galleria-container  { background: #f9f9f9; }

.dbd .container { margin-top: 40px; }
.dbd .thumbnail { border: 0; box-shadow: none;}
.dbd .thumbnail:hover { box-shadow: none }
.dbd .thumbnail p { color: gray; line-height: 14px; font-size: 11px; }
.dbd .thumbnail:hover { text-decoration: none; color: gray; }
.dbd .thumbnail h5 { margin: 5px 0 2px; }
.dbd .thumbnail:hover h5 { text-decoration: underline; }

.dbd .portfolio.thumbnails > li { height: 330px }

.dbd .portfolio.thumbnails > li img { box-shadow: 0 0 20px rgba(0,0,0,.2); border-radius: 2px }

.dbd a.inv { color: #000; }
.dbd a.inv:hover { color: #000; text-decoration: none; border-bottom: 1px dotted #999; }

.dbd .gallery { border: 1px solid #fff; height: 450px; margin: 0 0 90px;}

.dbd .portfolio h3, .dbd .portfolio h2, .dbd .portfolio h1 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 23px;
}

.dbd .portfolio .url {
    margin: 20px 0;
}

.dbd .portfolio .span3 ul {
    margin: 5px 0 30px;
}

.dbd .portfolio .span3 ul li {
    list-style: none;
}

.dbd .meetme,
.dbd .publications { color: gray; font-size: 11px;}

.dbd .meetme li,
.dbd .publications li { margin-bottom: 1.3ex; line-height: 15px;}

.dbd .meetme a,
.dbd .publications a { font-size: 13px;}


.dbd .portfolio .span3 h4 {
    font-size: 12px;
    margin: 10px 0 7px;
    font-weight: normal;
}

.dbd .portfolio .span3 h4.toggle:before {
    content: "» ";
}

.dbd .portfolio .span3 h4.toggle {
    cursor: pointer;
}
.dbd .portfolio .span3 h4.toggle:hover span {
    background: #ddd;
}
.dbd .portfolio .span3 h4 span {
    border-bottom: 1px solid #bbb;
}

.dbd .portfolio .span3 .meetme, .clients { margin-bottom: 30px; }

.client { margin: 15px 0 10px; border: 5px solid white; background-color:#fff; }
.client.dpa { width: 87px; height: 29px; background-image:url(/img/clients/dpa.png); }
.client.dpa:hover { background-position: 0px -31px; }

.client.zon { width: 125px; height: 14px; background-image:url(/img/clients/zeitonline.png); }
.client.zon:hover { background-position: 0px -14px; }

.client.zm { width: 125px; height: 14px; background-image:url(/img/clients/zeitmagazin.png); }
.client.zm:hover { background-position: 0px -14px; }

.client.dw { width: 96px; height: 26px; background-image:url(/img/clients/dw.png); }
.client.dw:hover { background-position: 0px -26px; }

.client.ge { width: 53px; height: 32px; background-image:url(/img/clients/ge.png); }
.client.ge:hover { background-position: 0px -32px; }

.client.okfn { width: 109px; height: 30px; background-image:url(/img/clients/okfn.png); }
.client.okfn:hover { background-position: 0px -30px; }

.client.taz { width: 117px; height: 17px; background-image:url(/img/clients/taz.png); }
.client.taz:hover { background-position: 0px -17px; }

.client.abzv { width: 68px; height: 29px; background-image:url(/img/clients/abzv.png); }
.client.abzv:hover { background-position: 0px -29px; }

.client.ber { width: 99px; height: 20px; background-image:url(/img/clients/ber.png); }
.client.ber:hover { background-position: 0px -20px; }


.dbd .galleria-thumbnails .galleria-image {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    background-color: #fff;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.dbd .galleria-thumbnails .galleria-image.active {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    border-radius: 15px;
}

.galleria-container,
.galleria-stage,
.galleria-stage .galleria-image {
    overflow: visible!important;
}

.galleria-stage .galleria-image img {
    border-radius: 5px;
}

.dbd .galleria-counter {
    display: none;
}

.dbd ol.footnotes {
    color: gray;
    font-size: 11px;
}

.dbd ol.footnotes li {
    line-height: 14px;
}

.dbd .portfolio .thumbnail {
	max-width: 230px;
}

.dbd .portfolio .thumbnail img {
	margin-left: 0;
}

.galleria-image-nav { display: none; }

.galleria-thumbnails-container {
    bottom: -50px;
}

.software .gh img {
    vertical-align: middle;
    opacity: 0.4;
}

.software .gh:hover {
    text-decoration: none;
}
.software .gh:hover img {
    opacity: 1;
}

.small {
    font-size: 11px;
    color: gray;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 30px;
    line-height: 14px;
}

.software li {
    margin-bottom: 8px;
}

.filter ul {
    margin: 0;
    padding: 0;
}

.filter ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
    text-transform: uppercase;
}

.filter ul li a { color: #999; }

.filter ul li a.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.portfolio .foot  .date {
    color: #bbb;
    text-align: center;
}

.portfolio .foot .next, .portfolio .foot .prev {
    font-size: 1.5em;
    line-height: 14px;
    color: #bbb;
}

.portfolio .next:hover,
.portfolio .prev:hover {
    color: #000;
    text-decoration: none;
}

.portfolio .foot .next {
    float:right;
}
.portfolio .foot .prev {
    float: left;
}
.portfolio hr {
    margin-bottom: 9px;
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 780px) {
    .filter {
        text-align: right;
        padding-top: 85px;
        padding-right: 10px;
    }
}

@media only screen and (max-width : 780px) {
    .filter {
        text-align: left;
        padding-top: 20px;
    }
    .filter ul li {
        padding-right: 10px;
        padding-left: 0;
    }
}

