.form-check.lth-wk-input input[type="checkbox"] {
  min-width: 15px;
  min-height: 15px;
  -moz-appearance: checkbox;   
}

#datenverarbeitung {
  min-width: 15px;
  min-height: 15px;
  -moz-appearance: checkbox; 
}
section section:last-child {
  border-bottom: none;
}
/* redesign button styles */

.lth-btn-lg {
  font-family: "HeroicCondensed-Heavy";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  background: white;
  border: 2px solid black;
  display: inline-block;
  color: black;
  text-align: center;
  padding: 6px 11px;
}


/* mein-konto konto */
.shop-meinkonto-konto #lth-update-container {
	padding: 0;
}



/* 3d saalplan styles */


#seatpicContainer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background-color: rgba(0,0,0,0.3);
    width: auto;
    min-height: 20px;
    border-radius: 5px;
    display: none;
    color: white;
    box-sizing: border-box;
}

#seatpicContainer * { box-sizing: border-box; vertical-align: top; }



#shop-seatinfo-pic {
    height: 0;
    width: 200px;
    background-size: cover;
    float: right;
    border-right: 2px solid transparent;
}

#seat-info-wrapper {

    float: left; 
    width: auto;
    padding: 0.5em;
}

.jt-shop-placeholder { width: 100%; height: 100%;}

#view-controls {z-index: 1000; position: absolute; top: 2em; left: 2em; background: url("/repos/files/Default/vie-controls.png"); width: 70px; height: 70px; background-size: cover;}
#view-controls .controller { position: absolute; }
#view-controls #control-up {width: 100%; height: 30%; top: 0; left: 0;}
#view-controls #control-left {width: 30%; height: 30%; top: 30%; left: 0;}
#view-controls #control-right {width: 30%; height: 30%; top: 30%; right: 0;}
#view-controls #control-down {width: 100%; height: 30%; bottom: 0; left: 0;}



#seatingplan3d-wrapper {
    width: 100%!important;
    height: 100%!important;
}

#modal-seating-plan-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 85%;
    margin: 20px 5%;
    z-index: 100000;
    /*border: 2px solid black;*/
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: 4px 4px 3px 0 rgba(26,26,26,0.8);
}



/*.bottom-action-wrapper {
    margin-top: 20px;
    float: left;
    clear: both;
    background: white;
    padding: 5px 0;
    border: 4px solid white;
    border-radius: 5px;
    box-shadow: 4px 4px 3px 0 rgba(26,26,26,0.8);
}*/

.bottom-action-wrapper {
/* margin-top: 20px; */
float: left;
clear: both;
background: white;
padding: 5px 0;
border: 2px solid black;
width: 100%;
/* border-radius: 5px; */
/* box-shadow: 4px 4px 3px 0 rgba(26,26,26,0.8); */
}

.bottom-action-wrapper .lth-btn {
    float: left;
    min-width: 200px;
    text-align: center;
    margin: 0 10px;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 32px;
    cursor: pointer;
}


.bottom-action-wrapper .lth-btn.gotoShoppingCart {
	float: right;
}

.bottom-action-wrapper .lth-btn:focus {
    background: black;
    color: white;
}


#seatpicContainer .action-wrapper {
    float: left;
    clear: both;
    width: 100%;
}


#seat-info-wrapper b {
    display: inline-block;
    width: 70px;
}

#seat-info-wrapper span {
    display: inline-block;
    width: 130px;
    text-align: right;
}


#seatpicContainer .action-wrapper .moveTo-Seat,
#seatpicContainer .action-wrapper .close-Preview,
#seatpicContainer .action-wrapper .toggleSeatSelection{
    width: 200px;
    float: left;
    text-align: center;
    height: 28px;
    padding: 2px;
    background-color: #ccc;
    color: black;
    text-align: center;
    cursor: pointer;
    border: 2px solid black;
    border-bottom: 1px solid black;
    font: 20px/22px'HeroicCondensed-Heavy';
    font-weight: normal;
    background: white;
    text-transform: uppercase;
}

#seatpicContainer .action-wrapper .moveTo-Seat {
    border-right: 1px solid black;
    width: 218px;
}
#seatpicContainer .action-wrapper .close-Preview {
    border-left: 1px solid black;
    float: right;
}


