/*
Theme Name: Centralstation Darmstadt
Author: Peter Dieter, Tobias Reitz & Dennis Hingst
*/

/****************************************/
/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/****************************************/
/* init */

html {
    height: 100%;
    position: relative;
    overflow-y: scroll;
}

body {
    height: 100%;
    background: #fff;
}

body,
input,
button,
textarea,
select {
    color: #000;
    font-family: 'omnes-pro', HelveticaNeue, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

input,
button,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}

input[type="text"],
input[type="email"],
textarea,
option,
select,
button
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.hidden {
    display: none;
    visibility: visible !important; /* visual composer fix - er beansprucht .hidden fuer sich */
}

.bluetext {
    color: #0ce; /* hellblau */
}

.largetext {
    font-size: 18px;
}

.smalltext {
    font-size: 14px;
}

.lineabove {
    margin-top: 16px;
    border-top: 1px dotted #a6a6a6;
    padding-top: 16px;
}

.lineabove:first-child {
    margin-top: 0;
}

.linebelow {
    margin-bottom: 16px !important;
    border-bottom: 1px dotted #a6a6a6;
    padding-bottom: 16px;
}

.linebelow:last-child {
    margin-bottom: 0 !important;
}

.spaceabove {
    margin-top: 16px;
}

.spacebelow {
    margin-bottom: 16px;
}

.nospaceabove {
    margin-top: 0;
}

.nospacebelow {
    margin-bottom: 0;
}

.overflowhidden {
    overflow: hidden;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.centertext {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.show-on-mobile {
    display: none !important;
}

.horizontalpadding {
    padding-left: 4px;
    padding-right: 4px;
}

.verticalpadding {
    padding-top: 4px;
    padding-bottom: 4px;
}


/****************************************/
/* headlines */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
    line-height: 1.1;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6
{
    margin-top: 42px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child
{
    margin-top: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1.headline,
h2.headline {
    font-size: 30px;
    margin: 16px 0;
    padding: 16px 0;
    border-bottom: 1px dotted #a6a6a6;
    border-top: 1px dotted #a6a6a6;
    font-weight: 200;
}

h1.headline:first-child,
h2.headline:first-child {
    margin-top: 0;
}

h1.headline:last-child,
h2.headline:last-child {
    margin-bottom: 0;
}


/****************************************/
/* defaults */

strong,
b {
    font-weight: 500;
}

em,
i {
    font-style: italic;
}

ul,
ol {
    list-style: url(img/plus9.png) outside;
    margin-left: 1.2em;
    margin-bottom: 10px;
}

ol {
    list-style: numeric;
}

#header ul,
#top-bar ul,
#footer ul,
#calendar-container ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}


/****************************************/
/* links */

a {
    text-decoration: none;
    color: #0ce;
}

a.neutral,
a.neutral:hover
{
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #0ce;
}

#header a,
#footer-toggle a,
#top-bar-meta a,
a.item-ticketlink,
a.item-eventlink,
a.calendar-item,
.buttontile a,
.headline a
{
    text-decoration: none;
}

.headline a:hover {
    text-decoration: underline;
}


/****************************************/
/* wrapper */

.wrapper {
    max-width: 960px;
    margin: 0 auto;
}


/****************************************/
/* wrapper fuer den sticky footer - wrapt sich um #main-wrapper und schiebt den footer an den unteren rand. nur aktiv mit js */

#stick-to-bottom-outer,
#stick-to-bottom-inner
{
    min-height: 100%;
}


/****************************************/
/****************************************/
/****************************************/
/* sticky top bar */

#main-wrapper {
    padding-top: 40px;
}

#top-bar {
    background: #ddd;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#top-bar-canvas {
    margin: 0 10px;
}

body.sticky #header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 1px;
}

body.sticky #header-nav.sticky #sticky-helper {
    max-width: 960px;
    margin: 0 auto;
}

body.sticky #header-nav.sticky .parent {
    float: right;
    margin-right: 0;
}

body.sticky #header-nav.sticky .parent > li > a {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}


/* suchfeld in der top bar */

.header-search {
    width: 164px;
    padding: 0 40px 0 16px;
    background: #8d8d8d;
    position: relative;
    float: left;
}

.header-search-field {
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333;
}

.header-search-submit {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background: #fff url(img/search28.png) center no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
    border-radius: 13px;
}

.header-search-submit:hover {
    background-color: #eee;
}


/* suchfeld mobil - in der navi */

.header-search.show-on-mobile {
    width: auto;
    float: none;
}


/* meta-navi in der top bar */

#top-bar-meta { /* ist ein div mit innerem ul */
    float: right;
    font-size: 12px;
}

body.sticky #top-bar-meta.sticky { /* ist ein div mit innerem ul */
    display: none;
}

#top-bar-meta li {
    display: inline-block;
    margin-left: 16px;
    height: 40px;
    line-height: 40px;
}

#top-bar-meta a {
    color: #777;
}

body.desktop #top-bar-meta a:hover {
    color: #333;
}


/****************************************/
/****************************************/
/****************************************/
/* header */

#header {
    position: relative;
    margin: 0 10px 20px;
}


/* logo im header */

#header-logo {
    display: inline-block;
    background: #000;
    padding: 20px;
    width: 180px;
    vertical-align: top;
}

#header-logo img {
    display: block;
    max-width: 100%;
}


/* hauptnavigation */

body.desktop #mobile-header-nav-wrapper {
    display: block !important;
}

#header-nav {
    position: absolute;
    top: 65px; /* optisch auf einer linie mit dem schriftzug im logo */
    left: 220px;
    right: 0;
    font-size: 18px;
    text-transform: uppercase;
}

#header-nav a {
    color: #000;
    display: block;
    white-space: nowrap;
}

#header-nav .parent {
    float: right;
    margin-right: -12px; /* gleicht padding des  menupunktes aus */
}

#header-nav .parent > li {
    float: left;
    position: relative;
}

body.desktop #header-nav .parent > li:hover {
    background: #eee;
}

#header-nav .parent > li > a {
    padding: 10px 12px;
}

