/*
    
    ~~~ 1. BASICS
    ~~~    1.1. HEADLINES
    ~~~ 2. HEADER
    ~~~    2.1 METANAV
    ~~~    2.2 MULTIBOX
    ~~~    2.3 MAINNAV
    ~~~ 3. CONTENT
    ~~~    3.1 LISTEN
    ~~~    3.2 FORMULARE
    ~~~ 4. SIDEBAR (EVENTS)
    ~~~ 5. FOOTER
    ~~~ 6. CLASS 
    ~~~ 7. BANNER 
    ~~~ 8. FONT FACE
    ~~~ 9. MEDIA QUERY
    
*/

/* === 1. BASICS  ================================================================= */

#multibox input,
#multibox .stadtwahl .dropdown,
#footer .social li:before,
#footer .regions .radio {
    background: url(../bilder/layout/sprite.png);
}

root { 
    display: block;
}

html {
    border-top: 8px solid #313233;
    background: #f0f1f2;
}

body {
    overflow-x: hidden;
    color: #7d7e80;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #fff;
    background: #f0f1f2;
}

a:hover {
    color: #e2000f;
}

#wrapper {
    margin-bottom: 50px;
}

#wrapper img {
    border-top: 1px solid #313233;
    border-bottom: 2px solid #313233;
}

#wrapper #content img, #wrapper aside .box.content img {
    width: 100%;
}

iframe {
    max-width: 100%;
    width: 100%;
    border-bottom: 2px solid #313233;
}

.banner-oben iframe, .banner iframe {
    border: none;
}

aside.large-4 {
    position: relative;
}

/* ========================= 1.1. HEADLINES  ================================================================= */

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6, .headline h4 a {
    float: left;
    margin: 0;
    color: #6e7073;
    text-transform: lowercase;
    letter-spacing: -0.04em;
}

#content .headline h1, #content .headline .h1 {
    padding: 14px 0 11px;
    line-height: 38px;
    font-size: 38px;
}

#content .headline h1 .red, #content .headline .h1 .red {
    font-size: 45px;
}

#content .headline h2, #content .headline .h2 {
    padding: 14px 0 11px;
    line-height: 35px;
    font-size: 35px;
}

#content .headline h2 .red, #content .headline .h2 .red {
    font-size: 42px;
}

#content .headline h3 {
    padding: 15px 0 10px;
    line-height: 30px;
    font-size: 30px;
    font-weight: 300;
    text-transform: lowercase;
}

#content .headline h3 .red {
    font-size: 37px;
    letter-spacing: -0.07em
}

#content .headline h4 {
    padding: 15px 0 8px;
    line-height: 27px;
    font-size: 27px;
}

#content .headline h4 .red {
    font-size: 34px;
}

#content .headline h5 {
    padding: 15px 0 8px;
    line-height: 24px;
    font-size: 24px;
}

#content .headline h5 .red {
    font-size: 31px;
}

#content .headline h6 {
    padding: 15px 0 8px;
    line-height: 21px;
    font-size: 21px;
}

#content .headline h6 .red {
    font-size: 28px;
}

#content .box.content h4 {
    margin: 0 0 6px;
    color: #313233;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

aside .headline h4 {
    padding: 17px 0 11px;
    line-height: 35px;
    font-size: 35px;
}

aside .headline h4 .red {
    font-size: 45px;
}

aside .headline h5 {
    padding: 20px 0 15px;
    line-height: 27px;
    font-size: 27px;
}

aside .headline h5 .red {
    font-size: 37px;
}

aside .headline h6 {
    padding: 20px 0 10px;
    line-height: 23px;
    font-size: 23px;
}

aside .headline h6 .red {
    font-size: 33px;
}

/* === 2. HEADER  ================================================================= */

#header {
    margin-bottom: 15px;
}

#header-wrapper {
    width: 970px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    border: 1px solid #dcdcde;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #f7f7f7;
}

#header-top {
    position: relative;
    margin-bottom: 0px;
}

#logo {
    position: relative;
    display: inline-block;
}

#logo .slogan {
    position: absolute;
    left: 9%;
    bottom: -10%;
    color: #313233;
    font-size: 12px;
    text-transform: uppercase;
}

/* ========================= 2.1. METANAV  ================================================================= */

#metanav {
    padding: 9px 0 0;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#metanav li {
    display: inline;
}

#metanav li:after {
    content: "|";
    margin: 0 2px 0 4px;
}

#metanav li:last-child:after {
    display: none;
}

#metanav a {
    color: #6e7073;
}

#metanav a:hover {
    color: #e2000f;
}

/* ========================= 2.2. MULTIBOX  ================================================================= */

#multibox {
    margin: -1px 0 0;
}

#multibox form {
    float: right;
    margin: 0;
}
#multibox .search {
    margin: 0 4px 0 0;
}

#multibox .search input {
    float: left;
    margin: 0;
    height: 23px;
    line-height: 23px;
    color: #d7d7d9;
    font-size: 10px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
}

