/*Version: 1.11*/

/* Fonts */

@font-face {
    font-family:'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('Oswald-Regular'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/oswald-regular-webfont.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/oswald-regular-webfont.woff') format('woff');
}

@font-face {
    font-family:'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
            local('Oswald-Light'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/oswald-light-webfont.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/oswald-light-webfont.woff') format('woff');
}

@font-face {
    font-family:'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('RobotoCondensed-Regular'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
            url('https://staging-inhousewebshop.derticketservice.de/static/common/fonts/robotocondensed-regular-webfont.woff') format('woff');
}

/* Header Template*/

#dts .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static !important;
}

#dts .dropdown-menu span.text {
    color: #565656 !important;
}

#dts .col-xs-4.col-sm-2.col-sm-offset-5, #dts .component.shopping-cart span.h4.m-t-a.pull-right {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    #dts .col-xs-4.col-sm-2.col-sm-offset-5, #dts .component.shopping-cart span.h4.m-t-a.pull-right {
        margin-top: 20px !important;
    }
}


#dts .app-header {
    background-color: #2b2b2b;
    padding: 10px;
    width: 100%;
}

#dts .header-container {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    #dts .header-container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    #dts .header-container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    #dts .header-container {
        max-width: 1170px;
    }
}

#dts .brand-logo {
    flex-grow: 1;
}

#dts .component.p-t-default, #dts .component.footer-logo {
    display: none;
}

#dts li.evt-nav-mobile-username {
    color: #fff !important;
}

#dts .brand-logo img {
    width: 100%;
    max-width: 130px;
}

#dts img.powerdbykt {
    max-width: 180px;
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    #dts .navbar-header {
        float: right !important;
    }
}

#dts .nav {
    display: block !important;
}

a#nav_customeredit {
    display: flex !important;
}

@media only screen and (max-width: 999px) {
    a#nav_customeredit {
        display: none !important;
    }
}

.mainmenu {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    flex-grow: 2;
}

.mainmenu > li > .navbar-btn {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 34px;
    padding-right: 20px;
}

.mainmenu > li {
    display: inline-block;
    float: none;
    margin: 0 5px;
    padding: 0;
}

.mainmenu > li > a {
    color: #D9D9D9;
    text-transform: uppercase;
    font-size: 21px;
}

.mainmenu > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* Footer Template*/

#footer {
    position: relative;
    top: 45px;
    width: 100%;
    background-color: #2b2b2b;
}

#footer .section.footer-navi .meta-navi .nav > li > .btn:hover:after, #footer .section.footer-navi .meta-navi .nav > li > a:hover:after {
    background-color: #FFFFFF;
}

#footer .section.footer-navi .meta-navi .nav > li > .btn:after, #footer .section.footer-navi .meta-navi .nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 15px;
    right: 15px;
    height: 4px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    background-color: transparent;
}

#footer .section.footer-seo .seo-navi li > .btn:hover {
    color: #FFFFFF !important;
}

#footer .section.footer-navi .meta-navi .nav > li > .btn:hover, #footer .section.footer-navi .meta-navi .nav > li > a:hover {
    color: #FFFFFF;
}

#footer .section.footer-navi .meta-navi .nav > li > .btn, #footer .section.footer-navi .meta-navi .nav > li > a {
    background-color: transparent;
    color: #D9D9D9;
    padding: 11px 15px;
    margin: 0;
    height: 50px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#footer .section.footer-navi {
    min-height: 50px;
    background-color: #222222;
}

section, .section {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 70px;
}

#footer .section.footer-navi .meta-navi {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #ECECEC;
    float: left;
}

#footer .section.footer-navi .meta-navi .nav > li > .btn, #footer .section.footer-navi .meta-navi .nav > li > a {
    background-color: transparent;
    color: #D9D9D9;
    padding: 11px 15px;
    margin: 0;
    height: 50px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}


.btn {
    font-family: "Oswald", sans-serif;
}

#footer .section.footer-seo .seo-navi {
    padding-top: 50px;
    padding-left: 12px;
    font-family: "Oswald", sans-serif;
    color: #D9D9D9;
}

