/* Version: 1.1.0 */

/* Fonts */

@font-face {
    font-family:'Arnhem Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('arnhem-normal'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/Arnhem-Normal.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/arnhem-normal.woff') format('woff');
}

@font-face {
    font-family:'Arnhem Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:
            local('arnhem-normalitalic'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/Arnhem-NormalItalic.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/arnhem-normalitalic.woff') format('woff');
}

@font-face {
    font-family:'Arnhem Pro';
    font-style: oblique;
    font-weight: 600;
    font-display: swap;
    src:
            local('arnhem-normalsc'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/Arnhem-NormalSC.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/arnhem-normalsc.woff') format('woff');
}

@font-face {
    font-family:'Trade Gothic Extended';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('TradeGothicLTW01-BoldExt'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/trade-gothic2.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/TradeGothicLTW01-BoldExt.woff') format('woff');
}

@font-face {
    font-family:'Trade Gothic Extended';
    font-style: oblique;
    font-weight: 600;
    font-display: swap;
    src:
            local('TradeGothicLTW01-Extended'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/trade-gothic.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/TradeGothicLTW01-Extended.woff') format('woff');
}

/* bugfix Inhouse ABO-Buttons */
a[id^="serie_saison_Id_"] {
    font-size: 0 !important;
}
a[id^="serie_saison_Id_"]::after {
    font-size: 21px;
    content: "KARTEN"
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    font-family: 'Arnhem Pro', Georgia, serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #000 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale!important;
    font-size: 22px !important;
}

/* hide elements */
.component.footer-logo,
.navbar-default .navbar-brand,
.component.p-t-default,
.footer .divider,
ul.evt-footer-links,
#theater-bonn a#nav_timeslots,
a#nav_tickets,
a[href="/webshop/webticket/shop?event=-11"] {
    display: none !important;
}

/* Button ausblenden, CBe */
#theater-bonn div.component.evt-rm button.evt-rm-btn {
    display: none;
}

/* Korrektur Inhouse - breite Headlines */
@media (min-width: 768px) {
    .page-header h1 {
        padding: 0 !important;

    }
}

@media (min-width: 991px) {
    .page-header .link-back {
        position: relative !important;
    }
}

/* Header of INHOUSE */

.navbar-header .navbar-toggle {
    z-index: 1 !important;
}

#theater-bonn .navbar-default .navbar-toggle:hover, #theater-bonn .navbar-default .navbar-toggle.toggle-open {
    border-color: #fff;
    background-color: #fff;
}

#theater-bonn .navbar-default .navbar-toggle .icon-bar, #theater-bonn .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000;
}

#theater-bonn .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 0;
}

#theater-bonn .navbar-header .navbar-toggle:focus {
    outline: none !important;
}

#theater-bonn .navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #fff;
    box-shadow: none;
    pointer-events: auto;
    width: 275px;
}

#theater-bonn .navbar-default .dropdown-menu {
    border-color: #e6e6e6;
}

#theater-bonn .navbar-nav>li>.dropdown-menu {
    border-top: solid 1px #e6e6e6;
}

#theater-bonn .navbar-nav>li>.dropdown-menu>li a {
    line-height: 50px;
}

#theater-bonn .navbar-default .evt-mobile-shortcut-navigation .evt-mobile-shortcut-navigation-link,
#theater-bonn .navbar-default .dropdown-menu > li > a {
    color: #000;
}

#theater-bonn #nameSpanTab {
    font-size: 22px !important;
}
#theater-bonn .dropdown-menu {
    color: #000;
    background: #fff;
}

#theater-bonn .evt-nav-mobile-username,
#theater-bonn .evt-mobile-shortcut-navigation .evt-mobile-shortcut-navigation-link {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
}

#theater-bonn .evt-mobile-shortcut-navigation .dropdown-menu a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
}

@media (min-width: 1000px) {
    #theater-bonn .navbar-right .dropdown-menu {
        right: auto !important;
    }
}

#theater-bonn .navbar-nav ul.dropdown-menu > li > a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
}

#theater-bonn .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    background: #fff;
}

#theater-bonn .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}

#theater-bonn .navbar-default {
    position: relative;
    top: 0!important;
    z-index: initial;
    background: #fff;
    margin: 0 auto;
    border: none !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6 !important;
}