#multibox .search input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#multibox .search .input-text {
    padding: 0 0 5px 10px;
    width: 131px;
    background-position: 0 -5px;
}

#multibox .search .input-submit {
    width: 28px;
    text-indent: -9999px;
    background-position: -136px -5px;
}

#multibox .ticketshop {
    margin: 0;
    float: right;
    margin-right: 4px;
    width: 138px;
    height: 22px;
    background-image: none;
    background-color: #313233;
    border: 1px solid #313233;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
}

#multibox .ticketshop a {
    display: block;
    width: 136px;
    position: absolute;
    margin: 0;
    padding: 2px 0;
    line-height: 18px;
    color: #a9a9a9;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
}

#multibox .ticketshop:hover {
    background-color: #3e4041;
    border: 1px solid #3e4041;
    border-top: none;
}

#multibox .ticketshop:hover a {
    color: #f0f1f2;
}

#multibox .epaper {
    margin: 0;
    float: right;
    margin-right: 4px;
    width: 138px;
    height: 22px;
    background-image: none;
    background-color: #313233;
    border: 1px solid #313233;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
}

#multibox .epaper a {
    display: block;
    width: 136px;
    position: absolute;
    margin: 0;
    padding: 2px 0;
    line-height: 18px;
    color: #a9a9a9;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1000px) {
    #multibox {
        width: 100%;
    }

    #header-top .large-4 {
        width: 100%;
    }

    #metanav {
        text-align: center;
    }

    #multibox .ticketshop {
        display: inline-block;
        float: none;
    }

    #multibox .epaper {
        display: inline-block;
        float: none;
    }

    #multibox form {
        display: inline-block;
        float: none;
    }
}

#multibox .epaper:hover {
    background-color: #3e4041;
    border: 1px solid #3e4041;
    border-top: none;
}

#multibox .epaper:hover a {
    color: #f0f1f2;
}

#multibox .stadtwahl select {
    display: none;
}

#multibox .stadtwahl .dropdown {
    margin: 0;
    width: 138px;
    height: 22px;
    border: none;
    background-image: none;
    background-color: #e2000f;
    border: 1px solid #e2000f;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#multibox .stadtwahl .dropdown .selector:after {
    display: none;
}

#multibox .stadtwahl .dropdown .current {
    margin: 0;
    padding: 1px 25px 0 19px;
    line-height: 18px;
    color: #f5f5f5;
    font-size: 10px;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

#multibox .stadtwahl .dropdown .selector {
    height: 23px;
    cursor: pointer;
}

#multibox .stadtwahl .dropdown ul {
    top: 22px;
    z-index: 10;
}

/* ========================= 2.3. MAINNAV  ================================================================= */

#mainnav {
    position: relative;
    float: right;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#mainnav li {
    float: left;
    list-style: none;
}

#mainnav a {
    display: block;
    padding: 0 26px 0 8px;
    height: 46px;
    line-height: 46px;
    color: #313233;
    background: url(../bilder/layout/mainnav-trenner.png) no-repeat right top;
}

#mainnav a.town {
    background: none;
}

#mainnav li:last-child a {
    padding-right: 0;
    background: none;
}

#mainnav a:hover {
    color: #e2000f;
}

#mainnav ul ul {
    position: absolute;
    right: 0;
    top: 46px;
    font-size: 12px;
}

#mainnav ul ul li {
    display: inline;
    margin: 0 0 0 28px;
}

#mainnav ul ul a {
    display: inline;
    padding: 0;
    line-height: 20px;
    background: none;
}

#subnav {
    position: relative;
    float: right;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

#subnav li {
    float: left;
    list-style: none;
}

#subnav a {
    color: #313233;
}

#subnav li:last-child a {
    padding-right: 0;
}

#subnav a:hover {
    color: #e2000f;
}

#subnav ul li {
    display: inline;
    margin: -2px 0 0 24px;
}

#subnav ul li:first-child {
    display: inline;
    margin: -2px 0 0 0;
}

#subnav ul a {
    display: inline;
    padding: 0;
    line-height: 20px;
    background: none;
}


/* === 3. CONTENT  ================================================================= */

/* ========================= 3.1. LISTEN  ================================================================= */

.list .entry {
    margin: 0 0 15px;
}

.list .entry:hover {
    background: #EBEBEB;
}

.list .entry:last-of-type {
    margin: 0;
}

.list h4 a {
    color: #313233;
}

.list .top-left {
    position: relative;
    width: 30%;
    float:left;
}

.list .top-left time {
    font-size: 11px;
}

.list .top-left .location {
    font-weight: 700;
    color: #6e7073;
    font-size: 12px;
}

.list .top-right {
    width: 66%;
    font-size: 12px;
    float: right;
    position: relative;
}

.list .left:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e2000f;
}

.list .left {
    position: relative;
    width: 30%;
}

.list div.right {
    width: 66%;
    font-size: 12px;
}

