/* Version: 1.4 */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Fonts */

@font-face {
    font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('Source Sans Pro'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/sourcesanspro-regular-webfont.woff') format('woff');
}

body {
    background: #f1f1f1 !important;
    color: #000 !important;
    display: block;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    overflow-x: hidden;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.dont-scroll {
    overflow: hidden !important;
    height: 100%;
}

/* General */

#bayer-kultur a {
    color: #000000;
    outline: 0;
    text-decoration: none !important;
    font-size: 16px !important;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
    z-index: 0 !important;
}

.text-small {
    font-size: 14px;
}

.text-left, .evt-price-filter-checkboxes label .text-left[min-height~="24px"]+* {
    font-size: 16px;
}

#sliderDiv .icon-arrow-right {
    right: 20px;
    top: 20px;
}

.evt-event-container-package--active-element a.evt-event-container-package-navigator.flex-prev {
    left: 20px;
}

.checkbox.evt-checkbox.evt-checkbox-multiline input[type=checkbox]+label {
    font-size: 16px !important;
    color: #000;
}

/* Header */
.header-container {
    width: 100%;
    height: auto;
    min-height: 335px;
}

.container-headerimage {
    order: 1;
    position: relative;
}

.container-headerimage img {
    width: 100%;
}

header.wl-logo img {
    max-width: 260px;
}
header.wl-logo {
    background: #fff;
    border-bottom: solid 1px #eee;
    border-top: solid 5px #10384F;
}

.visible-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .visible-mobile {
        display: block;
    }
}


/* hide elements */
.component.footer-logo,
.navbar-default .navbar-brand,
.component.p-t-default,
.dropup-language,
.footer .divider,
ul.evt-footer-links,
footer.container.footer,
a#nav_tickets,
.col-xs-6 p span.whitespace-nowrap,
a.link-back.h5 {
    display: none !important;
}

@media (max-width: 999px) {
    #bayer-kultur .nav {
        display: none !important;
    }
}

#bayer-kultur .nav {
    display: block !important;
}

.divider {
    border-top: 1px solid #F4F4F4 !important;
    margin: 40px 0 !important;
}

span.m-t-a.m-b-0.pull-right.h4 {
    position: absolute;
    right: 10px;
    top: -25px;
}

@media (min-width: 768px) {
    span.m-t-a.m-b-0.pull-right.h4 {
        position: static;
        right: 0;
        top: 0;
    }

    .divider {
        display: none !important;
    }
}

/* Footer Template*/

footer {
    padding: 45px 20px 45px 20px;
    width: 100%;
}

footer ul {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
}

@media (min-width: 520px) {
    footer ul {
        flex-direction: row;
    }
}

footer ul li {
    flex: 1;
    text-align: center;
    line-height: 34px;
}

@media (min-width: 520px) {
    footer ul li {
        border-right: 1px dotted #e1e1e1;
    }
}

footer ul li:last-child {
    border: 0;
}

footer li a {
    display: block;
    color: #00345e;
    font-size: 18px;
}

/* Container */

.container.webshop, .container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.container.webshop {
    padding: 20px !important;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.webshop .evt-event.evt-event-detail.m-0>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


.webshop .evt-event.evt-event-detail.m-0>.row>.m-b-small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: auto;
    font-size: 16px;
}

.webshop .evt-event.evt-event-detail.m-0>.row>.m-b-small .icons {
    margin-right: .3125rem;
}

/* Buttons */

.btn-primary {
    background: #000000 !important;
    border: none !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer;
    display: block;
    padding: 15px !important;
    vertical-align: top;
    text-align: center;
    transition: background .5s ease-in-out !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #222222 !important;
}

.btn-default {
    border-radius: 4px !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    border: solid 1px #F4F4F4 !important;
}

.webshop .form-group {
    position: relative;
}

a#continue-shopping {
    display: none;
}

.col-sm-12.col-lg-8.col-lg-push-2 {
    left: 0;
}

/* Headings */

h1 {
    color: #000000 !important;
    font-size: 36px;
    margin-bottom: 20px;
    padding-bottom: 5px !important;
}

.page-header {
    text-align: left !important;
    display: flex;
    justify-content: center;
    border-bottom: none !important;
    margin: 0 !important;
}

.page-header h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