#theater-bonn .navbar-default .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#theater-bonn .navbar .navbar-nav, #theater-bonn .navbar .navbar-nav>li.open>a, .navbar .navbar-nav>li>a {
    border-right: none !important;
    display: flex;
    align-items: center;
}

#theater-bonn span.icon-cart, #theater-bonn span.icon-person {
    padding-right: 10px;
    color: #D90017;
}

#theater-bonn span.icons {
    color: #D90017;
}

#theater-bonn a#nav_login {
    border-left: none;
}

#theater-bonn .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: #000!important;
}

#theater-bonn .navbar .navbar-nav>li.open>a, .navbar .navbar-nav>li>a {
    font-size: 16px;
    color: #000 !important;
    background-color: #fff !important;
}

#theater-bonn .nav>li>a {
    font-size: 22px !important;
    text-transform: uppercase;
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
    font-weight: 400;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 0;
    padding-left: 18px;
    height: auto !important;
    border-left: none !important;
}

#theater-bonn a#nav_customeredit {
    border-left: none;
}

#theater-bonn .navbar-nav>li {
    padding-right: 18px;
}

a#nav-login_mobile {
    color: #fff;
}

#header {
    position: relative;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

#header .container-theater-bonn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    height: 43px;
}


@media (min-width: 1025px) {
    #header .container-theater-bonn  {
        height: 63px;
    }
}

#header .left {
    flex-grow: 1;
    margin-bottom: 0;
}

#header .right {
    position: relative;
    background: #fff;
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
}

#logo {
    display: block;
    position: relative;
    width: 100%;
    z-index: 11;
}

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

/* Navigation Customer */

.close-theater-bonn {
    cursor: pointer;
    display: none;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    opacity: 1 !important;
}

.close-theater-bonn:before {
    transform: rotate(45deg) !important;
}

.close-theater-bonn:before, .close-theater-bonn:after {
    background: #fff;
    display: block;
    content: '';
    height: 4px;
    left: 8px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 24px;
}

.active .close-theater-bonn {
    display: block;
}

#header .header-button {
    height: 100%;
    display: block;
    align-items: center;
    padding: 0;
}

.burger {
    width: 25px;
    height: 16px;
}

.burger div {
    height: 4px;
    background: #D90017;
}

.burger div+div {
    margin-top: 5px;
}

.active .burger div {
    background: #D90017;
}

.modal-theater-bonn>h4 {
    display: none;
}

@media (min-width: 1025px) {

    #theater-bonn .navbar-default .container {
        padding-right: 25px;
    }

    #header nav {
        display: flex;
        align-items: center;
    }

    #header nav .inner {
        display: flex;
    }

    #header nav .link-wrap {
        position: relative;
        margin-right: 15px;
    }

    #header nav .link-wrap:last-child {
        position: relative;
        margin-right: 0;
    }

    #header nav .link {
        align-items: center;
        color: #000 !important;
        cursor: pointer;
        outline: 0;
        padding: 5px 18px 0 0;
        text-align: center;
        text-decoration: none;
        transition: background-color 1s cubic-bezier(.215,.61,.355,1) !important;
        font-size: 22px;
        font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border-right: 1px solid #d9d9d9;
    }

    #header nav .link.last {
        border-right: none;
    }

    #header nav .link:focus, #header nav .link:hover {
        color: #000 !important;
    }

    #header nav .link-wrap:hover .child {
        color: #000 !important;
    }

    #header .header-button {
        padding: 90px 20px 0;
    }

    #header .header-button:not(.desktop-show) {
        display: none;
    }

}

/* Header of Customer */

@media (max-width: 1024px) {

    #logo img {
        width: 100%;
        height: auto;
        max-width: 215px;
    }

    #header .header-button {
        display: flex;
    }

    #header nav {
        overflow-y: auto;
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
    }

    .modal-theater-bonn.active {
        opacity: 1;
        pointer-events: auto;
        transform: translate(0);
    }

    .modal-theater-bonn.active .inner {
        padding-top: 50px;
    }

    #header .right {
        background: #fff;
    }

    #header nav .link {
        color: #fff;
    }

    .modal-theater-bonn {
        background: #D90017;
        opacity: 0;
        overflow-x: hidden;
        overscroll-behavior: contain;
        padding: 25px 15px 40px 25px;
        position: absolute;
        pointer-events: none;
        right: -15px;
        top: -15px;
        transition: transform .3s,opacity .3s !important;
        width: 100vw;
        z-index: 1500;
        height: 100vh !important;
        max-height: none !important;
    }

    .modal-theater-bonn>h4 {
        display: block;
    }

    #header nav a {
        margin-bottom: 25px;
        display: block;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
    }
}