#header-nav .sub-menu {
    display: none;
    background: #eee;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    padding: 10px 12px;
    line-height: 24px;
    min-width: 160px;
}

#header-nav .parent > li.last-visible .sub-menu {
    left: auto;
    right: 0;
}

#header-nav .parent > li:hover .sub-menu {
    display: block;
}

#header-nav li:last-of-type {
    margin: 0;
}

body.desktop #header-nav .sub-menu a:hover {
    color: #555;
}


/****************************************/
/****************************************/
/****************************************/
/* leinwand */

#canvas {
    overflow: hidden;
}

#canvas p {
    margin-bottom: 10px;
}

#canvas p:last-child {
    margin-bottom: 0;
}

.col.twothirds .element p,
.col.full .element p,
.vc_col-sm-8 .element p,
.vc_col-sm-12 .element p,
.col.twothirds .element ul,
.col.full .element ul,
.vc_col-sm-8 .element ul,
.vc_col-sm-12 .element ul,
.col.twothirds .element ol,
.col.full .element ol,
.vc_col-sm-8 .element ol,
.vc_col-sm-12 .element ol {
    font-size: 18px;
    font-weight: 300;
}

#canvas .col.twothirds .element p,
#canvas .col.full .element p,
#canvas .vc_col-sm-8 .element p,
#canvas .vc_col-sm-12 .element p {
    margin-bottom: 16px;
}

#canvas .col.twothirds .element p:last-child,
#canvas .col.full .element p:last-child,
#canvas .vc_col-sm-8 .element p:last-child,
#canvas .vc_col-sm-12 .element p:last-child {
    margin-bottom: 0;
}


/****************************************/
/****************************************/
/****************************************/
/* rastersystem */

/* zeilen */

.row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}


/* spalten */

.col,
.wpb_column {
    min-height: 1px;
    display: table-cell;
    vertical-align: top;
}

.col.half,
.vc_col-sm-6 {
    width: 50%;
}

.col.quarter,
.vc_col-sm-3 {
    width: 25%;
}

.col.sixth {
    width: 16.66666%;
}

.col.third,
.vc_col-sm-4 {
    width: 33.33333%;
}

.col.twothirds,
.vc_col-sm-8 {
    width: 66.66666%;
}

.col.full,
.vc_col-sm-12 {
    width: 100%;
}


/* zeilen mit ausschliesslich buttons: alle elemente auf 100% hoehe */

.row.buttons .col,
.row.buttons .element,
.row.buttons .wpb_wrapper,
.row.buttons .wpb_column,
.row.buttons .vc_column-inner,
.row.buttons .item,
.row.buttons .item-eventlink
{
    height: 100%;
}

.row.buttons
{
    margin-bottom: 20px;
}

.row.buttons .element
{
    margin-bottom: 0;
}


/* visual composer element wrapper */

