    /* @import url("/fonts/fonts.css"); */
  
  /* @import url("https://ticket-cloud.ch/wp-content/themes/twentytwentyfour/style.css"); */

html {
    box-sizing: border-box;
    background-size: auto auto;
    background-size: 100% 100%;
    overflow: hidden;
}

body {
    color: var(--text-color);
    background-color: transparent!important;
    background: transparent!important;
    font-size: 18px;
    background-size: auto auto;
    background-size: 100% 100%;
    margin-bottom: 35px;
    min-height: 300px;
}

.navigationBand, .navigationBandDiv{
    min-height: 60px;
}

.navigationBand{
    display: none;
}

#countdown-container {
    display: none;
    position: absolute;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 100vW;
    /* max-width: 600px; */
    overflow: hidden;
    text-align: center;
}
#container-inner {
    height: 100px;
    background-color:transparent;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
    max-width: 600px;
    color: white;
    transition: width .5s,background-color .5s;
}

#deliveryFormTR{
    display: none;
}

#friendmail_done{
    color: white;
    display: block;
    background-color: green;
    width: 100%;
}
.mailresult{
    padding:0px;
}
#friendmail_not_done{
    color: white;
    display: block;
    background-color: red;
    width: 100%;
}

label{
    font-weight: 300;
}

.adressFieldFriend,.mailresult{
    display: none;
}

.sendToFriend, .sendMailButton{
    cursor: pointer;
}

.sendToFriend{
    width: 60%;    
}

/* .adressFieldFriend > input{
    border-radius: 5px;
    color:#000;
} */
#VoucherInfo{
    display:none;
    position:absolute;
    padding: 15px;
    border-radius: 5px;
    border: #ff0000 solid 1px;
    top:0px;
    width:50vW;
    left:0;
    right:0;  
    margin-left: auto;
    margin-right: auto;
    background-color: var(--light-gray-background-color);
}
.sendToFriend{
    font-size: 14px;
}
.sendToFriend, .adressFieldFriend, .mailresult, #friendmail_done, #friendmail_not_done{
    height: 30px;
    padding-left:30px;
}
.sendToFriendMulti, .mailresultMulti, #friendmail_doneMulti, #friendmail_not_doneMulti{
    height: 40px;
    padding-left: 35px;
}
.adressFieldFriendMulti{
    height: 80px;
    padding-left: 35px;
}

#friendmail_done, #friendmail_not_done{
    line-height: 30px;
}

.sendToFriend{
    line-height: 25px;
    z-index: 500;
}
#pointerCard, #pointerCardBack{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
} 
#pointerCardBack{
    rotate: -90deg;
    z-index: 100;
}

#countdown-bar {
    height: 30px;
    background-color: #4caf50;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
    color: white;
    transition: width 0.5s, background-color 0.5s;
}
.navigationBand{
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 0px;
    padding-right: 0px;
}
#navigationBand-ChevLeft {
    text-align: left;
    cursor: pointer;
}
#navigationBand-ChevRight > i, #navigationBand-ChevLeft > i{
    visibility: hidden;
}
#navigationBand-ChevRight {
    text-align: right;
    cursor: pointer;
}
#navigationBand-Text {
    text-align: center;
    font-family: var(--roboto-condensed-bold)!important;
}

#navigationBand-ChevLeft,
#navigationBand-ChevRight,
#navigationBand-Text {
    line-height: 60px;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}
#navigationBand-Text {
    font-size: 30px;
}
#navigationBand-ChevLeft,
#navigationBand-ChevRight{
    font-size: 15px;
}

#navigationscontainer{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.fa-solid.fa-chevron-left.navChevronLeft,
.fa-solid.fa-chevron-right.navChevronRight{
    font-size: 14px;
}
.TI-timepanel>a.btn,
button, .btn, .btn-ticket,
.movie_cover img{
    border-radius: 10px!important;
    background: none;
    background-image: none;
    background-color: transparent;
}

#MeanContainer {
    border-radius: 10px!important;
    background: none;
    background-image: none;
    background-color: transparent;
}

.PriceToPay > div{
    border-radius: 10px!important;
    background: none;
    background-image: none;
    background-color: transparent;
    color: var(--text-color)!important;
    border: none;
    background: #424954!important;
    min-height: 77px;
}

.PriceContainer{
    line-height: 77px;
    min-height: 77px;
    font-size: 20px;
}

.InfoContainer{
    padding-left: 40px;
}
.InfoContainer, .PriceToPay{
    margin-bottom: 10px;
    font-size: 20px;
}

#Add-Voucher, #Add-CineCard{
    text-align: left;
}


*{
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
}
.masterMindContainer{
    padding-left:0px;
    padding-right: 0px;
}
.masterMind{
    border-radius: 10px;
    margin:3px;
    background-color: #73ffdc;
    padding-left:0px;
    padding-right: 0px;
}

label{
    font-weight: 300;
}

.elemDisabled {
    opacity: .15 !important;
}

#paymentFrame {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: absolute;
}

.refundInfo{
    text-align: center;
}

.confirmationBodyInfo{
    border-top: 2px solid #aeaeae;
}
.form-control.usereditloyalty{
    width:unset;
} 

#RememberMe > label{
    font-size: 10px;
}

.form-control:valid {
    /* background-color: #fff!important; */
    box-shadow: none;
    background-image: unset!important;
  }
.scrollTopButton{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 26px;
    background-color: #88f584;
    border-radius: 45px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}
/* .VoucherLogin{
	display:none;
} */

.screenInfo{
    padding:0px!important;
    margin-top: 30px;
    height:40px;
    text-align: center;
}

#trapezoid {
    height: 6px;
    width: 100%;
    margin: -20px 0 10px 0;
    border-top: 20px solid #e5232e;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.screenImage{
    height:40px;
}
#SeatplanAdditionalInfo{
    text-align: center;
}


.movieInfoSeatplan,
.infoTable{
    padding-top: 5px; 
    /* padding-bottom: 10px;  */
    /* border-top: 2px solid #aeaeae; */
    /* border-bottom: 2px solid #aeaeae; */
    padding-right: 0px;
    padding-left:0px;
}
/* #MobilePoster{
    padding-top: 5px; 
    padding-bottom: 10px; 
    padding-right: 0px;
    padding-left:0px;
} */

.infoTable{
    min-height: 100%;
}

/* #NavArea {
    min-height: 200px!important;
} */
#TI-Transaction{
    padding-left:0px;
    padding-right:0px;
}
.seatSymbol {
    z-index: 0!important;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) rotate(180deg)!important;
}
.alert-danger {
    color: #a94442!important;
    background-color: #f2dede!important;
    border-color: #ebccd1!important;
}

.event a {
    background-color: #42B373 !important;
    background-image: none !important;
    color: #ffffff !important;
}
#EventFilterMain {
    /* visibility: hidden; */
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    /* display:none; */
}
#inseatMailAdress,
#inseatMailSend{
    display:none;
    color:#000!important;
}
.fskLogoBig{
    width: 100px;
    float: left;
    margin-right:5px;
}

.fskMore, .fskLess{
    display:none;
}
.parentalGuidanceBg{
    background-color: var(--light-gray-background-color);
    color: var(--text-color);
    margin-bottom: 10px;
    border: 1px var(--text-color) solid;
    border-radius: 5px;
    padding: 5px!important;

}

.parentalGuidanceInfo{
    color: var(--text-color);
    padding: 5px;
    font-size: 16px;
    margin-top: 10px;
}

#EventFilterMain > button{
    visibility: visible;
}

#PayNOW {
    margin-bottom: 25px;
}

.MouseOverResAction {
    display: none;
    width: 200px;
    padding: 0px !important;
}

#SiteLogo,
#LoginRegister,
#MessageBox,
.ButtonHome,
#SeatplanInfo,
#ToTransaction {
    position: absolute;
    display: inline-block;
}

#TicketLimit {
    display: none;
    z-index: 200;
    border: 1px solid red;
    position: relative;
}

#SiteLogo{
    display:none;
}

#TransOverview2{
    border-radius: 10px;
    background: var(--dark-card-backgroundcolor);
}

.BasketPriceTableBottom{
    border-radius: 10px;
    background: var(--dark-card-backgroundcolor);
}

#TransOverview{
    background-color: transparent;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--dark-card-backgroundcolor);
    right:0px;
    z-index: 50;
    border-radius: 10px;
}
#TransOverview > table{
    text-transform: none;
}
.GoToRegButton,
.LoginButton,
.PWLostButton,
.RegisterButton,
.GoToLoginButton {
    display: none;
}
.panel {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.panel-default{    
    border: none!important;
}

.panel-default>.panel-heading{
    background-image: none!important;
    color: var(--text-color);
    background-color: var(--background-color);
    border-bottom: 2px solid #000;
}

.LoginButton{
    padding-right: 1px!important;
}

.requiredField::after {
    content: " *";
}

.scheduleHeaderImage {
    text-align: center;
    padding-bottom: 15px;
}
/* 
.voucherDescription,.concessionDescription{
    font-size: 12px;
} */

#UpsellSection{
    margin-top:5px;
    /* border-top: 2px solid #aeaeae; */
}

#ConcessionHeadline
/* ,#VoucherHeadline */
{
    text-transform: uppercase;
    font-size: 20px;
    /* border-bottom: 2px solid #000; */
    font-weight: 500;
}
#concessionShopOverview,
#concessionShopOverview>#TI-Transaction {
    padding-left: 0px;
    padding-right: 0px;
}


#LawData{
    bottom: 0px;
    padding: 0px!important;
    z-index: 501;
}

#LawData > a > .btn-law {
	text-align: center!important;
    padding: 0px!important;
    height: 32px;
    font-size: 16px;
    vertical-align: middle;
}

#MultiLanguage {
    color: #fff;
    background-color: #ff0000;
    font-weight: bold;
}

#MultiLanguage,
#AudiInfo,
#Subtitle,
#SiteInfo,
#LanguageInfo {
    font-size: inherit;
}
#LanguageInfo {
    font-size: 12px;
    font-weight: 600;
    background-color: #e5232e;
    color:#fff
}
.Spacer {
    height: 30px;
}

.SpecialOV > #SplitAuditorium > #MultiLanguage,
.SpecialOV > #SplitAuditorium > #AudiInfo,
.SpecialOV > #SplitAuditorium > #Subtitle,
.SpecialOV > #SplitAuditorium > #SiteInfo,
.SpecialOV > #SplitAuditorium > #LanguageInfo 
{
    color: #fff !important;
    background-color: #ff0000 !important;
    border: 2px solid #ff0000 !important;
}

.InclAudio {
    /* border: 2px solid #ff0000 !important; */
    border: none !important;
}

.scheduleHeaderImage>img {
    width: auto;
}

/* #TI-Navigation {
  border-bottom: #000 1px solid;
} */

#SiteLogo>img,
#SiteLogo>a>img {
  display:none!important;
}

.ButtonHome {
    padding: unset;
    /* top:0px; */
    /* padding-top: 5px; */
    bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 150px;
}

.btn-payment {
    height: auto;
    min-height: 60px;
    vertical-align: top;
}

#LoginRegister {
    right: 0px;
}
.liner{
    position: absolute;
    display: block;
    width: 84px;
    left: -27px;
    height: 80px;
    line-height: 38;
    top: 5px;
}
#CountDown {
    top: 10px;
    padding-left: 0;
    padding-right: 0;
}

#CountDown > .progress{
    background: rgba(225, 72, 56, 0.2);
}
#CountDownresultBar,
#CountDownresultBar > div{
    display:none;
    height: 35px;
    margin-bottom:0px;
    border-radius: 0px!important; 
}
#CountDownresultBar > div{
    background-color: #E14838;
    width: 100%;
    border-radius: 0px!important;
    line-height: 16px;
    text-align: left;
    padding-left: 10px;
}
.barText {
    /* visibility: hidden; */
    position: absolute;
    line-height: 35px;
    top: 0px;
    bottom: 0px;
    font-size: 17px;
    font-family: var(--roboto-light);
}
#dps,#dpsUE{
    visibility: hidden;
}

#MessageBox {
    top: 0px;
}

#SeatplanInfo {
    top: 0px;
}

.bannerArea{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowZjdhZDZlMy01ZGJhLTQ5NDAtYWE2OS1mZWE3ZGM1ODA3M2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEZFOUE1RkEwOUUwMTFFQUE2MkRFOEE3MjUzMUQzRTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEZFOUE1RjkwOUUwMTFFQUE2MkRFOEE3MjUzMUQzRTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmYTgyMjMxNy04ODVmLTQzMWYtYWI2Yy1lNGI3MGU0ZWRjMjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MGY3YWQ2ZTMtNWRiYS00OTQwLWFhNjktZmVhN2RjNTgwNzNjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8HQi4AAAAOdJREFUeNrs2EEKg0AMheFJrlTvf4LpmaYJKEgxi24s5v2CG83mDUQ+n805X2OM96ivfD/j3jrMuVLYnHOlsDnnSmHzgSuFvQrcOux34PZhz4Elwh6BZcIegWXC5pwrhUVaSAtpIa3nSWutpSUtM0NaSAtpIS2khbSQFtKi06LTQlpIC2khLaSFtJCWjrT2/ktHWmZ2e4jqkE/lYy9pVYe8l4//lVacupa04tQ1pVXsV19pXewX0kJaSItOi06LTotOi06LTotOS0pa8ROgJa3iJwBpIa0f5mJttKQVa6Mlrbs/jB8BBgBRj+32N4mzzwAAAABJRU5ErkJggg==);
    margin-bottom: 10px;
    padding-bottom: 15px;
    display: none;
    visibility: hidden;
}
.bannerHeader{
    padding:0px;
}
.bannerArea>.bannerImg{
    padding:0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 
.bannerImg > img{
    max-height: 200px;
} */

#priceTableElement{
    padding-left: 0px;
    padding-right: 0px;
}

#TI-PriceTable > div{
    background: var(--dark-card-backgroundcolor)!important;
    border-radius: 10px;
}

#TicketLimit {
    top: 0px;
}

.TotalCenterDiv {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.HorCenterDiv {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    padding-left: 0px;
    padding-right: 0px;
}

.VertCenterDiv {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.OverLapHorDiv {
    top: 100%;
}


#QRZoom>img {
    top: 25%;
    position: absolute;
}

#QRZoom {
    z-index: 1100;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 68, 68, 0.5);
    text-align: center;
    top: 0px;
}


#QRCloser {
    position: absolute;
    top: 0px;
    right: 0px;
}

.FillColor {
    background-color: #576174;
}

/* GLOBAL */
header,
.dashboard,
.container-fluid {
    /* max-width: 1150px; */
    padding-left: 0px;
    padding-right: 0px;   
}


/* .NavMaxWidth {
    max-width: 1150px;
} */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    /* min-height: 100vH; */
    min-height: 50vH;
}

.modal-open {
    padding-right: 0px !important;
}

header,
.dashboard {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
}

.loadSelector>.dropdown-toggle>span {
    text-align: center !important;
}

.seatcorrect {
    font-size: small;
}

.btn,
.btn-ticket {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}


.loaderPoster {
    max-height: 400px;
}

.cardsOverview {
    text-align: right;
    padding-left: unset !important;
    padding-right: unset !important;
    position: absolute;
    top: 0px;
}

.CardData {
    position: absolute;
    z-index: 100;
    background-color: #fff;
}

.flip-card {
    padding: unset!important;
    width: 32%;
    margin: 5px;
    height: 250px;
    border-radius: 10px;
    float: left;
}
.cardsPanel {
    background-size: cover;
    color: var(--text-color);
    width: 100%;
    height: 100%;
    padding: unset!important;
    border-radius: 10px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
    border-top: 2px solid #bbbbbb;
    border-left: 2px solid #bbbbbb;
    border-bottom: 2px solid #bbbbbb;
    border-right: 2px solid #bbbbbb;
}
#cardsPanelContent {
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: var(--text-color);
}
.CardData{
    background: rgba(0,0,0,0.4);
}

.cardsNumberHeader{
    font-size: 15px;
}

.MoneyLoad {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 25px;
    font-family: var(--roboto-condensed-bold)!important;
    text-align: right;
}
.moneyLoadHeader{
    font-size: 15px;
}
 
#cardsNumber {
    position: absolute;
    top: 60px;
    left: 20px;
    font-size: 25px;
    line-height: 25px;
}
.Loadings {
    position: absolute;
    left: 20px;
    bottom: 35px;
    line-height: 18px;
    font-size: 15px;
}

.cardexpiry{
    position: absolute;    
    left: 20px;
    bottom:15px;
    font-size: 15px;
}

#cardsName {
    position: absolute;    
    top: 10px;
    left: 20px;
    font-family: var(--roboto-condensed-bold)!important;
    font-size: 30px;
}

#SetCardPin > img{
    height:40px;
}

.cardfunction-container > i,
.cardfunction-container > img{
    padding-top: 10px;
}
.cardfunction-container{
    width: 100px!important;
    text-align: center;
    height: 60px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    margin: 5px;
}

.cardfunctionTextRules{
    text-align: center;
    /* height: 70px; */
    /* position: relative; */
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    position: absolute;
    bottom: 5px;
}
.button-checkbox-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 10px;
    /* background-color: var(--ticket-color); */
    background-color: transparent!important;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.itemTextSpan {
    height: 25px;
    font-size: 15px;
    font-family: var(--roboto-condensed-light)!important;
    line-height: 28px;
}
.button-checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: white;
}

.button-checkbox-container input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    width: 6px;
    height: 12px;
    border: solid var(--ticket-color);
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
#cardLabel,#cardPin,
#voucherLabel,#voucherPin,
.CardNumberArea{
    display: none;
}
.cardfunctionText{
    position: absolute;
    text-align: center;
    width: 100%;    
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    margin: 0px;
    padding-top: 5px;
    bottom: 0;
}


#cardsSymbols {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    padding: 4px;
    border-radius: 10px;
    width: 60px;
    text-align: center;
}
.containerContainer{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
}
/* .cardFunctioncontainer{
    margin-top: 3px;
    margin-bottom: 3px;
} */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    font-size: 20px;
    top: 0px;
    border-radius: 10px;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    transform: rotateY(180deg)!important;
}

.cardsPanel.flipped {
    transform: rotateY(180deg);
}

/* .cardsPanel.flipped > .flip-card-back{
    backface-visibility: visible;
} */

.timerAttention {
    background-color: #ffff00 !important;
    color: #000 !important;
}