h3.h4 {
    font-weight: 600;
    font-size: 24px !important;
}

h4 {
    font-weight: 600;
    font-size: 24px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.h5, h5, .h6, h6 {
    font-size: 12.8px !important;
}

h1,.h1 {
    margin-top: 40px !important;
}

h2,.h2 {
    margin-bottom: 20px;
    color: #000000 !important;
    font-size: 24px !important;
}

h4 span {
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
}

@media (min-width: 768px) {
    .page-header .link-back {
        margin-bottom: 10px !important;
    }
}

.page-header .link-back {
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
}

.pricegroup-text,.pricegroup-price {
    font-size: 16px !important;
}

.col-sm-12.p-b-md.otherProductionDates {
    font-size: 16px;
}

.evt-mobile-shortcut-navigation .evt-mobile-shortcut-navigation-link .icons, .navbar-default .dropdown-toggle .icons [class*=" icon-"], .navbar-default .dropdown-toggle .icons [class^=icon-] {
    color: #fff !important;
}

.nav.navbar-nav.navbar-right.hidden-xs.hidden-sm {
    display: none !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .evt-mobile-shortcut-navigation > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .evt-mobile-shortcut-navigation > li > a:hover {
    border: none  !important;
}

#bayer-kultur .navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    pointer-events: auto;
}

#bayer-kultur .navbar-nav ul.dropdown-menu > li > a {
    color: #F4F4F4 !important;
}

#bayer-kultur .navbar-default .dropdown-menu {
    border: none !important;
}

#bayer-kultur .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}

/* Header of INHOUSE */

#bayer-kultur .navbar-default {
    position: relative;
    top: 0!important;
    z-index: initial;
    background-color: #10384F;
    max-width: 1440px;
    margin: 0 auto;
    border: none !important;
}

#bayer-kultur .navbar .navbar-nav, #bayer-kultur .navbar .navbar-nav>li.open>a, .navbar .navbar-nav>li>a {
    border-right: none !important;
    border-left: none !important;
}

#bayer-kultur .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background-color: #fff !important;
    color: #10384F!important;
}

#bayer-kultur .navbar-default .navbar-nav > .active > a, .navbar-default .evt-mobile-shortcut-navigation > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .evt-mobile-shortcut-navigation > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .evt-mobile-shortcut-navigation > .active > a:focus {
    background-color: #fff !important;
    border: none !important;
    color: #10384F!important;
}

#bayer-kultur .navbar .navbar-nav>li.open>a, .navbar .navbar-nav>li>a {
    font-size: 16px;
    color: #fff !important;
    background-color: #10384F !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


#header {
    background: #F4F4F4;
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    height: 72px;
    position: relative;
    width: 100%;
    z-index: 10;
}

#header .left {
    display: flex;
    width: 195px;
}

#header .right {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-right: 5px;
    width: 100%;
    background: #f4f4f4;
}

#logo {
    display: block;
    position: relative;
    width: 100%;
    z-index: 11;
}

#logo img {
    height: 100%;
    width: auto;
    display: block;
}


/* Navigation Customer */

.close {
    cursor: pointer;
    display: none;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    opacity: 1 !important;
}

.close:before {
    transform: rotate(45deg) !important;
}

.close:before, .close:after {
    background: #000;
    display: block;
    content: '';
    height: 2px;
    left: 8px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 24px;
}

.active .close {
    display: block;
}

#header .header-button {
    height: 100%;
    display: block;
    align-items: center;
    padding: 0 15px;
}

.burger {
    width: 25px;
    height: 16px;
}

.burger div {
    height: 2px;
    background: #000;
}

.burger div+div {
    margin-top: 5px;
}

.active .burger div {
    background: #000;
}

.modal-bayer-kultur>h4 {
    display: none;
}