#footer .section.footer-seo .seo-navi li > .btn.btn-lg {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .section.footer-seo .seo-navi li > .btn {
    padding: 5px 0;
    color: #D9D9D9;
    font-size: 16px;
    text-transform: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 6px 12px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
    max-height: 43px;
}

.btn-link {
    color: #D9D9D9 !important;
    font-weight: 400;
    border-radius: 0;
}

a#continue-shopping {
    display: none;
}

.form-group {
    position: relative;
}

/* GENERAL */
body {
    padding-top: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #565656 !important;
    overflow-x: unset !important;
}

@media (max-width: 360px) {
    body {
        margin-top: 0 !important;
    }
}

#dts .container.webshop {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    min-height: auto;
}

@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;
}

/* Sprach-Wechsel */

#dts .dropup-language {
    border: 1px solid #d9d9d9;
}

#dts #dropup-language {
    margin-top: 0 !important;
    border-radius: 0;
    font-size: 18px;
}

#dts #dropup-language:focus {
    border: solid 1px #f6ab4d !important;
}

#dts ul#dropup-language-list {
    padding: 0;
}
@media (min-width: 768px) {
    #dts .footer > .row > .col-xs-12.col-sm-4.col-sm-push-8 {
        padding-right: 0 !important;
    }
}

/* nav */
#dts .navbar-default {
    position: relative;
    top: 0 !important;
    z-index: initial;
    background-color: #fff;
    min-height: initial;
}

#dts .navbar-default .navbar-brand {
    display: none;
}

#dts .navbar-default .navbar-nav > li > a, .navbar-default .evt-mobile-shortcut-navigation > li > a {
    color: #565656;
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    border: none !important;
    font-family: 'Oswald', sans-serif;
}

#dts .backLink:before {
    content: "\e604";
    color: #000000;;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 3px;
    font-family: fontim;
}

#dts #nav_tickets {
    display: none;
}

a.link-back.h5 {
    display: none;
}

@media (min-width: 1170px) {
    #dts .navbar-default .navbar-nav > li > a, .navbar-default .evt-mobile-shortcut-navigation > li > a:first-child {
        padding-left: 0;
    }
}

#dts .navbar-default .navbar-nav > li > .dropdown-menu {
    background: #9D9D9D;
    box-shadow: none;
    text-align: center;
    position: absolute;
    z-index: 2;
    width: 100%;
}

#dts .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #fff;
    background-color: #9D9D9D;
    font-weight: 400;
}

#dts .navbar-default .dropdown-menu > li > a {
    color: #fff;
    background-color: #9D9D9D;
    font-weight: 400;
}

#dts ul.dropdown-menu.full-width::before {
    content: '';
    background-color: #9D9D9D;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    right: 55px;
    transform: rotate(45deg);
}

@media (min-width: 1170px) {
    #dts ul.dropdown-menu.full-width::before {
        content: '';
        background-color: #9D9D9D;
        height: 20px;
        width: 20px;
        position: absolute;
        top: -10px;
        right: 25px;
        transform: rotate(45deg);
    }
}

#dts .navbar-default .dropdown-menu {
    background-color: #9D9D9D;
    border: none !important;
}

#dts .dropdown-menu {
    color: #565656;
    font-size: 18px;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    position: absolute;
}

#dts .navbar .navbar-nav {
    border-right: none;
}

.badge {
    background-color: #565656 !important;
}

#dts .navbar .navbar-nav .icons + .badge {
    background-color: #565656;
}

#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: #565656;
}

/* hide powered by container */
#dts #poweredBy {
    display: none !important;
}

#dts .divider, #dts .evt-footer-links {
    display: none;
}

/* Buttons */

#dts .btn-primary {
    color: #fff;
    background-color: #565656;
    border: none;
    font-size: 24px;
    border-radius: 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    transition: background-color .4s ease-in-out;
}

#dts .btn-primary:hover {
    background-color: #494949 !important;
}

#dts .btn-default {
    color: #565656;
    background-color: #fff;
    border-color: #565656 !important;
    border-width: 1px;
    border-radius: 0 !important;
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#dts .webshop .evt-login .col-sm-6.col-md-4.col-md-push-3 .component a[href$=".secure"] {
    color: #fff;
    background-color: #565656;
    border: none;
    font-size: 24px;
    border-radius: 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    transition: background-color .4s ease-in-out;
}