/* Buchungsstrecke */

#theater-bonn .leaflet-bottom, #theater-bonn .leaflet-top {
    z-index: 1 !important;
}

#theater-bonn .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 20px 0;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: 16px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    background-color: #D90017;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
}

#theater-bonn .dropup-language .btn {
    background: #fff !important;
    border: solid 1px #D90017 !important;
}

#theater-bonn .btn-default {
    border: 1px solid #D90017;
    color: #D90017;
}

#theater-bonn .btn:hover, #theater-bonn .btn:focus  {
    background-color: #e80019;
    color: #fff;
}

#theater-bonn .icon-edit-btn:hover {
    color: #fff;
}

#theater-bonn .btn:focus, #theater-bonn .btn:active:focus, #theater-bonn .btn.active:focus, #theater-bonn .btn.focus, #theater-bonn .btn:active.focus, #theater-bonn .btn.active.focus {
    outline: none !important;
    box-shadow: none;
    border: none !important;
}

#theater-bonn .btn-default, #theater-bonn .btn-default:focus, #theater-bonn .btn-default:hover {
    background-color: transparent;
}

#theater-bonn .map-container {
    border: 1px solid #e6e6e6;
}

#theater-bonn .event-date-time, #theater-bonn .event-address-item {
    font-size: 17px;
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
    color: #000;
}

#theater-bonn .event-address-item a {
    color: #D90017;
}

#theater-bonn .footer .component a:not(.btn), #theater-bonn .webshop a:not(.btn) {
    text-decoration: none;
    border-bottom: 1px dotted #D90017;
    transition: color .2s ease-out, border-color .2s ease-out;
    color: #D90017;
}

#theater-bonn .footer .component a:not(.btn):hover, #theater-bonn .webshop a:not(.btn):hover,
#theater-bonn .footer .component a:not(.btn):focus, #theater-bonn .webshop a:not(.btn):focus,
#theater-bonn .footer .component a:not(.btn):active, #theater-bonn .webshop a:not(.btn):active {
    border-bottom: none;
}

#theater-bonn .navbar .navbar-nav .icons + .badge,
#theater-bonn .basket .badge {
    background: #D90017;
}

#theater-bonn .evt-select-filter.bootstrap-select.btn-group .dropdown-toggle .filter-option+.bs-caret,
#theater-bonn .evt-select-filter.bootstrap-select.btn-group .dropdown-toggle .filter-option+.icons,
#theater-bonn .evt-dropdown>.evt-select>.btn-default:after, .evt-dropdown>.evt-selecter>.btn-default:after {
    display: none;
}

#theater-bonn .evt-select-filter.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: left !important;
}

#theater-bonn .evt-seatlist .evt-dropdown {
    box-shadow: none;
    font-weight: 400;
}

#theater-bonn .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
}

#theater-bonn .bootstrap-select.btn-group .dropdown-menu li a {
    border: none;
    color: #000;
}

#theater-bonn .evt-dropdown .btn-default {
    color: #000;
    font-style: normal;
    margin: 0;
    width: 100%;
    padding: 11px 15px;
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    transition: border-color .2s ease-out;
    height: 60px;
    font-size: 22px;
}

#theater-bonn .evt-dropdown .form-control {
    background: #fff;
}

#theater-bonn .bootstrap-select .dropdown-toggle {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://staging-inhousewebshop.derticketservice.de/static/theater-bonn/img/dropdown-open.svg");
    background-repeat: no-repeat;
    background-position: 96.5% center;
    padding-right: 3.125rem;
    transition: background-color .2s ease-out;
}

#theater-bonn .bootstrap-select .dropdown-toggle:hover, #theater-bonn .bootstrap-select .dropdown-toggle:focus, #theater-bonn .bootstrap-select .dropdown-toggle:active {
    background-color: #f0f0f0 !important;
    color: #000;
    background-image: url("https://staging-inhousewebshop.derticketservice.de/static/theater-bonn/img/dropdown-open.svg");
    background-repeat: no-repeat;
    background-position: 96.5% center;
}