.list div.right * {
    line-height: 18px;
}

.list div.right a {
    color: #7d7e80;
}     

.event-article h4 {
    margin: 0 !important;
    padding-top: 3px !important;
    line-height: 15px !important;
}

.event-article .left:before {
    top: 1px;
}

.event-article .left img {
    margin-top: 4px;
}

.event-article .red {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    background: #e2000f;
    color: #fff;
    padding: 1px 3px;
    border-radius: 2px;
}

/* ========================= 3.1. FORMULARE  ================================================================= */


textarea {
    height: 14em !important;
}

/* === 4. SIDEBAR (EVENTS)  ================================================================= */

#sidebar-events {
    padding-right: 0;
    text-transform: uppercase;
}

#sidebar-events .box {
    padding-left: 12px;
    padding-right: 12px;
}

#sidebar-events .box.content {
    padding-top: 12px;
}

#sidebar-events .headline h4 {
    font-size: 32px;
}

#sidebar-events .event {
    padding: 5px 0 10px;
    border-bottom: 1px solid #dcdcde;
}

#sidebar-events .event:last-of-type {
    padding-bottom: 0;
    border: none;
}

#sidebar-events .event p {
    margin: 0;
}

#sidebar-events .event .time {
    color: #e2000f;
    font-size: 11px;
    font-weight: 800;
}

#sidebar-events .event .title {
    position: relative;
    margin: 0 0 2px;
    padding: 0 0 7px;
    line-height: 14px;
    color: #313233;
    font-size: 14px;
}

#sidebar-events .event .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e2000f;
}

#sidebar-events .event .location {
    color: #6e7073;
    font-size: 11px;
    font-weight: 800;
}

#sidebar-events .event .city {
    color: #313233;
    font-size: 9px;
    font-weight: 800;
}

#sidebar-events .highlight {
    padding: 5px 0 10px;
    border-bottom: 1px solid #dcdcde;
}

#sidebar-events .highlight p {
    margin: 0;
}

#sidebar-events .highlight .date {
    white-space: nowrap;
    display: inline;
    padding: 0 8px;
    line-height: 24px;
    color: #f0f1f2;
    font-size: 17px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #232425;
}

#sidebar-events .highlight .date time:before {
    content: " · ";
}

#sidebar-events .highlight .city-big {
    margin: 0 0 15px;
    color: #313233;
    font-size: 12px;
    font-weight: 800;
}

#sidebar-events .highlight .picwrapper {
    position: relative;
    margin: 0 0 1px;
}

#sidebar-events .highlight .picwrapper .time {
    position: absolute;
    left: 0;
    top: 4px;
    padding: 0 5px;
    line-height: 17px;
    color: #e2000f;
    font-size: 11px;
    font-weight: 800;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; 
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; 
    border-bottom: 1px solid #0c0e13;
    background: rgba(227,228,230,0.85);
}

#sidebar-events .highlight .picwrapper .tagestipp {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    line-height: 15px;
    color: #f0f1f2;
    font-size: 9px;
    font-weight: 800;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; 
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    background: #db0413;
}

#sidebar-events .highlight .title {
    position: relative;
    color: #f0f1f2;
    font-size: 14px;
}

#sidebar-events .highlight .title span {
    float: left;
    margin: 0 0 1px;
    padding: 0 5px;
    line-height: 24px;
    background: #232425;
}

#sidebar-events .highlight .title span:last-of-type {
    padding-right: 12px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#sidebar-events .highlight .location {
    position: relative;
    top: -2px;
    display: inline;
    margin: -1px 0 1px;
    padding: 0 5px;
    clear: both;
    line-height: 18px;
    color: #313233;
    font-size: 11px;
    font-weight: 800;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #e4e5e7;
}

#sidebar-events .highlight .location:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e2000f;
}

#sidebar-events .highlight .city {
    display: inline;
    position: relative;
    top: -4px;
    padding: 0 5px;
    line-height: 15px;
    color: #e2000f;
    font-size: 9px;
    font-weight: 800;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #e4e5e7;
}

#sidebar-events .highlight .text {
    line-height: 18px;
    color: #7d7e80;
    font-size: 12px;
    text-transform: none;
}

/* === 5. FOOTER  ================================================================= */

#footer {
    position: relative;
    padding: 50px 0 30px;
    border-top: 4px solid #c9ccce;
    text-transform: uppercase;
    background: #d4d7d9;
}

#footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}

#footer-top {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 0 15px;
}

#footer-top:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #f2f3f4;
    background: #bbbdbf;
}

#footer .scroller-container {
    position: relative;
}

#footer .scroller {
    position: absolute;
    top: -55px;
    right: 15px;
    display: block;
    padding: 0 0 0 10px;
    width: 50px;
    height: 22px;
    line-height: 22px;
    color: #494b4d;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px; 
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 2px solid #bec0c2;
    background: #f0f1f2;
}

#footer .scroller:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #494b4d;
}