#seatpicContainer .action-wrapper .toggleSeatSelection {
    width: 100%;
    clear: both;
    border-bottom: 2px solid black;
    border-top: 1px solid black;
}


/*____________________*/








p.lth-shop-infotext {
    text-align: left;
    margin: 1em 0 0 0;
}


#fakebg {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
}



.lth-nav-mini {
    width: auto;
    margin-right: 1em;
}

.lth-nav-mini li {
    list-style-type: none;
}

.lth-nav-fullsize {
    margin-bottom: 2em;
}


.lth-nav-mini ul { display: none; } /* Hide before plugin loads */
.lth-nav-mini ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid black;
    padding: 6px 0;
    margin: 3px 0 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}          
.lth-nav-mini ul.dropit-submenu a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #7a868e;
    padding: 0 18px;
    min-width: 230px;
}
.lth-nav-mini ul.dropit-submenu a:hover {
    background: black;
    color: #fff;
    text-decoration: none;
}


.lth-nav-mini h2.lth-header-titel {
    padding: 0.5em 0.5em 0 0.5em;
}

#lth-shop-seatpiccontainer{
    display: none;
    width: 319px; 
    height: auto;
    background-color: white;
    padding: 10px 8px;;
    border: 2px solid black;
    position: absolute; 
    right: 0; top: 0; 
    z-index: 20004;
    -webkit-box-shadow: 8px 5px 22px rgba(105, 119, 117, 0.61);
    -moz-box-shadow:    8px 5px 22px rgba(105, 119, 117, 0.61);
    box-shadow:         8px 5px 22px rgba(105, 119, 117, 0.61);
    text-align: center;
}


#lth-shop-seatinfocontainer {
    display: none;
    width: 319px; 
    height: auto;
    background-color: white;
    padding: 10px 8px;;
    border: 2px solid black;
    position: absolute; 
    right: -10px; 
    margin-top: -180px;
    z-index: 20004;
    -webkit-box-shadow: 8px 5px 22px rgba(105, 119, 117, 0.61);
    -moz-box-shadow:    8px 5px 22px rgba(105, 119, 117, 0.61);
    box-shadow:         8px 5px 22px rgba(105, 119, 117, 0.61);
}


#lth-shop-seatinfo-pic,
.lth-shop-seatinfo-pic{
    width: 300px; 
    height: 200px;
    margin: 0.5em auto 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.seatinfotext-label {
    font: 20px "HeroicCondensed-Heavy", sans-serif;
    text-transform: uppercase;
}

.seatinfotext {
    font: 20px "HeroicCondensed-Book", sans-serif;
    text-transform: uppercase;
}

.seatinfo-right {
    float: right;
}

.seatinfo-left {
    float: left;
}

.lth-btn {
    background: none;
    border: 2px solid #000;
    color: #000;
    font: 20px "HeroicCondensed-Heavy", sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    height: 28px;
    padding-top: 1px;
    padding-bottom: 2px;
    /*width: 130px;*/
}

.lth-btn-close {
    background-color: black;
    border: 4px solid white;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    left: 98%;
    top: -30px;

}

.lth-btn-active,
.lth-btn:focus, 
.lth-btn-preferredSeating:focus,
.lth-btn-bestSeating:focus,
.lth-btn-3dseatingplan:focus {
    border: none;
    background: black;
    color: white;
}

a.lth-btn {
    background: none;
    border: 2px solid #000;
    color: #000;
    font: 20px "HeroicCondensed-Heavy", sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    /*height: 28px;*/
	padding: 6px 11px;
    line-height: 29px;
}

a.lth-btn:focus {
    background-color: black;
    border: 2px solid #000;
    color:white;
}

.lth-btn-buyTickets {
    width: auto;
}


.lth-btn-preferredSeating,
.lth-btn-bestSeating,
.lth-btn-3dseatingplan{
    width: 100%;
}


.lth-btn-showFullScreenView {
    background: white url("/EN/repos/files/shop/lupe%2epng?exp=32239&fps=ba70f2a02f012b7778ceff4bdc12fcc6bf1a72cf") top left no-repeat;
    padding-left: 30px;
    padding-top: 3px;
    height: 27px;
    font: 20px/20px 'HeroicCondensed-Heavy';
    border: none;
}

.lth-btn-deleteWKItem {
    background: white url("/EN/repos/files/shop/iconsButtons/delete-icon%2epng?exp=17817&fps=028ba3cf6c41219eb6047904b997c7a199949948") top left no-repeat;
    width: 27px;
    height: 15px;
    border: none;
}

.lth-btn-showSeatpic {
    background: white url("/EN/repos/files/shop/iconsButtons/glasses-icon%2epng?exp=17951&fps=caa8f9c4850952571f2fac8845a9fcc9216383ca") top left no-repeat;
    width: 44px;
    height: 16px;
    border: none;
    outline: none;
}

.lth-btn-showSeatpic.has-comment {
    background: white url("/EN/repos/files/shop/iconsButtons/glasses-red%2epng?exp=51675&fps=0349d2a2cc93e73b9a79b0d6c4da04ee5777585e") top left no-repeat;
    width: 44px;
    height: 16px;
    border: none;
    outline: none;
}


.lth-btn-preferredSeats-abort,
.lth-btn-bestSeats-abort {
    width: 30%;
    float: left;
}

.lth-btn-gotoShoppingCart {
    width: 60%;
    margin: 0 0 0 10%;
}

.lth-btn-gotoShoppingCart:disabled {
    opacity: 0.5;
}

.lth-shop-content a.lth-btn,
#lth-order-pay a.lth-btn{
    display: inline-block;
    height: auto;
    text-align: center;
}

