/*************************
 * Kopf-Bereich
 *************************/

#upper_border {
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
    font-size: 0px;
    line-height: 0px;
}

#mobile-header {
    display: none;
    width: 100%;
    min-height: 38px;
    margin-bottom: 10px;
}

#mobile-header #mobile-text {
    height: 38px;
}

#mobile-header #mobile-title {
    float: left;
    display: inline;
    width: 66%;
    text-align: left;
}

#mobile-header #mobile-title-text {
    position:relative;
    top:-6px;
}

#mobile-header #mobile-search-trigger, #mobile-header #mobile-menu-trigger {
    height: 38px;
    width: 38px;
    float: right;
    margin-left: 6px;
    display: inline;
    cursor: pointer;
}

#mobile-header #mobile-search-trigger {
    background: url('/wp-content/themes/ll2014/img/mobile-search.png') top right no-repeat;
    background-size: 100%;
}

#mobile-header #mobile-menu-trigger {
    background: url('/wp-content/themes/ll2014/img/mobile-menu-closed.png') top right no-repeat;
    background-size: 100%;
}

#mobile-header #mobile-search {
    clear: both;
    float: none;
    display: none;
    padding: 2em;
    text-align: center;
    margin-bottom: 20px;
}

#mobile-header #mobile-menu {
    clear: both;
    float: none;
    display: none;
    margin-bottom: 10px;
}

#mobile-header ul > li {
    display: block;
    float: none;
    border-bottom: 1px solid #ccc;
}

#mobile-header ul > li a {
    display: block;
    padding: 0.5em 1em;
    text-align:center;
    background-color: #07c;
    color: #fff;
    font-size: 16px;
}

#header .wrapper {
    position: relative;
}

#header #title {
    display: block;
    height: 95px;
}

#header #search {
    position: absolute;
    width: 300px;
    top: 0px;
    right: 140px;
    height: 40px;
    text-align: right;
}

#searchform form {
    margin: 0;
    padding: 0;
}

#searchform #s {
    width: 200px;
}

#searchform #searchsubmit, #mobile-search #searchsubmit {
    position: relative;
    top: 9px;
}

#header #headerimg {
    position: absolute;
    bottom: 31px;
    right: 5px;
    width: 83px;
    height: 100px;
    background: url('/wp-content/themes/ll2014/img/tux_m.png');
}

#header #title .title, #mobile-header #mobile-title .title {
    font-size: 34px;
    font-weight: bold;
}

#header h2 {
    display:none;
}
#header #navServiceMeta {
    margin-bottom: 30px;
    text-align: right;
}
#header #navServiceMeta ul
#header #navServiceMeta ul > li {
    display: inline-block;
}
#header #navServiceMeta ul li a {
    padding-left: 12px;
    padding-right: 12px;
}
#header #navServiceMeta ul li:last-child a {
    padding-right: 0px;
}
#header #navServiceMeta ul li:before {
    content: '|';
}
#header #navServiceMeta ul li:first-child:before {
    content: '';
}
#header #navPrimary {
    text-align: right;
}
#header #navPrimary ul li:before {
    content: '>';
}
#header #navPrimary ul li a {
    padding-left: 12px;
    padding-right: 12px;
}
#header #navPrimary ul li:first-child:before {
    content: '';
}
#header #navPrimary ul li:last-child a {
    padding-right: 0px;
}

#header #navPrimary ul li:first-child a {
    padding-left: 0px;
}

.topmenu {
    margin-bottom: 1.5em;
}

.topmenu ul {
    border-top: 1px solid #EEE;
    height: 36px;
}

.topmenu ul > li {
    float: left;
    border-top: 1px solid #EEE;
    margin-top: -1px;
    margin-right: 1em;
    border-bottom: 1px solid #EEE;
}

.topmenu ul > li:hover, .topmenu ul > li.active {
    border-top: 1px solid #07C;
    border-bottom: 1px solid #07C;
}

.topmenu ul > li > a {
    display: block;
    padding: 0.5em 1em;
}

/***************************
 * Bühnen-Bereich
 ***************************/

#stage {
/*    display: none; */
    margin-bottom: 15px;
}

#stage img {
    width: 100%;
    height: 230px;
}

/***************************
 * Service-Bereich
 ***************************/

#service {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.1rem;
}

/***************************
 * Kampagnen-Bereich
 ***************************/

#campaigns .cols > div {
    height: 100px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

#campaigns .cols > div img {
    width: 50%;
    height: auto;
    position: absolute;
    left: 25%;
    bottom: 7%;
}

/***************************
 * Footer-Bereich
 ***************************/

#footer {
    width: 100%;
    min-height: 100px;
    text-align: center;
}

#footer .nav {
    padding-top: 30px;
}

#footer #res_area {
    margin: 30px 0px 30px 60px;
    min-height: 120px;
}


/*************************
 * Sidebar
 *************************/

.sidebar {

}

.sidebar ul > li {
    display: block;
    padding-left: 1em;
}

.sidebar ul > li:before {
    content: '\00BB \0020';
    color: #222;
}

.sidebar li.pagenav {
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
}

.sidebar li.pagenav ul {
    font-size: 15px;
    line-height: 140%;
}

