﻿
.displayblockifsmaller600 {
    display: none;
}


.red {
    color: #d5161b;
}

.bg_grey {
    background: #f5f5f5;
}

.bg_grey_flowers {
    background: #f5f5f5;
    background: url(../img/bg-gastro.jpg);
    /*background-attachment:fixed;*/
}

.bg_red {
    background: #d5161b;
}

.bg_grey {
    background: #f5f5f5;
}

.bg_yellow {
    background: #e9b746;
}

.bg_green {
    background: #8ec282;
}

.bg_blue {
    background: #82c0e8;
}

.stripe_top_upwards {
    background-image: url(../img/stripe-top-upwards.png);
    background-size: 100% 32px;
    height: 32px;
    position: absolute;
    top: -32px;
    width: 100%;
    z-index: 300;
}

.stripe_bottom_downwards {
    background-image: url(../img/stripe-bottom-downwards.png);
    background-size: 100% 32px;
    bottom: -32px;
    height: 32px;
    position: absolute;
    width: 100%;
    z-index: 300;
}

.topline, .subline {
    color: #d5161b;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* LAYOUT */

.bodywrap {
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.section {
    width: 100%;
    /*height: 100vh;*/
}

.wrap {
    margin: 0 auto;
    width: 960px;
}

.col {
    float: left;
    margin: 0 0 0 0;
}

.col.third {
    width: 300px;
}

.col.full {
    width: 960px;
}

.col.gap {
    background: none;
    height: 30px;
    width: 30px;
}

.fullwidth {
    width: 100%;
}

.padding30 {
    padding: 30px 0;
}

.padding50 {
    padding: 50px 0;
}

.top10 {
    margin-top: 10px;
}

.bottom10 {
    margin-bottom: 10px;
}

.horizontal_spacer_30 {
    height: 30px;
    width: 100%;
}

.section.padding30, .flexslider {
    /*border-bottom:1px solid #fff;*/
}

.footer, .push {
    min-height: 150px;
}




@media (max-width: 1000px) {
    .displayblockifsmaller600 {
        display: inline;
    }

    .push {
        height: 0 !important;
        min-height: 0;
    }
}








.footer {
    background: #ececec;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
}

.footer a {
    color: #9c9d9d;
    font-size: 14px;
}

.footer a:hover {
    opacity: 0.5;
}

.footer h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.centered {
    background-color: #eee;
    height: 600px;
    left: 50%;
    margin: -300px 0px 0px -480px;
    position: absolute;
    top: 50%;
    width: 960px;
}

.flexslider, .flexslider .slides, .flexslider .section, .flexslider .wrap, .flexslider .full {
}

.flexslider .section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    overflow: hidden;
}

.flexslider .section img {
    -webkit-transform: scale(1.3);
    opacity: 0;
    transform: scale(1.3);
    transition: all .5s;
}

.flexslider .section.flex-active-slide img {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
}

.flexslider .text {
    bottom: 20px;
    color: #fff;
    left: 0;
    position: absolute;
}



/* NAVIGATION */

.header {
    height: 100px;
    z-index: 101;
}

.header.outofviewport {
    height: 150px;
}

.wsds {
    position: absolute;
    right: 0;
}


@media (max-width: 1000px) {
    .header {
        height: 60px;
    }

    .logo {
        height: 60px;
        margin-left: 16px;
    }
}

.minilogo {
    float: left;
    overflow: hidden;
    transition: .15s;
    width: 0;
}

.minilogo.visible {
    float: left;
    width: 65px;
}

.minilogo img {
    -webkit-transform: scale(0);
    -webkit-transition: .15s;
    margin-top: 17px;
    transform: scale(0);
    transition: .15s;
    width: 44px;
}

.minilogo.visible img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* NAVIGATION */

.nav {
    background: #d5161b; /*BF1517*/
    background: linear-gradient(to bottom, rgba(213, 22, 27, 1) 0%, rgba(191, 21, 23, 1) 100%);
    height: 50px;
    opacity: .95;
    overflow: hidden;
    z-index: 105;
}

.nav.fixed {
    position: fixed;
    top: 0;
    z-index: 501;
}

@media (max-width: 1000px) {
    .nav {
        height: auto;
        opacity: .95;
        z-index: 200;
    }
}

.navigation {
}


.navigation ul {
    list-style: none;
}

.navigation ul li {
    display: inline;
    font-size: 17px;
}

.navigation ul li a {
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0 0 0 0;
    padding: 0 20px;
    text-transform: uppercase;
    transition: 0.1s;
}

.navigation ul li a:hover {
    background: #ececec;
    color: #222;
    transition: 0.1s;
}

.navigation ul li a.current {
    border-bottom: 8px solid #fff;
    color: #fff;
    font-weight: bold;
    height: 42px;
    line-height: 50px;
}

.navigation ul li a.current:hover {
    opacity: 1;
}


.navigation_right {
    position: absolute;
    right: 0;
    width: 300px;
}

.navigation_right ul li a {
    color: #fff;
    float: right;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0 0 0 15px;
}

.navigation_right ul li a:hover {
    background: none;
    color: #fff;
    opacity: .7;
    transition: 0.1s;
}

@media (min-width: 1460px) {
    .navigation ul li a {
    }
}

.searchbutton {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

@media (max-width: 1000px) {
    .searchbutton {
        display: none;
    }
}

.searchbutton:hover {
    opacity: 0.7;
}

.search {
    background: #fafafa;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .1s;
    width: 0;
}

.search.active {
    padding: 0 20px;
    right: 0;
    transition: all .1s;
    width: 920px;
}

@media (min-width: 1460px) {
    .search.active {
        width: 1120px;
    }
}

@media (max-width: 1000px) {
    .search.active {
        width: 100%;
    }
}

.submitbutton {
    color: #d5161b;
    cursor: pointer;
    display: none;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

#search::-webkit-search-cancel-button {
    display: none;
}

#search::-ms-clear {
    display: none;
}

.subnav {
    background: #f3f3f3;
    display: none;
}

#tickets {
    z-index: 500;
}

