/* Always force a scrollbar in non-ie and advanced fontsmoothing */
html { 
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}


body {
    color: #efefef;
    background-color: #000;
    margin-top: 0;
}

body, p {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
    margin: 0 0 .5em;
}

p.initial:first-letter {
    float: left;
    font-size: 3.2em;
    font-weight: normal;
    line-height: 0.8em;
    margin-right: 4px;
    padding: 2px;
    display: inline-block;
    vertical-align: top;
    font-family: "Times New Roman",Georgia,Serif;
}



section {
    position: relative;
    padding-top: 4em;
    margin-top: 0px;
    margin-bottom: -.5em;
}

section.pressestimme {
    margin-bottom: 1em;
}

.jumpmark {
    position: absolute;
    top: -60px;
    width: 1px;
    height: 1px;
    display: block;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    color: #fff;
}
h2:after {
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background: #959595;
    margin: .5em 0 1em 0;
}


.definition {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.event {
    list-style: none;
    margin: 0;
}

.event li {
    margin: 0 0 .5em 60px;
    clear: left;
}

.date {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    width: 60px;
    margin: 2px 0 0 -60px;
}

/* carousel --------------------------------- */
.carousel {
    /*width: 620px;
    height: 349px;*/
    padding-top: 1em;
}
.carousel img {
    width: 100%;
}
.carousel-control {
    top: 50%;
    border: 3px solid transparent;
    background: transparent;
    line-height: 26px;
    background:#000;
}
.carousel-control:hover {
    background:#000;
}


/* imageheader --------------------------------- */

#homeBanner {
    height: auto;
    max-height: 450px;
    display: block;
    margin: 0px auto 0 0;
    width: 100%;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
    /*background: url(../img/header_bg.jpg) no-repeat 50% 0;*/
}

#bannerImage {
    width: 100%;
    position: relative;
    top: 0;
}

#bannerText {
    position: absolute;
    bottom: 70px;
    width: 100%;
    max-width: 940px;
}
#bannerText .inner {
    padding: 0 20px;
}

#bannerText h1 img {
    width: 100%;
}
#bannerText h1 span {
    display: none;
}

/*#bannerText h1 {
    font-size: 28px;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Georgia, serif;
    height: 50px;
    width: 940px;
    overflow: hidden;
    text-indent: 999em;
    background: url(../img/headline_de.png) no-repeat 0 0;
}*/


#bannerText p {
    font-size: 18px;
    padding: 10px 0 0 0;
}

/* sub nav */
div.holder {
    /*border-top: 10px solid #eee;*/
    border-bottom: 1px solid #959595;
    padding-top: 10px;
    width: 940px;
    width: 100%;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
}


.subnav-fixed div.holder {
    width: 100%;
}

.nav {
    margin: 0 -30px 12px 0;
    display: inline-block;
}
.subnav {
    background: rgba(0,0,0,.75);
    position: relative;
    z-index: 1000;
    
    -webkit-transform: translate3d(0,0,0);
}
.subnav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0 !important;
}
.subnav-fixed div.holder {
    margin: 0 auto;
}
#subnavPlaceholder {
    /* as it not needed when placing the subnav above the image… */
    display: none;
}
.isHidden {
    display: none;
}
.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: bold;
    
    display: inline-block;
}
.nav-pills > li > a:hover {
    background: none;
    color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover{
    background: none;
}

/* zitate */
blockquote:before {
    content: '„';
    display: block;
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 48px;
    float: left;
    margin: -24px 0 0 -30px;
}
blockquote {
    padding: 0 0 0 30px;
    margin: 0 0 1.5em;
    border-left: none;
}
blockquote footer {
    margin-top: .5em;
}
cite {
    font-size: 12px;
    font-weight: bold;
    color: #ddd;
}

/* pagefooter */
.pageFooter {
    margin: 5em 0 2em 0;
    border-top: 1px solid #959595;
    padding: 1em 0 0 0;
    font-size: 11px;
    
    color: #959595;

}

@media (min-width: 768px) and (max-width: 979px) {
    #bannerText {
        max-width: 724px;
    }
}


@media (max-width: 480px) {
    #homeBanner {
        height: auto;
        max-height: 210px;
        background: #000;
    }
    #bannerText {
        bottom: 12px;
    }
    #bannerText p {
        font-size: 14px;
        padding: 0 0 0 0;
    }
    .subnav {
        margin-top: 0;
        position: relative;
        
    }
    .nav {
        width: auto;
        margin: 0 -15px 12px 0;
        display: inline-block;
        padding: 0 20px;
        
    }
    .nav-pills > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 0;
        padding-left: 0;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-right: 10px;
    }

}



.noPosFixed {
    backgorund: #f00;
}

.noPosFixed .subnav-fixed {
    position: absolute;
    margin-top: 0 !important;
    
    
        -webkit-transition: all.35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    
    
    
    
    
}