#lth-order-pay {
    margin: 1em 0;
}


div.lth-event-enabled {
    height: auto;
}


div.lth-event-disabled {
    opacity: 0.5;
}

.lth-shop-placeholder {
    width: 100%;
    padding: 1em 0;
    text-align: center;
}

.lth-shop-placeholder * {
    box-sizing: border-box;

}



#lth-eventlist .lth-shop-heading-container {
    margin: 0;
}


.agefrominfo {
    width: 32px;
    height: 32px;
    margin: 0.5em auto;
}


.agefrominfo.age3 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 0;
}

.agefrominfo.age4 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -34px;
}

.agefrominfo.age5 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -67px;
}

.agefrominfo.age6 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -99px;
}


.agefrominfo.age8 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -132px;
}

.agefrominfo.age9 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -166px;
}

.agefrominfo.age10 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -198px;
}

.agefrominfo.age13 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -233px;
}

.agefrominfo.age15 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -265px;
}


.agefrominfo.age16 {
    background: transparent url("/EN/repos/files/lth/uhof/ages-sprite%2epng?exp=51436&fps=4b0db72c6aceb3224aa287c849203a772408ffd3") top left no-repeat;
    background-position: 0 -301px;
}


.lth-shop-heading-container{
    width: 100%;
    background-color: black;
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin: 2em 0 0 0;
    padding: 0.2em;
    height: 2em;
}


.lth-shop-heading-container span{
    display: block;
    width: 100%;
    font: 20px "HeroicCondensed-Heavy", sans-serif;
}


#lth-preferredSeatsSelection.fullscreen {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20000;
    text-align: center;
}

#lth-preferredSeatsSelection.fullscreen #lth-saalpic-wrapper {
    margin: 0 auto
}

#lth-preferredSeatsSelection.fullscreen #lth-fullscreen-close {
    display: block;
}

#lth-saalpic-wrapper{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.seatItem {
    width: 8px;
    height: 8px;
    position: absolute;
    border: 1px solid black;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.seatItem.checked {
    background: transparent url("/EN/repos/files/lth/Cancel%2epng?exp=29210&fps=58c1b66fe7e1df2d2b76ab05ecc38b223c79b19c") top left no-repeat!important;
    background-size: cover!important;
    border: none;
}

#lth-fullscreen-close {
    width: 30px;
    height: 28px;
    position: fixed;
    top: 1em;
    right: 1em;
    left: auto;
    z-index: 20001;
    display: none;
    cursor: pointer;
}

