/* Version: 1.2 */

/* GENERAL */

/* Fonts */

@font-face {
    font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('SourceSansPro-Regular'),
            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');
}

@font-face {
    font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
            local('SourceSansPro-Light'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/sourcesanspro-light-webfont.woff') format('woff');
}

@font-face {
    font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
            local('SourceSansPro-Semibold'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/sourcesanspro-semibold-webfont.woff') format('woff');
}

body {
    padding-top: 0 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000 !important;
}

a {
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

@media (max-width: 360px) {
    body {margin-top: 0 !important;}
}

#dts .container.webshop {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #dts .container.webshop {
        padding-left: 0;
        padding-right: 0;
    }
}

#dts .webshop .evt-event.evt-event-detail > .row > .col-sm-12.col-lg-8.col-lg-push-2:first-child, .webshop .evt-event.evt-event-detail > .row > .col-sm-12.col-lg-8.col-lg-push-2:last-child {
    width: 100%;
    left: 0;
}

/* hide elements */
#dts .component.footer-logo {
    display: none !important;
}

#dts ul.evt-footer-links {
    display: none;
}

#dts .divider {
    display: none;
}

#dts a.navbar-brand {
    display: none;
}

#dts button#dropup-language {
    display: none;
}

#dts a#nav_tickets {
    display: none;
}



/* Footer Links*/

#dts .component.p-t-default {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media (min-width: 992px) {
    #dts .component.p-t-default {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

    #dts .footer .col-xs-12.col-sm-8.col-sm-pull-4 {
        padding: 0;
    }
}

#dts a.link-back.h5 {
    display: none;
}

#dts .component.p-t-default div a {
    padding-right: 15px;
    color: #000;
}

/* Buttons */

#dts .btn-primary {
    color: #fff;
    background-color: #000;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    transition: background-color .4s ease-in-out;
}

#dts .btn-primary:hover {
    background-color: #080808 !important;
}

#dts .form-group .full-width {
    margin-bottom: 30px;
}

#dts .btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-width: 1px;
    border-radius: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

/* Headings & Fonts*/

#dts .webshop .h1, #dts .webshop .h2, #dts  .webshop .h3, #dts .webshop h1, #dts .webshop h2, #dts .webshop h3{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}

#dts .webshop h1 {
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    word-break: break-word;
}

@media (min-width: 768px) {
    #dts .webshop h1 {
        word-break: normal;
    }
}


#dts .webshop h2 {
    font-size: 24px;
    font-weight: 600;
}

#dts .webshop h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#dts .subtitle {
    font-weight: 300;
    line-height: 20px;
    font-size: 16px;
}

#dts h5, label, strong {
    color: #000 !important;
}

#dts .m-b--sm, .m-b--small, .m-b-sm, .m-b-small {
    font-weight: 600;
}

#dts .pricegroup-price {
    float: none!important;
    font-size: 16px;
    padding-left: 10px;
}

/* Icons*/

#dts [class*=" icon-"], [class^=icon-] {color: #000;}

#dts .navbar-default .dropdown-toggle .icons [class*=" icon-"], .navbar-default .dropdown-toggle .icons [class^=icon-] {
    color: #000 !important;
}

#dts .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000;
}

/* Labels & Forms */

#dts .checkbox.evt-checkbox input[type=checkbox]+label:before {
    border-radius: 0 !important;
}

#dts .evt-checkbox-unchecked::before, .evt-radio-unchecked label::before, div.checkbox.evt-checkbox label::before, div.radio.evt-radio label::before {
    border: 1px solid #ccc;
}

#dts .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: #000 !important;
}


#dts .webshop #payment .evt-radio-toggle .m-t-default.m-b-default.toggled > fieldset label[for="selectValidUntilMonth"] {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 1.4375rem 0 0;
}

#dts .webshop #payment .evt-radio-toggle .m-t-default.m-b-default.toggled > fieldset label[for="selectValidUntilMonth"] + .evt-dropdown {
    display: inline-block;
}
#dts .text-left {
    display: inline;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
}

@media (min-width: 768px) {
    #dts .text-left {
        display: none;
    }
}


#dts .webshop .evt-price-filter.evt-price-filter-checkboxes .circle-lg+span.text-left+.pull-right.nw {
    padding-left: 10px;
    text-align: left;
    font-size: 18px !important;
}