.element {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.element-youtube-container { /* responsive video */
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.element-youtube-container iframe { /* responsive video */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.element-image {
    width: 100%;
    display: block;
}

.element img
{
    max-width: 100%;
}


/* fotocredit */

.image-credit {
    font-size: 13px;
    position: absolute;
    background: rgba(255,255,255,0.3);
    transition: background 0.4s;
    padding: 2px 4px;
    bottom: 10px;
    right: 10px;
    cursor: default;
}

.image-credit:hover {
    background: rgba(255,255,255,1);
}


/* pdf download element */

.element-pdf-download {
    display: block;
    height: 100%;
    position: relative;
    min-height: 100px;
}

.element-pdf-download img {
    display: block;
}

.element-pdf-download-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    background: rgba(32,32,32,0.7);
    line-height: 1;
    padding: 10px 12px;
    font-weight: 300;
    font-size: 30px;
}

.element-pdf-download-text1 {
    display: block;
    color: #0f0;
}

.element-pdf-download-text2 {
    display: block;
    color: #fff;
}

.element-pdf-download-button {
    position: absolute;
    bottom: 100%;
    right: 0;
}

.vc_col-sm-4 .element-pdf-download-text,
.vc_col-sm-3 .element-pdf-download-text {
    font-size: 16px;
}

.vc_col-sm-4 .element-pdf-download-text1,
.vc_col-sm-3 .element-pdf-download-text1 {
    margin-bottom: 2px;
}

.vc_col-sm-4 .element-pdf-download-text1,
.vc_col-sm-3 .element-pdf-download-text1 {
    margin-bottom: 2px;
}

.vc_col-sm-4 .element-pdf-download-button .button,
.vc_col-sm-3 .element-pdf-download-button .button {
    font-size: 16px;
    line-height: 30px;
    padding-left: 0;
}

.vc_col-sm-4 .element-pdf-download-button .button:before,
.vc_col-sm-3 .element-pdf-download-button .button:before {
    height: 30px;
    width: 40px;
    background-size: 16px 16px;
    margin-left: 0;
    margin-right: 0;
}


/* spezielle styles fuer events in einer slideshow */
.slideshow-item .element
{
    border-left: 0;
    border-right: 0;
    margin: 0;
}


/* ab hier: testen, ob wirklich notwendig! */

.element.no-horizontal-padding {
    border-left: 0;
    border-right: 0;
}

.fake-element { /* nur um die breite zu beschraenken */
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}


/****************************************/
/****************************************/
/****************************************/
/* eventseite */

.event-subtitle {
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 500;
}

.event-social a {
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 16px 16px;
    text-indent: -9999px;
    margin-left: 2px;
}

body.desktop .event-social a:hover {
    opacity: 0.6;
}

.event-social-facebook
{
    background-image: url(img/facebook32.png);
}

.event-social-twitter
{
    background-image: url(img/twitter32.png);
}

.event-stoptext
{
    padding: 10px 12px;
    background: #ddd;
}

.event-archived
{
    padding: 10px 12px;
    background: #eee;
}

.event-rmv
{
    background: #eee url(img/bus48.png) 18px center no-repeat;
    font-size: 14px;
    background-size: 24px 24px;
    min-height: 24px;
    padding: 8px 10px 8px 60px;
}

/* links zu mehr events */

.more-events {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 16px;
}

.more-events .event {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    position: relative;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.more-events .event:nth-of-type(2n) {
    margin-right: 0;
}

.more-events .event:nth-child(3),
.more-events .event:nth-child(4)
{
    margin-bottom: 0;
}

.more-events .event a,
.more-events .event img {
    width: 100%;
    display: block;
}

.event-info
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0ce;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
}

.more-events .event a:hover .event-info
{
    display: block;
}


/* logos unter veranstaltungen */

.logos {
    overflow: hidden;
}

.logo {
    float: left;
    margin-right: 4%;
    width: 22%;
}

.logo:nth-of-type(4n) {
    margin-right: 0;
}

.logo a {
    display: block;
    opacity: 0.8;
}

.logo a:hover {
    opacity: 1;
}

body.desktop .logo a:hover {
    background: #eee;
}

.logo img {
    display: block;
    width: 100%;
}


/* preistabelle */

/* alt start */
.toggle-prices
{
    display: none;
}
body.js .toggle-prices
{
    display: inline-block;
    padding-left: 18px;
    background: url(img/arrow_down_teal24.png) left 5px no-repeat;
    background-size: 12px 12px;
}
/* alt ende */



a.ticket-cta {
    color: #000;
    font-weight: 500;
}

.toggle-sub-prices
{
    display: block;
    color: #000;
    text-decoration: none;
    outline: none;
}

body.js .toggle-sub-prices
{
    padding-right: 18px;
    background: url(img/arrow_down_teal24.png) right 5px no-repeat;
    background-size: 12px 12px;
    cursor: pointer;
}

body.js .toggle-sub-prices.active
{
    background-image: url(img/arrow_up_teal24.png);
}

body.js .toggle-sub-prices:hover
{
    color: #0ce;
}

.prices
{
}

.prices:last-child
{
}

body.js .prices
{
    display: none;
}

.prices table
{
    width: 100%;
    margin-top: 10px;
}

.prices th
{
    text-align: left;
    font-weight: 500;
}

.prices th.cat
{
    width: 50%;
}

.prices th.vvk,
.prices th.ak
{
    width: 25%;
}

.prices .help
{
    cursor: help;
}

.prices th,
.prices td
{
    padding-right: 10px;
}


/* hinweistext fuer altersbeschraenkung etc. */

.notice
{
    background: #eee;
    padding: 8px 10px;
    margin: 16px 0;
    font-size: 14px;
}


/* pfeile rechts und links zu nächstem und vorigem event */

.adjacent-event
{
    position: fixed;
    top: 50%;
    margin-top: -45px;
    z-index: 999;
}

.previous-event
{
    left: 0;
}

.next-event
{
    right: 0;
}

.adjacent-event a
{
    display: block;
    height: 90px;
    background-size: 20px 20px;
}

.adjacent-event .arrow
{
    display: block;
    width: 30px;
    height: 90px;
    text-indent: -9999px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.next-event .arrow
{
    background-image: url(img/arrow_right_white40.png);
    float: right;
}

.previous-event .arrow
{
    background-image: url(img/arrow_left_white40.png);
    float: left;
}

.adjacent-event .image
{
    display: block;
    height: 90px;
    position: relative;
    width: 0;
    transition: width 0.3s;
    overflow: hidden;
}

.next-event .image
{
    float: right;
}

.previous-event .image
{
    float: left;
}

.adjacent-event a:hover .image
{
    width: 140px;
}

.adjacent-event .title
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0ce;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
}

.adjacent-event .image:hover .title
{
    display: block;
}


/****************************************/
/****************************************/
/****************************************/
/* newsseite */

.article-meta {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
}


/****************************************/
/****************************************/
/****************************************/
/* news-teaser */

.news-teaser {
    background: #F4F4F4;
    padding: 44px 12px 12px;
    position: relative;
    box-sizing: border-box;
}

.news-teaser-label {
    padding: 6px 14px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #b8bab4;
    color: #fff;
}

.news-teaser h3 {
    margin-bottom: 6px;
}

a.news-teaser-headline:hover {
    text-decoration: underline;
}


/****************************************/
/****************************************/
/****************************************/
/* vorverkaufsstellen */

#vvk {
    background: #eee;
    width: 100%;
}

#vvk th {
    padding: 10px 12px;
}

#vvk th,
#vvk td {
    text-align: left;
    border: 1px solid #fff;
    vertical-align: top;
}

#vvk thead {
    background: #ddd;
}

#vvk .name {
    width: 40%;
}

#vvk .ort {
    width: auto;
}

#vvk .adresse {
    width: 30%;
}

#vvk .info {
    display: none;
}

#vvk a {
    display: block;
    color: #000;
    padding: 10px 12px;
    text-decoration: none;
}

body.desktop #vvk a:hover {
    color: #000;
    background: #ddd;
}

body.desktop #vvk tbody tr:hover {
    background: #ddd;
}

#cboxLoadedContent .right { /* loading gif waehrend googlemap laedt */
    background: url(img/loading.gif) center no-repeat;
}

#vvk-search-field {
    width: 100%;
    padding: 10px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee url(img/search28_padding.png) right center no-repeat;
    background-size: 26px 14px;
}

body.no-js #vvk-search-field {
    display: none;
}


/****************************************/
/****************************************/
/****************************************/
/* slideshow */

.bx-wrapper {
    position: relative;
    *zoom: 1;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    opacity: 0.6;
}

body.desktop .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.8;
}

.bx-wrapper .bx-prev {
    left: 2%;
    background: url(img/slide_previous64.png) no-repeat;
    background-size: 100% 100%;
}

.bx-wrapper .bx-next {
    right: 2%;
    background: url(img/slide_next64.png) no-repeat;
    background-size: 100% 100%;
}

.slideshow {
    margin: 0;
}

.slideshow-item {
    position: relative;
    display: none;
}

.slideshow-item-1 {
    display: block;
}

.slideshow-item img {
    display: block;
    width: 100%;
}

.slideshow-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    background: rgba(32,32,32,0.6);
    padding: 10px 12px;
}

.slideshow-title {
    color: #fff;
}