#shopStatusBar {
    width: 80%;
    text-align: center;
    width: 80%;
    height: 28px;
    background-color: rgba(0,0,0,0.1);
    padding: 4px;
    margin: -28px auto 0 auto;
    position: relative;
    z-index: 20001;
    top: 50%;

}
#shopStatusBar .lth-shopStatusItem {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
    display: inline-block;
    margin: 0 0.2em
}

#shopStatusBar .lth-shopStatusItem.done {
    background-color: rgba(0,0,0,0.7);
}


#lth-shop-tmpWKTable {
    table-layout: fixed;
    margin: 1em 0;
}

#lth-shop-tmpWKTable th {
    background: black;
    color: white;
    text-transform: uppercase;
    vertical-align: middle;
    font: 20px/20px 'HeroicCondensed-Heavy';
    padding: 2px 4px;

}

#lth-shop-tmpWKTable tr td {
    vertical-align: middle;
    font: 20px/20px 'HeroicCondensed-Book';
}



#lth-shop-bestSeatsTable {
    table-layout: fixed;
    margin: 1em 0;
}

#lth-shop-bestSeatsTable th {
    background: black;
    color: white;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    vertical-align: middle;
    font: 20px/20px 'HeroicCondensed-Heavy';
    padding: 2px 4px;

}

#lth-shop-bestSeatsTable tr td {
    vertical-align: middle;
    font: 20px/20px 'HeroicCondensed-Book';
    text-transform: uppercase;
    border-bottom: 1px solid black;
}



#lth-shop-categoryList-wrapper {
    text-transform: uppercase;
    font: 20px/20px 'HeroicCondensed-Book';
}

.lth-category-item {
    display: inline-block;
    margin: 0 0 0 0.3em;
    font: 20px/20px 'HeroicCondensed-Book';
}



.lth-category-itemIcon {
    width: 0.5em;
    height: 0.5em;
    margin: 0 3px;
    display: inline-block;
}


.lth-shop-cartinfomessage {
    margin: 1em 0 0 0;
    display: block;
    width: 100%;
    background: black;
    padding: 0.2em 0;
    color: white;
    font: 20px 'HeroicCondensed-Book';
}

table.lth-memberarea {
    table-layout: fixed;
    width:100%;
    font: 14px/20px Georgia, "Times New Roman", Times, serif;
    margin-bottom:7px;
    color: #666666;
}

#lth-wk-paymentTokens-selection {
    margin-top: 30px;
}


table.lth-memberarea th  {
    background:black;
    color:#FFF;
    text-transform:uppercase;
    font: 14px/20px Georgia, "Times New Roman", Times, serif;
    text-align:left;
    padding:2px 3px;
}
table.lth-memberarea td {
    padding:4px 3px;
    vertical-align:bottom;
} 

table.lth-memberarea td.payment-attribute-name {
    font-weight: bold;
    width: 125px;
    color: black;
}

table.lth-memberarea tr.rulerTop {
    border-top: 1px solid black;
}

table.lth-memberarea tr.lastRow {
    padding-bottom: 25px;
}

table.lth-memberarea tr.rulerBottom {
    border-bottom: 1px solid black;
}

table.isDefault-paymentToken {
    border: 0;   
}

table.isDefault-paymentToken button.action-setDefault-paymentToken {
    border:0;
    color: white;
    background-color:black;
}

button.lth-memberarea {
    padding: 1px 21px;
    font: 18px/21px "HeroicCondensed-Heavy", sans-serif; /*font:15px HeroicCondensed-Heavy; */
}

button.lth-memberarea.action-deactivate-paymentToken {
    margin-left: 5px;
}

.lth-form.lth-memberarea-paymentToken-ccard input[type="text"],
.lth-form.lth-memberarea-paymentToken-ccard input[type="password"],
.lth-form.lth-memberarea-paymentToken-ccard select,
.lth-form.lth-memberarea-paymentToken-ccard textarea {
    border: 1px solid black;
    padding: 3px;
    max-width: 250px;
}
.lth-form.lth-memberarea-paymentToken-ccard dt,
.lth-form.lth-memberarea-paymentToken-ccard dd {
    display: inline-block;
    margin: 0;
    padding: 10px;
    position: relative;
    vertical-align: top;
}
.lth-form.lth-memberarea-paymentToken-ccard dt {
    text-align: right;
    width: 25%;
}