.timerAlert {
    background-color: #ff0000 !important;
    color: #fff !important;
}

#FreeSeatTopic {
    font-size: 24px;
    text-decoration: underline;
}

#FreeSeatTopic,
#FreeSeatInfo {
    font-weight: bold;
    font-size: 18px;
}

#HomeButton {
    display: none;
}

.BlockPlan {
    float: left;
    padding: unset;
    position: relative;
}

.blockImage {
    max-height: 250px;
}

.blockSelect {
    position: absolute;
    top: calc(50% - 24px);
    width: 100%;
    background: #fff !important;
    font-size: 24px !important;
    line-height: 28px;
    height: 40px !important;
    color: #000 !important;
    border: none;
}

#BlockSeatAlloc {
    position: absolute;
    width: 100%;
    /* background: #fff !important; */
    border: 1px solid #ff0000;
    bottom: 0px;
    font-weight: bold;
    text-align: center;
    right: 0px;
}

.BlockSeatAlloc-OK,
.areaOk {
    background-color: rgba(76, 255, 0, 1);
}

.BlockSeatAlloc-ALERT,
.areaAlert {
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
}

.BlockSeatAlloc-ATTENTION,
.areaAttention {
    background-color: rgba(255, 255, 0, 1);
}

.areaOk,
.areaAlert,
.areaAttention {
    font-size: larger;
    font-weight: bold;
    padding: 3px;
}

#SelectBlocked {
    position: absolute;
    top: 0%;
    width: 100%;
    height: calc(100%) !important;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

#SelectBlocked>i {
    position: relative;
    top: calc(50% - 30px);
    color: #ff0000 !important;
    font-size: 50px !important;
    line-height: 50px;
    vertical-align: middle;

}

.blockRow {
    overflow: hidden;
    padding: unset !important;
}

#BlockLeft,
#BlockRight {
    display: inline-block;
    font-weight: bold;
    border: 2px solid #e5232e;
    background: #fff;
    color: #e5232e;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    padding: 2px 8px;
    outline: none !important;
    width: 48% !important;
}

#BlockElements {
    text-align: center;
    padding-bottom: 5px;
}

.blockRow>div>.table>tbody>tr>td,
.blockRow>div>.table>tbody>tr>th,
.blockRow>div>.table>tfoot>tr>td,
.blockRow>div>.table>tfoot>tr>th,
.blockRow>div>.table>thead>tr>td,
.blockRow>div>.table>thead>tr>th {
    border: none !important;
    padding: unset !important;
}

#SeatPlanHeader {
    text-align: center;
    padding-bottom: 10px;
    line-height: 18px;
    vertical-align: middle;
}

#BlockNumber {
    position: absolute;
    z-index: 200;
    display: block;
    top: calc(10% - 25px);
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.table-borderless>thead>th,
.table-borderless>tbody>td,
.table-borderless td,
.table-borderless th {
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
}

.form-group .form-control-feedback {
    pointer-events: initial;
}

#UseCardTable {
    font-size: 12px;
}

.backLinkSeatplan {
    display: none;
}

#UseCardTable .btn-ticket {
    font-size: 12px;
}

.glyphicon-eye-open {
    color: #000;
}

.PasswordHint {
    font-weight: 100;
}

.btn-refreshoverview {
    position: absolute;
    top: 3px;
    right: 0px;
    z-index:2000;
}

#summaryfilter{
    background-color: #fff!important;
    /* box-shadow: none; */
    /* background-image: unset!important; */
    width: 120px;
    /* text-align: center; */
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
    font-family: var(--roboto-bold);
    /* padding: 10px; */
}

#summaryfilter option{
    border-radius: 0px;
}

.custom-select {
	position: relative;
}

.custom-select select {
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
	outline: none;
	box-shadow: 3px 3px 2px 0px #E2E2E2;
}

.custom-select select:focus {
	background: #F2F2F2;
}

.custom-select::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
    width: 18px;
    height: 18px;
    background-color: #000;
    clip-path: polygon(50% 80%,0 20%,100% 20%);
}

#tab-Program>div>div,
#tab-Seatplan>div>div,
#tab-SummaryList>div>div,
#tab-VoucherShop>div>div,
#tab-Payment>div>div,
#tab-Account>div>div,
#tab-Wait>div>div {
    padding-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#OfflineTicker {
    padding-top: 5%;
    padding-left: unset;
    padding-right: unset;
    position: fixed;
    top: 20%;
}

#Nav-Logout {
    border-top: 2px solid #000;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 40px;
}

.dateSelect {
    padding: 5px 0px 5px 0px;
}

.prevDate,
.actDate,
.nextDate {
    padding: unset;
    border: 2px solid #e5232e;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: #F8F8F8;
}

.actDateSelect>option {
    background-color: #F8F8F8;
}

.actDateSelect {
    border: unset;
    background: transparent;
}

/* .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
} */

.loadingvalue{
    background-color: transparent!important;
}
.loadingvalue > .dropdown-menu,
.loadingvalue > .dropdown-menu > ul,
.loadingvalue > .dropdown-menu > ul > li{
    background-color: rgba(0, 0, 0, 0.8);
}

[id^="LoadingArea"] > div > div > ul > li.selected > a,
[id^="LoadingArea"] > div > div > ul > li > a:focus,
[id^="LoadingArea"] > div > div > ul > li > a:hover{
    background-color: #555555!important;
    background-image: none!important;
}
#TicketPriceName{
    font-size:20px;
    font-family: var(--roboto-bold)!important;
    padding-bottom: 15px!important;
}
.priceTableTopSeatplan{    
    font-size: 25px;
    font-family: var(--roboto-condensed-bold);
}

.priceTableTopSeatplan > span{   
    font-family: var(--roboto-condensed);
    font-size: inherit;
}
select.selectpicker_1,select.selectpicker_2,select.selectpicker_3,
select.selectpicker_4,select.selectpicker_5,select.selectpicker_6,
select.selectpicker_7,select.selectpicker_8,select.selectpicker_9,
select.selectpicker_10,select.selectpicker_11,select.selectpicker_12,
select.selectpicker_13,select.selectpicker_14,select.selectpicker_15
{
    display: none!important;
}
.actDateSelect>.btn {
    line-height: 1;
    padding: 0px;
}

.dropdown-toggle.actDateSelect>.filter-option.pull-left {
    text-align: center;
}

.errorbacklink {
    color: inherit;
    width: 100%;
    text-align: center;
    border: 2px solid #e5232e;
    padding: 0px;
    background-color: #e5232e;
    text-transform: uppercase;
}

.errorbacklink>a {
    color: #fff!important;
    text-decoration: none;
    font-weight: 300;
}

.errorbacklink.closeButton {
    color: #e5232e;
    cursor: pointer;
}

.errorbacklink>a:hover {
    color: #e5232e;
    text-decoration: none;
}

.btn-group.bootstrap-select.actDateSelect {
    vertical-align: unset;
}

.btn.dropdown-toggle.actDateSelect {
    height: unset;
}

.prevDate {
    border-right: unset;

}

.paymentMessage {
    color: #000 !important;
}

#WaitBar {
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0px !important;
}


a {
    color: var(--text-color);
}

a#forgottenPassword {
    color: var(--text-color);
}

.nextDate {
    border-left: unset;
}

.prevDate[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .15;
    border-right: unset;
}

.nextDate[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .15;
    border-left: unset;
}

#Nav-CineCard {
    display: none;
    width: auto;
    height: 50px;
}

.cineCardImg {
    display: unset;
    position: relative;
    top: 2px;
}

.offline {
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 4px;
    padding-left: unset;
    padding-right: unset;
}

.off0 {
    background-color: #ff9999;
}

.off1 {
    background-color: #ffe599;
}

.off2 {
    background-color: #ccff99;
}

.off3 {
    background-color: #99ff99;
}

.off4 {
    background-color: #99ffcc;
}

.off5 {
    background-color: #73ffdc;
}

.off6 {
    background-color: #7396ff;
}

.off7 {
    background-color: #9673ff;
}

.NavActive {
    background-color: #f00 !important;
    color: #fff !important;
}

#TI-Navigation {
    
    width: 100%;
    /* height: 150px; */
    padding-left: 0px;
    padding-right: 0px;
}

header {
    background: transparent;
    color: #FFF;
    font-size: 12px;
    min-height: 90px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: fixed;
    top: 0px;
    z-index: 300;
    margin-left: auto;
    margin-right: auto;
}

header>.level-1 {
    min-height: 70px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

header>.level-1>.level-1-1 {
    min-height: 50px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

header>.level-2 {
    min-height: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

header>.level-3 {
    min-height: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.table .table {
    background-color: unset !important;
}

.scheduleFilter {
    font-size: 15px;
    margin: 1px;
    padding: 2px;
    float: left;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #576174;
    color: #000;
    margin-left: 10px;
}

.scheduleFilterActive:after {
    content: '\2713';
    display: block;
    color: #fff;
    padding: 6px;

  }
  
  .scheduleFilterActive {
    font-size: 12px;
    background-color: #576174;
    margin: 1px;
    padding: 2px;
    float: left;
    white-space: nowrap;
    color: #ffffff;
}

#EventFilterTable {
    width: 100%;
    font-size: 12px;
}

#EventFilter,
#EventFilterTable {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#EventFilterTable {
    background-color: none;
    color: #000;
}
#EventFilterTable>tbody>tr>td {
    border: none;
}

#EventFilterButton {
    margin-bottom: 3px;
}

.ui-state-holiday .ui-state-default {
    background-color: #e5232e;
    color: #fff;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    color: #000;
}

.ui-datepicker-prev span {
    content: "\e079" !important;
}

.ui-datepicker-next span {
    content: "\e080" !important;
}

#dateFilter,
#EventNameList>div {
    /* width: 98% !important; */
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: #576174;
}

#dateFilter::after {
    font-family: FontAwesome-Regular;
    content: '\f073';
    padding-left: 5px;
}

[data-parent="#accordion"] {
    text-decoration: none!important;    
}
.dropdown-toggle[data-id="gender"],
.dropdown-toggle[data-id="Guestgender"] {
    border: 1px solid #bbb!important;
    color: #aaa!important;
    background-color: unset!important;
}
.dropdown-toggle[data-id="gender"]:hover {
    color:#000!important;
    background-color: unset!important;
}

[data-id="EventnameSelect"] {
    width: 100% !important;
}

[data-id="EventnameSelect"] .filter-option {
    text-align: center !important;
}

.SplitEvent>p {
    margin-bottom: 0px;
}

.SplitEvent {
    font-size: 12px !important;
    text-align: center;
    padding: 0px;
    margin-top: -1px;
    margin-bottom: 2px;
    color: #fff;
    background-color: #444f63;
    -ms-word-break: break-word;
    word-break: break-word;
    /* Non standard for WebKit */
    word-break: break-word;
    height: auto;
}

#fullMenu>div {
    color: #FFF;
    background: #576174;
    right: 0px;
}

.center-box {
    display: inline-block;
    position: relative;
    margin: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.center-box:before {
    content: "";
    display: block;
    padding-top: 50%;
    padding-top: 0%;
    /*ie8 will just be at the top */

}

.paymentIcons {
    height: 20px;
    margin: auto;
    display: block;
    padding: 2px;
    background: #eee;
    width: 30px;
    border-radius: 10%;
}

#screenText {
    font-size: 30px;
    text-transform: none;
}
#price-all-inclusive-text{
    font-size: 12px;
    font-weight: 100;
    margin-left: 5px;
}
/* .agbContainer{
    margin-left: 25%;
} */

#basketButton{
    display:none;    
    background-color: transparent!important;
    border: 1px solid #fff!important;
}
.paymentIcons#Add-Voucher,
.paymentIcons#Add-CineCard{
    background: none;
    border: none;
}
#loyaltycontainer {
    /* background-color: rgb(238, 238, 238); */
    padding: 6px;
    margin: 2px;
    min-height: 40px;
    /* margin-left: 25%; */
    border: none!important;
}
#loyaltycontainer > .usereditloyalty {
    margin-left: 20px;
    transform: scale(1.5);
    width: 20px;
}
.paymentIconsContainer,
.paymentIconsContainerFull {
    background-color: rgb(238, 238, 238);
    padding: 6px;
    margin: 4px;
    font-size: 14px;
    min-height: 46px;
}
.paymentIconsContainer {
    color: var(--text-color)!important;
    border: none;
    background: #424954!important;
    
}
.paymentIconsContainer > div{
    height: 40px;
    line-height: 40px;
}
.select_payment {
    border-color: #166d66;
    outline: 3px solid #166d66;
 
}
.center-box>.content {
    top: 50%;
    text-align: center;
    vertical-align: center;
    position: relative;
    transform: translateY(-50%);
    /* ie9 and up only */
}

/* #voucherShopOverview > #TI-Transaction > #TransOverview2,
#voucherShopOverview > #TI-Transaction{
    padding-left: 0px;
    padding-right: 0px;
} */
#Error {
    background-color: #fff !important;
}

.TI-timepanel>a.btn {
    /* background: #e5232e; */
    background: #6E6D62;
    margin: 1px 0 !important;
    min-width: 100%;
    font-size: 16px;
    padding: unset!important;
    height: 35px;
    vertical-align: middle;
    min-width: 100%;
    color: #fff;
    line-height: 32px;
    position: relative;
    border:none;
    font-weight: 300;
    border-radius: 3px;
}

.TI-timepanel>a.btn.TodayButton {
    background: #61B7ED;
    color:#FFF;
}


.TI-timepanel{
    width: 120px;
}
.TI-timepanel.Daily{
    width: 100vW;
}
.langVersionAfter {
    position: absolute;
    top: 0px;
    right: -4px;
    z-index: 1000;
    width: 25px;
    height: 38px;
    background-color: #e5232e;
    overflow: hidden;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
}

.lvText{
     transform: rotate(270deg);
     color: #fff;
     font-size: 16px!important;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
}

.lv-Atmos > .lvText{
    font-size: 14px!important;
}
.errordetails {
    font-size: 9px;
}


.sitesList {
    z-index: 1500;
    min-width: 100%;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
}
.absolute-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1500;
    /* background-color: #fff; */
    min-width: 100%;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
}

.badgeComingSoon {
    background-color: #f00;
    font-size: 8px;
    margin-top: -14px;
}

#TicketLimit {
    display: none;
    color: #ff0000;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 60%;
}

#NavDivider {
    cursor: default;
    padding: 2px 2px !important;
    font-weight: bold;
}

#reloadClick {
    cursor: pointer;
}

.function-header {
    text-align: right;
}

.dropdown-menu>li {
    cursor: pointer;
}

.dropdown-header {
    border-bottom: 2px #000 solid;
    color: #000;
    font-size: 14px;
}

.ticket-tooltip-styling {
    border: 2px solid #000 !important;
    color: #000 !important;
    font-size: 12px !important;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}


/* #TI-Schedule, */
/* #TI-OrderOverview { */
/* padding-top: 30px; */
/* } */

.playWeek {
    color: #e5232e;
    position: relative;
    font-weight: bold;
    padding: unset;
}

.playWeek.preview {
    color: #ff9326;
}

.playWeek.new {
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
}

#agbConfirm {
    height: 15px;
}

#AGBText, #frmAGB {
    font-size: 14px !important;
    color: var(--text-color);
    /* border: none;background-image: url("data:image/gif;base64,R0lGODlhBAAEAIAAAP///+zs7CH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QjBGOTdEODE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QjBGOTdEOTE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRCMEY5N0Q2MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRCMEY5N0Q3MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAQABAAAAgVEYmiwWQA7"); */
}

#poweredCinster{
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    border: none;background-image: url("data:image/gif;base64,R0lGODlhBAAEAIAAAP///+zs7CH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QjBGOTdEODE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QjBGOTdEOTE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRCMEY5N0Q2MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRCMEY5N0Q3MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAQABAAAAgVEYmiwWQA7");

}

.iconContainerMean{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lawLinks{
    text-decoration: underline;
}

#agbStar{
    font-size: 20px;
}
#AGBText>div {
    padding: 3px;
}

a.btn-ticket {
    text-decoration: none;
}

#CineCardNeeded {
    font-size: 16px;
    color: #fff;
    border: 5px solid var(--ticket-color)!important;
    text-align: center;
    line-height: 70px!important;
    height: 70px!important;
    vertical-align: middle!important;
}
#VersionInfoToggle {
    position: fixed;
    right: 0px;
    border-bottom: 2px solid #e5232e;
    border-left: 2px solid #e5232e;
    background: #fff;
    color: #e5232e;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    top: 0px;
    white-space: nowrap;
    z-index: 1000;
}

.btn-ticket-active.ticket-category[disabled] {
    background-color: #acacac !important;
    /* background-color: #e5232e !important; */
    opacity: 1;
}

.ticket-category {
    line-height: 30px;
}



#EventnameSelect,
#EventdateSelect {
    color: #000;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px;
    width: 50%;
}


.auditorium-Filter,
.genre-Filter,
.frame-Filter {
    width: auto;
    min-width: 5%;
    text-align: center;
}

.languageVersion-Filter,
.rating-Filter {
    min-width: 5%;
    text-align: center;
}
.reset {
    background-color: #000!important;
    border: 2px #000 solid!important;
}
#resetFilter {
    cursor: pointer;
    vertical-align: middle;
    background-color: none;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
#resetFilter > button {
    background-color: #576174!important;
    color: #fff;
    border-left: 2px solid #fff!important;
}
#EventFilterButton{
    background-color: #576174!important;
}
.select_symbol::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    position: absolute;
    right: 10px;
    visibility: hidden;
}

.PaymentSpecialInformation {
    background-color: red;
    border-radius: var(--border-md);
    font-family: 'RobotoCondensed-Bold'!important;
    padding: 20px;
    border: 3px solid #fff;
}

#FormularModal > .register-modal{
    display: flex;
}


.modal-body,
.modal-header {
    padding: 10px;
}

#TI-Content{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.modal-body>#TI-Confirmation {
    padding: 10px;
}