#footer h6 {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    color: #494b4d;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#footer h6 .red {
    line-height: 0;
    color: #e2000f;
    font-size: 32px;
    font-family: 'gochi_handregular';
    letter-spacing: 0.02em;
}

#footer h6:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #f2f3f4;
    background: #bbbdbf;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #6e7073
}

#footer a:hover {
    color: #313233;
    font-weight: bold
}

#footer .regions .radio-container {
    line-height: 22px;
    font-size: 11px;
}

#footer .regions .radio:hover + .city, #footer .regions .active .city {
    color: #313233;
    font-weight: bold;
}

#footer .regions .radio {
    float: left;
    margin: 5px 8px 0 0;
    width: 12px;
    height: 12px;
    background-position: 0 -116px;
}

#footer .regions .active .radio, #footer .regions .radio:hover {
    background-position: -17px -116px;
}

#footer .regions .city {
    float: left;
}

#footer .service ul {
    float: left;
    margin: 0 30px 0 0;
    width: 165px;
    line-height: 22px;
    font-size: 11px;
}

#footer .service ul:last-of-type {
    margin: 0;
}

#footer .service li {
    padding: 0 0 0 16px;
    list-style: none;
    background: url(../bilder/layout/footer-arrow.png) no-repeat left 5px;
}

#footer .social {
    font-size: 11px;
}

#footer .social li {
    position: relative;
    padding: 0 0 0 33px;
    line-height: 30px;
    list-style: none;
}

#footer .social li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
}

#footer .social li.facebook:before {
    background-position: 0 -83px;
}

#footer .social li.twitter:before {
    background-position: -31px -83px;
}

#footer .social li.newsletter:before {
    background-position: -62px -83px;
}

#footer .social li.rss:before {
    background-position: -93px -83px;
}

#footer .copy p {
    display: inline-block;
    margin: 0 2px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-family: 'gochi_handregular';
}

#footer .copy ul {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
}

#footer .copy ul:before {
    content: " · ";
    margin: 0 2px;
}

#footer .copy li {
    display: inline;
}

#footer .copy li:first-child:after {
    content: " | ";
    margin: 0 2px;
}

#footer .creater {
    font-size: 10px;
    text-align: right;
}

#footer .creater p {
    font-weight: 600;
}

/* === 6. CLASS  ================================================================= */

.left {
    float: left;
}

.right {
    float: right;
}

.text-col {
    float: left;
    width: 63%;
}

.image-col {
    float: right;
    width: 33%;
}

.image-col figcaption {
    margin-top: -20px;
}

.image-col figcaption * {
    line-height: 22px;
    color: #343434;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.image-col img {
    margin-bottom: 20px;
}

img.banner, .banner img {
    border: none !important;
}

.box {
    margin: 0 0 17px;
    padding: 19px 17px 19px 18px;
    font-size: 14px;
    border: 1px solid #dcdcde;
    border-bottom: 2px solid #dcdcde;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; 
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; 
    background: #f7f7f7;
}

.box.headline {
    overflow: hidden;
    position: relative;
    margin: 0 0 4px;
    padding: 0 19px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px; 
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px; 
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; 
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; 
}

.box.headline:after {
    content: "";
    visibility: visible;
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: block;
    width: 50px;
    height: 5px;
    background: #e2000f;
}

aside .box.headline:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: block;
    width: 40px;
    height: 4px;
    background: #e2000f;
}

.box.headline .red {
    line-height: 0;
    font-family: 'gochi_handregular';
}

.box.headline * {
    margin: 0;
}

.box.content.with-footer {
    border-bottom-width: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box.footer {
    margin: -16px 0 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.red {
    color: #e2000f;
}

.button {
    position: relative;
    display: block;
    line-height: 28px;
    color: #6e7073;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #c8cacc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background: #f0f1f2;
}

#content .button {
    display: inline-block;
    min-width: 120px;
    padding: 0 20px;
}

#content .button.right {
    float: right;
}

.button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    border: 1px solid #f5f6f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button:hover {
    background: #f4f4f4;
}

.headline .button {
    margin: 20px 0 0;
}

.clear:after, .box:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}

.box.content.pagination {
    margin: 0 0 1px;
    border-bottom-width: 1px;
}

.box.pagination ul {
    float: right;
    margin: -11px 0;
    text-align: center;
}

.box.pagination.footer ul {
    margin: -2px 0;
}

.box.pagination.fotos ul {
    width: 100%;
}

.box.pagination.fotos li {
    float: right;
    margin: 0 0 0 5px;
    list-style: none;
}

.box.pagination.fotos .archiv{
    float: left;
    margin: 0 0 0 5px;
    list-style: none;
}

.box.pagination li {
    float: left;
    margin: 0 0 0 5px;
    list-style: none;
}

.box.pagination a {
    display: block;
    padding: 0 10px;
    height: 26px;
    line-height: 24px;
    color: #6e7073;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #c8cacc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f0f1f2;
}