.lth-form.lth-memberarea-paymentToken-ccard dt {
    display: inline-table;
}

.lth-form.lth-memberarea-paymentToken-ccard dd {
    margin-left: -4px;
    width: 75%;
}
.lth-form.lth-memberarea-paymentToken-ccard input[type="submit"] {
    font-family: "HeroicCondensed-Heavy";
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    background: white;
    border: 3px solid black;
    display:inline- block;
    color: black;
    text-align: center;
    padding: 0 10px;
}

.lth-paymentmethod-item {
    width: 20%;
    float: left;  
    position: relative;
    padding-left: 10px;
    padding-right:10px;
}

.selection-payment-type.GOOGLEPAY img {
    margin-top:8px;
    height: 50px;
}


.lth-paymentmethod-item .caption {
    padding: 9px;
    color: black;
    display: block;
}

.lth-paymentmethod-item .selection-payment-type {
    height: 150px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}


.lth-paymentmethod-item .selection-payment-type.active {
    border: 2px solid black;
}

#lth-memberarea-paymentToken-list-container {
	margin-bottom: 25px;
}

#lth-memberarea-paymentToken-list-container #lth-wk-paymentTokens-selection {
	margin-top: 0px;
}


.lth-paymentMethod-ccard-container, .lth-paymentMethod-sepaDD-container, .lth-paymentMethod-paypal-container, .lth-paymentMethod-sofortueberweisung-container, .lth-paymentMethod-google-container  {
    clear: both;
    padding: 4px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.lth-memberarea.lth-memberarea-paymentToken-list {
	border-top: 1px solid #666666;
}

.lth-memberarea.lth-memberarea-paymentToken-list.isDefault-paymentToken {
	border-top: 0;
}

.lth-paymentmethod-item .thumbnail {

    display: block;
    padding: 4px;
    margin-bottom: 20px;
/*    line-height: 1.42857px;*/
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
    border:0;
    vertical-align: middle;
}

.lth-paymentmethod-item .text-center {
    text-align: center;
}


.lth-paymentmethod-item .img-responsive {
    max-height: 142px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.payment__methodItem--disabled {
    filter: grayscale(1);
    cursor: not-allowed;
}

.payment__methodItem--disabled {
    border: 2px solid black;
}

/* ________________ lth-wk  Warenkorb classes ___________ */

.lth-wk-table .empty, .lth-wk-headlinesub.empty, .lth-wk-table.empty { 
    display: none; 
}

.lth-wk-table tr:last-child td {
    border-bottom: 0px;
}

table.lth-wk-table {
    table-layout: fixed;
    width:100%;
    font: 20px/20px 'HeroicCondensed-Book';  /* 'HeroicCondensed-Heavy'; */
    margin-bottom:7px;
}
table.lth-wk-table th  {
    background:black;
    color:#FFF;
    text-transform:uppercase;
    font: 20px/20px 'HeroicCondensed-Heavy';
    text-align:left;
    padding:10px 6px;
}
table.lth-wk-table td {
    padding:4px 3px;
    vertical-align:bottom;
    border-bottom:1px solid black;
}
table.lth-wk-table tr.lastrow td {
    border-bottom:none 0;
}
table.lth-wk-table .lth-wk-delete-th {
    width:35px;
}
table.lth-wk-table .lth-wk-price-th {
    width:90px;
    text-align: right;
}

table.lth-wk-table .lth-wk-title-th,
table.lth-wk-table .lth-wk-colspan3-th {
    width:200px;
}

table.lth-wk-table .lth-wk-sektor-th {
    width:140px;
}

table.lth-wk-table .lth-wk-erm-th {
    width:100px;
}

table.lth-wk-table td.b {
    font-family: 'HeroicCondensed-Heavy';
    font-weight: normal;
}

table.lth-wk-table .c{
    text-align:center;
}
table.lth-wk-table .r {
    text-align:right;
}
.lth-wk-waehrung  {
    display: inline-block;
    width: 28px;
}
.lth-wk-price  {
    display: inline-block;
}

.lth-wk-waehrung.smaller,
.lth-wk-price.smaller {
    font-size: 0.8em;
    color: #333;
}


#lth-wk-hilfe dd,
#lth-wk-hilfe dt {
    display: inline-blocK;
}

#lth-wk-hilfe dd {
    margin: 0 0 0 10px;
}