#dts .btn span {
    color: #565656 !important;
}

/* Korrektur Texthöhe in Feldern */
#dts .evt-filter-subscriber .text {
    overflow: visible !important;
}


/* Headings & Fonts*/

/* Korrektur Schrift Event-Titel im Warenkorb */

#dts .well .h1, .well .h2, .well .h3, .well .h5, .well h1, .well h2, .well h3, .well h5 {
    font-family: 'Oswald', sans-serif !important;
}

#dts .webshop .register-hint p {
    font-size: 16px;
    line-height: 24px;
}

#dts .webshop .h1, #dts .webshop .h2, #dts .webshop .h3, #dts .webshop h1, #dts .webshop h2, #dts .webshop h3 {
    color: #565656 !important;
    font-family: 'Oswald', sans-serif !important;
}

#dts .evt-price-calculator h2 {
    font-size: 24px !important;
    line-height: 33px;
}

#dts .webshop h1 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 36px;
    text-transform: uppercase !important;
    font-weight: 400;
    word-break: break-word;
}

@media (min-width: 768px) {
    #dts .webshop h1 {
        word-break: normal;
    }
}

#dts .webshop h2 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 28px;
    font-weight: 400;
}

#dts .webshop h4 {
    font-size: 24px;
    font-weight: 400;
}

#dts .subtitle {
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}

#dts h5, label, strong {
    color: #565656 !important;
}

#dts .m-b--sm, .m-b--small, .m-b-sm, .m-b-small {
    font-weight: 400;
}

@media (min-width: 991px) {
    #dts .page-header .link-back {
        font-size: 18px;
    }
}

#dts .newsletter-hinweis {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Icons*/

#dts [class*=" icon-"], [class^=icon-] {
    color: #000000;
}

#dts .navbar-default .dropdown-toggle .icons [class*=" icon-"], .navbar-default .dropdown-toggle .icons [class^=icon-] {
    color: #565656 !important;
}

#dts .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #565656;
}

/* 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: #000000 !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: 400;
}

@media (min-width: 768px) {
    #dts .text-left {
        display: none;
    }
}

#dts span.pricegroup-price.pull-right {
    float: none !important;
    font-size: 21px;
}

#dts .webshop .col-sm-12.col-md-12 fieldset {
    padding: inherit;
}

#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: #9D9D9D;
}

#dts .input-group-addon {
    color: #565656;
    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: #565656;
    text-transform: none;
    font-weight: 400;
}

#dts .checkbox.evt-checkbox.evt-checkbox-multiline input[type=checkbox] + label {
    padding-top: 0;
    margin-top: 20px;
}

#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: #000000 !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: #565656;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    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: #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 .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: #565656;
    background-color: #9D9D9D;
}

/* Content */

#dts .page-header {
    border-bottom: none;
    margin: 20px 0 0 0;
}

#dts #seatList li:last-child .seatList-item {
    border-color: #e1e1e1;
}

#dts .row .seatList-item .col-xs-2.col-sm-1.col-lg-2.m-b-sm strong {
    padding-left: 5px;
}

#dts .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    overflow: inherit;
}

#dts .well:not(.well-light) {
    color: #fff;
    background: #9D9D9D;
}

#dts .well:not(.well-light) h2, #dts .well:not(.well-light) h3, #dts .well:not(.well-light) span {
    color: #fff;
}

#dts .well:not(.well-light) strong {
    color: #fff !important;
}

#dts .well {
    border: none;
    border-radius: 0;
}

#dts .component.evt-price-calculator {
    margin-top: 45px;
}

#dts .evt-price-calculator .text-descr, .evt-price-calculator .text-price {
    color: #fff;
}

#dts .evt-price-calculator .text-price {
    color: #fff !important;
}

#dts .webshop .evt-event.evt-event-detail.m-0 > .row {
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
}

#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;
    }
}

#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;
}

@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 {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
}

@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;
}