.box.pagination a:hover {
    color: #e2000f;
}

.box.pagination a:before {
    content: "» ";
}

.mediadaten-pdf {
    float: left;
    width: 50%;
}

#wrapper #content .mediadaten-pdf img.pdf {
    float: left;
    margin: 5px 5px 0 0;
    border: none !important;
    width: 50px;
}

ul.normal {
    margin: 0 0 25px 40px;
}

/* === 7. BANNER  ================================================================= */

.banner.bigsize, .banner.billboard {
    margin: 0 0 30px;
    text-align: center;
}

.banner.bigsize > div {
    margin: 0 auto !important;
}

.banner.halfpage {
    position: absolute;
    right: -305px;
    top: 0;
}

.banner.skyscraper {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    top: 0px;
    right: -510px;
    width: 500px;
}

.banner.wallpaper {
    position: relative;
    margin: 0 0 15px;
    text-align: right;
    margin-left: 195px;
    min-height: 90px;
}

.banner.wallpaper > div {
    left: 80px;
}

.banner.wallpaper img.deep {
    margin: 0 -20px 0 0;
}

.banner.wallpaper img.high {
    position: absolute;
    top: 0;
    right: -165px;
}

aside .banner {
    display: block;
    margin: 0 auto 17px;
}

.info .location, .subinfo .location {
    color: #C8CACC;
    font-weight: 600;
}

#sidebar-events .location a {
    color: #6e7073;
    font-weight: 700;
}

.changePage {
    padding: 0 0 0 4px;
    height: 26px;
    line-height: 25px;
    color: #6e7073;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #c8cacc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f0f1f2;
    margin: 0;
}

.featured {
    position: relative;
}

.featured figcaption {
    bottom: 50px;
    left: 0;
    padding: 0;
    text-transform: uppercase;
    background: none;
}

.featured figcaption p {
    display: inline-block;
    margin: 0 0 1px;
    padding: 0 14px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.featured .piste {
    position: absolute;
    top: 20px;
    padding: 0 14px;
    line-height: 18px;
    color: #f0f1f3;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #d90210;
}

.featured figcaption .category {
    position: relative;
    line-height: 21px;
    color: #313233;
    font-size: 12px;
    font-weight: 800;
    background: #d8dadb;
}

.featured figcaption .category:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    height: 3px;
    background: #e2000f;
}

.featured figcaption .title {
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    background: rgba(24,26,25,0.95);
    color: white !important;
}

.featured .text {
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    font-size: 13px;
    text-transform: none;
}

.featured figcaption .subtitle {
    line-height: 35px;
    color: #e2000f;
    font-size: 26px;
    font-weight: 300;
    background: rgba(24,26,25,0.95);
}

.featured figcaption .info {
    line-height: 20px;
    font-size: 12px;
    background: #e0e1e2;
}

.featured figcaption .info .date {
    color: #6e7073;
    font-weight: 800;
}

.featured figcaption .info .date time {
    color: #313233;
}

.featured figcaption .city, .featured figcaption .city-news {
    color: #e2000f;
    font-weight: 800;
}

.featured figcaption .location {
    color: #313233;
    font-weight: 600;
}

.featured figcaption .info .date:after, .featured figcaption .info .city:after {
    content: " · ";
    margin: 0 1px;
    color: #3d3e3f;
}

.content .content-ul {
    margin-left: 1.4em;
}

.captcha {
    text-align: center !important;
}

.captcha img {
    border: none !important;
}

/* === 8. FONT FACE  ================================================================= */

@font-face {
    font-family: 'gochi_handregular';
    src: url('../font/gochihand-regular-webfont.eot');
    src: url('../font/gochihand-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/gochihand-regular-webfont.woff') format('woff'),
        url('../font/gochihand-regular-webfont.ttf') format('truetype'),
        url('../font/gochihand-regular-webfont.svg#gochi_handregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* === 9. MEDIA QUERY  ================================================================= */

@media only screen and (max-width: 800px) and (min-width: 768px) {
    #multibox .search .input-submit {
        margin-left: -4px   
    }
    #multibox .search {
        top: 5px;
        right: 150px;
    }
    #multibox .stadtwahl {
        top: 5px;
        right: 10px;
    }
    #mainnav {
        margin-top: 12px !important;
    }
    #mainnav.with-subnav {
        margin-bottom: 30px;
    }
    #logo .slogan {
        font-size:10px !important;
    }
    .headline h1, .headline h2 {
        font-size: 33px;
    }
    .headline h1 .red, .headline h2 .red {
        font-size: 40px;
    }
    .headline h4 {
        font-size: 27px;
    }
    .headline h5 {
        font-size: 23px;
    }
    .headline h5 .red {
        font-size: 30px;
    }
}

@media only screen and (max-width: 820px) and (min-width: 790px) {
    #multibox .search {
        position: absolute;
        top: 0;
        right: 150px;
    }
    #multibox .stadtwahl {
        top: 0;
        right: 10px;
    }
}