.SubBand{
    width:100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.ConfirmationSubLines {
    font-size: 12px !important;
}

.modal-dialog{
    margin-top:0px!important;
 
}
.modal-dialog.EmailEntryForm{
    margin-top:0px!important;
    min-width: 600px!important;
    max-width: 60vW!important;
    width: auto!important;
}

.messe-modal{
    min-height: 60vH!important;
}

.modal-content {
    background-color: var(--light-gray-background-color);
    max-height: fit-content;
    position: absolute;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
}

.registration-field {
    width: 100%;
    height: 56px;
    position: relative;
    border: var(--border-xs) solid var(--border-tab-color) !important;
    border-radius: var(--border-lg);
    background-color: var(--light-gray-background-color) !important;
}

#pwCheckRule > #excludes,
#pwCheckRule > #digits,
#pwCheckRule > #pwlen,
#pwCheckRule > #capital{
    text-decoration: line-through;
}

#ReNewPassword #error > .form-error{
    font-size: 15px;
}


.registration-field label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: unset!important;
    font-size: 15px!important;
}
.registration-field label {
    width: fit-content;
    position: absolute;
    top: -10px;
    left: 12px;
    padding: 0 10px 0 10px;
    background-color: var(--light-gray-background-color) !important;
    color: var(--ticket-color);
    border-radius: var(--border-md);
}
.registration-field .form-control {
    display: block;
    width: 100%;
    /* height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    
    color: var(--text-color);
    /* background-color: #fff; */
    background-image: none;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.registration-field input, .registration-field select {
    height: 100%;
    width: 100%;
    padding: 17px;
    background-color: transparent;
    border: none;
    border-radius: var(--border-lg);
    color: var(--text-color);
    outline: none;
}
#ErrorModal > .modal-dialog > .modal-content{
    min-height: unset;
}

#FormModal{
    padding-right: 0px!important;
}
.ticket-formular{
    padding-left:0px;
    padding-right:0px;
}

.modal-header {
    background: var(--light-gray-background-color)!important;
    font-weight: unset!important;
    border-bottom: 2px solid #fff!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.modal-header h4,
.modal-header h3,
.modal-header h2,
.modal-header h1 {
    font-weight: unset!important;
}

.modal-header.account-modal {
    border-bottom: none;
}

#ShowPass.Login {
    margin-top: 18px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
    margin-top: -20px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
/* .modal-title {
    color: #fff;
    font-weight: bold !important;
} */

#VersionInfoToggle>i {
    color: #e5232e;
    font-size: 17px;
    height: 25px;
    width: 18px;
    line-height: 1.5;
    vertical-align: middle;
}

#VersionInfo {
    position: fixed;
    right: 0px;
    border-bottom: 2px solid #e5232e;
    border-left: 2px solid #e5232e;
    background: #fff;
    color: #e5232e;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
    top: 0px;
    white-space: nowrap;
    z-index: 900;
    padding-right: 20px;
}

#VersionInfoToggle {
    display: none;
}

#PayButtonsActivConcessions {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -15px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.back-button-ticket {
    font-size: 18px;
    vertical-align: middle;
}




#custMail,
#custMailConfirm {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #000!important;
}

#custMailConfirmSign {
    color: green;
}

.poster {
    padding-left: 0px !important;
}

#unseatedPoster {
    padding-top: 5px;
    max-height:155px;
}


.container {
    width: 100%;
}

#Error {
    clear: both;
    z-index: 100;
    width: 100%;
    background-color: #ff9999;
    font-size: 20px;
    display: none;
    text-align: center;
    top: 0px;
    left: 0px;
    position: relative;
    vertical-align: center;
}

.form-error {
    color: var(--timeout-color);
    font-size: 12px;
    border-color: var(--timeout-color);
}
.form-error::placeholder {
    color: var(--timeout-color);
}

.consentBody{
    display: inline-block;
}
.consentBody > div{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.consentBodyDown{
    display:inline-block;
}

.cookieConsentButton{
    padding-top: 5px!important;
    padding-bottom: 10px!important;
    padding-left: 2px;
    padding-right: 2px;
}
.cookieConsentButton > #cookie_consent_info{
    background-color: #fff!important;
    color: #000!important;
}
#CookieFlagDiv{
    position:fixed;
    bottom: 0px;
}


#CookieFlagDivLaw,#CookieFlagDiv{
    display:none;
    padding-left: 0px!important;
    padding-right: 0px!important;
    color:#fff;
    text-align: center;
    cursor: pointer;
}

.trackIcon{
    background-color:#e5232e;    
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding:10px;
    border-radius: 30px;
}
.trackIcon img{
    width: 30px;   
}

.cookieInfo{
    display:none;
}
/* Waitscreen */

#cookieBar {
    padding-top: 2px;
    display: none;
    width: 90%;
    max-height: 20%!important;    
	padding-bottom:10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    background-color: #e5232e;
    text-align: center;
    margin-left: 5%;
    color: #FFF;
    vertical-align: middle;
}

.cookieLink {
    display: inline-block;
    right: 3px;
    top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background: #FFF;
    color: #e5232e;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.cookieLink:hover {
    display: inline-block;
    right: 3px;
    top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background: #e5232e;
    color: #FFF;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.cookieText {
    top: 2px;
    padding-left: 2px;
    padding-right: 4px;
    font-size: 20px;    
}


/*Header Items*/


/* Navigation */

.fullMenuItem,
.MenuItem,
#MenuToggle {
    visibility: hidden;
    cursor: pointer;
    padding: 0px;
    background-color: rgba(255, 255, 0, 0.4);
}

.ti-nav-container {
    width: 100%;
    padding: 0px;
    /* padding-bottom:5px; */
}

.ti-nav-container>div {
    padding: 0px;
}

.ti-nav-container .glyphicon {
    font-size: 14px;
}

.CountDown {
    visibility: hidden;
    text-align: center;
    /* margin-right: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #444f63; */


}

#ToTransaction {
    display: none;
    text-align: center;
    color: #fff;
}

#ToTransaction>i {
    font-size: 40px;
    color: #fff;
}

/* EditAccount */

/* #Edit>.form-group>div>.form-control, */
/* #Edit>.form-group>div>.row { */
/* width: 80%; */
/* } */
.bootstrap-select>button,
.bootstrap-select>button:active {
    height: 34px;
}

.bootstrap-select>.dropdown-toggle {
    padding-right: 12px !important;
}
scheduleFilter 
#Edit>.form-group>div>input[type=password] {
    margin-bottom: 5px;
}

#dateFilter {
    border: none;
    background-color: #576174!important;
    font-weight: bold;
    color: #fff;
}
#dateFilter::after{
    color: #fff;
}
.DateDiv {
    position: relative;
}

.dateFilterInput {
    position: absolute;
    right: 20px;
    color: #e5232e;
    top: 67%;
    font-size: 8px;
}

#gender-align {
    text-align: left;
}

#Edit>.form-group>div>#street,
#Edit>.form-group>div>#address {
    width: 70% !important;
    display: unset;
}

#Edit>.form-group>div>#housenumber {
    width: 10% !important;
    display: unset;
    margin-left: -4px;
}

#Edit>.form-group>div>#zipcode {
    width: 10% !important;
    display: unset;
}

#Edit>.form-group>div>#city {
    width: 70% !important;
    display: unset;
    margin-left: -4px;
}

#cityselect {
    width: 40% !important;
    display: unset;
}

[data-id="cityselect"],
[data-id="countryselect"] {

    font-weight: 300 !important;
    padding: 6px 12px !important;
    color: unset !important;
    height: 34px !important;
    border: 1px solid #ccc !important;
    margin-left: -4px !important;
    background: #fff !important;
    cursor: pointer !important;
}


[id^="frm"].form-group,
[id^="Guestfrm"].form-group {
    display: none;
    padding-bottom: 2px!important;
    padding-right: 1px!important;
}

.deliveryButtons{
    cursor: pointer !important;
.resNoGoInfo {
    display: none;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: var(--border-sm);
}
}

#multiDeliveryAdress{
    display:none;
}

p.deliveryButtons{
    font-size: inherit;
}
span.deliveryButtons{
    font-size: 10px;
}
.accountDelivery{
    border: 1px solid #000;
    margin-right: 1px;
    padding: 5px;
    height:200px;
}

.isdefaultDelivery{
    position: absolute;
    right:3px;
    bottom: 2px;
}

.deliveryNew{
    border: 1px dashed #000;
    height:200px;
    text-align: center;
    line-height: 180px;
    font-size: 40px;
    vertical-align: middle;
}

[id^="LoadValues_"]>span {
    text-align: center;
}

[id^="Loader_"] {
    background-color: #ededed;
}

[id^="FormInfo-"].alert-success {
    margin-top: 12px;
    text-align: center;
}

[id^="FormInfo-"]>.alert-danger {
    margin-top: 12px;
}

#ErrorMsg.alert-success,
#ErrorMsg.alert-danger {
    margin-top: 12px;
}

#FormInfo-UserEdit {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #ff0000;
    font-weight: bold;
    text-shadow: none;
}

#FormInfo-UserEdit>.errorbacklink {
    display: none;
}

/* Login */
#FormInfo-Account {
    display: none;
}

.LoginRegister {
    /* padding-top: 5px!important; */
    text-align: center;
    min-height: 90px !important;
}

.LoginRegister>#buttons {
    width: 100%;
    margin-bottom: 5px;
    position: inherit;
}

.linkLittle {
    font-size: 10px;
    cursor: pointer;
}

.form-group>#DoRegistration,
#SubmitFormLogin,
.form-group>#forgottenPassword {
    margin-top: 4px;
    margin-bottom: 4px;
}

.btn-login,
.btn-menu {
    min-width: 50% !important;
    right: 0px;
    position: absolute;
}

#usermenu {
    display: none;
    top: 3px;
    right: 3px;
    position: relative;
    width: 100%;
    word-break: nowrap;
}


#username {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    right: 3px;
    top: 30px;
    position: absolute;
    white-space: nowrap;
    color: #fff;
}


#TI-PriceTable > div{
    padding: 0px;
}
#usermenu>.dropdown-toggle {
    font-weight: bold;
    border: 2px solid #e5232e;
    background: none;
    color: #e5232e;
    height: 25px;
    font-size: 15px;
    cursor: pointer;
    padding: 0px 12px;
    outline: none !important;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu {
    top: 25px;
}

#cardsmenu {
    padding-top: 5px!important;
    margin-bottom: 10px;
    height: 26px;
}

.loadingDiv{
    z-index: 80;
}

.CardData > .containerContainer > .row.active{
    position: absolute;
    top: 0px;
    z-index: 800;
    border-radius: 10px;
}

#cardsmenu>.dropdown-toggle {
    font-weight: bold;
    border: 2px solid #e5232e;
    background: none;
    color: #e5232e;
    height: 30px;
    font-size: 15px;
    cursor: pointer;
    padding: 0px 12px;
    outline: none !important;
    text-decoration: none;
}


#Counter {
    font-size: 17px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    line-height: 35px;
}


#NotEnoughLoading {
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
    text-align: center;
    line-height: 70px !important;
    height: 70px !important;
    vertical-align: middle !important;
}

.AbortTrans,
.AbortTrans>i,
.AbortTrans>span {
    font-size: 16px !important;
    vertical-align: middle;
    cursor: pointer;
}

#textAbort {
    margin: 3px;
}

#cinemaLogo {
    position: absolute;
    max-height: 90px;
    width: auto;
    padding-top: 5px;
    padding-left: 5px;
}

#MenuToggle {
    padding-top: 2%;
    min-width: 30px;
    color: #FFF;
    background: #576174;
    font-size: 15px;
    text-align: center;
    float: right;
}

#NavMenu {
    color: #FFF;
    z-index: 100;
    width: 150px;
    position: absolute;
    top: 90px;
    background: #576174;
}

#NavMenu>div {
    position: relative;
    float: left;
    color: #FFF;
    background: #576174;
    right: 0px;
    font-size: 12px;
}

.fullMenuItem {
    padding-top: 5px !important;
    text-align: center;
    min-height: 90px !important;
    min-width: 12%;
}

.allMenuItem {
    padding-top: 2% !important;
    text-align: center;
}


.img-wait {
    position: absolute;
    height: 50px;
    top: 50%;
    left: 50%;
}

.fullMenuItem>i {
    font-size: 30px;
    line-height: 40px;
    vertical-align: middle
}

.nav-text {
    font-size: 10px;
}


/* TicketButtons */

.btn-default,
.btn-default:active,
.btn-ticket,
.prereg_button,
.btn-ticket:active,
.btn-ticket-deactivated {
    font-weight: 300;
    border: none!important;
    background: var(--ticket-color)!important;
    color: var(--fullButtonColor)!important;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    padding: 0px 15px;
    outline: none !important;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
}

.prereg_button{
    font-size: unset;
    text-align: center;
}
.btn-ticket-danger {
    background-color: #00FF00  !important;    
    color: #000 !important;
    height:50px !important;
    font-size: 30px !important;
}

.btn-ticket-max,
.btn-ticket-max:active,
.btn-ticket-max-deactivated {
    font-weight: normal;
    border: 2px solid #e5232e;
    background: #fff;
    color: #e5232e;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 12px;
    outline: none !important;
}


.btn-ticket:hover,
.prereg_button:hover,
.btn-ticket-active:hover,
.btn-ticket-back:hover {
    background: var(--ticket-color) !important;
    /* color: #FFFFFF !important; */
    text-shadow: none !important;
    /* border: 2px solid #e5232e !important; */
}

.btn-ticket-active {
    background: var(--ticket-color);
    /* color: #FFFFFF; */
    text-shadow: none;
    font-size: 14px;
}


/* .btn-voucher-add, .btn-voucher-sub, .btn-voucher-count  {
    font-size: 25px;
    width: 34px;
    height: 34px;
    padding: 0px 0px 0px 0px !important;
    line-height: 33px;
    top:0px!important;
    cursor: pointer;
} */

.ratingImgSeatplan {
    padding-bottom: 15px;
}

/* .btn-voucher-count{
   font-weight: 400;
} */
/* .btn-ticket-add,
.btn-ticket-sub,
.btn-ticket-add:hover,
.btn-ticket-sub:hover{
    border:1px solid #fff;
    text-align: center;
    display: flex;
    border-radius: 50%;
    justify-content: center; Horizontal zentrieren
    background-color: #000!important;
    color: #fff!important;
    text-shadow: none !important;
} */
/* .btn-voucher-add,
.btn-voucher-sub,
.btn-voucher-add:hover,
.btn-voucher-sub:hover {
    border:1px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center; Horizontal zentrieren
    align-items: center; Vertikal zentrieren
    background-color: #000!important;
    color: #fff!important;
    text-shadow: none !important;
} */

/* .btn-ticket-add[disabled],
.btn-ticket-sub[disabled] ,
.btn-voucher-add[disabled],
.btn-voucher-sub[disabled]{
    background-color: #acacac!important;
} */

.label-ticket {
    text-transform: uppercase;
    outline-style: none !important;
    
}

.btn-schedule-infotrailer {
    height: auto !important;
    position: absolute;
    right: 0px;
    top:0px;
}
.btn-ticket[disabled] {

    background: #acacac!important;
    font-weight: normal;
    color: #e5232e;
    cursor: not-allowed;
    opacity: .55;
}

.btn-account {
    border: 2px solid #e5232e;
    background: none;
    top: 3px;
    right: 3px;
    color: #e5232e;
    height: 30px;
    font-size: 15px;
    white-space: nowrap;
}

.btn-account:active {
    border: 2px solid #fff;
    background: #e5232e;
    color: #FFF;
    height: 30px;
    font-size: 15px;
}

.btn-account2 {
    border: 2px solid #e5232e;
    background: #e5232e;
    color: #fff;
    font-size: 15px;
    width: 100% !important;
    position: relative;
}

.btn-account2:active {
    border: 2px solid #e5232e;
    background: #e5232e;
    color: #FFF;
    height: 30px;
    font-size: 15px;
}

.btn-logout {
    /* position:unset; */
    display: none;
}
.meanCarrier{
    padding:0px;
}
.meanCarrier:nth-child(even) {
    padding-left: 1px;
}
.meanCarrier:nth-child(odd) {
    padding-right: 1px;
}
/* .btn-ticket#trsDetails {
    border-radius: 0px;
    padding: 0px 12px;
} */

.btn-ticket#hideTrs {
    border-radius: 20px;
    padding: 0px 7px;
}

#usermenu>.dropdown-menu {
    padding: 6px 6px;
    font-size: 14px;
    right: 0;
    z-index: 1100;
    border-radius: 20px;
}

.datepicker.dropdown-menu {
    min-width: unset;
    padding: 0px 0;
    right: unset;
    z-index: 1100;
}
#basketButton,
#backButton {
    /* margin-top: 3px; */
    background-color: none!important;
    background: none!important;
    border: 1px solid #fff!important;
    color: var(--slimButtonColor)!important;
}

#bottomPanel {
    margin-bottom: 10px;
}

#forwardtobooking {
    width: 100% !important;
    font-size: 15px;
    text-transform: uppercase;
}
.itemName,.itemNumber{
    font-size: 20px;
    font-weight: bold;
}

.itemPrice{
    font-size: 20px;
    /* margin-top: 10px!important; */
}


.columnLogin, .columnGuest{
    width:50%;
}
.columnLogin.header, .columnGuest.header,.ColHeader{
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    padding-left: 10px;
}
#symbol-register,
#symbol-login,
#symbol-logout {
    left: 8px;
    position: absolute;
    line-height: 18px;
    font-size: inherit;
}

input[id^="chkBx"]{
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
}
.guestreg{
    text-transform: uppercase;
}

#EmailEntry .ti-close {
    background: #ffffff !important;
    padding: 6px !important;
    color: #e5232e !important;
    opacity: 1;
    font-size: 25px;
}

.ti-close {
    background: #ffffff !important;
    padding: 6px !important;
    opacity: 1;
    font-size: 25px;
}


/*Concesion Header*/

#TI-OrderOverview {
    padding: 0px;
}

#TI-OrderList {
    padding: 0px;
}

#TI-Seatplan {
    position: relative;
    visibility: hidden;
}


/* Seatplan / TicketSelection*/

#ZoomButtons,
#SeatplanLegend,
#SeatplanLegendMobile,
#ZoomControl {
    padding: 0px !important;
}
#LegendInfo{
    display: none;
}

.smallLegendHeader{
    background: var(--light-gray-background-color)!important;
    border-bottom: 2px solid #fff!important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 4px;
}

.btn-close{
    position: absolute;
    right: 0px;
    background: none!important;    
    background-color: transparent!important;
    font-size: 25px!important;
    line-height: 25px;
    height: 25px!important;
}
.btn-close:active{
    position: absolute;
    right: 0px;
    background: none!important;    
    background-color: transparent!important;
    font-size: 25px!important;
    line-height: 25px;
    height: 25px!important;
}