#lth-wk-voucherBooklet-selection {
    table-layout: auto;
}

#lth-wk-tickets b,
#lth-wk-tickets strong {
    font-family: 'HeroicCondensed-Heavy';
    font-weight: normal;
}

#lth-wk-sum tr.sum td {
    border-bottom:2px solid black; 
    border-top:2px solid black;
    text-transform:uppercase;
    font: 20px "HeroicCondensed-Heavy", sans-serif;
    padding: 10px 6px 10px 3px;
}
/* ____________ buttons ______________ */
.lth-wk-btn,
.lth-memberarea.lth-wk-btn
{
    border:2px solid black;
    background:white;
    font: 20px/29px "HeroicCondensed-Heavy", sans-serif; /*font:15px HeroicCondensed-Heavy; */
    text-transform:uppercase;
    padding:6px 11px;
}

.lth-wk-btn.medium {
    padding: 2px 11px;    
}    

td.goto-cart {
    text-align: right;
}

input.lth-wk-input-voucher-price {
    width:70px;
    font: 20px "HeroicCondensed-Heavy", sans-serif; /*font:15px HeroicCondensed-Book;*/
    margin-left:5px;
}

.lth-wk-btn.active, .lth-wk-btn:focus {
    background:black !important;
    color:white !important;
}
.lth-wk-btn-full {
    width:100%;
}

input.show-help + span { 
    padding-left: 15px;
}

/* ________ Eingabeformular für Codes __________ */
#lth-wk-codes {
    width:100%;
/*    font: 20px/20px 'HeroicCondensed-Book'; */
    margin-bottom:15px;
}    

#lth-wk-codes td {
    padding:0px 12px;
}

#lth-wk-codes tr.blackline td {
    border-bottom:1px solid black;
    padding: 26px 12px;
}
.lth-wk-input    {
    padding: 7px;
    font: 14px/20px Georgia, "Times New Roman", Times, serif;
}



/* ________________ div warenkorb _____________ */
.lth-wk-headlinesub {
    font: 26px/26px 'HeroicCondensed-Heavy';   
    margin:5px 0;
    text-transform:uppercase;
}
#lth-wk-hilfe  {
    display:none;
    margin-bottom:15px;

}

.cartaction-delete-item {
    cursor: pointer;
}


.lth-mk-orderdetail-container {
    margin-bottom: 25px;   
}   

/*_______ Auftragsübersicht_______________*/
#lth-customer-address th {
    font: 26px/26px 'HeroicCondensed-Heavy';   
    text-transform:uppercase;
    text-align: left;
}

#lth-customer-address td {
    font: 20px/20px 'HeroicCondensed-Book';   
}

#lth-customer-agb {
    font: 20px/20px 'HeroicCondensed-Book'; 
    margin-top: 15px;
}


#lth-customer-address .lth-customer-edit a {
    font: 20px/20px 'HeroicCondensed-Book';       
}

#lth-customer-address h1 {
    font: 26px/26px 'HeroicCondensed-Heavy';   
    text-transform:uppercase;
    text-align: left;
}

#lth-customer-address  {
    font: 20px/20px 'HeroicCondensed-Book';   

}


#lth-order-pay dd {
    width: 100%;
}



/* Order History */

#lth-wk-table-orderHistory.lth-wk-table .order-details > td {
    border: none;
    background-color: #fbfbfb;
}

.order-details h3 {
    margin: 0 0 0.5em 0;
    font-size: 1.17em;
    font: 20px/20px 'HeroicCondensed-Heavy';   
    font-weight: normal;
}


#lth-wk-table-orderHistory.lth-wk-table td {
    border: none;
    border-top: 1px solid black;
}

#lth-payments {
    margin-top: 10px;
}

.lth-payment-logo {
    border: 0 0 0 0;   
    height: 40px;   
}    


#lth-payment-help {
    margin-top: 5px;
    border-bottom:1px solid black; 
    padding-bottom: 5px;

}

#wcs-startpayment-action, #wcs-recurringPayment-action{
    display:inline-block;
    float:right;
}

#wcs-paymenttransaction-status {
    display: none;

}