.slideshow-caption {
    color: #ccc;
}


/****************************************/
/****************************************/
/****************************************/
/* newsletterformular */

#newsletter-form .field input
{
    background: #dfdfdf;
    padding: 10px 20px;
    width: 240px;
    margin-bottom: 20px;
}
    
#newsletter-submit-wrapper
{
    background: url(img/loading.gif) center no-repeat;
    display: inline-block;
}
    
#newsletter-submit-wrapper.loading button
{
    visibility: hidden;
}
        
#newsletter-submit-wrapper button
{
    background: #000;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

body.desktop #newsletter-submit-wrapper button:hover
{
    background: #333;
}


/****************************************/
/****************************************/
/****************************************/
/* newsletter-störer */

#newsletter-eyecatcher-left {
    width: 40px;
    height: 220px;
    background: #8d8d8d;
    position: fixed;
    top: 40px;
    left: 0;
}

#newsletter-eyecatcher-left a,
#newsletter-eyecatcher-left img {
    width: 100%;
    height: 100%;
    display: block;
}


/****************************************/
/****************************************/
/****************************************/
/* neues newsletterformular für QGNL */

.qgnl-email {
    background: #dfdfdf;
    padding: 10px 20px;
    width: 240px;
}

.qgnl-submit {
    background: #000;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.qgnl-checkbox {
    position: absolute;
    left: -9999px;
}

.qgnl-checkbox + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 500;
}

.qgnl-checkbox + label:after {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url(img/checkbox-unchecked.png);
    top: 6px;
    left: 0;
    opacity: 0.5;
}

.qgnl-checkbox:checked + label:after {
    background-image: url(img/checkbox-checked.png);
    opacity: 1;
}

.qgnl-description {
    display: block;
    padding-left: 30px;
}


/****************************************/
/****************************************/
/****************************************/
/* specials */

/* facebook like box responsive hack */

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


/* pagination */

.pagination {
    position: relative;
}

.pagination-previous {
    position: absolute;
    top: 0;
    left: 0;
}

.pagination-next {
    position: absolute;
    top: 0;
    right: 0;
}


/* programmzeitungsarchivseite */

.item.has-image.pdf .item-eventlink {
    min-height: 50px;
}


/* pressefotos-iframe */

#presse-iframe
{
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.mobile-imprint-link
{
    display: none;
}


/****************************************/
/****************************************/
/****************************************/
/* eventboxen */

.item {
    display: block;
    background: #0ce;
    line-height: 1.1;
    position: relative;
}

.item-eventlink {
    padding: 10px 12px;
    display: block;
}

.item-ticketlink {
    display: block;
    padding: 0 8px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    min-width: 60px;
    text-transform: uppercase;
    font-size: 14px;
    background: #ff0;
    font-weight: 400;
    margin: 7px;
    letter-spacing: 0.5px;
}

.item.has-image .item-ticketlink {
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 100%;
}

a.item-ticketlink
{
    text-decoration: none;
    color: #000;
}

body.desktop a.item-ticketlink:hover,
.item-ticketlink.free
{
    background-color: #ddd;
}

.item-ticketlink.free
{
    cursor: default;
}

.item-ticketlink.earlybird:before
{
    content: '%';
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    top: 0;
    right: 100%;
    margin-right: 2px;
    background: #ff0;
    font-size: 15px;
}

.item span { /* datum, artist, ... */
    display: block;
    color: #000;
}

.item .item-category {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.item .item-date {
    color: #ff0;
}

.item .item-artist {
    margin-top: 2px;
    color: #000;
}


/* eventboxen mit va-bild */

.item-image { /* bilder in eventboxen */
    display: block;
    width: 100%;
}

.item.has-image { /* bei events mit foto */
    position: absolute;
    bottom: 0;
    height: auto;
    line-height: 1;
    left: 0;
    right: 0;
    background: #333;
    background: rgba(32,32,32,0.7);
}

.item.has-image .item-category,
.item.has-image .item-artist {
    color: #fff;
}


/* groessere elemente haben etwas groessere schrift */

.col.twothirds .item.has-image,
.col.half .item.has-image,
.vc_col-sm-8 .item.has-image,
.vc_col-sm-12 .item.has-image {
    font-size: 30px;
}

.row.nested-row .item.has-image,
.row.nested-row .item.has-image {
    font-size: inherit;
}

.col.twothirds .item.has-image .item-artist,
.col.half .item.has-image .item-artist,
.vc_col-sm-8 .item.has-image .item-artist,
.vc_col-sm-12 .item.has-image .item-artist,
.col.twothirds .item.has-image .item-date,
.col.half .item.has-image .item-date,
.vc_col-sm-8 .item.has-image .item-date,
.vc_col-sm-12 .item.has-image .item-date {
    font-weight: 200;
}

.row.nested-row .item.has-image .item-artist,
.row.nested-row .item.has-image .item-date {
    font-weight: inherit;
}

.col.twothirds .item.has-image .item-artist,
.col.half .item.has-image .item-artist,
.vc_col-sm-8 .item.has-image .item-artist,
.vc_col-sm-12 .item.has-image .item-artist {
    margin-top: 0;
}

.row.nested-row .item.has-image .item-artist {
    margin-top: 2px;
}


/****************************************/
/****************************************/
/****************************************/
/* programmzeitung pdf-archiv */

.programmzeitung-wrapper {
    overflow: hidden;
    border: 0;
}

.programmzeitung-issue {
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.programmzeitung-issue span {
    display: block;
}


/****************************************/
/****************************************/
/****************************************/
/* kontaktformular */

.contactform-label {
    display: block;
    text-transform: uppercase;
    padding: 16px 20px 10px;
}

.contactform-label:first-child {
    padding-top: 0;
}

.contactform-field-container {
    padding: 0 20px;
    background: #dfdfdf;
}

.contactform-field,
.contactform-textarea {
    padding: 10px 0;
    width: 100%;
}

.contactform-textarea {
    min-height: 200px;
    resize: none;
}

.contactform-textarea-container {
    background: #dfdfdf url(img/textarea_fold58.png) bottom right no-repeat;
    background-size: 29px 29px;
}

.contactform-error {
    text-transform: uppercase;
    color: #f00;
    padding-bottom: 10px;
    display: none;
    cursor: default;
}

.contactform-submit-wrapper
{
    margin-top: 20px;
    display: inline-block;
    background: url(img/loading.gif) center no-repeat; /* wird vom button ueberdeckt */
}

.contactform-submit-wrapper.loading .contactform-submit
{
    visibility: hidden;
}

.contactform-submit {
    background: #000;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

body.desktop .contactform-submit:hover {
    background: #333;
}

.contactform-submit-error {
    text-transform: uppercase;
    color: #f00;
    display: inline;
    padding: 10px 0 10px 20px;
}

.contactform-submit-message
{
    color: #FF0000;
    margin-top: 20px;
    text-transform: uppercase;
}


/****************************************/
/****************************************/
/****************************************/
/* link tiles */

.buttontile {
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 10px 12px;
}

.buttontile-link,
.buttontile-link:hover {
    text-decoration:none;
}

.buttontile.yellow {
    background: #ff0;
}

.buttontile.white {
    background: #fff;
    border: 1px solid #dbdbdb;
}

.buttontile.white a {
    padding: 9px 11px; /* wegen des 1px-rahmens */
}

.buttontile.black {
    background: #000;
    color: #fff;
}

.buttontile.black a {
    color: #fff;
}

.buttontile span {
    display: block;
}

.buttontile .buttontile-title {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 4px;
    color: #0ce;
}

.buttontile.black .buttontile-title {
    color: #ff0;
}

.buttontile.yellow .buttontile-title {
    color: #f00;
}

.buttontile-teaser { /* textfeld unter dem button */
    padding: 10px 12px 0;
}


/****************************************/
/****************************************/
/****************************************/
/* kalender */

/* suchformular */

body.no-js .calendar-search {
    display: none;
}

.calendar-search {
    height: 40px;
    position: relative;
    padding: 0 53px 0 16px;
    background: #eee;
}

.calendar-search-field {
    font-size: 16px;
    background: #eee;
    line-height: 40px;
    width: 100%;
    height: 40px;
}

.calendar-search-submit {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    width: 26px;
    text-indent: -9999px;
    background: #fff url(img/search28.png) center no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
    border-radius: 13px;
}

body.desktop .calendar-search-submit:hover {
    background-color: #eee;
}

ul#calendar-eventlist
{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

/* listenuebersicht */

#calendar-loading {
    display: none;
}

body.js #calendar-loading {
    background: url(img/loading.gif) center no-repeat;
    height: 100px;
    display: block;
}

body.js #calendar-container {
    display: none;
}

#calendar-eventlist {
    overflow: hidden;
}

#calendar-eventlist li {
    border-bottom: 1px dotted #a6a6a6;
    font-size: 20px;
    line-height: 1.1;
}