@media only screen and (max-width: 1010px) and (min-width: 768px) {
    #sidebar-events {
        display: none !important;
    }
    #content {
        left: 0;
        width: 66.6667%;
    }
    #content.large-10 {
        width: 100%;
    }
    #mainnav {
        font-size: 13px;
    }
    #mainnav a {
        padding: 0 20px 0 2px;
        height: 40px;
        line-height: 40px;
    }

    aside .headline h4 {
        line-height: 26px;
        font-size: 26px;
    }

    aside .headline h4 .red {
        font-size: 36px;
    }

    aside .headline h5 {
        line-height: 24px;
        font-size: 24px;
    }

    aside .headline h5 .red {
        font-size: 34px;
    }

    aside .headline h6 {
        line-height: 22px;
        font-size: 22px;
    }

    aside .headline h6 .red {
        font-size: 32px;
    }
    .list div.right * {
        font-size: 14px;
        line-height: 20px;
    }
    .list h4 {
        margin: 0 0 13px !important;
    }
    .headline .button {
        margin: 15px 0 0;
    }
}

@media only screen and (max-width: 800px) {

    #header {
        margin: 0 0 20px;
    }

    #header-top {
        margin: 0 0 40px;
    }

    #metanav {
        text-align: center;
    }

    #multibox {
        text-align: center;
    }

    #multibox form {
        float: none;
        display: inline-block
    }

    #multibox .search .input-text {
        padding-bottom: 0;
        height: 28px;
        line-height: 28px;
        background-position: 0 0;
    }

    #multibox .search .input-submit {
        height: 28px;
        background-position: -136px 0;
    }

    #multibox .stadtwahl .dropdown .current {
        line-height: 18px;
        text-align: left;
    }

    #multibox .stadtwahl .dropdown ul {
        top: 29px;
    }

    #mainnav {
        float: none;
        margin: 50px 0 0;
        text-align: center;
    }

    #mainnav.with-subnav {
        margin-bottom: 40px;
    }

    #mainnav li {
        float: none;
        display: inline-block;
    }

    #mainnav a {
        display: inline-block;
    }

    #mainnav ul ul {
        width: 100%;
        text-align: center;
    }

    #header-bottom {
        text-align: center;
    }

    .button {
        float: right;
        display: inline-block;
        margin-left: 3px;
        padding: 0 20px;
    }

    #sidebar-events {
        padding-right: 0.9375em;
    }

    #footer h6 {
        text-align: center;
    }

    #footer .columns {
        margin: 0 0 20px;
    }

    #footer .columns.service {
        margin: 0;
    }

    #footer .service ul {
        float: none;
        margin: 0 auto 20px !important;
    }

    #footer .social ul {
        margin: 0 auto;
        width: 190px;
    }

    #footer .copy, #footer .creater {
        margin: 0;
        text-align: center;
    }
    #footer .scroller {
        left: 50%;
        margin: 0 0 0 -25px;
    }
    .list div.right * {
        font-size: 13px;
        line-height: 20px;
    }
    .list .entry {
        margin: 0 0 20px;
    }
    .list h4 {
        margin: 0 0 13px !important;
    }
    .box.pagination.footer {
        min-height: 41px;
    }
    .box.pagination.footer ul {
        margin: -4px 0 0;
    }
    .review-gallery .foto-infos-container {
        height: 45px;
    }
    #sidebar-events .highlight .date {
        font-size: 20px;
        line-height: 27px;
    }
    #sidebar-events .highlight .city-big {
        font-size: 15px;
    }
    #sidebar-events .highlight .picwrapper .tagestipp {
        font-size: 11px;
        line-height: 17px
    }
    #sidebar-events .highlight .location {
        font-size: 14px;
        line-height: 21px;
    }
    #sidebar-events .highlight .city {
        font-size: 12px;
        line-height: 18px;
    }
    #sidebar-events .highlight .text {
        font-size: 15px;
        line-height: 21px;
    }
    #sidebar-events .event .time {
        font-size: 14px;
    }
    #sidebar-events .event .title {
        font-size: 19px;
        line-height: 21px;
    }
    #sidebar-events .event .location {
        font-size: 14px;
    }
    #sidebar-events .event .city {
        font-size: 12px;
    }

}

@media only screen and (max-width: 610px) {
    #mainnav ul ul {
        top: 105px;
    }
    #mainnav.with-subnav {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 486px) {
    .location-detail .adress .right {
        clear: left;
        float: none !important;
        text-align: left;
    } 
}

/* ==== Auslagestellen CSS ====================================================== */

.auslage-list li {
    margin: 0 0 8px;
    list-style: none;
}

.auslage-list span {
    float: left;
    line-height: 30px;
    color: #313233;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #c8cacc;
    background: #f0f1f2;
}

