/* Version: 1.3 */

/* 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-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');
}

.header-container {
    width: 100%;
    height: auto;
    min-height: 335px;
    margin-top: 87px;
}

.header-container h1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    padding: 20px;
    margin: 0;
}

@media (min-width: 769px) {
    .header-container h1 {
        font-size: 60px;
        line-height: 68px;
        text-align: left;
        padding: 0;
    }
}

.container-headertext {
    order: 2;
    width: 100%;
}

@media (min-width: 769px) {
    .container-headertext {
        padding: 0 20px 20px 0;
        margin-top: 65px;
        height: auto;
        order: 1;
    }
}

@media (min-width: 992px) {
    .container-headertext {
        width: 50%;
    }
}


.container-headerimage {
    order: 1;
    position: relative;
}

.container-headerimage img {
    width: 100%;
}

.addsMobileBlurTypo3 {
    height: 100%;
    background-color: rgba(40, 53, 66, 0.8);

    /* if backdrop support: very transparent and blurred */
    @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px) brightness(.8))) {
        backdrop-filter: blur(20px) brightness(.8);
        -webkit-backdrop-filter: blur(20px) brightness(.8);
        background-color: transparent;
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .addsMobileBlurTypo3 {
        background-color: rgba(40, 53, 66, 0.8);

        /* if backdrop support: very transparent and blurred */
        @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px) brightness(.8))) {
            backdrop-filter: blur(20px) brightness(.8);
            -webkit-backdrop-filter: blur(20px) brightness(.8);
            background-color: transparent;
        }
    }
}


@media screen and (min-width: 769px) {
    .addsMobileBlurTypo3 {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background-color: transparent;
    }
}

.visible-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .visible-mobile {
        display: block;
    }
}

#dts .nav {
    display: block !important;
}

.modal-dialog {
    margin: 120px auto !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;
}


/* GENERAL */
body {
    padding-top: 0 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #283542 !important;
    background: #f4f4f4 !important;
}

@media (max-width: 360px) {
    body {margin-top: 0 !important;}
}

#dts .container.webshop {
    padding: 25px;
    margin-top: 90px;
}


#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;
}

#dts div.evt-event-list,
#dts div.evt-event-cta,
#dts > div.container.webshop > div.row > div.col-xs-12 > h3.h4
{
	display: none;
}

/* nav */
#dts .navbar-default {
    position: relative;
    top: 0!important;
    z-index: initial;
    background-color: #fff;
    min-height: 56px;
}

#dts .navbar-default .navbar-brand {
    display: none;
}

a.link-back.h5 {
    display: none;
}
a#nav_timeslots, a#nav_items, a#nav_coupons, a#nav_series, a#nav_tickets {display: none;}


.wl-logo {
    padding: 10px 15px;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

ul.evt-footer-links {
    display: none;
}


#dts .backlink {
    line-height: 32px;
    text-align: center;
    padding: 20px;
}

@media (min-width: 768px) {
    #dts .backlink {
        padding: 20px 0;
        text-align: left;
    }
}

label.m-b-0 a {
    color: #283542;
}

#dts .backlink a {
    background: transparent;
    color: #00345e;
    font-size: 18px;
}

#dts b {
    font-weight: 600;
}

#dts .backlink:before {
    content: "\f0a8";
    color: #00345e;;
    font-size: 28px;
    vertical-align: middle;
    padding-right: 3px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.icon-arrow-left:before {display: none;}


#dts .navbar-default .navbar-nav > li > a, .navbar-default .evt-mobile-shortcut-navigation > li > a {
    color: #00345e;
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border: none !important;
}

#dts .webshop .form-group {
    position: relative;
}

.abo-hinweis {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px!important;
    margin-top: 0;
}

.abo-hinweis a {
    color: #00345e !important;
    text-decoration: underline;
}

.weiteretickets {
    position: absolute;
    width: 100%;
    background: white;
    color: #fff !important;
    height: 100%;
    top: 0;
    left: 0;
}

div#dashboard_eventhistory, div#dashboard_pickupreservation {
    display: none;
}


#dts .navbar-default .navbar-nav.navbar-right li .dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 8px 11px;
    border-color: transparent transparent #00345e transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    margin-top: -45px;
    display: block;
    margin-top: -12px;
}

#dts .navbar-default .navbar-nav > li > .dropdown-menu {
    background: #00345e;
}

#dts .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #fff;
    background-color: #00345e;
    font-weight: 600;
}

.evt-nav-mobile-username {
    color: #fff !important;
}

#nameSpan {
    color: #00345e;;
}

#dts .navbar-default .dropdown-menu > li > a {
    color: #fff;
    background-color: #00345e;
    font-weight: 600;
}

#dts .navbar-default .dropdown-menu {
    background-color: #00345e;
    border: none !important;
}

#dts .dropdown-menu {
    color: #283542;
    font-size: 18px;
    box-shadow: none;
    border-radius: 0;
}

#dts .navbar .navbar-nav {
    border-right: none;
}

#dts .navbar .navbar-nav .icons + .badge {
    background-color: #00345e;
}

#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: #283542;
}

/* hide powered by container */
#dts .component.footer-logo, hr.divider {
    display: none !important;
}

#dts .component.p-t-default {
    display: none;
}

/* Buttons */

#dts .btn-primary {
    color: #fff;
    background-color: #00345e;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
    transition: background-color .4s ease-in-out;
}

#dts .btn-primary:hover {
    background-color: #091438 !important;
}

#dts .btn-primary:focus {
    background-color: #091438 !important;
}

#dts .btn-default {
    color: #00345e !important;
    background-color: #fff!important;
    border-color: #00345e !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600 !important;
}

/* Headings & Fonts*/

#dts .webshop .h1, #dts .webshop .h2, #dts  .webshop .h3, #dts .webshop h1, #dts .webshop h2, #dts .webshop h3{
    color: #283542;
    font-family: 'Source Sans Pro', sans-serif !important;
}

#dts .webshop {
    min-height: 100%;
}

#dts .webshop h1 {
    font-size: 36px;
    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: 28px;
    font-weight: 600;
}

#dts .webshop h4 {
    font-size: 24px;
    font-weight: 600;
}

#dts .subtitle {
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
}

#dts h5, label, strong {
    color: #283542 !important;
}

#dts .m-b--sm, .m-b--small, .m-b-sm, .m-b-small {
    font-weight: 600;
}

/* Icons*/

#dts [class*=" icon-"], [class^=icon-] {color: #00345e;}

#dts .navbar-default .dropdown-toggle .icons [class*=" icon-"], .navbar-default .dropdown-toggle .icons [class^=icon-] {
    color: #283542 !important;
}

#dts .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #283542;
}

/* 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: #00345e !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;
}

@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: 0;
    text-align: left;
    font-size: 21px !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 .evt-price-calculator fieldset {
    border-radius: 0;
    border: none;
    background: #f4f4f4;
}

#dts .input-group-addon {
    color: #283542;
    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: #283542;
    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: #00345e !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: #283542;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif !important;
    border: solid 1px #ccc;
}

#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: #00345e;
}

#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 .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: #283542;
    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 .well:not(.well-light) {
    color: #283542;
    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;
}

@media (min-width: 768px) {
    .evt-login:after {
        border-right: 1px solid #e1e1e1 !important;
    }
}

/* 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;
    left: 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 {
    color: #fff;
    margin-bottom: 0;
}