.calendar-item-container
{
    overflow: hidden;
}

.calendar-item
{
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calendar-item .calendar-title
{
    font-weight: 500;
    color: #0ce;
}

body.desktop a.calendar-item:hover .calendar-title
{
    color: #fff;
}

.calendar-item,
a.calendar-item {
    background: #fff;
    color: #000;
    display: block;
    padding: 14px;
    min-height: 80px;
}

body.desktop a.calendar-item:hover {
    background: #0ce !important; /* kaempft gegen javascript */
}

.calendar-item.highlight
{
    background: #eee;
    padding-left: 174px;
    position: relative;
    min-height: 126px;
}

.calendar-item.highlight .highlight-image
{
    position: absolute;
    left: 18px;
    top: 18px;
    max-width: 140px;
}

#calendar-eventlist li span {
    display: block;
}

#calendar-eventlist .calendar-date {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

#calendar-eventlist .calendar-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.calendar-ticketlink
{
    float: right;
    display: block;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    min-width: 96px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 14px 24px 14px 14px;
    background: #ff0;
    font-weight: 400;
    z-index: 999;
    position: relative;
    letter-spacing: 0.5px;
}

a.calendar-ticketlink
{
    text-decoration: none;
    color: #000;
}

.calendar-ticketlink.free,
body.desktop a.calendar-ticketlink:hover
{
    background-color: #ddd;
}

.calendar-ticketlink.free
{
    cursor: default;
}

.calendar-ticketlink.earlybird:before
{
    content: '%';
    display: block;
    position: absolute;
    height: 28px;
    width: 28px;
    top: 0;
    right: 100%;
    margin-right: 2px;
    background: #ff0;
    font-size: 18px;
}

/* listenansicht im archiv */

ul#calendar-eventlist.is-archive li
{
    border-bottom: 1px solid #fff;
}

ul#calendar-eventlist.is-archive .calendar-item
{
    background: #ddd;
}

ul#calendar-eventlist.is-archive .calendar-title
{
    color: #000;
}

/* kachelansicht */

.calendar-item-tile
{
    position: relative;
    width: 50%;
    margin-bottom: 20px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calendar-item-tile .item-date
{
    font-size: 21px;
}


/* monatsauswahl am rand */

#calendar {
    background: #0ce;
}

#calendar.is-archive {
    background: #ddd;
}

#calendar select {
    border: 0;
    margin: 0 6px;
    padding: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    color: #000;
}

#calendar select option {
    color: #000;
}

.ui-datepicker-header {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

/*
.ui-datepicker-calendar {
    display: none;
}
*/

.ui-datepicker-prev,
.ui-datepicker-next
{
    width: 30px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

body.desktop .ui-datepicker-prev:hover,
body.desktop .ui-datepicker-next:hover
{
    opacity: 0.5;
}

.ui-datepicker-prev {
    float: left;
    background: url(img/arrow_left24.png) center no-repeat;
    background-size: 12px 12px;
}

.ui-datepicker-next {
    float: right;
    background: url(img/arrow_right24.png) center no-repeat;
    background-size: 12px 12px;
}

/* wenn es nicht weiter bzw zurueck geht, buttons ausblenden */
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    visibility: hidden;
}


/* button "aktueller monat" */

#calendar-currentmonth-button
{
    background: #000;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: none;
}


/* veranstaltungsfilter */

body.no-js #calendar-filters {
    display: none;
}