.TI-Toolbar-Top {
    position: relative;
    right: 0px;
    z-index: 10;
}

.TI-Toolbar {
    /* position: absolute; */
    right: 0px;
    z-index: 10;
    bottom: -10px;
}

#TI-PriceTable {
    clear: both;
    display: none;
}

#PriceTable.table>tbody>tr>td {
    border: none;
    /* vertical-align: middle; */
    font-size: 20px;
    padding-bottom: 10px!important;
    /* border-bottom: 1px solid #566173!important; */
}

#PriceTable.seatplan>tbody>tr>td {
    border: none;
    vertical-align: middle;
    font-size: 20px;
    padding-bottom: 20px!important;
    border-bottom: 1px solid #566173!important;
    position: relative;
}
#PriceTable.seatplan .categoryInfo {
    font-size: 25px!important;
}

.BasketPriceTable .OverviewHeader {
    font-size: 25px!important;
    text-align: left;
    border-bottom: 1px solid #566173!important;
}

#PriceTable, #PriceTable2 {
    border-collapse: inherit;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type="checkbox"],
input[type="radio"] {
    transform: scale(1.2);
    margin-right: 4px;
    min-width: 10px;
}

#ItemTable>tbody>tr>td {    
    border: none !important;
}

#PriceTable>tbody>tr>td,
.OverviewHeader.DownloadArea,
.OverviewHeader.Wallet {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 18px ;
    font-size: 16px;
    
}

.navButtonsTicket{
    padding-top: 5px!important;
}
.table-categories-ticket {
    text-align: center;
}

.btn-ticket-table {
    width: 99%;
}

.td-no-lines {
    padding: 0px !important;
    width: 20%;
    border: none !important;
}

.table-legend td:nth-of-type(odd) {
    /* background-color: rgb(245, 245, 245); */
    border: none!important;
}

.btnFullConsent{
    background-color: green!important;
    border-color: green!important;
    color: #fff!important;
    font-size: 18px!important;
    text-shadow: none!important;
}
.table-legend td:nth-of-type(even) {
    /* background-color: rgb(255, 255, 255); */
    border: none!important;
}

.table-legend td {
    vertical-align: middle !important;
    line-height: 20px !important;
    font-size: 15px;
}

.ticketInput {
    width: 15%;
}

.Seats {
    /* z-index: 4; */
    position: absolute;
    display: block;
    color: white;
    font-weight: normal;
}

.SeatDisabled>.SeatPics>img {
    opacity: .5;
}


.SeatPics {
    position: absolute;
    display: block;
    cursor: pointer;
    font-size: 6px;
    text-shadow: 0px -1px 0px #eeeeee, 0px 1px 0px #555555;
}

.SeatPicsLoveSeat {
    display: block;
    cursor: pointer;
    font-size: 6px;
    text-shadow: 0px -1px 0px #eeeeee, 0px 1px 0px #555555;
    float: left;
}

.AmountLines {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.seatingplan{
    width:98%;
    background: #161b21;
    border-radius: 5%;
    margin-right: 2%;
    
}
.AmountLinesTotal {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.legendHeader{
    font-size: 20px!important;
    font-family: var(--roboto-bold);
}

.SeatPlanView {
    position: relative;
    margin: auto;
}

#Seatplan {
    cursor: grab;
    transition: transform 0.3s; /* Weiche Zoom-Transition */
    transform-origin: top left; /* Ursprung für korrekte Skalierung */
    width:100%;
}

#zoomRange {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#SeatplanContainer {
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#CompanyHint{
    text-align: left;
    font-size: 14px;
}

h3#ScreenPlan {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 0px!important;
    margin-top:-20px!important;
    width: 100%;
    top: 1%;
    position: absolute;
    font-weight: 100;
}

h3#ScreenPlanDown {
    text-align: center;
    background: #b8beca;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0;
    /* margin: 0 30px 0px; */
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.zoom {
    margin: 20px 0;
}

.zoom .glyphicon {
    border: 2px solid #c9cfda;
    padding: 5px 8px;
    cursor: pointer;
}

.zoom-buttons {
    overflow: hidden;
    margin-top: 10px;
}

#ZoomButtons > span.reset{
    line-height: 30px;
}

#ZoomButtons > span{
    margin: 2px;
    background-color: #000!important;
    border-color: #000!important;
}

.zoom-buttons .zoom-in,
.zoom-buttons .zoom-out {
    cursor: pointer;
}

input[type=zoom-range] {
    width: 100%;
    border: none !important;
}

.zoom-range {
    height: 30px;
}

#SeatplanInfo,
#SeatplanInfo1 {
    background-color: #ff0000;
    width: 60%;
    text-align: center;
    color: #fff;
}

.ReservationProblem1,
.ReservationProblem2 {
    font-weight: normal;
    background: transparent;
    font-size: 20px;
}

.ReservationProblem2 {
    color: grey;
}

/* TransactionOverview */

#InvoiceActions>button {
    margin: 4px;
}

#InvoiceActions {
    background-color: var(--light-gray-background-color);
    position: relative;
    padding: 4px;
    bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}

#InvoiceActions > div {
    background-color: var(--light-gray-background-color);
    position: relative;
    padding: 4px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #TotalAmount,
#FeeData,
#BookTransaction {
    display: none;
} */

#FeeInfoData {
    font-size: 10px !important;
    text-align: right;
    color: #ff0000;
}

#FeeInfoDataRes {
    font-size: 10px !important;
    text-align: left;
    color: #ff0000;
}

#pwCheckRule>div {
    font-size: 12px;
    padding: 3px;
}


#pwCheckRule>div.header {
    font-size: 15px;
    padding: 3px;
}

#pwCheckRule>div.alert-danger,
#pwCheckRule>div.alert-success {
    font-weight: normal;
}

.pwdGreen {
    background-color: #00FF00;
}

.pwdRed {
    background-color: #f00;
}
#PayButton_Up,
#ScrollToSeatplan,
#ScrollToSeatplan2,
#PayButton_Up:active,
#PayButton_Down:active,
#ScrollToSeatplan:active,
#ScrollToSeatplan2:active {
    display: none;
    margin-bottom: 3px;
    text-transform: uppercase;
    
}
#PayButton_Down{
    text-transform: uppercase;
}

#select_booking{
    text-transform: uppercase;
}
.container_ScrolltoSeatplan {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    z-index: 1000;
}

.ticketNumberDisplay{
    font-size: 20px;
}
.priceTableTopSeatplan#TotalText,
.priceTableTopSeatplan#Total{    
    font-size: 25px!important;
}
.LegendSeats {
    width: auto;
    height: 20px;
    float: left;
    
}


.categoryInfo{
    padding-top: 30px!important;
    font-family: var(--roboto-bold);
    font-size: 30px!important;
    text-align: left;
    font-weight: 400;
    /* text-transform: uppercase; */
    border-bottom: none!important;
}

.LegendElements {
    width: auto;
    height: 20px;
    float: left;
}

.tdTicketInfo{
    padding-left: 5px!important;
}

.TI-SurchargesInfo, .PriceInfoPayPal {
    font-size: 16px;
    display: none;
    position: absolute;
    background-color: var(--background-color);
    width: auto;
    padding: 10px!important;
    color: var(--text-color);
    z-index: 25;
    right: 43%;
}

#TI-ClickSwitch {
    text-align: center;
}

.ticketNumberDisplay {
    /* background-color: #ddd; */
    border: none;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 30px;
    display: inline-block;
    font-family: var(--roboto-condensed-bold);
    line-height: 30px!important;
    font-size: 20px;
}

.priceTableButtons {
    width: 4%;
    /* padding-right: 2px!important; */
}
.PaymentMeanText,
.PaymentMeanHeader{
    color:#aaa;
}
.PaymentMeanText{
    font-size: 14px;
}
#PriceTable2{
    display: none;
}
#PriceTable2.table>tbody>tr>td{
    border:none;
}

.PaymentMeanHeader{
    border-bottom: 1px solid #aaa!important;
}

/* Schedule */

.movie_posterlist img {
    height: auto;
    width: 200px;
    padding-top: 2%;

}

.movie_list {
    min-height: 400px;
    margin-bottom: 5px;
}

.movie_cover_background {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowZjdhZDZlMy01ZGJhLTQ5NDAtYWE2OS1mZWE3ZGM1ODA3M2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEZFOUE1RkEwOUUwMTFFQUE2MkRFOEE3MjUzMUQzRTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEZFOUE1RjkwOUUwMTFFQUE2MkRFOEE3MjUzMUQzRTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmYTgyMjMxNy04ODVmLTQzMWYtYWI2Yy1lNGI3MGU0ZWRjMjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MGY3YWQ2ZTMtNWRiYS00OTQwLWFhNjktZmVhN2RjNTgwNzNjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8HQi4AAAAOdJREFUeNrs2EEKg0AMheFJrlTvf4LpmaYJKEgxi24s5v2CG83mDUQ+n805X2OM96ivfD/j3jrMuVLYnHOlsDnnSmHzgSuFvQrcOux34PZhz4Elwh6BZcIegWXC5pwrhUVaSAtpIa3nSWutpSUtM0NaSAtpIS2khbSQFtKi06LTQlpIC2khLaSFtJCWjrT2/ktHWmZ2e4jqkE/lYy9pVYe8l4//lVacupa04tQ1pVXsV19pXewX0kJaSItOi06LTotOi06LTotOS0pa8ROgJa3iJwBpIa0f5mJttKQVa6Mlrbs/jB8BBgBRj+32N4mzzwAAAABJRU5ErkJggg==);
    width: 12%;
    display: block;
    position: absolute;
    height: 100%;
}
.pull-right-nofloat {
    display: block;
    position: relative;
    text-align: right;
}

.TI-timepanel>h3 {
    background-color: #dddddd;
    padding: 4px;
}

.movie_cover{
    font-weight: 300!important;
    font-size: 16px;
}
.movie_cover > strong{
    font-weight: bolder!important;
    font-size: 16px;
}
.movie-3d:after {
    content: "3D";
    color: #e5232e;
    font-weight: normal;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    right: 3px;
    position: absolute;
}

.TI-timepanel>a {
    margin: 1px;
    min-width: 100%;
}

.movie_list span {
    font-size: 16px;
    color: white;
    background: rgba(87, 97, 116, .6);
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 200;
}

.movie_list .playWeek {
    font-size: 8px;
    font-weight: initial;
    color: #000;
    top: -10px;
    right: 6px;
    text-align: right;
    position: absolute;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 30px;
    height: auto;
}
.star {
    height: 30px;
    width: auto;
    background-image: url('/gfx/schedulestar.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.movie_list .playWeek.new {
     color: var(--ticket-color);
     font-weight: 700;
}

.mobileNav, .mobileNavElement, .mobileNavButton, .mobileNavMenu{
    padding-left: 0px;
    padding-right: 0px;
}

.mobileNavElement{
    display: none;
}

.mobileNav{
    display:none;
    position: fixed;
    bottom: 0px;
    z-index: 35;
}

.mobileNavButton > a{
    color:#fff;
    font-weight: 500;
}
.languageVersionBar {
    margin-bottom: 3px;
    margin-top: 15px;
    text-transform: uppercase;
    /* padding-left: 20px!important; */
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

.languageVersionBar > span{    
    border-bottom: 2px solid #000;
    width:calc(100%*2);
}

#TextTickets{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 10px;
    margin-right: 5px;
}

#TextTicketsInfo{

    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.movie {
    margin-bottom: 80px;
    padding-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#frameMovie {
    background: #0a7c26;
    color: #fff;
    margin-bottom: -1px;
    font-size: 12px;
    
}


.TI-timepanel>.frameClass {
    /* border: #0a7c26 2px solid!important; */
    /* background: #0a7c26!important; */
    background: #718998!important;
    color:#fff;
    margin: 0px !important;
    /* border: unset!important; */
}
.TI-timepanel>.frameClass.TodayButton {
    color:#fff !important;    
}

.movie_list.frameClass {
    box-shadow: none;
}

.week_overview.frameClass {
    box-shadow: none;
}

#ongoingFrame {
    background: #0a7c26;
    color: #fff;
    width: fit-content;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    font-weight: 400;
    
}

#frameBadgeMobilePoster {
    position: absolute;
    background: #0a7c26;
    color: #fff;
    z-index: 25;
    text-align: center;
    width: 150px;
    bottom: 37px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#frameBadge {
    position: absolute;
    /* background: #0a7c26;
    color: #fff; */
    background: #718998;
    color: #fff;
    z-index: 100;
    /* padding-left: 2px; */
    /* padding-right: 4px; */
    right: 2%;
    top: -1%;
    min-width: 200px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-weight: 400;
}

.movie h2 {
    font-weight: 500!important;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-width: 50ch;
}

.kijkwijzer {
    height: 30px !important;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 5px;
}

.movie_title::after {
    content: '\A';
    white-space: pre;    
}

.movie_title {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 30px;
    line-height: 24px;
    
}


.glyphicon-ticket{
    margin:0px!important;
    font-weight: 300;
}

.movie_info,
.movieInfoTable {
    font-size: 20px;
}

.movie_info strong {
    text-transform: uppercase;
    font-style: normal;
    margin-right: 5px;
    font-size: 20px;
}

.icon-armchair{
    height: 20px;
    width: auto;
}

.movie_info span {
    font-style: normal;
    margin: 0 10px;
}

.info_key, .info_value{
    width: 100px;
    
}

.synopsis {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-word;
    word-break: break-word;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
    margin: 0px;
    
}


.modal-dialog.EmailEntryForm {
    margin-top: unset!important;
    min-width: unset!important;
    max-width: unset!important;
    width: unset!important;
}
.synopsis-hr {
    border-bottom: 2px solid #888;
    margin-bottom: 8px;
}
.descriptionLess{
    display:none;
}
.descriptionMore, .descriptionLess{
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.close_info {
    background: url(../gfx/close.gif);
    width: 191px;
    height: 43px;
    display: block;
    margin: 4% auto 0;
    outline-style: none !important;
    text-align: center;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    line-height: 43px;
}

.close_movie {
    background: url(../gfx/close.gif);
    height: 25px;
    display: block;
    margin: 10px auto 10px;
    outline-style: none !important;
    text-align: center;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    line-height: 25px;
}

.close_movie:hover {
    text-decoration: none;
    cursor: pointer;
}

.close_info:hover {
    text-decoration: none;
}

.simpleText {
    font-style: normal;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

#MovieInformationBox{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1rem;
}
.movie_cover {
    height: auto;
    width: 250px !important;
}

.movie_cover .moviePoster {
    height: auto;
    width: 200px;
    border-radius: 3px;
    box-shadow: 1px 1px 9px black;

}

.ratingImg {
    width: 40px!important;
    height: auto!important;
    /* z-index: 100!important; */
    /* position: absolute; */
    /* bottom: 0px; */
    /* left: 10px; */
}
/* .ratingImgSeatplan { */
    /* left: 0px; */
/* } */

.posterdiv.collapsed > img {
    max-width: 50%;
}

.movie_cover .moviePoster.img-landscape,
.img-landscape {
    height: auto;
    width: 200px;
}


.modal-header .close {
    margin-top: -2px !important;
    width: 20px !important;
    opacity: 1 !important;
    color: #fff !important;
    border: none !important;
    background: none !important;
    font-size: 25px !important;
}

.weekrowPaddings{
    padding-left: 0px;
}

.weekRow{
    padding:0px;
}
.tooltip.right .tooltip-arrow {
    color: #000;
}

.tooltip>.tooltip-inner {
    color: #000;
    border: 1px solid #000;
    background: #FFF;
    text-align: left;
    font-size: 16px!important;
    font-weight: 300!important;    
    word-break: keep-all;
    white-space: nowrap;
    max-width: unset!important;
}

.tooltip.in {
    opacity: 1 !important;
    z-index: 5000;
}

.show_movie_text {
    font-size: 16px;
    text-align: right;
    width: 100%;
    
}
.show_movie_text_label,
.show_movie_text_label:hover,
.show_movie_text_label:active{
    color: #acacac!important;
    border: 1px solid #acacac!important;
    background: #fff!important;
}
.show_movie_trailer {
    font-size: 18px;
    text-align: right;
    width: 100%;
}

.movie_text {
    padding-top: 50px;
    line-height: 18px;
    display: none;
    overflow: hidden;
    font-size: 16px;
}

.movie_text>div>div>img {
    width: 100%;
    height: auto;
    position: absolute;
}

.scenes,
.scenes > div{
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.movie_text img {
    margin-bottom: 10px;
}

.movie_trailer {
    /* display: none; */
    padding-top: 50px;
    overflow: hidden;
}

.week_overview {
    margin: 0 0 15px;
    padding: 0px;
}
.TodayPanel{
    color: #e5232e;
}
.week_overview span {
    display: block;
    /* text-align: center; */
    /* margin-bottom: 10px; */
    font-size: 20px;
    min-width: 50px;
}
.week_overview span i{
    font-size: 15px;    
}
.small, small {
    font-size: 12px;
    font-weight: 300;
}


.week_overview .Date {
    text-align: center;    
    margin-bottom: 10px;
    font-size: 20px;
    white-space: nowrap;
    border-bottom: 2px solid #000;
    padding-bottom: 1px;
    text-transform: uppercase;
}
.week_overview .Date > strong {
    font-weight: 600!important;
    font-size: 16px;
}
.Date.Daily,
.Date.Daily > strong{
    text-align: left!important;    
}
.TI-TimeButton.Daily{
    text-align: left;
    padding-left: 5px!important;
}
.DailyPanel > .SplitEvent > #LanguageInfo {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
    background: var(--ticket-color);
    border-radius: 5px;
}
.sliderButtons{
    position: absolute;
    margin-top: 10px;
    z-index: 100;
    padding:unset!important;
    text-align: right!important;
}
.sliderButtons span{
    text-align: right!important;
}

.week_overview i {
    color: #000;
}
.cinsterTabContent > .tab-pane{
    padding: 20px;
    min-height: 300px;
}
.cinsterTabContent{
    background-color: transparent;
}

.cinsterTabs > li > a{
    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cinsterTabs > li.active > a,
.cinsterTabs > li.active > a:hover,
.cinsterTabs > li.active > a:active{
    background-color: #ededed;
    font-weight: 600;
}


.carousel_nav {
    outline-style: none !important;
    cursor: pointer;
}

.carousel_nav_left {
    cursor: pointer;
}


/*OrderOverview*/

.concession-Title {
    background-color: #e5232e;
    color: #fff;
}

#RemoveOptional,
#AddOptional {
    cursor: pointer;
}

#RemoveConcessions,
#RemoveConcession,
#RemoveCineCard,
#RemoveVoucher,
#releaseVoucher,
#RemoveCardLoading {
    cursor: pointer;
    color: red;
    height: 18px;
}