@media (min-width: 768px) {
    #dts .webshop .evt-price-filter.evt-price-filter-checkboxes .circle-lg+span.text-left+.pull-right.nw {
        float: none !important;
    }
}

#dts .circle-large, .circle-lg {
    width: 18px !important;
    height: 18px !important;
}

#dts .evt-price-filter-checkboxes label {
    padding-left: 50px!important;
    padding-top: 0px!important;
}

#dts .evt-price-calculator fieldset {
    border-radius: 0;
    border: solid 1px #fff;
    background: #fff;
}

#dts .col-sm-6.col-md-4.col-md-push-1 a {
    color: #000;
}

.weiteretickets {
    position: absolute;
    display: block !important;
    width: 100%;
    background: white;
    color: #fff !important;
    height: 60px;
    bottom: 0;
    left: 0;
}

#dts .input-group-addon {
    color: #000;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e1e1e1
}

#dts .evt-price-calculator input.form-control[type="text"] {
    font-size: 18px;
}

.evt-price-calculator-item:not(.last) {
    border-bottom: 1px solid #e1e1e1 !important;
}

#dts .evt-price-calculator-item.highlight {
    box-shadow: none !important;
}

#dts .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000;
    text-transform: none;
    font-weight: 400;
}

#dts .checkbox.evt-checkbox.evt-checkbox-multiline input[type=checkbox]+label {
    padding-top: 0;
}

#dts .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 {color: #000 !important;}

#dts input.form-control[type="email"], #dts input.form-control[type="number"], #dts input.form-control[type="password"], #dts input.form-control[type="search"], #dts input.form-control[type="tel"], #dts input.form-control[type="text"], #dts input.form-control[type="url"], #dts textarea.form-control {
    color: #000;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    border: solid 1px #ccc;
    font-size: 16px;
    line-height: 20px;
}

#dts .evt-placeholder-float label, .evt-placeholder-float-label label, .evt-placeholder-static label {
    font-size: 16px;
    color: #000 !important;
}

#dts .form-control {
    border-radius: 0;
}

#dts .evt-userdata fieldset {
    border-bottom: 1px solid #e1e1e1;
}

#dts .evt-dropdown>.evt-select>.btn-default:after, #dts .evt-dropdown>.evt-selecter>.btn-default:after {
    right: 10px;
    top: 15px;
    font-size: 16px;
    color: #ccc;
}

#dts .webshop .evt-dropdown {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 15px;
    padding: 0;
    background: 0 0;
    z-index: initial;
}

#dts #dts p.small.hint.cvc a {
    color: #000 !important;
    text-decoration:  underline !important;
}

#dts .webshop #payment .evt-radio-toggle .m-t-default.m-b-default.toggled > fieldset .dropdown .evt-select {
    width: auto !important;
    height: 44px;
}

#dts .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
    background-color: #f4f4f4;
}

/* Content */

#dts .page-header {
    border-bottom: none;
    margin: 20px 0 0 0;
}

#dts #seatList li:last-child .seatList-item {
    border-color: #e1e1e1;
}

#dts div#seatmap_prices_cta a {
    color: #000 !important;
}


#dts .well:not(.well-light) {
    color: #000;
    background: #f4f4f4;
}

#dts .well {
    border: none;
    border-radius: 0;
}

#dts .component.evt-price-calculator {
    margin-top: 45px;
}


#dts .webshop .evt-event.evt-event-detail.m-0>.row>.m-b-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: auto;
}

#dts .webshop .evt-event.evt-event-detail.m-0>.row>.m-b-small>.col-sm-12.col-md-8.col-lg-8.p-0 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

#dts .webshop .evt-event.evt-event-detail.m-0>.row>.m-b-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: auto;
}

#dts .webshop .evt-event.evt-event-detail {
    margin-bottom: 35px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .evt-login:after {
        border-right: 1px solid #e1e1e1 !important;
    }
}

#dts .webshop #seatList .seatList-item > .row > .m-b-sm:first-child, .webshop .evt-seatlist .seatList-item > .row > .m-b-sm:first-child {
    display: inline-block;
    width: 25%;
}

@media (min-width: 1170px) {
    #dts .webshop #seatList .seatList-item > .row > .m-b-sm:first-child, .webshop .evt-seatlist .seatList-item > .row > .m-b-sm:first-child {
        width: 100%;
    }
}