#theater-bonn h5, #theater-bonn label, #theater-bonn strong {
    font-weight: 400;
    color: #000;
}

#theater-bonn .evt-seatlist li:last-child .seatList-item {
    border-color: #e6e6e6;
}

#theater-bonn .dateTime-date:after {
    display: inline-block;
    content: " ";
    width: 1px;
    height: 14.4px;
    margin: 0 4px -1px 1px;
    background: #D90017;
}

#theater-bonn .seatList-item .btn-close {
    padding: 10px 10px 5px 10px;
}

#theater-bonn .leaflet-bar a, #theater-bonn .leaflet-bar a:hover {
    border-bottom: 1px solid #e6e6e6 !important;
}

#theater-bonn .evt-seatmap-select-list {
    font-size: 22px;
}

#theater-bonn .close {
    opacity: 1;
    color: #D90017;
}

#theater-bonn .modal-header, #theater-bonn .modal-footer {
    border-color: #e6e6e6;
}

#theater-bonn .modal-footer a {
    color: #D90017;
}

#theater-bonn .modal-footer a:hover, #theater-bonn .modal-footer a:focus, #theater-bonn .modal-footer a:active {
    border-bottom: none;
}

#theater-bonn .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#theater-bonn .page-header {
    border: none;
}

#theater-bonn .page-header.text-center {
    text-align: left !important;
}

#theater-bonn .page-header .link-back {
    display: inline;
}

#theater-bonn .evt-event-detail .divider {
    display: none;
}

#theater-bonn .container.webshop {
    padding-top: 30px;
    padding-bottom: 30px;
}

#theater-bonn .evt-price-calculator .input-group-addon .btn-minus, #theater-bonn .evt-price-calculator .input-group-addon .btn-plus {
    border: none !important;
}

#theater-bonn .evt-price-calculator-item.highlight {
    box-shadow: 0 0 4px 2px #D90017;
}

#theater-bonn .evt-price-calculator .text-descr, #theater-bonn .evt-price-calculator .text-price {
    font-size: 22px;
}

#theater-bonn .input-group-addon:not(:first-child):not(:last-child), #theater-bonn .input-group-btn:not(:first-child):not(:last-child), #theater-bonn .input-group .form-control:not(:first-child):not(:last-child) {
    font-size: 22px;
    color: #000;
    box-shadow: none;
    background: #fff;
}

#theater-bonn .input-group-addon {
    border-radius: 0;
    border-color: #e6e6e6;
    background: #fafafa;
}

#theater-bonn .evt-price-calculator-item:not(.last) {
    border-color: #e6e6e6;
}

#theater-bonn .evt-price-calculator fieldset {
    border-color: #e6e6e6;
    border-radius: 0;
}

#theater-bonn .evt-price-calculator .aggr {
    font-size: 22px;
}

#theater-bonn .evt-event-detail .col-lg-8.col-lg-push-2 {
    width: 100%;
    left: 0;
}

#theater-bonn .evt-price-calculator-item-priceinfo a {
    border: none !important;
}

#theater-bonn a#magicCode-Field {
    color: #D90017;
}

#theater-bonn span#magicCodeIconSubmit {
    color: #fff;
    padding-top: 9px;
}

#theater-bonn .input-group .form-control {
    border-radius: 0;
    border-color: #e6e6e6;
    box-shadow: none;
}

#theater-bonn .evt-placeholder-float label, #theater-bonn .evt-placeholder-float-label label, #theater-bonn .evt-placeholder-static label {
    color: #000 !important;
    background-color: transparent !important;
    font-size: 22px;
}

#theater-bonn .input-group, #theater-bonn .form-control, #theater-bonn a#submitCodeButton {
    height: 60px;
}

#theater-bonn .form-control,
#theater-bonn .dropdown-menu>li>a:focus,
#theater-bonn .dropdown-menu>li>a:hover{
    background: #fafafa;
}

#theater-bonn .navbar a:focus, #theater-bonn .nav a .focus, #theater-bonn li > a:focus {
    outline: #D90017 solid 1px !important;
}

#theater-bonn .evt-dropdown>.evt-select>.open>ul li a, #theater-bonn .evt-dropdown>.evt-selecter>.open>ul li a {
    line-height: 35px;
}