.deleteable {
    cursor: pointer;
}

.subHeadline{
    text-align: right;
}

.subheadertext {
    padding-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.OverviewHeader > .roundedLine {
    margin-bottom:5px;
}

.roundedLine {
    width: auto;
    border-top: 2px solid #566173;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 2px solid #566173;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.roundedLine.slim {
    width: auto;
    border-top: 1px solid #566173;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom: 1px solid #566173;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}


.OverviewHeader,
.OverviewHeader.DownloadArea,
.OverviewHeader.Wallet {
    font-size: 20px!important;
    font-family: var(--roboto-condensed-regular);
    padding-bottom: 20px!important;
    text-align: right;
    padding-top: 20px!important;
    text-transform: none;
    margin-bottom: 5px;
}

.barcodeTable>tbody>tr>td{
    border: unset;
}

.btn-MailAdresses {
    background: #e5232e;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin-bottom: 2px;
}

#EmailInput {
    margin-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}

.has-warning>div>input,
.has-error>div>input {
    background-color: #ff4c4d;
    color: #FFF !important;
}

.has-warning>div>span,
.has-error>div>span {
    color: #FFF !important;
}

#RememberMe {
    color: black !important;
    line-height: 18px !important;
}

.priceTable-MenuItem-header {
    font-size: 14px;
}

.priceTable-MenuItem {
    font-size: 14px;
}

.week_overview .btn {
    background: #e6e9ee;
    margin: 1px 0 !important;
    width: 100%;
    font-size: 15px;
    padding: 5px 8px;
    height: 35px;
}

.week_overview .btn.movie-3d:after {

    content: "3D";
    color: #e5232e;
    font-weight: bold;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    display: none;
    right: 3px;
    position: absolute;
}

.week_overview .btn.active.movie-3d:after {
    color: #fff;
}

.week_overview div {
    padding: 0 5px 0 0;
}

.week_overview .btn:focus,
.week_overview .btn:active {
    box-shadow: none;
}

.week_overview .disabled {
    visibility: hidden !important;
}

.week_overview input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

#posButton, #backButton{
    text-transform: uppercase;
}


.week_overview .btn.active {
    background: var(--ticket-color);
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}



.form-ticket {
    padding: 2px 2px;
    font-size: 18px;
}


/*Concessions*/

.concession_head {
    height: 100%;
    padding: 0px !important;
    text-align: center;
}

.concession_head>.concessionImageResp {

    max-width: 100px;
    padding-top: 5px;
}

.concession_body {
    height: 100%;
    padding: 0px !important;    
}

#ConcessionBanner {
    height: 80px;
    width: auto;
}

.TI-ConcessionPanel>.panel-heading {
    color: #000 !important;
    background: none !important;
    filter: none !important;
    background-image: none !important;
    padding: 0px !important;
    text-align:left;
    font-size: 16px;
}
.TI-ConcessionPanel>.panel-heading > p {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


.TI-VoucherPanel>.panel-heading {
    color: #fff !important;
    background: var(--ticket-color) !important;
    filter: none !important;
    background-image: none !important;
    padding: 0px !important;

}

.TI-VoucherPanel>.panel-heading>.panel-title {
    line-height: 40px;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background-color: var(--background-color);
}

.innerAuditorium, .AudiInfo{
    font-weight: 400;
    font-size: 16px!important;
    line-height: 22px!important;
    padding: 4px;
    text-transform: uppercase;
}

#innerSiteInfo{
    font-weight: normal;
    font-size: 10px!important;
    line-height: 15px!important;
    padding: 4px;
    text-transform: uppercase;
}
.TI-ConcessionGroup {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.TI-ConcessionGroup>.btn-ticket,
.TI-ConcessionGroup>.btn-ticket-deactivated {
    width: auto;
    /* height: 23px; */
    display: inline-block;
    margin: 6px 6px 0 0;
    /* font-size: 12px; */
}

.TI-ConcessionPanel {
    background: #ffffff !important;
    position: relative;
    cursor: pointer;
}

.TI-ConcessionPanel>.panel-heading:hover {
    color: #000 !important;
    /* background-color:#e5232e!important; */
}


.dropdown-menu {
    margin: 0px;
}

.TI-ConcessionSelect>option {
    color: #000;
}
/* .menu-modal{
    background-image: url("data:image/gif;base64,R0lGODlhBAAEAIAAAP///+zs7CH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QjBGOTdEODE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QjBGOTdEOTE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRCMEY5N0Q2MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRCMEY5N0Q3MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAQABAAAAgVEYmiwWQA7");
} */
.modal-ticket-header,
.modal-ticket-footer {
    padding: 5px;
}

.menuline{
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

#Concession-Panel {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;

    
}

.concession-Selector {
    /* position: absolute!important; */
    min-width: 100% !important;
    /* display: table!important; */
    left: 0px !important;
    /* bottom: 0px!important; */
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    height: 100%;
}

.concession-SelectButton {
    /* position: relative!important; */
    /* float:left; */
    min-width: 100% !important;
    cursor: pointer;
}

.concession-Selector-Table-Items {
    min-width: 100% !important;
    color: var(--text-color)!important;
    font-size: 15px;
    overflow: hidden;

}

.concession-Selector-Table-Items > p{
    margin:0px;
    line-height: 14px;
}
    
#WaitingArea {
    height: 300px;
    padding: 60px;
}

#WaitingArea>.progress {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.concession-SelectButton>.btn-ticket {
    min-width: 100% !important;
    border: none;
}

#menuItemData {
    font-size: 15px;
    font-weight: normal;
}
.concession-Add, .concession-Decrease {
    bottom: 0px;
    line-height: 30px;
    top: 0px;
    text-align: center;
    width: 50px;
    color: var(--text-color)!important;
    text-shadow: none !important;
    font-size: 15px;
    cursor: pointer;
    height: 30px;
    background: var(--ticket-color)!important;
    border-radius: 10%;
    vertical-align: middle;
}

.tableCount{
    text-align: center;
}
.tableCountSmall{
    text-align: center;
    width:40px;
}

.tableCountWide{
    text-align: center;
    width:120px;
}


.concession-Add-List, .concession-Decrease-List {
    margin-top: -6px;
    line-height: 30px;
    top: 0px;
    text-align: center;
    width: 30px !important;
    height:30px !important;
    text-shadow: none !important;
    font-size: 15px;
    cursor: pointer;
    border:2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listButtons{
    padding-right:0px;
    padding-left:0px;
    text-align:center;
}
/* .tablecount{
    line-height: 30px;
} */
.modal{
    /* top: unset!important; */
    bottom: 10%;
}


.concessionFunctions {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.concession-Selector-Table-Name {
    
    font-size: 20px;
    font-family: var(--roboto-condensed-bold)!important;
    padding-top:10px;
    min-width: 100% !important;
    text-align: left;
    float: left;
    height: 100%;
    cursor: pointer;
}
.menuItemInfo{
    padding: 0px;
    margin: 0px;
}
.concession-Selector-Option-Header {
    background-color: transparent !important;
    color: var(--text-color) !important;
    font-family: var(--roboto-condensed-bold)!important;    
    text-align: left;
}

.concession-Selector-Option-Item-Selected, .fixItem {
    /* background-color: var(--border-tab-color) !important; */
    color: var(--text-color);
    background: var(--dark-card-backgroundcolor);    
    min-height: 50px;
    line-height: 50px;
}

[id^="OptionItem"]{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 50px;
    line-height: 50px;
    text-align: left;
}
.concessionselector > .modal-dialog > .modal-content > .modal-header {
    border: none!important;
}
.concessionselector > .modal-dialog > .modal-content {
    background-color: var(--background-color)!important;
}

.concession-Selector-Option-Item-Selected::after {
    /* position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    background-color: none!important; */
    color: var(--text-color) !important;
}

.outbuttons{
    display: none;
}

#showConcessionButtons {
    font-size: 8px;
    position: absolute;
}


.selectedMenuItems {
    color: #000 !important;
    font-size: 14px;
    width: 100% !important;
}

.p-ticket {
    padding: 0px !important;
}

.TI-ConcessionPanel>a {
    text-decoration: none;
}

.panel-title {
    font-size: 20px;
    font-weight: bold !important;
}

.TI-Concessions {
    width: 100%;
    min-height: 180px;
    display: inline-block;
    margin: 6px 10px 0 0;
    /* background-image: url("data:image/gif;base64,R0lGODlhBAAEAIAAAP///+zs7CH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QjBGOTdEODE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QjBGOTdEOTE1RTIxMUVBOTNFNEM4MzZENUYzODg2MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRCMEY5N0Q2MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRCMEY5N0Q3MTVFMjExRUE5M0U0QzgzNkQ1RjM4ODYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAQABAAAAgVEYmiwWQA7"); */
    color: var(--text-color);
    font-weight: bold;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    background: var(--dark-card-backgroundcolor);
    border-radius: 4px;
}

#ItemTable{
    border:none;
    /* text-align:center; */
    width:80%;
}
.concession-bgimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.concession-Price {
    font-weight: 400!important;
    font-size: 15px;
    line-height: 36px;
    color:#fff;
    /* color:var(--ticket-color); */
    font-family: var(--roboto-condensed-bold)!important;
    position: absolute;
    top:10px;
    right:10px;
}

.conButtonMinus, .conButtonPlus, .concessionCount {
    width: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.concessionCount{
    padding-right: 0px!important;
    padding-left: 0px!important;
    line-height: 18px!important;
    font-size: 20px!important;
    text-align: center;
}
.conButton{
    padding-right: 0px;
    padding-left: 0px;
}

.conButton > div{
    padding:0px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.concession-Add{
    line-height: 30px;
}
/* 
.concession-Add, .concession-Decrease {
    background-color: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: .8;    
    margin-top: 15px;
    margin-right: 15px;
} */
/* .concession-Add, .concession-Decrease {
    bottom: 0px;
    line-height: 18px;
    top: 0px;
    text-align: center;
    height: 20px;
    width: 20px;
	border: none!important;
    background-color: #000!important;
    color: #fff!important;
    text-shadow: none !important;
    font-size: 25px;
    cursor: pointer;
} */
.concession-Name {
    text-align: left;
    line-height: 20px;
    height: 35px;
    position: relative;
    color: #fff;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 15px;
    font-size: 20px;
    font-family: var(--roboto-condensed-bold)!important;
}

.concession-Plus {
    display: none;
    z-index: 20;
    position: absolute;
    right: 0px;
    top: 0px;
}

.concession-Minus {
    display: none;
    z-index: 20;
    position: absolute;
    left: 0px;
    top: 0px;
}

.concession-Minus>.btn-ticket,
.concession-Minus>.btn-ticket:hover {
    border-top: none;
    border-left: none;
    top: 0px;
    cursor: pointer;
}

.concession-Plus>.btn-ticket,
.concession-Plus>.btn-ticket:hover {
    border-top: none;
    border-right: none;
    top: 0px;
    cursor: pointer;
}

.concession-Badge {
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-color: #e5232e;
    z-index: 1000;
    height: 20px;
    width: 20px;
    display: none;
    color: #fff;
    line-height: 20px;
    border-radius: 40px;
    font-size: 12px;
    text-align: center;
}

.concession-Filter {
    position: absolute;
    right: 0px;
    border-radius: 4px;
    margin-left: 16px;
    display: none;
}


/* Login/Register */

.info_Login,
.info_Register {
    font-size: 10px;
    min-width: 100%;
    text-align: left;
    margin-bottom: 0px;
}

.info_guest {
    font-size: 10px;
    min-width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.ticketform-title {
    font-size: large;
}

#Register>button,
#Login>button,
#ForgotPassword>button {
    margin-right: 2px;
}

#Register>.form-group>label,
#Guest>.form-group>label,
#Login>.form-group>label,.form-check-label {
    font-size: smaller;
}

#Register>.form-group,
#Register>.row>.form-group,
#Guest>.form-group,
#Guest>.row>.form-group,
#Login>.form-group,
#ForgotPassword>.form-group {
    padding: 0px;
    margin-bottom: 0px;
}


/* Account Summary */

.TrsItem{
    font-family: var(--roboto-condensed-bold)!important;
}

.summaryTopic > div,
.summaryContent > div{
    position: relative;  
}
.summaryTopic > *,
.summaryContent > *{   
    padding-left: 0px;
    padding-right: 0px;
}

#HeaderSummary{
    font-size: var(--text-xxl)!important;
}

.summaryContent > div{  
    min-height: 140px;
}


.summaryPoster {
    /* max-height: 170px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.summaryPosterContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
}
.summaryPosterContainer img {
    object-fit: cover; /* Das Bild vollständig abdecken */
    display: block;
    /* max-height: 140px; */
}

.summaryContent{
    background-color: #292B30;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
    min-height: 150px;
    padding-left: 0px;
    padding-right: 0px;
}


.TrsItem,.TrsData{
    font-size: 20px;
}

.trsDetailButtons {
    font-size: 20px;
    border: 0px solid var(--text-color);
    border-radius: 10px!important;
    padding: 2px;
    line-height: 25px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}
.icon-container-trssum{
    width: 30px;
    display: inline-block;
}
.trsDetails {
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid var(--text-color);
    border-radius: 10px!important;
    padding: 2px;
    line-height: 25px;
    width: 120px;
}

.TopicLeft{
    padding-left:15px!important;
    text-align: left;
}
.TrsData{
    font-family: var(--roboto-condensed-light)!important;
}
.TopicRight{
    padding-right:15px!important;
    text-align: right;
    border-top-right-radius: 10px;
}

.trsAccountView.collapse.in {
    display: table-cell;
}

#trsmenu>.dropdown-menu {
    right: 0px;
}
.summaryTopic, .TopicLeft, .TopicRight{
    background-color: #40444D;
    font-size: 20px!important;
    font-family: var(--roboto-condensed-bold)!important;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    min-height: unset!important;
}
.hiddenTD {
    padding: 2px !important;
}

#HeaderSummary, #HeaderUserEdit {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-weight: bold;
}

#FormInfo-UserEdit{
    min-height: unset;
}

#Addright,
#Useright {
    text-align: right;
}

.table>tbody>tr>td {
    padding: 4px;
}



.GuestEmailTable>tbody>tr>td{
    padding: 25px;
    border:none;
}
.GuestEmailTable{
    padding: 25px;
}

#Summary_wrapper {
    padding-top: 5px;
}

#Summary_filter {
    text-align: right;
}

#trsmenu.dropup {
    display: initial;
}

.modal-summary {
    min-width: 100%;
    padding-right: 0px !important;
}

.modal-summary>.modal-dialog {
    min-width: 100%;
}

.paginate_button {
    font-size: 12px;
}

.summary-Amount {
    text-align: right;
    padding-right: 10px !important;
}

#CardSelect {
    background-color: #e5232e;
    color: #FFF;
    margin-bottom: 10px;
}

#displayETicket {
    cursor: pointer;
}

#CardSelect>div {
    padding-bottom: 10px;
}

.table-right {
    text-align: right;
}

#CardInfoTable tr td {
    width: 10%;
    border: none;
}


/*Reservation delete*/

#Form-DeleteReservation {
    min-height: 80px;
}

#resDelFrm,
#refundExtFrm,
#resDelExtFrm,
#resDelFrmNot,
#deleteNewsletterSubsription,
#dontdeleteNewsletterSubsription {
    height: 50px;
}


/*CardsArea*/

.ticket-heading {
    padding: 5px;
    cursor: pointer;
    min-height: 100px;
}

.cardoverview-header>h4 {
    
    font-size: 20px;
}

.cardoverview-header,
.cardoverview-header>div {
    background-color: #e5232e;
    color: #fff;
}

#AddCard {
    padding-top: 3px;
    padding-bottom: 3px;
}

.ticket-title {
    font-size: 16px;
}
.cardpkpassImg {
    height: 30px!important;
    width: auto;
    max-width: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: -5px;
}
/* #CardDetails,
#CardTransactions{
    color: #e5232e;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
} */
#DeleteLoyalty {
    color:#e95e5e;
    text-align: center;
    font-size: 20px;
}

.btn-ticket-block {
    min-width: 100%;
    padding-bottom: 3px;
}

div[id^="SetPin_"],
div[id^="LoadingArea_"] {
    display: none;
}

div[id^="LoadingArea_"] {
    padding-bottom: 10px;
    padding-top: 10px;
}

button#LoadingCard {
    margin-top: 10px;
}

/* VOUCHERSHOP */

#voucherShop{
    padding:0px;
}
.closeXVoucherFull{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 1000;
}

.basketButton{
    text-align: center;
}

.voucher-layout-images.layoutSelector{
    max-height: 100px;
    
}
.halfViewLayout{
    opacity: .2;
}
.fullViewLayout{
    opacity: 1;
}

.VoucherCount{
    border: 1px solid var(--ticket-color)!important;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    /* padding: 5px; */
}

.vformat_portrait{
    /* height: 100%!important; */
    padding-top: 5px;
}
.vformat_landscape {
    width: 100%!important;
    padding: 5px;
}

.dummyVoucher{
    width: 100%!important;
}

.counterBorder{
    padding: 5px!important;
}
.VoucherButtonMinus,
.VoucherButtonPlus{
    width: 40px !important;
    height: 40px;
    border-radius: 50%!important;
    display: flex;
    border: 2px solid #ccc;
    font-size: 20px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.voucherLoadings > button{
    padding:10px;
    background-color: var(--ticket-color);
    margin: 5px;
}
.basketButton, .voucherLoadings, .voucherCounts{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.voucherCounts{
    width: 150px;
}

.layoutBox{
    padding:10px!important;
    overflow-x: hidden;
}

.selectVoucherLayout{
    /* border: 2px solid var(--ticket-color); */
    -webkit-box-shadow:inset 0px 0px 0px 10px  var(--ticket-color);
    -moz-box-shadow:inset 0px 0px 0px 10px  var(--ticket-color);
    box-shadow:inset 0px 0px 0px 10px  var(--ticket-color);
}

.basketclose{
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--text-color);
    z-index: 60;
    cursor: pointer;
}

.swiper-voucher-slide{
    padding:3px;
}

.voucherOverview{
    display:absolute;    
    right: 0px;
}
#voucheroverlay{
    height: 100vH;
    /* width: 100vW; */
    background-color: #161b2173;
    position: absolute;
    left:0px;
    z-index: 5;
}
#voucheroverlay.closed, .BasketSlider{
    display:none;
}