#calendar-filters-head {
    height: 40px;
}

#calendar-filters-link {
    display: block;
    line-height: 40px;
    overflow: hidden;
    padding: 0 12px 0 44px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: #eee url(img/arrow_down_black40.png) 12px center no-repeat;
    background-size: 20px 20px;
}

#calendar-filters-search-link {
    display: none;
}

body.desktop #calendar-filters-link:hover {
    background-color: #ddd;
}

#calendar-filters-body {
    background: #eee;
    padding: 10px 12px;
    border-top: 6px solid #fff;
    overflow: hidden;
    display: none;
}

#calendar-filters-body label {
    display: block;
    float: left;
    width: 31.33333%;
    margin: 6px 1%;
}

#calendar-filters-search-body {
    display: none;
    border-top: 6px solid #fff;
}


/* ansicht im kalender umschalten */

#calendar-viewmode {
    float: right;
    background: #fff;
    overflow: hidden;
}

#calendar-viewmode a {
    background-color: #eee;
    height: 40px;
    width: 40px;
    display: block;
    float: right;
    margin-left: 6px;
    text-indent: -9999px;
    background-size: 100% 100%;
}

#calendar-viewmode-list
{
    background-image: url(img/view_list80.png);
}

#calendar-viewmode-tiles
{
    background-image: url(img/view_tiles80.png);
}

body.desktop #calendar-viewmode a:hover,
#calendar-viewmode a.active {
    background-color: #ccc;
}


/* button "nächster monat" */

body.no-js #calendar-nextmonth-button,
body.no-js #calendar-showall-button
{
    display: none;
}

body.js #calendar-nextmonth-button,
body.js #calendar-showall-button
{
    background: #000;
    color: #fff;
    display: block;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    margin-top: 19px;
    text-align: center;
    cursor: pointer;
}


/****************************************/
/****************************************/
/****************************************/
/* footer */

#footer {
    background: #000;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 0;
}


/* toggle fuer den footer, nur mit js */

#footer-toggle {
    background: #fff;
    display: none;
}

body.js #footer-toggle {
    display: block;
}

#footer-toggle h3 {
    margin: 0 10px;
}

#footer-toggle a {
    display: block;
    padding: 10px 14px;
    width: 192px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background: #000 url(img/arrow_down_white40_padding.png) right center no-repeat;
    background-size: 34px 20px;
}


/* inhaltsbereich im footer */

#footer-canvas {
    padding: 40px 0;
    overflow: hidden;
    margin: 0 10px;
}

body.js #footer-canvas {
    display: none;
}

#footer-canvas a {
    color: #aaa;
}


/* logo im footer */

#footer-logo {
    float: left;
    width: 16%;
    margin-right: 4%;
}

#footer-logo img {
    max-width: 100%;
}

#footer-logo a {
    display: block;
}

#footer-logo a:first-child {
    margin-bottom: 20px;
}


/* grosse navi im footer */

#footer-nav .show-on-mobile { /* letzter block im footer, die metanavi die mobil im header ausgeblendet wird */
    display: block !important;
}

#footer-nav {
    overflow: hidden;
    /*
    width: 60%;
    float: left;
    margin-right: 4%;
    */
    width: 80%;
}

#footer-nav .parent > li { /* ein kasten fuer jedes untermenue */
    float: left;
    /*
    width: 23%;
    margin: 0 1% 20px;
    */
    width: 14.6%;
    margin: 0 1% 20px;
}

#footer-nav .sub-menu a { /* unterpunkte im menue sind andersfarbig */
    color: #fff;
}

#footer-nav li.footer-first-box {
    width: 29%;
}


/* meta-navi im footer */

#footer-meta {
    text-align: center;
    clear: both;
}

#footer-meta ul {
    display: inline;
}

#footer-meta li {
    display: inline;
}

#footer-meta li:before {
    content: ' | ';
}
































/****************************************/
/* tab set (z.b. fuer kleinen kalender) */

.tabset {
    background: #f4f4f4;
}

.tabset .secondary { /* zunaechst inaktive tab(s) und liste(n) ausblenden */
    display: none;
}

.tabset-head {
    background: #d8dad5;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    border-right: 7px solid #b8bab4;
}

.tabset-head-item {
    padding: 6px 14px;
    display: block;
    float: left;
}

.tabset-head-item.secondary {
    padding: 6px;
}

body.desktop .tabset-head-item:hover {
    background-color: #b8bab4;
    cursor: pointer;
}

.tabset-head-item.active {
    background: #b8bab4;
}

.tabset-body-container {
    border-right: 7px solid #d8dad5;
    overflow-y: auto;
}

body.js.desktop .tabset-body-container.loading {
    background: #fff url(img/loading.gif) center no-repeat;
    min-height: 200px;
    border-right: none;
}

body.js.desktop .tabset-body-container.loading .tabset-body {
    display: none;
}

.tabset-body {
    padding: 6px 14px;
}

.tabset-list {
    list-style: none;
    margin: 0;
    height: 100%;
}

.tabset-list li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #000;
}

.tabset-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

a.tabset-elementlink:hover {
    text-decoration: none;
}

a.tabset-elementlink:hover .title {
    text-decoration: underline;
}

.tabset-list .time {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #f00;
}

.tabset-list a:hover .time {
    text-decoration: none;
}

.tabset-list .title {
    display: block;
    color: #000;
}

.tabset-list .location {
    color: #00aeff;
    display: block;
}


/****************************************/
/****************************************/
/****************************************/
/* galerie */