#theater-bonn a:focus, #theater-bonn a .focus, #theater-bonn .footer .js-editCookiesSettings:focus, #theater-bonn button.rePrintTD.btn-link:focus {
    border: none !important;
}

#theater-bonn .evt-select-filter ul.dropdown-menu.inner > li.selected > a::before, #theater-bonn .evt-select-filter.evt-select-filter-single ul.dropdown-menu.inner > li.checked > a::before, #theater-bonn .evt-select-filter.evt-select-filter-single ul.dropdown-menu.inner > li.selected > a::before, #theater-bonn .multiselect-container.dropdown-menu > .active label.checkbox::before,
#theater-bonn .evt-radio-unchecked input[type="radio"]:checked + label::before, #theater-bonn div.checkbox.evt-checkbox input[type="radio"]:checked + label::before, #theater-bonn div.radio.evt-radio input[type="radio"]:checked + label::before,
#theater-bonn .evt-radio-unchecked input[type="checkbox"]:checked + label::before, #theater-bonn div.checkbox.evt-checkbox input[type="checkbox"]:checked + label::before, #theater-bonn div.radio.evt-radio input[type="checkbox"]:checked + label::before,
#theater-bonn div#agbCheckBoxId a {
    color: #D90017;
}

#theater-bonn .checkbox.evt-checkbox input[type=checkbox]+label:before {
    border-radius: 0 !important;
}

#theater-bonn .evt-select-filter ul.dropdown-menu.inner>li.selected>a:before, #theater-bonn .evt-select-filter ul.dropdown-menu.inner>li>a:before {
    border-radius: 0 !important;
}

#theater-bonn .well .divider {
    border-color: #e6e6e6 !important;
}

#theater-bonn .shopping-cart strong, #theater-bonn .shopping-cart div {
    font-size: 22px;
}

#theater-bonn .well:not(.well-light) {
    background: transparent;
}

#theater-bonn .evt-password__icon {
    border: none !important;
    height: auto;
}

#theater-bonn .evt-password__icon i {
    font-size: 22px;
}

#theater-bonn input.form-control[type="email"], #theater-bonn input.form-control[type="number"], #theater-bonn input.form-control[type="password"], #theater-bonn input.form-control[type="search"], #theater-bonn input.form-control[type="tel"], #theater-bonn input.form-control[type="text"], #theater-bonn input.form-control[type="url"], #theater-bonn textarea.form-control {
    color: #000;
    border-radius: 0;
    font-size: 22px;
}

#theater-bonn .cart-ads-item-headline {
    font-size: 22px;
}

#theater-bonn .cart-ads-item-content {
    border-color: #e6e6e6 !important;
    border-radius: 0 !important;
}

#theater-bonn .redeemVoucher,
#theater-bonn #promotionbutton {
    height: 60px;
    display: flex;
    align-items: center;
}

#theater-bonn .cookie-text a, #theater-bonn .cookie-text-option a {
    color: #fff !important;
}

#theater-bonn .js-CookiesConsentPanelTitle {
    text-align: left;
    color: #fff !important;
}

#theater-bonn .evt-cookie-content .btn-default {
    border-color: #fff;
    color: #fff;
}

#theater-bonn .evt-cookie-element .evt-cookie-content label {
    background-color: transparent !important;
}

#theater-bonn a#continue-shopping {
    display:  none;
}

@media print, screen and (min-width: 768px) {
    #theater-bonn .btn-default:hover, #theater-bonn .btn-default:focus, #theater-bonn .btn-default:active,
    #theater-bonn .btn-default:hover .icon-trash, #theater-bonn .btn-default:focus .icon-trash, #theater-bonn .btn-default:active .icon-trash,
    #theater-bonn .btn-default:hover .icon-edit, #theater-bonn .btn-default:focus .icon-edit, #theater-bonn .btn-default:active .icon-edit,
    #theater-bonn .btn-default:hover .icon-eye, #theater-bonn .btn-default:focus .icon-eye, #theater-bonn .btn-default:active .icon-eye {
        background: #D90017;
        color: #fff;
    }

    #theater-bonn .container.webshop {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media print, screen and (min-width: 990px) {
    #theater-bonn .btn {
        font-size: 22px;
    }

    #theater-bonn .dateTime-date:after {
        margin: 0 9px -1px 6px;
    }

    #theater-bonn span#magicCodeIconSubmit {
        padding-top: 5px;
    }
}