.BasketSlider {
    top:175px;
    z-index: 50;
    position: absolute;
    right: 0;
    text-align: center;
    writing-mode: vertical-lr;
    text-orientation: upright;
    height: fit-content!important;
    width: 40px;
    justify-content: center;
    align-items: center;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: var(--text-md-lg)!important; 
}

.BasketSlider.InnerDiv {
    top:40px;
    position: relative;
}

.voucherCounts > div {
    text-align: center;
    width: 50px;
    /* padding-left: 0px;
    padding-right: 0px; */
}
/* .layoutBox{
} */

.swiper-button-voucher-next::after,.swiper-button-voucher-prev::after{
    content: ""!important;
}

.swiper-voucher-navigation-icons{
    color: var(--text-color);
    font-weight: 900;
}

.voucherActionBox{
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding-top: 20px;
}


.voucherPlates{    
    min-height: 650px;
    padding: 0px;
    position: relative;
    border-radius: 5px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;     
    padding: 5px;
}

.voucherPlates > .innerArea{
    background-color: var(--light-gray-background-color);
    padding: 5px;
    border-radius: 5px;
    min-height: inherit;
}

.voucherImg,.voucherImgFull {
    display: flex;
    justify-content: center;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    height: 450px;
}

.loadingBoxes {
    width: 70px;
    /* border-radius: 5px!important; */
    background: var(--light-gray-background-color);
    height: 40px;
    margin: 2px;
    font-size: 16px;
    border: none;
    background-color: var(--dark-card-backgroundcolor);
}
#voucherShop-Description{
    padding: 10px;
}
.voucherInfoContainer{
    
    padding-left: 0px;
    padding-right: 0px;
}

.voucherInfo{
    font-size: 25px;
}

.voucherAddToBasket{
    min-width: 80px;
    font-size: 20px;
}

#VoucherInfoMsg{
    background-color: var(--light-gray-background-color);
}

.moreVoucherDescription,
.lessVoucherDescription{
    display: none;
    padding-left: 5px;
}


.voucherInfo,
.voucherDescription,
.voucherPriceInfo{
    padding-left: 5px;
    padding-right: 5px;
}
.voucherPriceInfo{
    text-align: right;
}
.voucherDescription{
    font-size: 20px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
}

.additionalsClosed{
    display:none;
}
.additionalsOpen{
    display:block;
}



.voucherImgFull{
    background-color: var(--dark-color);
}
/* .voucherPriceInfo {
    position: absolute;
    right: 10px;
    bottom: 5px;
} */
.voucherPriceInfoFull{
    text-align: right;
}
.voucherImg img,.voucherImgFull img{
    height: 100%;
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
}

.voucher-layout-image-preview{
    display: none;
}
.voucherFull{
    position: fixed;
    display: none;
    bottom: 0px;
    /* height: 100vh; */
    width: 100vw;
    padding: 0px;
    background-color: #161b216e;
    
}
.voucherFull > .innerArea{
    margin:15px;
    height: 10vh;
    width: 60vw;
    background-color: var(--light-gray-background-color);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    bottom: 0px;
    right: 0px;
}


#voucherShop-Header {
    font-size: var(--text-xxl);
    font-weight: bold;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding:0px;
    padding-left: 10px;
    padding-right: 10px;
}


#HeaderLine {
    width: 100%;
    border-bottom: 1px solid #bbb;
    line-height: 40px;
}



/* 
.VoucherBackgroundClass {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#voucherShop {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
}


#voucherShop-Header,
#concessionShop-Header {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    
}

#voucherShop-Description {
    padding-top: 5px;
    padding-bottom: 40px;
}

.btn-voucherShop {
    position: absolute;
    bottom: 0px;
    right: 0px;
}


#VoucherBorder {
    padding-left: 0px;
    padding-right: 0px;
    height: inherit;
}
#voucher{
    margin: 6px 10px 0 0;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    height: 180px;
}

.voucher-layout-image-preview,
.voucher-layout-images{
    vertical-align: middle;
  
}

.voucher-layout-images{
    max-height: 85px;
}
.voucher-layout-image-preview {
    width: 95%;
}

#voucherShop-Description {
    padding: 0px;
    padding-bottom: 16px;
    font-size: 16px;
}
#Voucher-Panel {
    padding: 0px!important;
    box-shadow: none!important;
}
#Voucher-Panel > #voucherShop-Header{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    
}
.TI-VoucherPanel{
    border: none !important;
    box-shadow: none!important;
} */
.addsign {
    background-color: rgb(182, 182, 182, .6);
    color: #eee;
    height: calc(100%);
    position: absolute;
    width: calc(100%);
    z-index: 10;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    display: none;
}

/* .voucherLayoutDropdown {
    position: absolute;
    bottom: 0px;
    padding-right: 0px!important;
    height: 30px;
}

.voucherLayoutDropdown > ul{
    z-index: 15;
}

#VoucherImage{
    text-align: center;    
    cursor: pointer;
    height:100%;
    position: relative;
}

#VoucherImage>img{
    padding-top: 5px;
} */

.agbDIV{
    padding-left:0px;
    padding-right:0px;
}

/* #voucher>#VoucherBorder>#VoucherPrice {
    font-weight: 400!important;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #000;
    position: absolute;    
    right:10px;
    bottom: 10px;
} */

/* #voucher>#VoucherBorder>#VoucherPrice>div {
    position: absolute;
    bottom: 0px;
    left: 30%;
    right: 0px;
    
} */
/* 
#voucher>#VoucherBorder>#VoucherPrice>.voucherPicker {
    position: absolute;
    width: auto;
    right: 0px;
    margin-bottom: 2px;
    border: none!important;
    background: none!important;
    box-shadow: none!important;
}

#voucher>#VoucherBorder>#VoucherPrice>.voucherPicker>button {
    height: 25px!important;
    color: #fff!important;
    background: none!important;
    text-shadow: unset;
    font-weight: bold;
    border: none!important;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-right: 0px!important;
}

#voucher>#VoucherBorder>#VoucherPrice>.voucherPicker>button>span {
    font-weight: 400!important;
    font-size: 18px;
}

#voucher>#VoucherBorder>#VoucherPrice>.voucherPicker>button>span>.caret {
        position: absolute;
        left: -15px;
        vertical-align: middle;
        top: 10px;
        right: unset;
        margin-top: unset;
        line-height: 25px;
} */

/* #voucher>#VoucherBorder>#VoucherName{
    height:100%;
    padding-top: 15px;
} 
#voucher>#VoucherBorder>#VoucherName>#VoucherNameText, 
#voucher>#VoucherBorder>#VoucherImage>#VoucherName>#VoucherNameText {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    height: 35px;
    position: relative;
    color: #fff;
    -ms-word-break: break-all;
    
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

#VoucherDescription {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    position: relative;
    text-align: left;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding-top: 2px;
    padding-bottom: 2px;
}*/

.scrollable-menu {
    /* height: auto; */
    min-height: 45%;
    overflow-x: hidden;
    width: 99vW;
    position: fixed;
    left: 0px;
    top: 25vH;
}
.scrollable-menu-names {
    height: auto;
    max-height: 90vH;
    overflow-x: hidden;
}


div[id^='voucherBadge'] {
    position: absolute;
    background-color: #e5232e;
    color: #FFF;
    top: -5px;
    left: -5px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
}


#ConfirmationHeader {
    margin-left: auto;
    margin-right: auto;
    padding: unset;

}

.TaxDisplay {
    border: none !important;
    font-size: smaller;
}

.ConfirmationLine {
    border-top: 1px solid black !important;
}

#CCNumber {
    font-size-adjust: 0.3;
}

#ShowSwitch>a.btn-ticket {
    height: auto !important;
    line-height: 30px;
}

#ShowSwitch>ul,
#ShowSwitch>ul>li {
    height: auto !important;
    width: 100%;
    padding-top: unset;
    padding-bottom: unset;
}

#ShowSwitch>ul {
    max-height: 400px;
    overflow-x: hidden;
    min-width: 300px;
}

#ShowSwitch>ul>li {
    border-bottom: 1px solid #e5232e;
}

#NewsletterTable {
    border: none;
}

#NewsletterTable>tbody>tr>td {
    border-top: none;
}

.NLBody {
    vertical-align: middle !important;
    border-top: 1px solid #ddd !important;
}

.NLBody>h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.menuCollapse{
    font-size: 16px;
}
.menuCollapse,
.LoaderButton {
    /* color: #e5232e; */
    cursor: pointer;
}

.LoaderButton {
    font-weight: bold;
}

.dlIcon{
    width:30px!important;
}

.pdfImg {
    /* height: 50px; */
    width: auto;
    text-align: center;
    cursor: pointer;
}
.VoucherPrint{
    max-width: 100px;
}
.ItemNumberButton{
    width: 40px;
    height: 40px;
    border-radius: 50%!important; /* Rund machen */
    border: 2px solid #ccc; /* Rand hinzufügen */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}


#walletFolder{
    display:none;
    visibility: hidden;
    visibility: hidden;
}

.loyaltySingle {
    font-size: 16px !important;
    line-height: 30px !important;
    vertical-align: center !important;
}

.DateDiv p,
#EventNameList p {
    color: #fff;
}

.SingleWallet {
    border-radius: 20px;
    box-shadow: 2px 2px 2px 1px #e5232e;
    padding: 10px;
}


.StepsToSuccess{
    margin-top: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}


#StepsToSuccess_Voucher,#StepsToSuccess_Ticket{
    display: 'none';
};
.StepsContainer{
    padding: 0px !important;
    position: relative;
}

.StepsContainer{
    width:110px;
}

.StepsContainer.Line{
    width:30px;
}
.StepNumber, .StepCircle{
    width: 38px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
}

.StepNumber{
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    margin-top: -38px;
    font-size: 21px;
    font-family: var(--roboto-condensed-bold);
}

.StepCircle{
    background:#E14838 0% 0% no-repeat padding-box;
    border-radius: 50%;
    font-size: 21px;
}

.NumberLine{
    height: 80px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: absolute;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}
.NumberLine > .liner > hr{
    height: 1px;
    background-color: #566173 !important;
    border-top: none;
}
.StepText {
    /* width: 50px; */
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    margin-top: 10px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
}

.fullText{
    overflow: hidden; /* Überlauf aktivieren */
    max-width: 100%; /* Maximale Breite */
    max-height: 100%; /* Maximale Höhe */
    padding: 20px; /* Innenabstand für Sichtbarkeit */
}
[id^="StepText_"]{    
    margin-left: 0px; 
    font-family: var(--roboto-condensed-light);   
}

#downloadWallet {
    cursor: pointer;
}

.qrSlider {
    background-color: #e5232e;
    color: #fff;
}

.downloadoverlay {
    visibility: hidden;
}


.ticketOverview{
    padding-left:0px;
    padding-right:0px;
}

.table-fit {
    width: 1px;
}



.table-borderless,
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.movieInfoTable > tbody > tr > td{
	word-break: keep-all;
    padding: 0px;
    padding-right: 5px!important;

}
.movieInfoTable > tbody > tr > td > .info_key{
	width:auto;
}

#MovieInfoBox{
    padding-left: 0px;
    padding-right: 0px;
}

.posterdiv {
    max-width: 160px;
    float: left;
    margin-right:25px;
}
.posterdiv > img{
    vertical-align: unset;
    max-width: 160px;
}

#QuickSeatSelect{
    padding-bottom: 10px;
}

.circle-minus, .circle-plus, .preselect_Number, .preselect_Text{    
    font-size: 36px;
}
.preselect_Number, .preselect_Text{    

    font-family: var(--roboto-bold);
}

.circle-minus, .circle-plus{
    border: 1px solid #fff;
    border-radius: 50%;
}

.preselect_Number,.circle-minus, .circle-plus{
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}
.preselect_placeholder{
    width:40px;
}

.seatplan_divider{
    height: 65px;
    background: #FFF 0 0 no-repeat padding-box;
    border-radius: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #555;
    line-height: 65px;
    transform: perspective(480px) rotateX(-31deg) scale(0.98, 1);
}

/* .posterdiv {
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 0px;
} */

.infodiv{
    padding-left:5px!important;
}
.GuestGoButton{
    padding-right: 0px;
}


.GuestRegisterinformation{
    padding:0px;
    padding-bottom:15px;
    padding-top:15px;
}
.GuestRegisterinformation > hr{
    margin:0px;
}
.shopMobile{
    display: none!important;
    pointer-events: none;    
    visibility: hidden;
}
.shopDesktop{
    pointer-events: all;
    display: inline-block!important;
    visibility: visible;
}
#frmLoyaltyWanted,
#frmLoyaltyWanted2{
    padding-left: 5px!important;
    color: var(--text-color);
}

#CookieModal{
    display: none;
    padding-right: 17px;
    padding-left: 17px;
    background: var(--background-color) !important;
    height: fit-content;
}

#CookieModal > .modal-dialog{
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 12px!important;
}

@media screen and (max-width:999px) {
    #CookieModal > .modal-dialog{
        width: 80%;
    }   
}
@media screen and (max-width:899px) {
    #CookieModal > .modal-dialog{
        width: 85%;
    }   
}
@media screen and (max-width:799px) {
    #CookieModal > .modal-dialog{
        width: 90%;
    }   
}
@media screen and (max-width:699px) {
    #CookieModal > .modal-dialog{
        width: 95%;
    }   
}

#CookieModal > .modal-dialog > #ConsentModal{
    min-height: unset;
    box-shadow: unset;
    border: none;
    max-height: 100vh;
}

#ShowPass.form-control-feedback, 
#ShowPassReg.form-control-feedback, 
#ShowPassNew.form-control-feedback, 
#ShowPassOld.form-control-feedback, 
#ShowPassConfirm.form-control-feedback {
    top:0px!important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: none;
}
#frmCity > .bootstrap-select>.btn.dropdown-toggle, #city {
    border: 1px solid #bbb;
    color: #aaa!important;
    background-color: unset!important;
    padding: 0px 15px!important;
    line-height: unset!important;
}

.input-label {
    width: fit-content;
    position: absolute;
    top: 10px;
    font-size: 15px;
    left: 42px;
    padding: 0 10px 0 10px;
    background-color: var(--background-color)!important;
    color: var(--ticket-color);
    border-radius: var(--border-md);
}

.dxforms .btn-default{
    line-height: unset!important;
}

.dxforms, #AddVoucher > div{
    position: relative;
}

.dxforms .input-label, #AddVoucher .input-label {
    width: fit-content;
    position: absolute;
    top: -10px;
    font-size: 15px;
    left: 16px;
    padding: 0 10px 0 10px;
    color: var(--ticket-color);
    border-radius: var(--border-md);
    background-color: var(--dark-card-backgroundcolor)!important;
}
.dxforms .input-label.select {
    width: fit-content;
    position: relative;
    font-size: 15px;
    left: 0px;
    vertical-align: middle;
    top: 5px;
}

.input-field {
    margin-top: 20px;
    height: 100%;
    width: 100%;
    padding: 17px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: var(--border-lg);
    color: var(--text-color);
    outline: none;
    font-family: var(--roboto-regular);
    border: var(--border-xs) solid var(--border-tab-color) !important;
    height: 56px;
}

.input-field.sendmailfield{
    width:60%
}

input[type="checkbox"]#defaultBox, input[type="radio"]#defaultBox {
    transform: scale(1.2);
    margin-right: 4px;
    min-width: 17px;
}


@media screen and (max-width:999px) {
    .paymentIconsContainer,.agbContainer {
        margin-left: 0%;
    }
}

.MeanCheck {
    font-size: 29px;
    color: #00AA96;
    display: none;
    position: absolute;
    Z-INDEX: 1;
    right: 10px;
    top: 6px;
}

.gretaLogo {
    height: unset!important;
    width: 80px!important;
}
#SiteLogo{
    display: inline-block!important;
}
#SiteLogo>img, #SiteLogo>a>img {
    display: block!important;
    width: 200px;
    max-height: 150px;
}
.voucherelements div:nth-of-type(odd){
    padding-left:0px;
    padding-right:2px;
}
.voucherelements div:nth-of-type(even){
    padding-left:2px;
    padding-right:0px;
}

.DownloadArea{
    font-size: 20px;
    width:auto;
}

.voucherelements{
    padding-left:0px;
    padding-right:0px;
}

.confirmationScreen, .confirmationSeats, .dlInfoText{
    font-family: var(--roboto-condensed-bold);
}

.confirmationTable{
    position: relative!important;
}

#AbortButton{
    background-color: transparent!important;
    background: transparent!important;
    border: 1px solid #fff!important;
    color: var(--slimButtonColor)!important;
}

.legendHeader{
    padding-bottom: 15px;
    padding-top: 15px;
}

#smallLegend.table>tbody>tr>td{
    border: none!important;
    text-align: left;
}