/* zweispaltiger Saalplan */

#dts .webshop .evt-seatlist .seatList-item > .row > .m-b-sm strong {
    padding-left: 5px;
}

@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, .webshop .evt-seatlist .seatList-item > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1198px) {
    a.btn.btn-default.btn-close.button-delete {
        padding: 10px 10px;
    }
}

@media (min-width: 768px) {

    #dts #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;
    }
}

/* Hinweis auf Ticketgebühr*/

#dts .hinweis-gebuehr {
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
}


/* Alerts */

#dts .alert {
    font-size: 18px;
    border-radius: 0;
}

.footer-logo {
    display: none !important;
}

/* Buchunhsinformationen, Veranstalter & Datenschutz */

#booking-info-container h3 {
    border-bottom: 1px solid #ececec;
    padding-left: 15px;
    padding-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    position: relative;
}

#booking-info-container h3::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 5px;
    background-image: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ececec 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffececec', endColorstr='#ffffffff', GradientType=0);
}

.bui-element-hidden {
    display: none;
}

.booking-info-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.booking-info-list-item-header {
    cursor: pointer;
    background-color: #9D9D9D;
    margin-bottom: 1px;
    padding: 1.5rem;
    transition: background .2s ease-out;
    position: relative;
    font-size: 24px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
}

.booking-info-list-item .booking-info-list-item-header::before {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    content: "\e603";
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    position: absolute;
    top: 15px;
    bottom: 15px;
    margin: auto;
    right: 15px;
    color: #fff;
    font-family: fontim;
    font-size: 24px;
}

.booking-info-list-item.is-active .booking-info-list-item-header::before {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.booking-info-list-item-body a {
    color: #222;
}

.booking-info-list-item-body ul {
    padding: 0;
    list-style: none;
}

.booking-info-list-item-body li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.booking-info-list-item-body li:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background: url(./img/bullet-point.svg) no-repeat;
    background-size: 8px 8px;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
}

.booking-info-list-item-body ul li:last-child {
    padding-bottom: 10px;
}

.booking-info-list-item-body a:hover, .booking-info-list-item-body a:active, .booking-info-list-item-body a:focus {
    text-decoration: underline;
    color: #222;
}


.booking-info-list-item-body {
    padding: 45px;
    background-color: #f8f8f8;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
}

.booking-info-list-item-collapse {
    transition: max-height .3s ease-in;
    overflow-y: hidden;
    max-height: 0;
}

/* Artikel-Verkauf */

#dts .webshop h1[data-ta-id="itemName"],
#dts .webshop .evt-articles-detail span.text.text-small.pull-left.col-xs-12.col-sm-6.col-md-6,
a#nav_items {
    display: none !important;
}

#dts .evt-articles-detail .evt-price-calculator .row {
    background: white;
}

#dts .btn.furtherInformation {
    padding: 25px 13px !important;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.furtherInformation__icon:after {
    transform: rotate(180deg) !important;
    content: "\e603"!important;
    font-family: 'fontim' !important;
    width: 20px !important;
    height: auto !important;
    background: #fff !important;
    top: -4px!important;
    left: -2px!important;
}

.furtherInformation.collapsed .furtherInformation__icon::after {
    transform: rotate(0deg) !important;
}

.page-breadcrumb {
    display: none;
}

/* Aktionscode /Membership */

#dts .evt-match-height h4 {
    font-size: 18px;
}

#dts .membership .btn-default.pull-right,
#dts .evt-vouchers-promo .btn-default.pull-right {
    min-width: auto !important;
    max-width: 50px;
}


@media print, screen and (max-width: 767px) {
    #dts .evt-vouchers-promo .col-xs-4.p-0,
    #dts .evt-vouchers-promo .col-xs-8.p-0 {
        width: 100%;
    }

    #dts .evt-match-height h4 {
        padding-top: 10px;
        text-align: left;
        padding-left: 25px;
    }
}

/* EMERGENCY-UPDATE, DWe: 20.03.2024*/
.evt-event-upselling-without-image .col-sm-3 {
    width: 100% !important;
}

.evt-event-upselling-without-image .col-sm-9 {
    display: none;
}