@media print, screen and (min-width: 1280px) {
    #theater-bonn .evt-dropdown .btn-default {
        padding: 14px 20px;
    }
}

/* Theater Bonn */

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
}

a {
    line-height: inherit;
    color: #D90017;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease-out;
}

a:focus, a:hover {
    color: #D90017;
}

.footer-container {
    text-align: center;
}

.footer-container .footer-row {
    padding: 30px 20px;
    border-top: 1px solid #e6e6e6;
}

.align-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.align-middle {
    -ms-flex-align: center;
    align-items: center;
}

.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #D90017 !important;
    text-rendering: optimizeLegibility !important;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    text-transform: uppercase !important;
}

.h1, h1, .webshop h1 {
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #D90017 !important;
    text-rendering: optimizeLegibility;
    line-height: 1.13;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.h2, h2 {
    font-size: 21px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.h4, h4,.evt-price-calculator .h4 {
    font-size: 16px !important;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.abo-event-list li, .button, .cast .person, .cast .role, .content-list, .content-list li, .custom-form input[type=text], .custom-form input[type=email], .custom-form input[type=number], .custom-form input[type=url], .custom-form input[type=date], .custom-form input[type=datetime], .custom-form select, .custom-form textarea, .download-list li, .ensemble-productions-list li, .link, .link-list li, .text-module ul, .text-module ul li, label, p {
    margin-bottom: 8px;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 20px 0;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: 16px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    background-color: #D90017;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
}

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

.button:focus, .button:hover {
    background-color: #e80019;
    color: #fff;
}

.footer-container .newsletter .button {
    width: 100%;
    margin: 20px 0 10px;
}

.footer-container .footer-row.four-cols {
    border-top: 0;
    padding: 0;
}

.grid-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -5px;
    margin-left: -5px;
}

.grid-padding-x>.cell {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-padding-y>.cell {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-container .footer-row.four-cols .cell {
    border-top: 1px solid #e6e6e6;
    padding: 30px 20px;
}

.icon-tb-logo-footer {
    content: "";
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background: url("https://staging-inhousewebshop.derticketservice.de/static/theater-bonn/img/icons.svg") no-repeat;
    background-position: 0 55.6272093245%;
    background-size: 488px 486px;
    width: 167px;
    height: 67px;
}

.footer-container .sitemap-list {
    display: inline-block;
    margin: 0;
}

ul {
    margin-left: 20px;
    list-style-type: none;
}

.footer-container .sitemap-list li {
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    margin: 0 0 12px;
}

.footer-container .sitemap-list li a {
    color: #000;
    border-bottom: 1px dotted #000;
}

.footer-container .hotline span {
    display: block;
    font-family: "Trade Gothic Extended", Trebuchet MS, sans-serif;
    font-weight: 400;
}

.footer-container .hotline .headline {
    text-transform: uppercase;
}

.footer-container .hotline .number {
    font-size: 28px;
    line-height: 1;
    color: #D90017;
    padding: 8px 0;
}

.footer-container .social-media-list {
    margin: 0;
}

.footer-container .social-media-list, .footer-container .social-media-list li {
    display: inline-block;
}

.footer-container .social-media-list li {
    margin: 0 5px;
}

li {
    font-size: inherit;
}

.icon-sm-twitter {
    content: "";
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background: url("https://staging-inhousewebshop.derticketservice.de/static/theater-bonn/img/icons.svg") no-repeat;
    background-position: 98.9680365297% 53.4174311927%;
    background-size: 488px 486px;
    width: 50px;
    height: 50px;
}

.icon-sm-instagram {
    content: "";
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background: url("https://staging-inhousewebshop.derticketservice.de/static/theater-bonn/img/icons.svg") no-repeat;
    background-position: 87.5525114155% 53.4174311927%;
    background-size: 488px 486px;
    width: 50px;
    height: 50px;
}
.icon-sm-facebook {
    content: "";
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background: url("https://staging-inhousewebshop.derticketservice.de/static/theater-bonn/img/icons.svg") no-repeat;
    background-position: 76.1369863014% 53.4174311927%;
    background-size: 488px 486px;
    width: 50px;
    height: 50px;
}

.icon-red-dot-winner {
    content: "";
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background: url("https://staging-inhousewebshop.derticketservice.de/static/theater-bonn/img/icons.svg") no-repeat;
    background-position: 0 74.4851883094%;
    background-size: 488px 486px;
    width: 154px;
    height: 83px;
}

@media print, screen and (min-width: 768px) {
    .grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-full, .grid-x>.medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-x>.medium-10 {
        width: 83.3333333333%;
    }

    .h2, h2 {
        font-size: 32px !important;
    }

    .abo-event-list li, .button, .cast .person, .cast .role, .content-list, .content-list li, .custom-form input[type=text], .custom-form input[type=email], .custom-form input[type=number], .custom-form input[type=url], .custom-form input[type=date], .custom-form input[type=datetime], .custom-form select, .custom-form textarea, .download-list li, .ensemble-productions-list li, .link, .link-list li, .text-module ul, .text-module ul li, label, p {
        font-size: 18px;
        line-height: 1.3333333333;
        margin-bottom: .75rem;
    }

    .button {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-container .newsletter .button {
        width: 50%;
    }

    .footer-container .footer-row.four-cols {
        border-top: 0;
    }

    .grid-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -10px;
        margin-left: -10px;
    }

    .grid-x>.medium-6 {
        width: 50%;
    }

    .grid-padding-x>.cell {
        padding-right: 10px;
        padding-left: 10px;
    }

    .grid-padding-y>.cell {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-container .footer-row.four-cols .cell {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-container .footer-row.four-cols .cell:before {
        content: "";
        display: block;
        background: #e6e6e6;
        width: 1px;
        position: absolute;
        left: 0;
        top: 25px;
        bottom: 25px;
    }

    .footer-container .footer-row.four-cols .cell:first-child:before {
        display: none;
    }

    .footer-container .sitemap-list {
        text-align: left;
    }

    .footer-container .sitemap-list a {
        transition: border-color .2s ease-out, color .2s ease-out;
    }

    .footer-container .privacy-links .sitemap-list li {
        display: inline-block;
        border-left: 1px solid #D90017;
        padding: 0 11px 0 12px;
        margin: 0;
        line-height: 1;
    }

    .footer-container .privacy-links .sitemap-list li:first-child {
        border-left: 0;
    }

    .h1, h1, .webshop h1 {
        font-size: 72px;
    }

    .h4, h4,.evt-price-calculator .h4 {
        font-size: 20px !important;
    }
}

@media print, screen and (min-width: 990px) {
    .grid-x>.large-1, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-full, .grid-x>.large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .grid-x>.large-1, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-x>.large-8 {
        width: 66.6666666667%;
    }

    .h2, h2 {
        font-size: 38px !important;
    }

    .abo-event-list li, .button, .cast .person, .cast .role, .content-list, .content-list li, .custom-form input[type=text], .custom-form input[type=email], .custom-form input[type=number], .custom-form input[type=url], .custom-form input[type=date], .custom-form input[type=datetime], .custom-form select, .custom-form textarea, .download-list li, .ensemble-productions-list li, .link, .link-list li, .text-module ul, .text-module ul li, label, p {
        font-size: 22px;
        line-height: 1.2857142857;
        margin-bottom: 1rem;
    }

    .footer-container .footer-row.four-cols {
        border-top: 1px solid #e6e6e6;
    }

    .grid-x>.large-3 {
        width: 25%;
    }

    .footer-container .footer-row.four-cols .cell {
        border-top: 0;
    }

    .h1, h1, .webshop h1 {
        font-size: 82px;
    }

    .h4, h4,.evt-price-calculator .h4 {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 1280px) {
    .grid-x>.xlarge-1, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12, .grid-x>.xlarge-2, .grid-x>.xlarge-3, .grid-x>.xlarge-4, .grid-x>.xlarge-5, .grid-x>.xlarge-6, .grid-x>.xlarge-7, .grid-x>.xlarge-8, .grid-x>.xlarge-9, .grid-x>.xlarge-full, .grid-x>.xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .grid-x>.xlarge-1, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12, .grid-x>.xlarge-2, .grid-x>.xlarge-3, .grid-x>.xlarge-4, .grid-x>.xlarge-5, .grid-x>.xlarge-6, .grid-x>.xlarge-7, .grid-x>.xlarge-8, .grid-x>.xlarge-9, .grid-x>.xlarge-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-x>.xlarge-6 {
        width: 50%;
    }
    .button {
        padding: 13px 40px;
    }

}