.gallery {
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

.gallery-primary {
    width: 64.66666%;
    margin: 0 10px;
    float: left;
    background: url(img/loading.gif) center no-repeat;
    min-height: 200px; /* ??? */
    margin-bottom: 20px;
}

.gallery-secondary {
    width: 33.33333%;
    float: left;
    overflow: hidden;
}

.gallery-item {
    width: 44%;
    margin: 0 3% 20px;
    float: left;
}

.gallery-item.large {
    width: 94%;
}

.gallery-item a,
.gallery-item img,
.gallery-primary img,
.gallery-primary iframe {
    width: 100%;
    display: block;
}

.gallery-item a.vimeo,
.gallery-item a.youtube {
    position: relative;
}

.gallery-item a.vimeo:before,
.gallery-item a.youtube:before {
    position: absolute;
    height: 64px;
    width: 64px;
    top: 50%;
    left: 50%;
    margin-left: -29px;
    margin-top: -29px;
    content: '';
    display: block;
    background: url(img/play128.png) center no-repeat;
    background-size: 64px 64px;
}


/****************************************/
/* buttons (ticket, pdf, ...) */

.button {
    display: block;
    background: #ff0;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 54px;
    overflow: hidden;
    padding: 0 12px;
    color: #000;
}

a.button {
    color: #000;
}

a.button:hover {
    text-decoration: none;
}

.button:before {
    content: '';
    display: none;
    width: 60px;
    height: 54px;
    border-right: 1px solid transparent;
    margin-right: 12px;
    margin-left: -12px;
    float: left;
}

.button.ticket:before {
    display: block;
    background: url(img/cart64.png) center no-repeat;
    background-size: 32px 32px;
}

.button.ticket.earlybird:before {
    background-image: url(img/cart_white64.png);
    content: '%';
    text-align: center;
    font-size: 38px;
}

.button.free,
.button.sold-out {
    background: #ddd;
}

.button.free:before {
    display: block;
    background: url(img/heart64.png) center no-repeat;
    background-size: 32px 32px;
}

.button.pdf:before {
    display: block;
    background: url(img/file64.png) center no-repeat;
    background-size: 32px 32px;
}















#calendar table {
    width: 100%;
    color: #eee;
}

#calendar th {
    color: #fff;
    line-height: 30px;
    height: 30px;
}

#calendar th,
#calendar td {
    width: 14%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

#calendar th:first-child,
#calendar td:first-child {
    border-left: 0;
}

#calendar th:last-child,
#calendar td:last-child {
    border-right: 0;
}

#calendar tr:last-child th,
#calendar tr:last-child td {
    border-bottom: 0;
}

#calendar table a {
    color: #000;
    display: block;
    line-height: 30px;
    height: 30px;
}

body.desktop #calendar table a:hover {
    color: #000;
    text-decoration: none;
    background: #bbb;
}

#calendar table .ui-datepicker-today a {
    background: #ff0;
}




















/****************************************/
/* mobile optimierung */

/* auf eventseite die weiter-/zurück-buttons ausblenden, bevor sie den text überlagern */

@media only screen and (max-width: 1040px)
{


.adjacent-event
{
    display: none;
}


} /* @media */




/* newsletter-button am linken rand ausblenden, sobald er den content ueberlagern wuerde */

@media only screen and (max-width: 1023px)
{


#newsletter-eyecatcher-left {
    display: none;
}


} /* @media */




/* wenn der platz fuer die navi zu klein wird, rutscht sie unter das logo */

@media only screen and (max-width: 900px)
{


body
{
    min-height: 2px;
}

#header
{
    margin-bottom: 0;
}

#header-nav
{
    position: static;
}

#header-nav .parent
{
    float: left;
    margin-right: 0;
}

#header-nav:after
{
    display: block;
    content: '';
    clear: both;
}

.adjacent-event
{
    display: none;
}


} /* @media */



/* alles unter ipad-groesse im portraetformat */

@media only screen and (max-width: 767px)
{

body
{
    min-height: 1px;
}

.show-on-mobile {
    display: block !important;
}

.hide-on-mobile {
    display: none !important;
}

.lineabove {
    margin-top: 10px;
    padding-top: 10px;
}

.linebelow {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.spaceabove {
    margin-top: 10px;
}

.spacebelow {
    margin-bottom: 10px;
}

#header,
#header-logo,
#header-nav,
.element,
h1.headline,
h2.headline,
.more-events .event {
    margin-bottom: 10px;
}

.more-events {
    margin-top: 10px;
}

#main-wrapper {
    padding-top: 0;
}


/* boxensystem */

.row {
    /* der fix fuer kaputtes pixel rounding in safari wird im mobile view wieder entfernt */
    display: block;
    width: auto;
}

.col,
.wpb_column {
    display: block;
}

.col.quarter,
.col.sixth,
.col.third,
.col.half,
.col.twothirds,
.col.full,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-6,
.vc_col-sm-8,
.vc_col-sm-12 {
    width: auto;
}

.spacer {
    display: none;
}

/* zeilen mit ausschliesslich buttons sehen mobil aus wie jede andere */

.row.buttons .col,
.row.buttons .element,
.row.buttons .wpb_wrapper,
.row.buttons .wpb_column,
.row.buttons .item,
.row.buttons .item-eventlink
{
    height: auto;
}

.row.buttons
{
    margin-bottom: 0;
}

.row.buttons .element
{
    margin-bottom: 10px;
}

/* header */

#top-bar {
    display: none;
}

#mobile-search-field { /* das suchfeld in der navi */
    font-size: 17px;
    padding: 10px 0;
    height: 22px;
    line-height: 22px;
}

#mobile-search-submit {
    top: 50%;
    margin-top: -13px;
}

#header-logo {
    display: block;
    width: auto;
    padding: 20px 30px;
}

#header-logo img {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
}

/* hauptnavigation */

#mobile-header-nav-wrapper {
    display: none;
}

#header-nav-buttons {
    overflow: hidden;
}

#header-nav a#header-calendar-link,
#header-nav a#header-nav-toggle
{
    padding: 10px 16px;
    margin-bottom: 1px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

#header-nav a#header-calendar-link
{
    background: #ff0;
    border-right: 5px solid #fff;
}

#header-nav a#header-nav-toggle
{
    background: #0ce url(img/navi40_padding.png) right center no-repeat;
    background-size: 36px 20px;
    border-left: 5px solid #fff;
}

#header-nav {
    font-size: 17px;
    position: static;
}

#header-nav .parent {
    float: none;
    margin-right: 0;
}