@media (min-width: 1025px) {

    #header {
        height: 150px;
    }

    #header .left {
        width: 407px;
    }

    #header .right {
        padding: 0 20px 0 20px;
    }

    #header nav {
        padding: 0 80px 0 10px;
    }

    #header nav .inner {
        display: flex;
    }

    #header nav .link-wrap {
        display: flex;
        position: relative;
        margin-top: 60px;
    }

    #header nav .link {
        align-items: center;
        color: #000 !important;
        cursor: pointer;
        display: flex;
        justify-content: center;
        min-width: 75px;
        outline: 0;
        padding: 0 10px;
        text-align: center;
        text-decoration: none;
        transition: background-color 1s cubic-bezier(.215,.61,.355,1) !important;
        font-size: 16px;
    }

    #header nav .link.child {
        transition: background-color .3s cubic-bezier(.215,.61,.355,1),color .3s !important;
    }

    #header nav .link:focus, #header nav .link:hover {
        background-color: #000;
        color: #f4f4f4 !important;
    }

    #header nav .link-wrap:hover .child {
        background-color: #000;
        color: #f4f4f4 !important;
    }

    #header nav .link-wrap>.link {
        height: 90px;
    }

    #header .header-button {
        padding: 90px 20px 0;
    }

    #header .header-button:not(.desktop-show) {
        display: none;
    }
}

@media (min-width: 1200px) {
    #header .right {
        padding: 0 20px 0 100px;
    }
}

@media (min-width: 1450px) {
    #header nav {
        padding: 0 55px 0 10px;
    }
}

/* Header of Customer */

@media (max-width: 1024px) {
    #header .header-button {
        display: flex;
    }

    #header nav {
        overflow-y: auto;
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
    }

    .modal-bayer-kultur.active {
        opacity: 1;
        pointer-events: auto;
        transform: translate(0);
    }

    #header .right {
        background: #fff;
    }

    .modal-bayer-kultur {
        background: #fff;
        max-width: 345px;
        opacity: 0;
        overflow-x: hidden;
        overscroll-behavior: contain;
        padding: 25px 15px 40px 25px;
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 100%;
        transition: transform .3s,opacity .3s !important;
        width: calc(100vw - 30px);
        z-index: 1;
        height: calc(100vh - 72px) !important;
        max-height: none !important;
    }

    .modal-bayer-kultur>h4 {
        display: block;
    }

    #header nav .link-wrap>a {
        font-weight: 700;
    }

    #header nav a {
        margin-bottom: 4px;
        display: block;
        font-size: 18px;
        color: #000;
    }

}

@media (max-width: 1450px) and (min-width: 1025px) {
    #header nav .link-wrap>.link {
        height: 50px;
    }

    #header nav .link-wrap {
        margin-top: 80px;
    }
}

#header #shopping-cart {
    position: absolute;
    right: 25px;
    top: 80px;
}

#header .shopping-cart-full {
    top: 50px !important;
}

@media (min-width: 1450px) {
    #header #shopping-cart {
        right: 0;
    }
}


@media (max-width: 1024px) {
    #header #shopping-cart {
        right: 70px;
        top: 10px;
    }

    #header .shopping-cart-full {
        top: -20px !important;
    }
}


/* Buchungsstrecke */

.evt-price-calculator fieldset {
    border: 2px solid #000 !important;
}

.evt-price-calculator-item:not(.last) {
    border: 1px solid #000 !important;
}

.evt-price-calculator .btn-toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #000;
}

.evt-radio-unchecked input[type="radio"]:checked + label::before, div.checkbox.evt-checkbox input[type="radio"]:checked + label::before, div.radio.evt-radio input[type="radio"]:checked + label::before,
.evt-radio-unchecked input[type="checkbox"]:checked + label::before, div.checkbox.evt-checkbox input[type="checkbox"]:checked + label::before, div.radio.evt-radio input[type="checkbox"]:checked + label::before{
    color: #000000 !important;
}

.well-light, .well.light {
    border: none !important;
}

.navbar .navbar-nav .icons + .badge, .basket .badge {
    background-color: #cd361c !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px 6px 8px !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 15px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #fbb900;
    border-radius: 15px;
    margin: -10px 0 0 -50px !important;
    position: absolute;
}

.evt-price-calculator-item.highlight {
    box-shadow: 0 0 4px 2px #000000 !important;
}

span.head2 {
    font-size: 16px;
    line-height: 20px;
}

a.evt-mobile-shortcut-navigation-link.dropdown-toggle.display-flex.display-flex-align--center span {
    color: #fff !important;
}

.evt-login:after {
    border-bottom: 2px solid #F4F4F4 !important;
}

/* zweispaltiger Saalplan */

