@charset "utf-8";

/**
* @version 1.0
* @author http://www.eventlokal.net
* @copyright Copyright (C) 2012 Lokal für Werbung und Event GmbH All rights reserved
*/

.justMobile {
    display: none;
}


/*Menü Separator*/

div#mainMenu ul li span.separator {
    color: #ffffff;
}


/*Beitragsbild*/

.paddingR2 {
    padding-right: 2%;
}

.pull-left.item-image {
    padding-right: 2%;
}


/*Blog-Layout*/

.items-row {
    margin-bottom: 2.5%;
}

.items-leading {
    margin-bottom: 2.5%;
}


/*Overlay-Fläche*/

figcaption {
    font-size: 180%;
    font-weight: 300;
    font-style: italic;
    line-height: 120%;
}


/*Overlay-Fläche Galerie*/

.caption {
    font-size: 180%;
    font-weight: 300;
    font-style: italic;
    height: 40px;
    line-height: 40px;
}


/*Weiterlesenlink*/

a.uk-position-cover,
a.uk-position-cover:hover {
    color: transparent;
}


/*Bildgalerie zentriert*/

.wk-slideshow {
    margin: auto;
}

.caption {
    background: none repeat scroll 0 0 rgba(210, 226, 45, 0.8) ! important;
}


/*Link - Unsere Arbeiten*/

div#workLink {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 50px;
    left: 47%;
    top: 47%;
}

div#workLink a {
    color: #ffffff;
    font-size: 150%;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}