#FormularModal > .register-modal {
    /* display: table-row; */
    height: fit-content;
    width: auto;
}
#routeToPayment {
    display: block;
    position: fixed;
    z-index: 5555;
    height: 100vH;
    width: 100vW;
    top: 0px;
    background-color: var(--background-color);
}
.menuline{
    font-size: 15px!important;
}
#routeToPayment > div{
    display: flex;
    height: 100vH;
    width: 100vW;
    align-items: center;
    justify-content: center;
}
.stickyTime,#ratingSmall{
    display:none;
}
/* MOBILEPART */
@media screen and (max-width:800px) {
    #priceTableElement{
        position: unset;
        right: unset;
        top: unset;
    }
}
@media screen and (max-width:767px) {

    #VoucherInfo{
        width:95vW;
    }

    .trsDetailButtons {
        font-size: 14px;
        position: absolute;
        right: 0px;
        bottom: 35px;
        width: auto;
    }
    .icon-container-trssum {
        width: unset;
    }
    .input-field {
        padding: 10px;
        height: 40px;
    }

    .input-field.sendmailfield{
        width:80%
    }

    .sendToFriend{
        font-size: 12px;
    }

	#ResetZoom{
		display:none;
	}
    .concession-Add-List, .concession-Decrease-List {
        margin-top: -2px;
        line-height: 20px;
        width: 20px!important;
        height: 20px!important;
        font-size: 10px;
    }

    .tableCountWide {
        text-align: center;
        width: 80px;
    }

    .barcodeTable.table-responsive{
        border:none!important;
    }
    .rownumbers{
        margin-left: -2px;
    }
    .seatplan_divider{
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        font-size: 15px;
    }
    .fskMore{
        display:block;
    }
    #voucherShop-Header,
    #voucherShop-Description{
        padding: 5px;
    }
    #navigationBand-ChevLeft, #navigationBand-ChevRight, #navigationBand-Text {
        line-height: 45px;
        vertical-align: middle;
    }
    #navigationBand-ChevLeft{
        padding-left: 10px;
    }
    #navigationBand-ChevRight{
        padding-right: 10px;
    }
    #navigationBand-Text {
        font-size: 20px;
    }
    .navigationBand, .navigationBandDiv {
        min-height: 45px;
    }
    .voucherActionBox{
        position: relative!important;
        bottom: unset;
        padding-bottom: 10px;
    }

    .TrsItem, .TopicLeft, .TopicRight{
        font-size: 20px!important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .summaryTopic{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;

    }
    .TopicLeft{
        padding-left: 5px!important;
    } 
    .TopicRight{
        padding-right: 5px!important;
    }

    .TrsData{
        font-size: 15px;
    }
    .trsDetails{
        line-height: 20px;
        font-size: 15px;
        width: 100px;
    }
   
    .summaryContent,.summaryContent > div{
        min-height: 140px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .summaryPoster {
        max-height: 140px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 10px;
        position: relative;
    }
    
    #PriceTable.table-responsive {
        border: none!important;
    }
    .DownloadArea {
        font-size: 15px;
        width: auto;
    }
    #PriceTable.seatplan>tbody>tr>td {
        padding-bottom: 20px!important;
        padding-top: 20px!important;    
    }

    #PriceTable.seatplan>tbody>tr>td.tdTicketInfo,
    .tdTicketInfo > p
    {
        font-size: 15px!important;
    }

    .legendHeader{
        text-align: left;
        font-size: 15px!important;
    }
    .seatingplan{
        width:100%;
        margin-left: unset;
    }
    #ItemTable {
        border: none;
        text-align: center;
        width: 100%;
    }
    .PriceToPay > div{
        border-radius: 30px!important;
        background: none;
        background-image: none;
        background-color: transparent;
        color: var(--text-color)!important;
        border: none;
        background: #424954!important;
        min-height: 77px;
        padding-left: 10px;
        padding-right: 10px;
        
    }
    
    .PriceToPay{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .PriceContainer{
        line-height: 77px;
        min-height: 77px;
        font-size: 20px;
    }
    .liner {
        position: absolute;
        display: block;
        width: 44px;
        left: -3px;
        /* height: 80px; */
        /* line-height: 38; */
        top: -9px;
    }
    .InfoContainer{
        padding-left: 15px;
    }
    .InfoContainer{
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    #TicketPriceName{
        font-size:15px;
        font-family: var(--roboto-bold);
    }
    .itemName,.itemNumber{
        font-size: 15px;
        font-weight: bold;
    }
    
    .itemPrice{
        font-size: 15px;
    }
    #priceTableElement{
        position: unset;
        right: unset;
        top: unset;
    }

    .circle-minus, .circle-plus, .preselect_Number, .preselect_Text{    
        font-size: 20px;
    }
    .preselect_placeholder{
        width:20px;
    }
    
    .preselect_Number,.circle-minus, .circle-plus{
        height: 33px;
        width: 33px;
    }
    .barText {
        line-height: 20px;
        font-size: 11px;
    }
    .StepText {
        width: 66px!important;
        margin-left: -13px!important;
        margin-top: 0px!important;
    }
    #CountDownresultBar, #CountDownresultBar > div {
        display: none;
        height: 20px;
    }
    #Counter {
        font-size: 11px;
        line-height: 20px;
    }
    #frameBadge, #frameBadgeMobilePoster {
        z-index: 0!important;
    }
    /* .ratingImg {
        top: 0px!important;
    } */
    .fskLogoBig{
        width: 60px;
        float: left;
    margin-right:5px;
    }
    .parentalGuidanceText{ 
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        -ms-word-break: break-word;
        word-break: break-word;
        overflow: hidden;
        max-height: 25px;
    }
    .fskLess{
        display:none;
    }
    .parentalGuidanceBg{
        font-size: 12px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;        
        line-height: 14px;
    }
    .gretaLogo {
        width: 30px!important;
        top: 7px;
        left: 20px;
    }    
    .PriceInfoPayPal {
        font-size: 16px;
        display: none;
        position: absolute;
        background-color: #000;
        width: auto;
        padding: 10px;
        color: #eee;
    }
    .languageVersionBar {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #CookieModal > .modal-dialog {
        width: unset;
    }
    #Register>.form-group>label,  #Guest>.form-group>label, #Login>.form-group>label, .form-check-label {
        font-size: inherit;
    }
    #ShowPass.Login {
        margin-top: 0px;
    }
    .voucherPlates{
        margin: unset;
        background-color: var(--light-gray-background-color);
        min-height: 650px;
        position: relative;
        border-radius: 5px;
        margin-bottom:5px;
    }
    
    .voucherPlates > .innerArea{
        background-color: unset;
        padding:unset;
    }
    /* .voucher-layout-image-preview {
        width: 30%;
        height: auto!important;
        display:block!important;
    }
    #voucherShop-Description {
        padding: 0px;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .voucherLayoutDropdown > ul{
        z-index: 999;
    } */