.iframewrap {
    display: none;
}

.subnav h2 {
    color: #111;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

/*.subnav .wrap{
transform:scale(0.7);
transition:all 0.2s;
}

.subnav .wrap.active{
transform:scale(1);
transition:all 0.2s;
}*/

/* CUSTOM */

.white {
    background: #fff;
}

.subnav .btn_spielort {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    transition: all .1s;
}

.subnav .btn_spielort .subtext {
    color: #333;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
}


.subnav .btn_spielort {
}

.subnav .shows_wrap {
    width: 980px;
}

.subnav .btn_show {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0 20px 20px 0;
    margin-bottom: 20px;
    transition: all .1s;
    width: 174px;
}

.subnav .overlay_text {
    background: #fff;
    bottom: 0;
    color: #555;
    display: none;
    font-size: 15px;
    font-weight: 500;
    left: 0;
    line-height: 19px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.subnav .btn_spielort .overlay_text {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
}

.subnav .btn_show .overlay_text strong {
    color: #d5161b;
}

.subnav .btn_spielort .overlay_text strong {
    color: #333;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1px;
}

.subnav .btn_spielort .overlay_text.hannover {
    background-image: url(../img/btn_map_h.png);
    background-size: 100%;
}

.subnav .btn_spielort .overlay_text { /* FOR DEMO */
    background-image: url(../img/btn_map_h.png);
    background-size: 100%;
}

.subnav .btn_spielort .btn_red {
    bottom: 0px;
    left: 0px;
    padding: 11px 20px;
    position: absolute;
    right: 0px;
}

.subnav .btn_spielort .btn_red:hover {
    background: #d5161b;
    color: #fff;
}

.subnav .btn_spielort .arrow_right:hover:after {
    color: #fff;
}


@media (min-width: 1460px) {
    .subnav .shows_wrap {
        width: 1180px;
    }
}

@media (max-width: 1000px) {
    .subnav .shows_wrap {
        width: 100%;
    }

    .subnav .btn_show {
        margin: 0 0 0 0;
        width: 50%;
    }
}

.btn_red {
    background: #d5161b;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s;
}

.btn_red.ausverkauft {
    background: #aaaaaa;
    color: #444;
    padding: 9px 36px 9px 19px;
}

.datestable .btn_red {
    min-width: 170px;
}

.btn_red:hover {
    background: #fff;
    color: #d5161b;
    transition: all .2s;
}

.btn_red.inactive {
    background: #ccc;
    color: #fff;
    cursor: default;
}

.arrow_right.inactive:hover:after {
    color: #fff;
    right: 10px;
}

.arrow_right {
    padding: 9px 36px 9px 19px;
}

.arrow_right:after {
    color: #fff;
    content: "\f054";
    font-family: 'FontAwesome';
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all .2s;
    z-index: 100;
}

.arrow_right:hover:after {
    color: #d5161b;
    right: 7px;
}

#tickets .btn_red, #gutscheine .btn_red {
    display: block !important;
    padding: 13px 36px 13px 19px;
}

.date {
    background: #fff;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding: 13px 12px 14px 18px;
    width: 270px;
}

.calendericon {
    color: #d5161b;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 13px;
}


@media (min-width: 1460px) {
    .date {
        width: 330px;
    }
}

@media (max-width: 960px) {
    .date {
        width: 230px;
    }
}

@media (max-width: 1000px) {
    .date {
        margin-bottom: 20px;
        width: 100%;
    }
}

.box {
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
}

table.preistabelle {
    font-size: 13px;
}

.preistabelle td {
    padding: 10px 0;
    text-align: center;
}


.preistabelle .box {
    padding: 10px 20px;
}

.preistabelle h2 {
    margin-bottom: 5px !important;
}

.box_grey {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
}

.box_grey h2 {
    color: #111;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box_grey .city {
    font-weight: 700;
    text-transform: uppercase;
}

.box_grey .hotline:before {
    color: #d5161b;
    content: '\f095';
    font-family: 'FontAwesome';
    margin: 0 10px 0 0;
}

.box_grey .btn_tickets_city {
    background: #d5161b;
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 15px -20px -20px -20px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: .2s;
}

.box_grey .btn_tickets_city:before {
    color: #fff;
    content: '\f145';
    font-family: 'FontAwesome';
    margin: 0 10px 0 0;
    transition: .2s;
}

.box_grey .btn_tickets_city:hover {
    background: #fff;
    color: #d5161b;
}

.box_grey .btn_tickets_city:hover:before {
    color: #d5161b;
}

.box_grey .btn_info_show {
    background: #eee;
    color: #333;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 15px -20px -15px -20px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: .2s;
}

.box_show {
    margin-top: 10px;
    padding: 0;
}

.box_show .btn_info_show, .box_show .btn_tickets_city {
    margin: 0 0 -0 0;
}

.box_grey .btn_info_show:before {
    color: #333;
    content: '\f129';
    font-family: 'FontAwesome';
    margin: 0 15px 0 5px;
    transition: .2s;
}

.box_grey .btn_info_show:hover {
    background: #fff;
    color: #333;
}

.box_grey .btn_info_show:hover:before {
    color: #333;
}

.videosection, .bigteasersection, .bigteasersection .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    overflow: hidden;
}