.auslage-list .name {
    position: relative;
    margin: 0 1px 0 0;
    padding: 0 10px;
    width: 92%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.auslage-list .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    bottom: 1px;
    width: 30px;
    height: 2px;
    background: #e2000f;
}

.auslage-list .number {
    width: 43px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}


.blog-list .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 10px 1px 0;
    text-transform: uppercase;
    background: rgba(24, 26, 25, 0.95)
}

.blog-list .info p {
    margin: 0;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #373838;
}

.blog-list .info p:first-of-type {
    border-top: none
}

.blog-list .info p:last-of-type {
    border-bottom: none
}

.blog-list .info .date {
    line-height: 17px;
    color: #C8CACC;
    font-size: 11px;
    font-weight: 800;
}

.blog-list .info .date time:before {
    content: " · "
}

.blog-list .info .title {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}

.blog-list .info .subinfo {
    line-height: 16px;
    color: #C8CACC;
    font-size: 11px;
    font-weight: 800;
}

.blog-list .info .subinfo .city {
    color: #E2000F;
}

.blog-list .info .subinfo .location:before {
    content: " · "
}

@media only screen and (max-width: 767px) and (min-width: 570px) {  

    .blog-list .info .date {
        line-height: 20px;
        font-size: 13px;
    }

    .blog-list .info .title {
        line-height: 28px;
        font-size: 20px;
    }
    .blog-list .info .subinfo {
        line-height: 20px;
        font-size: 13px;
    }

}

@media only screen and (max-width: 767px) {  

    .blog-list .info {
        width: 100%;
        bottom: -30px;
    }

}


.blog-info {
    position: relative;
    display: inline-block;
    margin: 0 0 10px -19px !important;
    padding: 0 10px 0 10px;
    line-height: 20px;
    color: #313233;
    font-size: 12px;
    font-weight: 800;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; 
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; 
    background: #e4e5e7;
}

.blog-info a {
    color: #313233;
}

.blog-info:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e2000f;
}

.ul {
    padding: 0 0 0 30px;
}



.models .left {
    width: 50%;
}

.models .right {
    width: 50%;
}

.models .left img {
    float: left;
}

.models .left .hauptbild {
    width: 60%;
}

.models .left .zeitschrift {
    width:31%;
    margin-left: 0.8em;
}

.models .right {
    width: 50% !important
}

.model-detail span {
    width: 70%;
    float: left;
    min-height: 22px;
}

.model-detail .model-column {
    width: 30%;
    float: left;
}

.model-detail .sponsor {
    border: none !important;
    max-width:260px;
    max-height:100px;
}

.model-images a {
    margin-right: 0.5em;
}

.model-images img {
    border: none !important;
}

.model-images a:last-of-type {
    margin-right: 0em;
}

.event .hidden {
    display: none;
}

.box.content.with-footer.events {
    padding: 0 !important;
}
.box.content.with-footer.events .event.hover {
    padding: 12px !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 96px;
}

.white-beam {
    width: 31px;
    background: url(../bilder/content/white-beam.png); 
    position: absolute;
    height: 95px;
    z-index: 100;
    margin-top: -12px;
    margin-left: 107px;
}

#nextNavPoints, #prevNavPoints {
    margin-left:10px;
    padding: 0 5px !important;
    border-radius: 4px !important;
    background: #313233 !important;
    color: #a9a99d !important;
    cursor: pointer !important;
}

#nextNavPoints img, #prevNavPoints img {
    margin-top:-3px;
}

.werbelinks .werbe-titles {
    display: inline-block;
}

.werbelinks .werbe-title {
    float:left;
    border: 1px solid #dcdcde;
    background: #f7f7f7;
}

.werbelinks a {
    padding: 0px;
    display: block;
    cursor:pointer;
    font-size: 10px;
}

.werbelinks .werbe-content {
    display:none;
    border: 1px solid #dcdcde;
    background: #f7f7f7;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 2px;
}

#captchaReload {
    cursor: pointer;
}

.stadtwahl-select {
    width: 100%;
}

.logo-mobile {
    position: relative;
    margin: 10px auto;
    z-index: 2;
}

#slider-previews.slider-previews-mobile .entry-wrapper {
    width: 49%;
    margin: 0 2% 0 0;
}

#slider-previews.slider-previews-mobile .entry-wrapper:nth-child(2n) {
    margin: 0;
}

#slider-previews.slider-previews-mobile .entry {
    height: auto;
    margin-bottom: 1em;
    word-wrap: break-word;
}

#slider-previews.slider-previews-mobile .entry:last-of-type {
    margin-bottom: 1em;
}

.highlights-mobile {
    list-style-type: none;
}

.highlights-mobile figure {
    position: relative;
}

.highlights-mobile figcaption {
    position: absolute;
    bottom: 2em !important;
}

.highlights-mobile figcaption .title {
    font-size: 1em !important;
}

.highlights-mobile img {
    margin-bottom: 1.25em;
}


#footer-top.mobile {
    margin-bottom: 0px;
}