/*     
    .voucherInfo {
        font-size: 20px;
        padding-left: 5px;
    }
    .voucherPriceInfo{
        padding: 5px;
        text-align: right;
    } */
    
    .voucherPlates > .innerArea{
        min-height: 500px;
    }
    .voucherDescription {
        font-size: 16px;
    }
    header,
    .dashboard,
    .container-fluid,
    .NavMaxWidth {
        max-width: unset;
    }
    
    .voucherImg, .voucherImgFull {
        display: flex;
        justify-content: center;
        min-height: 300px;
    }
    #Seatplan {
        transform-origin: top left;
        width:100vW;
    }
    .shopMobile{
        pointer-events: all;
        display: block!important;            
        visibility: visible;
    }
    .voucherPlates {
        min-height: 400px;
    }
    .shopDesktop{
        pointer-events: none;
        display: none!important;           
        visibility: hidden;
    }
    .GuestRegisterButton,
    .GuestGoButton,
    .GuestEmailTable{
        padding-left:0px;
        padding-right:0px;
    
    }

      
    .GuestRegisterinformation{
        padding:15px;
    }

    .opacity{
        opacity: .3;
    }

    .viewcontainer{
        padding-left: 0px;
        padding-right: 0px;
    }

    .viewButtonContainer{
        display:flex;
        justify-content:right;
        align-items:center;
        padding-left: 0px;
        padding-right: 0px;

    }
    .cardpkpassImg {
        height: 22px!important;
    }
    .viewButton{
        background: none;
        border: none;
        box-shadow: none;  
        padding-left: 0px;
        padding-right: 0px;     
    }

    #TI-ConfirmationArea{
        padding-left:0px;
        padding-right:0px;
    }

    .mobilePosterContainer{
        text-align: center;
        width: 150px;        
        margin-left: auto;
        margin-right: auto;
    }

   
    #MeanBox {
        margin-top: 0px;
        margin-left: 0px;
        transform: unset;
    }
    .concessionAddContainer, .concessionDecreaseContainer, .concession-Count {
        float:left;
        width:33%;
    }
    .movieInfoSeatplan, .infoTable {
        padding-top: 0px;
    }
    .bannerHeader{
        font-size: 14px;
    }
    .infoTable {
        min-height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
   
    #TransOverview, #TransOverview2, #Concession-Panel{
        padding-left: 0px;
        padding-right: 0px;
        position: unset;
        z-index: unset;
    }

    .StepsToSuccess{
        margin-top: 10px;
    }
    .NumberLine {
        margin-left: 0px;
        margin-right: 0px;
        width: 40px;
    }
    .StepNumber {
        line-height: 22px;
        margin-top: -22px;
    }
    .NumberLine > hr {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .StepsContainer{
        width: 10vW;
    }
    #CountDownresultBar, #CountDownresultBar > div {        
        line-height: 16px;
        margin-bottom: 0px;
    }
    .StepsContainer.Line{
        width: 10vW;
    }
    .StepNumber, .StepCircle, .StepText {
        width: 22px;
        height: 22px;
        margin-left: auto;
        margin-right: auto;    
        font-size: 10px;
    }

    .cookieConsentButton{
        padding-top:10px;    
    }
    
    .kijkwijzer {
        background-color: #fff;
        padding: 2px;
        border-radius: 20px;
    }

    .mobileKijkwijzer {
        position: absolute;
        margin-top: -35px;
        text-align: center;
    }

    #cardsPanel {
        padding: unset !important;
        width: 100% !important;
        margin: unset !important;
    }

    #cardsQR {
        top: 25%;
    }

    .flip-card {
        width: 100%;
        margin: unset;
        margin-bottom: 5px;
    }

    #cardsPanelContent {
        position: relative;
        /* height: 160px; */
    }

    #CountDown {
        top:0px;
        bottom: 0px;
    }


    #TI-ConcessionShop,
    #concessionShopOverview,
    #concessionShop,
    #concessionShop-Header {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .ButtonHome {
        padding-bottom: 1px;
        width: 50px;

    }

    .ButtonHome a {
        font-size: 14px !important;
        height: 18px !important;
        line-height: 18px !important;
    }



    .loaderPoster {
        height: 150px;
    }

    .ticket-category {
        line-height: 25px;
    }

    .loyaltySingle {
        background-color: #e5232e;
        color: #FFF;
        text-align: center;
    }

    #EntryLoyaltyID {
        padding: 0px !important;
    }

    #WaitingArea {
        height: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #WaitingArea>.progress {
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

    #ShowSwitch>ul {
        max-height: 300px;
        overflow-x: hidden;
        left: 50%;
        transform: translate(-50%, 0);
    }

    #displayETicket {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #HeaderDateSearch>div>button {
        height: 20px;
    }

    #HeaderDateSearch>div>select,
    #Summary_length>label>select,
    #Summary_filter>label>input {
        height: 20px;
        font-size: 14px;
        padding: unset;
    }

    #Summary_wrapper {
        text-align: center;
    }

    #NewsletterTable>tbody>tr>td>h1 {
        font-size: 24px;
    }

    #NewsletterTable>tbody>tr>td,
    #NewsletterTable>tbody>tr>th,
    #NewsletterTable>tfoot>tr>td,
    #NewsletterTable>tfoot>tr>th,
    #NewsletterTable>thead>tr>td,
    #NewsletterTable>thead>tr>th {
        vertical-align: middle;
        border: none;
        border-bottom: 1px solid silver;
    }

    #NewsletterTable {
        border: none;
    }

    #usermenu>.dropdown-menu {
        min-width: 100%;
        position: fixed;
    }

    /* #ShowSwitch {
        position: absolute !important;
        display: block !important;
        left: 50%;
        transform: translate(-50%, 0);
    } */

    #MovieInfoBox, #MobilePoster{
        padding-left: 0px;
        padding-right: 0px;
    }
    /* #NavArea {
        min-height: 150px!important;
    } */
    .posterdiv{
        max-width: 120px;
        float: left;
        margin-right: unset;
    }
    #PriceTable, #PriceTable2 {
        padding: 15px;
    }
    .posterdiv > img{
        max-width: 120px;
    }
    #ShowSwitch>a {
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
    }

    #ShowSwitch>a.btn-ticket {
        height: auto !important;
    }

    #InvoiceActions {
        display: none;
        background-color: var(--light-gray-background-color);
        position: relative;
        bottom: 0px;
        align-items: center;
        justify-content: center;
    }

    #CardData>div {
        padding: 0px !important;
    }
    /* #voucher>#VoucherBorder>div>.form-control {
        width: auto;
        right: 0px;
        position: absolute!important;
    }

    #voucher>#VoucherBorder>#VoucherPrice>.voucherPicker {
        width: auto;
    } */

    #Login>.form-group>button,
    #Login>.form-group>#forgottenPassword,
    #Register>.form-group>button,
    #Guest>.form-group>button,
    #ForgotPassword>.form-group>button {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    #TI-Confirmation {
        padding: unset !important;
    }

    .cardoverview-header {
        padding: unset !important;
    }

    /* #TI-VoucherShop {
        padding: 0px;
    }
    #voucher>#VoucherBorder>#VoucherPrice {
        text-align: right;
    }
    div[id^='voucherBadge'] {
        position: absolute;
        background-color: #e5232e;
        color: #FFF;
        top: -2px;
        left: -2px;
        font-size: 14px;
        min-width: 15px;
        min-height: 15px;
        border-radius: 15px;
        line-height: 15px;
        text-align: center;
        display: none;
    }

    #voucher{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #voucher>#VoucherBorder>#VoucherPrice>div {
        font-size: 18px;
        line-height: 35px;
        font-weight: normal;
    }

    #voucher>#VoucherBorder>#VoucherDescription {
        font-size: 14px;
        padding: unset;
    }

    #voucher>#VoucherBorder>#VoucherName>#VoucherNameText {
        font-size: 18px;
        text-align: center;
        padding-bottom: 4px;
    }

   
    div#VoucherImage > img {
        height:50px;
    }

    .voucherLayoutDropdown {
        padding-left: 15px!important;
        padding-right: 15px!important;
    } */

   

    .modal-title {
        font-size: 14px;
    }

    .modal-body,
    .modal-header {
        padding: 4px;
    }

    .movie_cover img,
    .movie_posterlist img {
        width: 100%;
        height: auto;

    }
    .movie_posterlist img:not(.ratingImg),
    .movie_cover img:not(.ratingImg){
        min-height: 250px!important;
        min-width: 180px!important;
        padding-top: 0px!important;
    }
    /* .movie_cover img.ratingImg{
        left: 1px!important;
    }
    .ratingImg.center-block {
        display: block!important;
        margin-right: auto!important;
        margin-left: auto!important;
    } */
    .movie_posterlist, .movie_cover {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    body {
        font-size: 14px;
    }

    header {
        min-height: 50px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    header>.level-1 {
        min-height: 30px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    header>.level-1>.level-1-1 {
        min-height: 30px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    header>.level-2 {
        min-height: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .MenuItem {
        float: left;
        /* min-width:150px; */
        width: auto;
        right: 0px;
    }

    #NavMenu {
        top: 30px;
        right: 0px;
    }

    .fullMenuItem {
        min-height: 20px !important;
        min-width: 20%;
    }

    #fullMenu {
        margin-top: 15px;
    }

    .fullMenuItem>i {
        font-size: 20px;
        line-height: 30px;
        vertical-align: middle
    }

    .TI-ConcessionGroup>.btn-ticket-active {
        width: auto;
        height: auto;
        display: inline-block;
        margin: 3px 5px 0 0;
        font-size: 14px;
    }

    .TI-ConcessionGroup>.btn-ticket-deactivated {
        width: auto;
        height: auto;
        display: inline-block;
        margin: 3px 5px 0 0;
        font-size: 14px;
    }

    #TI-Summary,
    #Summary_wrapper,
    #Summary_wrapper>.row>div,
    #Summary {
        padding: unset !important;
        float: inherit;
        width: 100%;
    }

    #Summary_previous.paginate_button>a,
    #Summary_next.paginate_button>a {
        padding: 6px 3px;
    }

    ul.dtr-details>li {
        display: inherit;
        width: 25%;
    }

    .modal-dialog {
        margin: 0px;
    }

    #TI-Schedule,
    .movie_list {
        padding-left: 0px !important;
        padding-right: 0px !important;
        /* padding-top: 10px; */
        margin-top: 4px;
    }

    .concession-Plus>img {
        margin-right: -1px;
        margin-top: -1px;
    }

    .concession-Minus>img {
        margin-left: -1px;
        margin-top: -1px;
    }

    .concession-Filter {
        font-size: 14px;
    }

    #concession-Filter {
        font-size: 14px;
        padding: 2px;
    }

    .TI-Concessions {
        width: 100% !important;
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .TI-Concessions > div {
        height:fit-content;
        min-height: 25px;
        text-align: left;
    }

    .concession-Price {
        line-height: 15px;
        font-size: 15px;
    }
    .concession_head>.concessionImageResp {
        text-align: center;
        background-position: center!important;
    }
    .concession-Name {
        line-height: 16px;
        font-size: 20px !important;
        padding: 0px!important;
    }
    /* #MobilePoster {
        padding-top: 5px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    } */

    
    #MobilePoster > img{
        max-height: 125px;
        width: auto;
        padding-right: 5px;
    }
    .concession-SelectButton {
        top: 0px !important;
        min-width: 100% !important;
        line-height: 11px;
        font-size: 14px !important;
    }

    .concession-Selector-Option-Item,
    .concession-Selector-Option-Item-Selected,
    .concession-Selector-Option-Header,
    .fixItem {
        font-size: 20px;
    }

    .concession-Selector-Table-Items {
        min-width: 100% !important;
        line-height: 12px;
        font-size: 12px !important;

    }

    .concession-SelectButton>.btn-ticket {
        min-width: 100% !important;
        font-size: 14px;
        border: unset;


    }

    /* .concession-Selector-Table-Name {
        line-height: 14px;
        font-size: 14px !important;
        min-width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        float: left;
    } */

    .container-fluid {
        padding-left: 5px !important;
        padding-right: 5px !important;
        /* min-height: 95vH; */
    }

    .concession-Badge {
        font-size: 12px;
    }

    .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .week_overview span {
        display: block;
        
        font-size: 14px;
    }

    .week_overview .Date {
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
        white-space: nowrap;
    }
    .SplitEvent {
        font-size: 10px !important;
        height:inherit!important;
    }
    .week_overview a {
        background: #e5232e;
        padding: 7px;
        color: #fff;
        font-size: 14px;
    }
    #menuItemData {
        font-size: 12px;
        font-weight: normal;
    }
    .TI-Toolbar-Top {
        position: relative !important;
    }

    .movie_posterlist,.movie_cover {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .movie_posterlist img,
    .movie_cover img {
        height: 220px;
        width: 150px;
        padding-top: unset;
    }

    .mobileShowTitle {
        height: 30px;
        line-height: 18px;
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        width: 150px;
        margin-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 2em;
        line-height: 1em;
    }

    .mobileView {
        height: 120px !important;
        width: auto !important;
    }

    /* .movie_list .playWeek, */
    .movie_list span {
        width: 100%;
    }

    .movie_list {
        min-height: 230px;
        margin-bottom: 5px;
    }

    .movie_list>.row {
        min-height: 200px;
    }

    #TI-OrderList {
        font-size: 14px;
    }

    .navbar-brand {
        font-size: 14px;
    }

    #ShowInfoButton,
    #TrailerButton {
        font-size: 14px;
    }

    .panzoom {
        margin-right: 100%;
    }

    .visuallyhidden {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    .selDatePanel {
        color: #ff0000;
    }

    #PriceTable {
        font-size: 10px;
        border-collapse: inherit;
        /* width:98%!important; */
        /* line-height:16px; */
    }

    .TI-PlusButton,
    .TI-MinusButton {
        width: 25px;
        height: auto;
    }

    #TI-Seatplan {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* #TI-Seatplan>div {
        padding-left: 0px;
        padding-right: 0px;
    } */

    #TI-Seatplan>div>div {
        padding-left: 0px;
        padding-right: 0px;
    }

    body .panel-title {
        font-size: 15px !important;
        /* line-height:15px; */
    }

    #ConcessionBanner {
        height: 80px !important;
        width: auto;
    }

    .TI-SurchargesInfo {
        font-size: 12px !important;
    }

    #cinemaLogo {
        width: 60px !important;
        height: auto;
    }

    .TI-Event {
        /* width:100px!important; */
        height: 140px !important;
        font-size: 12px !important;
    }

    .TI-Image>img {
        max-height: 80px !important;
    }

    .TI-timepanel>a.btn {
        height: 30px;
        vertical-align: middle;
        min-width: 100%;
        line-height: 28px;
    }
    /* .conButton{
        right: 4px;
        bottom: 4px;
    } */

    .conPrice{
        text-align: center;
        position: absolute;
        bottom: 4px;

    }
    .TI-timepanel>h3 {
        background-color: #dddddd;
        padding: 4px;
    }

    #logo {
        width: 150px;
        height: auto;
    }

    .btn-schedule-infotrailer {
        width: 100%;
    }

    .show_movie_text {
        font-size: 14px;
        text-align: right;
        width: 100%;
    }

    .show_movie_trailer {
        font-size: 14px;
        text-align: right;
        width: 100%;
    }

    .show_movie_trailer_label {
        background-size: auto 80% !important;

        width: 100%;
    }

    .show_movie_text_label {
        background-size: auto 80% !important;

        width: 100%;
    }

    .btn-schedule-infotrailer .active,
    .btn-schedule-infotrailer .btn:hover {
        background-size: auto 80% !important;
    }

    .btn-schedule-infotrailer .active.show_movie_text_label,
    .btn-schedule-infotrailer .show_movie_text_label:hover {
        background-size: auto 80% !important;
    }

    .btn-schedule-infotrailer .active.show_movie_trailer_label,
    .btn-schedule-infotrailer .show_movie_trailer_label:hover {
        background-size: auto 80% !important;
    }

    h1 {
        font-size: 14px;
    }

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        margin-top: 10px!important;
        margin-bottom: 5px!important;
    }
    h3#ScreenPlan{
        font-size: 10px;
    } 
    #screenText{
        font-size: 14px;
    }
    .movie h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .agbContainer,
    .paymentIconsContainer {
        min-height: 20px;
        margin-left: 0%!important;
    }
    #loyaltycontainer {
        min-height: 20px;
        margin-left: 0%;
    }
    
    #PayButton_Down{
        margin: unset!important;
    }
    .order h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .week_overview {
        margin-top: 15px;
    }

    .movie_title {
        font-weight: 600;
        text-transform: uppercase;
		line-height: 1.5;
        margin-top: 0;
        font-size: 16px;
        overflow: hidden;
        word-break: break-word;
        text-overflow: ellipsis;
        display: inline-block;
        margin-top: 0px!important;
        margin-bottom: 0px!important;
    }

    .movie_info,
    .movieInfoTable {
        font-size: 15px;
        padding-left: 0px;
    }
    .movieLink{
        font-size: 15px;
    }

    #ConfirmationHeader {
        margin-left: auto;
        margin-right: auto;
        padding: unset;
        font-size: 14px;
    }

    .movie_info strong {
        text-transform: uppercase;
        font-style: normal;
        margin-right: 5px;
        font-size: 14px;
    }

    div:has(.paymentIconsContainer:nth-of-type(odd)){
        padding-left:0px;
        padding-right:2px;
    }
    div:has(.paymentIconsContainer:nth-of-type(even)){
        padding-left:2px;
        padding-right:0px;
    }

    #TI-PriceTable>div {
        padding: 0px !important;
    }

    #PriceTable>tbody>tr>td {
        font-size: 14px!important;
    }
    .categoryInfo {
        font-size: 20px!important;
    }
    #LegendInfo > .modal-dialog > .modal-content{
        background-color: var(--background-color)!important;
    }

    /* #LegendInfo{
        width: 100vW;
    } */

    .Date.Daily,
    .Date.Daily > strong{
        text-align: left!important;    
    }
    .TI-timepanel>a.Daily{
        text-align: left;
        padding-left: 5px!important;
    }
    #cookieBar {
        font-size: 12px !important;
        line-height: 14px;
        max-height: 50%!important;
        width: 100%;
        margin-left: unset;
        
    }

    .cookieLink {
        width: 40px;
        height: 20px;
        line-height: 20px !important;
    }

    .cookieText {
        font-size: 15px;
    }

    #CookieModal {
        padding-right: 17px;
    }
    .btn-ticket,
    .btn-default,
    .btn-default:active,
    .btn-ticket[disabled],
    .btn-ticket:hover,
    .btn-ticket-active:hover,
    .btn-account:active,
    .btn-ticket-back:hover {
        /* border: 1px solid #acacac !important; */
        height: 40px;
        font-size: 16px;
        padding: 0px 6px;
    }
    #ShowSwitch>a.btn-ticket  {
        height: 20px;
        font-size: 10px!important;
        padding: 0px 6px;
        line-height: 20px;
    }
    .zoom-buttons .zoom-in,
    .zoom-buttons .zoom-out {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px!important;
        border: none !important;
        box-shadow: none!important;
    }

    .reset {
        max-height: 30px !important;
        line-height: 30px!important;
        font-size: 14px !important;
        border: none !important;    
        margin-bottom: 2px;
        
    }
    #LegendButton {
        background: transparent!important;
        font-size: 14px;
    }

    
    /* .btn-ticket-add[disabled], .btn-ticket-sub[disabled] {
        
        background-color: #acacac!important;
      
    } */

    .btn-account:hover {

        font-size: 12px;
    }

    .btn-account {
        border: 1px solid #e5232e;
        background: none;
        color: #e5232e;
        font-size: 12px;
    }

    .btn-logout {
        position: unset;
    }
    .btn-ticket-add, .btn-ticket-sub {
        font-size: 16px!important;
    }
    .ticketNumberDisplay {
        line-height: 30px;        
    }

    #VersionInfo {
        font-size: 14px;
    }

    #SeatplanInfo1 {
        display: none;
    }


    #Counter {
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    #symbol-register,
    #symbol-login,
    #symbol-logout {
        line-height: 10px;
        font-size: 14px;
        position: inherit;
        left: -6px;
    }

    .LoginRegister {
        /* padding-top: 5px!important; */
        text-align: center;
        bottom: 0px;
        min-height: 25px !important;
    }

    .LoginRegister>#buttons {
        margin-bottom: 5px;
    }

    #usermenu {
        display: none;
        height: unset;
        position: relative;
        width: 100%;
    }

    #username {
        font-weight: normal;
        background-color: unset !important;
        font-size: 8px;
        text-align: right;
        right: 2px;
        top: 30px;
        position: absolute;

    }

    #usermenu>.dropdown-toggle {
        font-weight: bold;
        border: 1px solid #e5232e;
        background: #e5232e;
        color: #fff;
        font-size: 10px;
        cursor: pointer;
        padding: 4px 9px;
        outline: none !important;
        text-decoration: none;
    }

    #usermenu>.dropdown-menu {
        /* font-size: 10px; */
        /* padding: 0px 0; */
        /* margin: 0px; */
        left: unset;
        right: 0px;
    }

    .dropdown-header {
        padding: 3px 5px !important;
    }

    #usermenu>.dropdown-menu>li>a {
        padding: 3px 5px !important;
    }

    .ti-nav-container {
        padding-bottom: 0px;
    }

    #Edit>.form-group>div>.form-control,
    #Edit>.form-group>div>.row {
        width: 100% !important;
        margin: unset;
    }

    #Edit>.form-group>div>.row>div {
        padding: unset !important;
    }

    #Edit>.form-group>div>#housenumber {
        width: 30%;
        display: unset;
    }

    #Edit>.form-group>div>#zipcode {
        width: 30% !important;
        display: unset;
    }

    #SubmitFormChangeUser {
        margin-right: unset;
    }

    #TI-Summary {
        padding: unset;
    }

    .table-summary {
        font-size: 14px;
    }

    .linkLittle {
        font-size: 14px;
    }

    .btn-account:active {
        border: 1px solid #e5232e !important;
        background: #e5232e;
        padding: 0 0 0 0;
        font-size: 12px;
    }

    #HeaderSummary, #HeaderUserEdit {
        font-size: 15px;
    }

    .paginate_button {
        font-size: 14px;
    }

    #TI-Transaction {
        padding: unset;
    }

    #CardInfoTable,
    .cardoverview,
    .cardoverview-header {
        font-size: 14px;
    }

    .ticket-heading {
        min-height: unset;
    }

    .ticket-heading>.row>div,
    #HeaderSummary,
    #cardsmenu,
    #CardSelect {
        padding: unset;
    }

    .CardData,
    .CardData>.panel-body {
        padding: unset;
    }

    /* #voucher {
        padding: 2px;
    }

    #voucherShop-Header {
        font-size: 20px;
        padding-right: 0px;
        padding-left: 0px;
    } */

    #ScrollToSeatplan2,
    #PayButton_Up {
        font-size: 14px;
    }

    #ScrollToSeatplan2 {
        margin-left: 0px;

    }

    .btn-toolbar {
        margin-left: 0px;
    }

    .SeatPlanView h3#ScreenPlan {
        padding: 1px 0px;
        font-size: 14px;
        margin: 0px;
    }

    .SeatPlanView h3#ScreenPlanDown {
        padding: 1px 0px;
        font-size: 14px;
        margin: 0px;
    }

    
    .CountDown {
        font-size: 16px;
        top:0px!important;
        text-align: left;
        line-height: 16px;
    }
    #OfflineTicker {
        text-align: center;
    }

    .offline {
        line-height: 30px;
        font-size: 14px;
    }

    #frameBadge {
        padding: unset;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
        text-align: center !important;

        position: relative;
    }


    .AbortTrans,
    .AbortTrans>i,
    .AbortTrans>span {
        font-size: 11px !important;
        vertical-align: middle;
    }

    #TicketLimit {
        font-size: 20px;
        border: 2px inset red;
    }

    #ToTransaction {
        font-size: 12px;
    }

    #ToTransaction>i {
        font-size: 14px;
    }

    #NavDivider {
        font-size: 14px;
    }

    .movie_text {
        padding-top: 0px;
        line-height: 15px;
        display: none;
        overflow: hidden;
        font-size: 14px;
    }

    #Nav-CineCard {
        font-size: 12px;
    }

    .cineCardImg {
        width: 30px;
        height: auto;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
        top: 4px !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: unset !important;
    }

    .simpleText {
        font-size: 14px;
        padding: 0px 6px;
        height: 25px;
    }

    #cardsmenu>.dropdown-toggle {
        height: 30px;
        font-size: 14px;
    }

    .movie_text {
        border: 2px solid #E6E9ED;
    }

    #posterlist-languageversion {
        background-color: rgba(87, 97, 116, .6);
        font-size: 14px;
        text-align: center;
    }

    .Mobile {
        display: block !important;
        z-index: 999 !important;
        position: absolute !important;
        background-color: #fff;
        height: 100% !important;
    }

    #CardDetails,
    #CardTransactions {
        padding: 2px;
    }

    #WaitBar {
        line-height: 40px;
        font-size: 14px;
    }

    /* .concession-Add {
        line-height: 25px !important;
        height: 25px !important;
        width: 25px !important;
        text-align: center !important;
        font-size: 25px !important;
        border: none!important;
    } */

    #MobileEvents {
        margin-bottom: 15px;
        border-bottom: 1px #e5232e solid;
        padding-bottom: 10px;
    }

    #MobileEvents>div>h2 {
        font-size: 24px;
    }

    .movielist,
    #Timeplan,
    #EventData {
        padding-left: 5px !important;
        padding-right: 5px !important;

    }


    #LawData > a > .btn-law {
        font-size: 10px;
    }
    .MethodAmount{
        position: absolute;
        width:100px;
        right: 0px;
        top: 10px;
        text-align: right;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length {
        float: left;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: center;
    }

    .back-button-ticket {
        font-size: 14px;
        vertical-align: middle;
    }

}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e5232e;
    border-color: #e5232e;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #e5232e;
    color: inherit;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #acacac;
    border-color: #acacac;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: none;
}


/*LOADER*/


.custdata.register-modal{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Waitscreen */

#WaitOverlay img {
    margin-left: -25px;
    margin-top: -25px;
}
/* .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .0;
} */
#WaitOverlay {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
}

.loader {
    margin: 25vH auto;
    font-size: 14px;
    position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #fff;	
	-webkit-animation: load8 1.5s infinite linear;
    animation: load8 1.5s infinite linear;    
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
}

.blink {
    animation: blink-animation 2s steps(5, start) infinite;
    -webkit-animation: blink-animation 2s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {

    .movie_posterlist {
        height: 350px;
    }

    .movie_posterlist img {
        height: auto;
        max-height: 190px;
        width: 200px;
        padding-bottom: 2px;
    }

    .movie_list .playWeek,
    .movie_list span {
        width: 200px;
    }

}

@media print {

    @page {
        size: A4;
    }

    #Confirmation_Backlink,
    #LoginRegister,
    #LoyaltyArea,
    #username,
    #buttons,
    #DownloadArea {
        display: none;
    }

    a:link,
    a:visited {
        background: transparent;
        color: #520;
        font-weight: bold;
        text-decoration: underline;
    }
}
.MethodAmount{
    position: absolute;
    width:100px;
    right: 0px;
    top: 10px;
    text-align: right;
}

.MethodAmount > .fa{
    cursor: pointer;
}

.SpecialOV {
    background-color: #FF0000 !important;
}

input[placeholder$="*"]::placeholder{
    color: #f00!important;
}
@supports (-webkit-overflow-scrolling: touch) {
     /* CSS specific to iOS devices */ body 
     { width: 100%; max-width: 100%; will-change: position; }
}

.col-xs-offset-right-12 {
    margin-right: 100%;
  }
  .col-xs-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-xs-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-xs-offset-right-9 {
    margin-right: 75%;
  }
  .col-xs-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-xs-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-xs-offset-right-6 {
    margin-right: 50%;
  }
  .col-xs-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-xs-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-xs-offset-right-3 {
    margin-right: 25%;
  }
  .col-xs-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-xs-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-xs-offset-right-0 {
    margin-right: 0;
  }
  @media (min-width: 768px) {
    .col-sm-offset-right-12 {
      margin-right: 100%;
    }
    .col-sm-offset-right-11 {
      margin-right: 91.66666667%;
    }
    .col-sm-offset-right-10 {
      margin-right: 83.33333333%;
    }
    .col-sm-offset-right-9 {
      margin-right: 75%;
    }
    .col-sm-offset-right-8 {
      margin-right: 66.66666667%;
    }
    .col-sm-offset-right-7 {
      margin-right: 58.33333333%;
    }
    .col-sm-offset-right-6 {
      margin-right: 50%;
    }
    .col-sm-offset-right-5 {
      margin-right: 41.66666667%;
    }
    .col-sm-offset-right-4 {
      margin-right: 33.33333333%;
    }
    .col-sm-offset-right-3 {
      margin-right: 25%;
    }
    .col-sm-offset-right-2 {
      margin-right: 16.66666667%;
    }
    .col-sm-offset-right-1 {
      margin-right: 8.33333333%;
    }
    .col-sm-offset-right-0 {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .col-md-offset-right-12 {
      margin-right: 100%;
    }
    .col-md-offset-right-11 {
      margin-right: 91.66666667%;
    }
    .col-md-offset-right-10 {
      margin-right: 83.33333333%;
    }
    .col-md-offset-right-9 {
      margin-right: 75%;
    }
    .col-md-offset-right-8 {
      margin-right: 66.66666667%;
    }
    .col-md-offset-right-7 {
      margin-right: 58.33333333%;
    }
    .col-md-offset-right-6 {
      margin-right: 50%;
    }
    .col-md-offset-right-5 {
      margin-right: 41.66666667%;
    }
    .col-md-offset-right-4 {
      margin-right: 33.33333333%;
    }
    .col-md-offset-right-3 {
      margin-right: 25%;
    }
    .col-md-offset-right-2 {
      margin-right: 16.66666667%;
    }
    .col-md-offset-right-1 {
      margin-right: 8.33333333%;
    }
    .col-md-offset-right-0 {
      margin-right: 0;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-offset-right-12 {
      margin-right: 100%;
    }
    .col-lg-offset-right-11 {
      margin-right: 91.66666667%;
    }
    .col-lg-offset-right-10 {
      margin-right: 83.33333333%;
    }
    .col-lg-offset-right-9 {
      margin-right: 75%;
    }
    .col-lg-offset-right-8 {
      margin-right: 66.66666667%;
    }
    .col-lg-offset-right-7 {
      margin-right: 58.33333333%;
    }
    .col-lg-offset-right-6 {
      margin-right: 50%;
    }
    .col-lg-offset-right-5 {
      margin-right: 41.66666667%;
    }
    .col-lg-offset-right-4 {
      margin-right: 33.33333333%;
    }
    .col-lg-offset-right-3 {
      margin-right: 25%;
    }
    .col-lg-offset-right-2 {
      margin-right: 16.66666667%;
    }
    .col-lg-offset-right-1 {
      margin-right: 8.33333333%;
    }
    .col-lg-offset-right-0 {
      margin-right: 0;
    }
  }