.youtube {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    height: 530px;
    width: 100%;
}


@media (max-width: 1000px) {
    .youtube {
        height: 240px;
    }
}

.bigteaser {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.bigteaser .text {
    padding: 30px 40px;
}

.bigteaser .text h1 {
    font-size: 46px;
    font-weight: 300;
}

@media (max-width: 1000px) {
    .bigteaser .text {
        padding: 25px 25px;
    }

    .bigteaser .text h1 {
        font-size: 30px;
    }
}



.bigteaser .image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.content ul {
    list-style: none;
    margin: 10px 0;
}

.content ul li {
    line-height: 24px;
    margin: 0 0 12px 30px;
}

.content li:before {
    color: #b7ce00;
    content: '\f0da';
    font-family: 'FontAwesome';
    margin: 0 10px 0 -15px;
    position: absolute;
}

.imgheader {
    background-position: center;
    background-size: cover;
    height: 250px;
    z-index: 101;
}

@media (max-width: 1000px) {
    .imgheader {
        height: 150px;
    }
}


.subnav_grey {
    background: #ececec;
    min-height: 40px;
    z-index: 300;
}

.subnav_grey.fixed {
    opacity: 0.95;
    position: fixed;
    top: 50px;
    z-index: 300;
}

.subnav_grey_spacer {
    display: none;
    height: 40px;
}

.subnav_grey ul li {
    display: inline;
    float: left;
    list-style: none;
}

.subnav_grey ul li.active a {
    background: #d5161b;
    color: #fff;
}



.subnav_grey ul li a {
    color: #333;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.subnav_grey ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subnav_grey ul li {
    display: block;
    float: left;
    position: relative;
}

.subnav_grey * {
    transition: all .1s;
}

.subnav_grey li ul {
    display: none;
    opacity: 0;
}

.subnav_grey ul li a {
    color: #444;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    white-space: nowrap;
}

.subnav_grey ul li a:hover {
    background: #d5161b;
    color: #fff;
}

.subnav_grey li:hover > ul {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 401;
}

.subnav_grey li:hover li {
    float: none;
}

.subnav_grey li:hover a {
    background: #d5161b;
    background: #ececec;
    color: #444;
}

.subnav_grey li:hover li a:hover {
    background: #d5161b;
    color: #fff;
}

.main-navigation li ul li {
    border-top: 0;
}

.subnav_grey ul ul ul {
    left: 100%;
    top: 0;
}

.subnav_grey ul:before,
.subnav_grey ul:after {
    content: " ";
    display: table;
}

.subnav_grey ul:after {
    clear: both;
}

@media (max-width: 1000px) {
    .subnav_grey {
        display: none !important;
    }
}

.subnav_grey_overlay {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

/* -------------------------------------------- */


.callout_left {
    background: #d5161b;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    left: -10px;
    padding: 5px 15px 5px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
}

.callout_left:after {
    background-image: url(../img/corner_callout_left.png);
    background-size: 10px 9px;
    bottom: -9px;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    position: absolute;
    width: 10px;
}

.callout_left.top20 {
    top: 20px;
}

.masonryitem {
    margin-bottom: 20px;
}

.text_abbinder {
    color: #fff;
    font-size: 27px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.text_abbinder a {
    color: #fff;
}

.text_abbinder a:hover {
    opacity: 0.6;
}

.contact {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.contact .image {
    background-size: 100%;
    border-radius: 240px;
    height: 240px;
    margin: 0 auto 15px auto;
    width: 240px;
}

.contact .name {
    color: #333;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 1px;
}

.contact .position {
    color: #d5161b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact .phone, .contact .fax, .contact .mail {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact .phone:before {
    color: #aaa;
    content: '\f095';
    font-family: 'FontAwesome';
    margin: 0 10px 0 0;
}


.contact .fax:before {
    color: #aaa;
    content: '\f02f';
    font-family: 'FontAwesome';
    margin: 0 10px 0 0;
}

.contact .mail:before {
    color: #aaa;
    content: '\f003';
    font-family: 'FontAwesome';
    margin: 0 10px 0 0;
}

.shadowed {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.gastroteaser {
    margin: 15px 0;
}

.gastroteaser h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 0 5px 0;
}

.gastroteaser h3 {
    color: #d5161b;
    font-size: 20px;
    line-height: 30px;
}

.info_bottom_right, .info_bottom_left {
    float: left;
    margin: 5px 0;
    width: 50%;
}

.info_bottom_left {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0 0 0;
}

.info_bottom_right {
    text-align: right;
}

@media (max-width: 1000px) {
    .info_bottom_right, .info_bottom_left {
        float: none;
        margin: 5px 0 10px 0;
        text-align: left;
        width: 100%;
    }

    .info_bottom_right .btn_red {
        display: block;
    }
}



.datestable_cell {
    background: #f8f8f8;
    font-size: 16px;
    padding: 20px 0;
}

.datestable_cell.bg_grey {
    background: #eee;
}

.datestable_date {
    font-weight: 700;
    padding: 11px 0;
}

.datestable_time, .datestable_show {
    float: left;
    margin-right: 15px;
    padding: 11px 0;
}

.datestable .btn_red {
    float: right;
}

.cell_left, .cell_right {
    float: left;
}

.cell_left {
    width: 260px;
}

.cell_right {
    width: 700px;
}

@media (min-width: 1460px) {
    .cell_right {
        width: 900px;
    }
}

@media (max-width: 1000px) {
    .datestable_cell .wrap {
        padding: 0 20px;
    }

    .cell_left {
        float: none;
        width: 100%;
    }

    .cell_right {
        float: none;
        width: 100%;
    }

    .btn_red {
        margin-bottom: 5px;
        width: 100%;
    }
}


.progressbar {
    background: #ececec;
    height: 50px;
    overflow: hidden;
}

.progessbar_cell {
    background-image: url(../img/arrow-progressbar.png);
    background-position: right;
    background-repeat: no-repeat;
    color: #999;
    float: left;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 35px 0 10px;
    text-align: center;
}

.progessbar_cell.first {
    padding-left: 0;
}

.progessbar_cell.last {
    background-image: none;
}

.progessbar_cell.active {
    color: #d5161b;
    font-weight: bold;
}



.scrolltotop {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    bottom: -80px;
    color: #d5161b;
    cursor: pointer;
    font-size: 42px;
    height: 50px;
    left: 50%;
    line-height: 48px;
    margin-left: -25px;
    opacity: 0.3;
    ;
    position: fixed;
    text-align: center;
    transition: all .2s;
    width: 50px;
    z-index: 500;
}

@media (max-width: 1000px) {
    .scrolltotop {
        display: none;
    }
}

.scrolltotop:hover {
    opacity: 1;
    transform: scale(1.1);
}

.scrolltotop.active {
    bottom: 20px;
}

/* FORM */

.form {
    margin: 30px 0;
}

.form input, .form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #f6f6f6;
    border: 1px solid #efefef;
    border-radius: 0;
    color: #777;
    font-family: 'Neue Helvetica', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 8px;
    width: 300px;
}

.form .status {
    color: #f00;
    display: none;
    margin: 0 0 8px 0;
}

.form .submitbutton {
    background: #f6f6f6;
    border: 1px solid #efefef;
    color: #777;
    display: inline-block;
    padding: 8px;
    text-align: center;
    width: 60px;
}

.form .submitbutton:active {
    -webkit-transform: scale(0.95);
}

.form_error {
    -moz-animation: shake .1s;
    -moz-animation-iteration-count: 3;
    -webkit-animation: shake .1s;
    -webkit-animation-iteration-count: 3;
    animation: shake .1s;
    animation-iteration-count: 3;
    border: 1px solid red !important;
    color: red !important;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(0, 0);
    }

    33% {
        -webkit-transform: translate(-10px, 0);
    }

    66% {
        -webkit-transform: translate(10px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(0, 0);
    }

    33% {
        -moz-transform: translate(-10px, 0);
    }

    66% {
        -moz-transform: translate(10px, 0);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

@keyframes shake {
    0% {
        transform: translate(0, 0);
    }

    33% {
        transform: translate(-10px, 0);
    }

    66% {
        transform: translate(10px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.not_selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.clearer {
    clear: both;
}

.mobile {
    display: none;
}

/* LARGE SCREENS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (min-width: 1460px) {
    .wrap {
        width: 1160px;
    }

    .col.third {
        width: 360px;
    }


    .col.full {
        width: 1160px;
    }

    .col.gap {
        height: 40px;
        width: 40px;
    }
}


/* IPAD PORTRAIT * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



@media (max-width: 960px) {
    .wrap {
        width: 730px;
    }

    .col.third {
        width: 230px;
    }

    .col.full {
        width: 730px;
    }

    .col.gap {
        height: 20px;
        width: 20px;
    }
}



/* MOBILE * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (max-width: 1000px) {
    * {
        box-sizing: border-box;
    }

    .horizontal_spacer_30 {
        height: 15px;
    }

    .padding30 {
        padding: 20px 20px;
    }

    .padding50 {
        padding: 20px 20px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrap {
        width: 100%;
    }

    .col.third {
        width: 100%;
    }

    .gastroteaser .col.third {
        margin-bottom: 15px;
    }

    .teaser {
        margin-bottom: 50px;
    }

    .col.half {
        width: 100%;
    }

    .col.two_thirds {
        width: 100%;
    }

    .col.full {
        width: 100%;
    }

    .col.gap {
        display: none;
    }

    .btn_red.arrow_right {
        /*width:100%;
display:block;
*/
    }

    .navigation {
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        max-height: 0;
        overflow: hidden;
        position: relative;
        right: auto;
        top: auto;
        transition: max-height 0.5s;
    }

    .navigation.expanded {
        max-height: 300px;
    }

    .navigation ul li {
        float: none;
        margin: 0 0 0 0;
        width: 100%;
    }

    .navigation ul li a {
        border-top: 1px solid #fff;
        color: #fff;
        display: block;
        float: none;
        height: auto;
    }

    .navigation ul li a:hover {
        background: #ececec;
        color: #333;
    }

    .navigation ul li a.current {
        background: #333;
        border-bottom: 0;
        color: #fff;
        font-weight: bold;
        height: auto;
    }

    .toggle_navigation {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        color: #999;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        position: fixed;
        right: 10px;
        text-align: center;
        top: 10px;
        width: 40px;
        z-index: 10000;
    }

    .footer {
        height: auto;
        padding: 20px;
    }

    .footer .col {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }

    .bodywrap {
        margin: 0 auto;
    }

    .push {
        height: auto;
    }
}

/*-----------------------------------------*/

/* --- EASYDROPDOWN FLAT THEME by Jan Cantor --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after {
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -webkit-pointer-events: none;
    pointer-events: none;
}

/* WRAPPER */

.dropdown {
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #fff;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 8px 0px 8px;
    position: relative;
    user-select: none;
    width: 300px;
}

@media (min-width: 1460px) {
    .dropdown {
        width: 360px;
    }
}

@media (max-width: 960px) {
    .dropdown {
        width: 230px;
    }
}

@media (max-width: 1000px) {
    .dropdown {
        width: 100%;
    }
}

.dropdown.open {
    z-index: 2;
    z-index: 1200;
}

.dropdown:hover,
.dropdown.focus {
}

/* CARAT */

.dropdown .carat,
.dropdown .carat:after {
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    -webkit-transform-origin: 50% 20%;
    border: 6px solid transparent;
    border-top: 6px solid #d5161b;
    margin-top: -3px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform-origin: 50% 20%;
    z-index: 1;
}

.dropdown:hover .carat:after {
    border-top-color: #d5161b;
}

.dropdown.focus .carat {
    border-top-color: #d5161b;
}

.dropdown.focus .carat:after {
    border-top-color: #d5161b;
}

.dropdown.open .carat {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* OLD SELECT (HIDDEN) */

.dropdown .old {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
}

.dropdown select {
    left: 0px;
    position: absolute;
    top: 0px;
}

.dropdown.touch select {
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
}

/* SELECTED FEEDBACK ITEM */

.dropdown .selected {
    color: #666;
}

.dropdown .selected,
.dropdown li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    padding: 6px 20px;
    text-transform: ;
    white-space: nowrap;
}

.dropdown .selected::after {
    border-radius: 0 0;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.dropdown:hover .selected::after,
.dropdown.focus .selected::after {
}

/* DROP DOWN WRAPPER */

.dropdown div {
    background: #fff;
    border-radius: 0;
    color: #666;
    height: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}

.dropdown:hover div {
    background: #fff;
    border-radius: 0px;
}

/* Height is adjusted by JS on open */

.dropdown.open div {
    opacity: 1;
    z-index: 1200;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after {
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
}

.dropdown.scrollable.bottom div::after {
    opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul {
    border-radius: 0;
    height: 100%;
    left: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.dropdown.scrollable.open ul {
    overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li {
    border-bottom: 1px solid #fff;
    list-style: none;
    padding: 14px 20px;
}

.dropdown li:last-child {
    border-bottom: 0;
}

/* .focus class is also added on hover */

.dropdown li.focus {
    background: #d5161b;
    color: #fff;
    position: relative;
    z-index: 3;
}

.dropdown li.active {
    background: #fff;
    color: #666;
}

.dropdown li.active:hover {
    background: #d5161b;
    color: #fff;
}

.alphabeticdropdown .dropdown div, .alphabeticdropdown .dropdown ul {
    max-height: 220px !important;
}

.alphabeticdropdown .dropdown li {
    border-bottom: 1px solid #fff;
    float: left;
    list-style: none;
    padding: 14px 0 14px 0;
    text-align: center;
    width: 50px;
}


/* **************************************************** */

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

.pushy {
    -moz-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .3);
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    background: #efefef;
    background: #efefef;
    box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .3);
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 240px;
    z-index: 9999;
}

.pushy li a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #111;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.pushy a:hover {
    background: #d5161b;
    color: #fff;
    opacity: 1;
}


.pushy a {
}

.pushy ul li {
    font-weight: 900;
    list-style: none;
    text-transform: uppercase;
}

.pushy ul li ul li a {
    font-weight: 400;
    text-transform: none;
}

.pushy ul li ul li a {
    padding-left: 30px;
}

.pushy ul li ul li ul li a {
    padding-left: 50px;
}

.pushy ul li ul li ul li ul li a {
    padding-left: 70px;
}

.pushy-right {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.pushy-open {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.container-push, .push-push {
    -moz-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    -o-transform: translate3d(-240px, 0, 0);
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

/* Menu Transitions */

.pushy, #container, .bodywrap, .push-push {
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.ba {
    margin: 0 auto;
    width: 1160px;
}




.ba-block {
    margin-bottom: 44px;
    width: 1160px;
}

.ba-block-image {
    display: table-cell;
    height: auto;
    max-height: 195px;
    vertical-align: top;
    width: 360px;
}

.ba-block-image-image {
    height: 195px;
    width: auto;
}

.ba-block-text {
    display: table-cell;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: top;
    width: 455px;
}

.ba-block-input {
    display: table-cell;
    vertical-align: top;
    width: 345px;
}



.ba-block-text h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 34px;
    margin: 0;
}

.ba-block-text h2 {
    color: #666;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    text-shadow: none;
}

.ba-block-text p {
    font-size: 15px;
    line-height: 150%;
    margin: 0 0 10px 0;
    text-align: left
}


@media (max-width: 1160px) {
    .ba {
        margin: 0px 16px;
        width: auto;
    }

    .ba-block {
        width: 100%;
    }

    .ba-block-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wrap {
        overflow: auto;
    }

    .ba-block-image {
        display: block;
        width: 100%;
    }


    .saalwrapper {
        overflow: auto;
    }
}

@media ( max-width: 1140px ) {
}
@media ( max-width: 940px ) {
}
@media ( max-width: 720px ) {
}
    
    
    

    @media ( max-width: 392px ) {
        /*todo*/
        .ba {
        margin: 0px 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ba-block-text {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }



    .ba-block-input {
        display: block;
        width: 100%;
    }


    .saalwrapper {
        overflow: auto;
    }


}

@media (max-width: 360px) {
    .ba {
        margin: 0px 0px;
        width: 360px;
    }

    .ba-block {
        width: 360px;
    }

    .ba-block-text {
        padding-left: 4px;
        padding-right: 4px;
    }
}


.plum {
    width: 100%;
    position: relative;
    margin: 2px auto 4px;
    text-align: center;
    
    line-height: 1.5;
}

.ticketbox .plum input {
    position: inherit;
    padding: 0;
    width: 30%;
    top: 0;
    left:0;
}


.ticketbox .plum .plum_b {
    width: 33%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #958965;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: inherit;
    height: auto;
    line-height: inherit;
}
.ticketbox .plum .plum_l {
    left: 0;
    right: auto;
}
.plum_m {
    background-color: #efece5;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
}
.ticketbox .plum .plum_r {
    left: auto;
    right: 0;
}