form.custom .custom.dropdown {
    z-index: 100;
}

form.custom .custom.dropdown.open ul {
    z-index: 100;
}

.mobile-nav {
    margin: 15px 0 !important;
}

.sub-nav-mobile {
    float: none !important;
    text-align: center;
}

.sub-nav-mobile ul li {
    float: none !important;
    display: inline-block !important;
}

figcaption .title {
    color: #fff !important;
}

#captchaReload img {
    width: 25px;
}

#captcha {
    width: 150px !important;
}

.captcha #captcha {
    width: 150px !important;
}

.werbePopup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 100000000;
    top: -9px;
}

.werbePopupInner {
    margin: 0 auto;
    width: 180px;
    padding: 10px;
    border: 1px solid #dcdcde;
    border-bottom: 2px solid #dcdcde;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f7f7f7;
    margin-top: 30px;
}

#closePopup {
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.silvester-span {
    left: 40%;
    position: absolute;
    width: 60%;
}

.green {
    color: #4D9B35;
}

.red {
    color: #BB3838;
}

.silvester-columns .columns {
    margin-bottom: 10px;
}

.featured .text p {
    padding: 0;
    display: block;
}

#FEM_WALL_DIV {
    left: 808px !important;
    z-index: 0 !important;
}

#Top_Flash_FEM_DIV {
    left: 80px !important;
    z-index: 0 !important;
}
.fancybox-overlay {
    z-index: 10000000 !important;
}

.location-detail.news-detail iframe {
    margin: 4px 0 0 10px;
}

.location-detail .fb_iframe_widget iframe {
    margin: 4px 0 0 10px;
}


.box.headline.search {
    padding: 10px 9px 10px 10px;
}

.gsc-input input, .gsc-input input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.gsc-input-box {
    border: none !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background: url('') no-repeat center center #CCCCCC !important;
    height: 28px !important;
    margin-top: 4px !important;
}

.search-icon {
    margin-top:-3px;
}

div.gsc-selected-option-container.gsc-inline-block {
    width: 76px !important;
}

table.gsc-table-result {
    border: none !important;
}

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    padding-right: 0 !important;
}

.gsc-table-result td {
    padding-top: 0 !important;
}

.gsc-table-cell-snippet-close, .gsc-table-cell-snippet-open {
    padding-left: 7px !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #2ba6cb !important;
    text-decoration: none !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    text-decoration: none !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #A0A0A0 !important;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #333 !important;
    font-size: 12px !important;
    line-height: 17px !important;
}

.gs-web-image-box-portrait img.gs-image {
    border: none !important;
}

.gsc-wrapper iframe {
    margin: 0 !important;
    border: none !important;
}

.gsc-resultsHeader {
    display: none;
}

table.gsc-search-box, .gsc-control-cse, .gsc-results table, .gsc-webResult.gsc-result, .gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: #f7f7f7 !important;
    border: none !important;
}

.gsc-control-cse {
    border: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #A0A0A0 !important;
}

#content .box.content .tagcloud h4 {
    margin: 0px 4px 4px 4px;
    color: #696969;
    font-size: 13px;
}

#content .box.content .tagcloud {
    margin: 0 0 20px 0;
    border: 1px solid #dcdcde;
    padding: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.tagcloud .tag {
    display: block;
    float: left;
    border: 1px solid #dcdcde;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tagcloud .tag.tag1 {
    border: 1px solid #E0E0E0;
    background: #F7F7F7;
}

.tagcloud .tag.tag2 {
    border: 1px solid #c8cacc;
    background: #f5f5f5;
}

.tagcloud .tag.tag3 {
    border: 1px solid #c8cacc;
    background: #F2F2F2;
}

.tagcloud .tag.tag4 {
    border: 1px solid #c8cacc;
    background: #f0f1f2;
}

.box.content.facebook-box {
    padding: 9px;
}

.box.content.facebook-box iframe {
    width: 100% !important;
}

.box.content.facebook-box #likebox-wrapper * {
    width: 100% !important;
}

.ticketlink-termine {
    color: #BB3838;
}

#content .button.ticketshop-button {
    background: #BB3838;
    color: #fff;
    border: 1px solid #E2000F;
    box-shadow: none;
}

#content .button.ticketshop-button:hover {
    background: #A32D2D;
}

#header-top > .large-6.columns {
    width: auto;
    float: left;
}

#header-top > #multibox {
    width: auto;
    float: right;
}

#wrapper #content .button.button-facebook {
    background-color: #3b5998;
    color: #fff;
    border: 1px solid #3b5998;
    cursor: pointer;
}

#wrapper #content .button.button-facebook img {
    width: auto;
    border: none;
    height: 16px;
    margin-top: -2px;
}

span.news-time {
    font-size: 12px;
    color: #a7a7a7;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.text-center {
    text-align: center;
}

#sidebar-events .event.warning {
    color: #856404;
    background-color: #fff3cd !important;
    white-space: normal;
    height: auto;
}