@media (min-width: 768px) {
    #bayer-kultur #divTicketList .col-lg-12.col-lg-push-0.col-sm-6.col-sm-push-6.col-xs-12 {
        left: auto;
        width: 100%;
    }
}

/* Forms */

input.form-control[type="email"], input.form-control[type="number"], input.form-control[type="password"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="text"], input.form-control[type="url"], textarea.form-control {
    font-size: 16px !important;
    padding-top: 15px !important;
    filter: none !important;
}

.checkbox.evt-checkbox.evt-checkbox-multiline input[type=checkbox]+label a {
    font-size: 14px !important;
}

.form-control:focus {
    border: 1px solid #000000 !important;
    box-shadow: inset 0 1px 1px rgba(0,123,174,.075), 0 0 8px rgba(0,123,174,.6) !important;
}

.form-control {
    border: 1px solid #F4F4F4 !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.evt-placeholder-float label, .evt-placeholder-float-label label, .evt-placeholder-static label {
    color: #F4F4F4 !important;
    padding-top: 3px !important;
}

.bootstrap-select .dropdown-toggle {
    border: none !important;
}

.evt-placeholder-float.evt-animated label, .evt-placeholder-static.evt-animated label, .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000 !important;
}

.evt-checkbox-unchecked::before, .evt-radio-unchecked label::before, div.checkbox.evt-checkbox label::before, div.radio.evt-radio label::before,
div.checkbox.evt-checkbox label:before, div.radio.evt-radio label:before {
    border: 1px solid #000 !important;
}

.row.no-gutters>[class*=" col-"], .row.no-gutters>[class^=col-] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.component.evt-recommendation.event {
    border: solid 1px #F4F4F4;
    padding: 20px;
    margin: 0 -15px 40px -15px;
}

.component.evt-recommendation.event  p {
    font-weight: 600;
}

.col-sm-12.col-md-8.col-lg-8.p-0 {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.col-sm-12.col-md-8.col-lg-8.p-0 br {
    display: none;
}

span.icon-position {
    display: none !important;
}

@media all and (min-width: 768px) {
    .col-sm-12.col-md-8.col-lg-8.p-0 {
        flex-direction: row;
    }

    span.icon-position {
        margin-left: -5px;
        display: block !important;
    }
}

.logo-item {
    display: flex;
    justify-content: flex-end;
}

/* Buchunhsinformationen */

#edh-buchungsinfos {
    display: none;
    margin-bottom: 90px;
}

.edh-head-toggle {
    cursor: pointer;
    background-color: #000000;
    margin-bottom: 1px;
    padding: 1.5rem;
    transition: background .2s ease-out;
    position: relative;
    font-size: 24px;
    color: #fff !important;
}

.edh-head-toggle::before {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    content: "\e603";
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    transition: -webkit-transform .1s ease-in;
    transition: transform .1s ease-in;
    transition: transform .1s ease-in, -webkit-transform .1s ease-in;
    position: absolute;
    top: 15px;
    bottom: 15px;
    margin: auto;
    right: 15px;
    color: #fff;
    font-family: fontim;
    font-size: 24px;
}

.edh-head-toggle.is-active::before {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.is-active,
.edh-head-toggle:hover {
    background-color: #000000;
}

.is-visible {
    display: block !important;
}

.edh-buchungstexte {
    display: none;
    padding: 1.5rem;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.edh-buchungstexte li {
    list-style-position: inside;
    padding-bottom: 12px;
}

.edh-buchungstexte h3 {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.edh-buchungstexte div {
    padding-bottom: 10px;
}

.icon-cart {
    position: relative;
    background-image: url("https://staging-inhousewebshop.derticketservice.de/static/bayer-kultur/img/warenkorb_weiss.png");
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0.0);
    width: 71px !important;
    padding-bottom: 17px;
}

#main-nav a {
    font-size: 16px !important;
    display: flex;
    align-items: center;

}

.icon-person {
    font-size: 30px !important;
    margin-right: 5px;
}

#nav_shoppingcart {
    padding: 20px 0px 0 0;
}


#nav_shoppingcart {
    padding: 20px 10px 15px 10px !important;
    display: none !important;
}

.basket {
    display: none !important;
}

#shopping-cart-count {
    position: relative;
    left: 49px;
    top: 30px;
    color: white;
}