#header-nav .parent > li,
#header-nav .sub-menu > li {
    float: none;
    background: none;
}

#header-nav .parent > li > a
{
    position: relative;
    line-height: 22px;
}

#header-nav .parent > li > a > .header-nav-dropdown
{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: url(img/arrow_down_black40_padding.png) right center no-repeat;
    background-size: 36px 20px;
}

#header-nav .sub-menu > li {
    position: static;
}

#header-nav .parent > li:hover {
    background: none;
}

#header-nav .sub-menu {
    display: none;
    position: static;
    background: none;
    padding: 0;
    min-width: 0;
    line-height: 19px;
}

#header-nav .parent > li:hover .sub-menu {
    display: none;
}

#header-nav .parent > li > a,
#header-nav .sub-menu > li > a {
    display: block;
    padding: 10px 16px;
}

#header-nav a {
    white-space: normal;
    background: #4AE5FF;
    margin-bottom: 1px;
}

#header-nav .sub-menu > li > a {
    background: #9EF1FF;
}

#header-nav a:hover,
#header-nav .sub-menu a:hover,
#header-nav li.current-menu-item > a {
    color: #000;
}


/* vorverkaufsstellen */

#vvk thead {
    display: none;
}

#vvk table
#vvk tr,
#vvk th,
#vvk td.name,
#vvk td.adresse,
#vvk td.ort {
    display: block;
    border: 0;
    width: auto;
}

#vvk td.name a {
    padding-bottom: 0;
}

#vvk td.adresse a {
    padding-top: 0;
    padding-bottom: 0;
}

#vvk td.ort a {
    padding-top: 0;
}

#vvk tr {
    display: block;
    border-bottom: 1px solid #fff;
}

#vvk a {
    height: auto !important;
}


/* kontaktformular */

.contactform-submit {
    margin-top: 16px;
}


/* newsletterformular */

.newsletter-form label.topic
{
    width: auto;
    padding-right: 0;
    float: none;
    margin-bottom: 10px;
}

.newsletter-form label.topic:last-child
{
    margin-bottom: 0;
}


/* kalender */

#calendar-slidebar
{
    position: static !important;
    width: auto !important;
}

#calendar-filters-link,
#calendar-filters-search-link {
    padding: 10px 16px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 17px;
    text-transform: uppercase;
}

#calendar-filters-link {
    background: #eee url(img/arrow_down_black40_padding.png) right center no-repeat;
    background-size: 36px 20px;
    border-right: 5px solid #fff;
    float: left;
}

#calendar-filters-link:before {
    display: none;
}

#calendar-filters-search-link {
    background: #eee url(img/search32_padding.png) right center no-repeat;
    background-size: 32px 16px;
    border-left: 5px solid #fff;
    float: right;
    display: block;
    color: #000;
    text-decoration: none;
}

#calendar-filters-body label {
    float: none;
    width: auto;
    margin: 10px 0;
}

.col.twothirds .item.has-image,
.col.half .item.has-image,
.vc_col-sm-8 .item.has-image,
.vc_col-sm-12 .item.has-image,
.col.twothirds .item.has-image .item-date,
.col.twothirds .item.has-image .item-artist,
.col.half .item.has-image .item-date,
.col.half .item.has-image .item-artist,
.vc_col-sm-8 .item.has-image .item-date,
.vc_col-sm-12 .item.has-image .item-date,
.vc_col-sm-8 .item.has-image .item-artist,
.vc_col-sm-12 .item.has-image .item-artist {
    font-size: 16px;
    font-weight: 400;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    display: none;
}

body.js #calendar-nextmonth-button {
    margin-top: 9px;
}

body.js #calendar-showall-button {
    margin-top: 10px;
}

#calendar-viewmode {
    display: none;
}

/* kachelansicht gibt es eigentlich auf dem smartphone nicht, es sei denn, jemand zieht seinen browser kleiner */
.calendar-item-tile
{
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
}

.calendar-item-tile:nth-last-child(2)
{
    margin-bottom: 10px;
}

/* highlights mobil ohne eventfotos anzeigen */

.calendar-item.highlight
{
    background: #eee;
    padding-left: 14px;
    min-height: 0;
}

.calendar-item.highlight .highlight-image
{
    display: none;
}


/* programmzeitung pdf-archiv */

.programmzeitung-issue {
    width: auto;
    float: none;
    margin-bottom: 20px;
}

.programmzeitung-issue:last-child {
    margin-bottom: 0;
}

/* pdf download element */

.element-pdf-download img {
    width: 100%;
}

.element-pdf-download-text {
    font-size: 16px;
}

.element-pdf-download-button .button {
    font-size: 16px;
    line-height: 30px;
    padding-left: 0;
}

.element-pdf-download-button .button:before {
    height: 30px;
    width: 40px;
    background-size: 16px 16px;
    margin-left: 0;
    margin-right: 0;
}

/* footer */

#footer {
    font-size: 14px;
    line-height: 30px;
}

#footer-toggle a {
    width: auto;
}

#footer-logo {
    display: none;
}

#footer-nav {
    width: auto;
    float: none;
    margin: 0;
}

#footer-nav .parent > li {
    width: 44%;
    margin: 0 3% 20px;
}

#footer-meta {
    margin: 0 3%;
}
















.mobile-imprint-link
{
    display: inline;
}




.tabset-body-container {
    height: auto !important; /* ueberschreibt javascript */
}


/* gallery */

.gallery-primary {
    margin: 0 0 16px 0;
    width: 66.6666%;
}

.gallery-secondary {
    margin: 0;
}

.gallery-item {
    width: 44%;
    margin: 0 0 16px 6%;
    float: left;
}

.gallery-item.large {
    width: 94%;
}



} /* @media */

/* kontakte */
.kontakt-modul {
	padding-bottom: 16px;	
}
.kontakt-modul h3{
    margin-bottom: 8px;
    margin-top: -16px;
}
.kontakt-modul .desc{
	min-height: 4em;
    margin-bottom: 8px;
}
.kontakt-modul i {
	width: 20px;
	display: inline-block;	
}