#dts .webshop #seatList .seatList-item > .row > .m-b-sm, .webshop .evt-seatlist .seatList-item > .row > .m-b-sm {
    width: 20%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
@media (min-width: 768px) {
    #dts .webshop #seatList .seatList-item > .row > .m-b-sm, .webshop .evt-seatlist .seatList-item > .row > .m-b-sm {
        width: auto;
    }
}

#dts #seatList .d-t-c, #seatList .d-table-cell {vertical-align: middle;}

#dts .webshop .evt-event.evt-event-detail.m-0>.row {
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
}

#dts .col-sm-12.col-md-8.col-lg-8.p-0 a {
    color: #000;
}

.col-xs-12.col-sm-6.col-md-2.col-lg-2.p-b-small.text-xs-left.text-sm-left.text-md-right.text-lg-right a {
    color: #000;
}

/* zweispaltiger Saalplan */

#dts .webshop #seatList .seatList-item > .row > .m-b-sm:first-child,
#dts .webshop .evt-seatlist .seatList-item > .row > .m-b-sm:first-child {
    display: inline-block;
    width: 100%;
}

#dts .webshop .evt-seatlist .seatList-item > .row > .m-b-sm strong {
    padding-left: 5px;
}

#dts .webshop #seatList .seatList-item > .row,
#dts .webshop .evt-seatlist .seatList-item > .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#dts .webshop #seatList .seatList-item > .row > .m-b-sm,
#dts .webshop .evt-seatlist .seatList-item > .row > .m-b-sm {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

@media only screen and (min-width: 1180px) and (max-width: 1180px) {
    #dts .webshop .evt-seatlist .seatList-item > .row > .text-right {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        padding-left: 0;
    }

    #dts .webshop #seatList .seatList-item > .row > .m-b-sm,
    #dts .webshop .evt-seatlist .seatList-item > .row > .m-b-sm {
        width: auto;
    }
}

@media (min-width: 768px) {
    #dts .webshop #divTicketList .col-lg-12.col-lg-push-0.col-sm-6.col-sm-push-6.col-xs-12 {
        left: auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    #dts .webshop #seatList .seatList-item > .row, .webshop .evt-seatlist .seatList-item > .row {
        justify-content: space-between;
    }
}

/* Alerts */

#dts .alert {
    font-size: 18px;
    border-radius: 0;
}

#dts .alert h2 {
    font-size: 18px;
    color: #fff;
}

/* nav */

#dts .nav {
    display: block !important;
}

#dts .navbar-default {
    position: relative;
    top: 0!important;
    z-index: initial;
    background-color: #fff;
    border-color: #000;
    min-height: 56px;
}

#dts .checkbox.evt-checkbox.evt-checkbox-multiline.form-group a {
    color: #000;
    text-decoration: underline;
}

#dts .navbar-default .navbar-nav > li > a, .navbar-default .evt-mobile-shortcut-navigation > li > a {
    color: #000 !important;
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border: none !important;
}


#dts .navbar-default .navbar-nav > li > .dropdown-menu {
    background: #f4f4f4;
}

#dts .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #000;
    background-color: #f4f4f4;
    font-weight: 600;
}

#dts .navbar-default .dropdown-menu > li > a {
    color: #000;
    background-color: #f4f4f4;
    font-weight: 600;
}

#dts .navbar-default .dropdown-menu {
    background-color: #f4f4f4;
    border: none !important;
}

#dts .dropdown-menu {
    color: #000;
    font-size: 18px;
    box-shadow: none;
    border-radius: 0;
}

#dts .navbar .navbar-nav {
    border-right: none;
}

#dts .navbar .navbar-nav .icons + .badge {
    background-color: #000;
}

#dts .navbar .navbar-nav>li.open>a span.icons [class*=" icon-"], .navbar .navbar-nav>li.open>a span.icons [class^=icon-], .navbar .navbar-nav>li>a span.icons [class*=" icon-"], .navbar .navbar-nav>li>a span.icons [class^=icon-] {
    color: #000;
}

/* Saalplan Map-icon bei Timeslot-Veranstaltungen ausblenden */

/*.leaflet-marker-pane img {*/
/*    display: none !important;*/
/*}*/

/*img.leaflet-marker-shadow.leaflet-zoom-animated {*/
/*    display: none;*/
/*}*/
