/*breadcrumb*/

.breadcrumb
{
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 40px;
}
.breadcrumb a
{
    color:#666666;
}


/*Login-Box Linke Spalte*/

.user.panel
{
    background-color: #f2f2f2;
    border: none;
}

.user.panel h4
{
    margin-top: 0;
}

.login-links, ul.link-list-customer
{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin: 20px -8.8%;
    width: 117.4%;
    padding: 20px;
}

ul.link-list-customer li
{
    list-style: none;
    margin-left: 0;
}

.login-links a
{
    display:block;
}

a.recover
{
    margin-bottom: 1em;
}



.button.login, .button.logout
{
    width: 100%;
}

.login form
{
    margin: 0;
}


/*Sidebar Navigation*/

.tabs.vertical li a
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f2f2f2;
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #555;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 15px 20px;
}

.tabs.vertical li
{
    border-left: 3px solid #cccccc;
    list-style: none;
}

/*Category List*/


.panel.red {
    background-color: #dd0502;
}

.panel.red a
{
    color: #fff;
}
.panel p
{
    font-size: 14px;
}
.panel span
{
    letter-spacing: 0.02em;
}

.panel.blue
{
    background-color: #426494;
}
.panel.blue a
{
    color: #fff;
}

/* Homepage Tickets*/

.standardProductSale .cms-content
{
    margin-bottom: 40px;
}


/*Product List*/

.product-list,
.product-list.row
{
    margin-top: 20px;
}

.product-list a span.product_name
{
    color: #555;
}

.eos-flexbox-panel-list {
    display: flex;
    flex-wrap: wrap;
}

.eos-flexbox-panel {
    margin: 0 20px 15px 0;
    background-color: #e9e9e9;
    padding: 15px;
    flex-basis: 30%;
}

.eos-flexbox-panel.eos-rvf-image {
    min-height: 93px;
}

.eos-flexbox-panel-list::before {
    content: '';
    width: 100%;
    order: 1;
}

.eos-flexbox-panel-list .eos-flexbox-panel:nth-child(2):nth-last-child(3) ~ .eos-flexbox-panel {
    order: 2;
}

.eos-flexbox-panel p {
    font-size: 13px;
    margin-bottom: 0;
}

.eos-rvf-image p {
    padding-right: 34%;
}

.standardProductSale [class*="column"] + [class*="column"]:last-child
{
    float:left;
}

.standardProductSale .field-cell.has-calendar
{
  clear: both;
}

.actual-content h1:first-of-type
{
    margin-top: 0;
}

/*Forms*/
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
select
{
    border: 1px solid #A5B9D1;
    font-size: 1.1em;
    margin-bottom: 1em;
    padding: 5px;
}

select
{
    height: 34px;
}


.eos-flexbox {
    display: flex; /* or inline-flex */
    flex-wrap: wrap;
    justify-content: space-between;
}

.eos-flexbox-grid-2 .field {
    min-width: 48%;
}

.eos-flexbox-grid-1 .field {
    flex: 1 0 100%;
}

.row .personal_data form .row
{
    margin: 0;
}

.personal_data.loginCredentials .field.password_reset_auth_answer{
    margin-left: 0;
}

.personal_data.register form
{
    margin-bottom: 0;
}

.personal_data.register p.required-fields
{
    margin-bottom: 40px;
}

#button_personal_data_change
{
    float: left;
}

#personal_data_display_button_next
{
    float: right;
}

.personal-data {
    float: left;
    width: 100%;
}

.personal-data .field-label,
.personal-data .field-cell
{
    width: 50%;
    float: left;
}

.personal-data .field-label:after
{
    content: ':';
}
.personal-data .field-label
{
    font-weight: bold;
}

#customer_data_customer_birthday_day,
#customer_data_customer_birthday_month,
#customer_data_customer_birthday_year,
#customer_data_oepnv_customer_db_birthday_day,
#customer_data_oepnv_customer_db_birthday_month,
#customer_data_oepnv_customer_db_birthday_year
{
    display: inline-block;
    width: 32%;
}

.required-fields,
.anonymousCustomer .use-delivery-address-select,
.anonymousCustomer .actions
{
    clear: both;
}

.important-red
{
    color: #dd0502;
}

input[type="checkbox"],
input[type="radio"]
{
    float: left;
    margin-right: 10px;
}

label[for="customer_data_consent_email_for_marketing"]
{
    float: left;
    width: 95%;
    line-height: 1.5;
}

.button.cancel,
.button.buymore,
.button.back
{
    background: none repeat scroll 0 0 #999B98;
    border: 1px solid #cccccc;
    margin-right: 20px;
}

.button.cancel,
input.button.next[type="submit"]
{
    padding: 10px 20px 11px;
}

.actions .left
{
    margin-bottom: 20px;
    position: relative;
}

.actions .right
{
    margin-bottom: 20px;
    position: relative;
}


.term-field label
{
    margin-bottom: 40px;
}

/*Product-Page*/
.standardProductSale.show .cms-content img
{
    border: 1px solid #cccccc;
    position: relative;
    width: 30%;
    padding: 10px;
}


.standardProductSale ul
{
    list-style-type: square;
    padding-left: 1em;
}

.standardProductSale table tbody tr td,
.standardProductSale table tbody tr th,
.standardProductSale table
{
    border: none;
}

div.standardProductSale select#product_validation_date_date
{
    width: 200px;
    margin-right: 10px;
}

div.standardProductSale select#product_validation_date_hour,
div.standardProductSale select#product_validation_date_minute
{
    max-width: 60px;
}

.options .field {
    width: 45%;
    float: left;
    margin-bottom: 10px;
    margin-right: 5%;
}

.option-section .field.product_personalization_property_20
{
  margin-left: 0;
}

.option-section .field.product_personalization_property_23,
.option-section .field.product_personalization_property_24,
.option-section .field.product_personalization_property_25
{
    display: none;
}

.personalization-usage-select
{
    float:left;
    margin-left: 5%;
    margin-top: 1em;
    width: 46%;
}

.personalization-fields
{
    clear: both;
}


.option-section .personalization-fields .field
{
    margin-left: 0;
}

.option-section .personalization-fields .field
{
    margin-right: 2%;
}

.row form .row.price
{
    clear:both;
    background: #e9e9e9;
    margin: 0;
    padding: 10px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: bold;
}

.standardProductSale .actions .right
{
    margin-bottom: 50px;
}

.ac_results
{
    background-color: white;
    border: 1px solid #dd0502;
    color: #333;
    overflow: hidden;
    padding: 0;
    text-align: left;
    z-index: 99999;
}

.ac_results li
{
    cursor: default;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 2px 5px;
}

.ac_results li.ac_over
{
    background-color: #dd0502;
    color: white;
    cursor: pointer;
}
/* Datepicker */
div.dp-popup-inline h2
{
    color:black;
    text-align:center;
}

div.dp-popup-inline div.dp-nav-prev a.dp-nav-prev-month,
div.dp-popup-inline div.dp-nav-next a.dp-nav-next-month
{
    border-left-color: black;
    margin-top: 2px;
    display: block;
}

div.dp-popup-inline div.dp-nav-prev a.dp-nav-prev-month.disabled,
div.dp-popup-inline div.dp-nav-next a.dp-nav-next-month.disabled
{
    display: none;
}

.jCalendar
{
  margin-bottom: 0;
}

table.jCalendar tbody td.selected
{
    background-color:#F8EC00;
    font-weight:bold;
    color:black;
}
input.dp-applied
{
    /*margin-right:20px;*/
}


a.dp-choose-date span
{
    display:none;
}

a.dp-choose-date
{
    background-image: url(../images/icon-calendar.png);
    width:16px;
    height:16px;
    display:inline-block;
    vertical-align:middle;
    /*display:block;
    position:absolute;
    top:2px;
    right:0;*/
    margin-left:2px;
}

div.dp-popup
{
    border: 1px solid #e1e1e1;
    float:left;
    /*margin:0 2px;*/


    background-color:white;
    position:absolute;
}

div.dp-popup-inline
{
    /*margin-left:20px;*/
    position:relative;
}

div.dp-popup h2
{
    text-align: center;
    font-weight: bold;
    padding:2px;
    margin-bottom:0;
    font-size: 12px;
    background-color:white;
    margin-top: 4px;
}

div.dp-popup table.jCalendar td,
div.dp-popup table.jCalendar th
{
    padding:2px 4px;
    text-align:center;
}

div.dp-popup table.jCalendar thead th
{
    background-color: #666666;
    color: white;
    min-width: 20px !important;
}

div.dp-popup table.jCalendar td
{
    cursor:hand;
    cursor:pointer;
}

div.dp-popup table.jCalendar td.disabled,
div.dp-popup table.jCalendar td.other-month
{
    color: #ccc;
}

div.dp-popup table.jCalendar td.disabled
{
    cursor:default;
}

div.dp-popup table.jCalendar td.today
{
    font-weight:bold;
}

div.dp-popup table.jCalendar td.weekend
{
    background-color:#f3f3f3;
}

div.dp-popup table.jCalendar td.selected
{
    background-color:#DB0502;
    color: #fff;
}

div.dp-popup div.dp-nav-prev
{
    position:absolute;
    top:0px;
    left:0px;
}

div.dp-popup div.dp-nav-prev .disabled,
div.dp-popup div.dp-nav-prev .dp-nav-prev-year,
div.dp-popup div.dp-nav-next .disabled,
div.dp-popup div.dp-nav-next .dp-nav-next-year
{
    display:none;
}

div.dp-popup div.dp-nav-next
{
    position:absolute;
    top:0px;
    right:0px;
}


div.dp-popup a.dp-nav-prev-month,
div.dp-popup a.dp-nav-next-month
{
    display:block;
    width : 14px;
    height: 16px;
    background-repeat: no-repeat;
    background-position:50% 50%;
}

div.dp-popup a.dp-nav-prev-month
{
    background-image: url(../images/datepicker-prev-month.png);
}

div.dp-popup a.dp-nav-next-month
{
    background-image: url(../images/datepicker-next-month.png);
}

div.dp-popup a.dp-nav-prev-month span,
div.dp-popup a.dp-nav-next-month span
{
    display:none;

}


table {
    border-spacing: 0;
}

table thead tr th,
table tbody tr td {
    color: inherit;
}

table,
thead,
tbody,
tr,
th,
td {
    box-sizing: content-box;
}

/* shopping-cart */

table.cart
{
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table.cart tr td,
table.cart tr th
{
    padding: .5em .75em;
}

table.cart thead tr th
{
    background-color: #E8E8E8;
    text-align: left;
    line-height: 2em;
}

table.cart tbody tr.mwst td,
table.cart tbody tr.mwst th{
    background-color: #fff;
    font-size: 0.8em;
    text-align: right;
}

table.cart tbody tr.total td
{
    background-color: #e9e9e9;
}

table.cart tbody tr th
{
  white-space: nowrap;
}

table.cart tbody tr td,
table.cart tbody tr th
{
    background-color:#F7F7F7;
    vertical-align: top;
    text-align: left;
}

table.cart tr td,
table.cart tr th
{
    border: 2px solid #fff;
}

table.cart tr th:first-child,
table.cart tr th:last-child
{
    border-left: none;
    border-right: none;
}

table.cart tr.total,
table.cart tbody tr.mwst td
{
    text-align: right;
}

table.cart tr {
    border-top: 12px solid #fff;
}
table.cart tr:last-of-type
{
    border-top: none;
}

table.cart td.actions a
{
    color: #dd0502;
    display:block;
    margin-bottom: .5em;
    padding: 0 .5em;
    text-decoration: none;
}

table.cart td.actions [class^="icon"] {
    display: none;
}

span.mwst{
    font-size: 0.8em;
}

table.cart td img{
    height: auto;
    max-width: 28px;
}

.button.buymore{
    margin-bottom: 5px;
    width: 100%;
}

.button.next,
input.button[type="submit"],
#customer_register_link
{
    margin-bottom: 40px;
}

table.cart tr.line td
{
    background-color: #fff;
    padding: 0;
}

.cart .total td
{
    vertical-align: middle
}

span.total-sum
{
    font-weight:bold;
}

span.headline
{
    font-weight: bold;
}

.cart .actions
{
    width: 20%;
}

/*personal Data*/

.standardProductSale .field-label label
{
  display: inline;
}

.standardProductSale .date-part.months
{
  width: 37%;
}

.standardProductSale .date-part.years,
.standardProductSale .date-part.days
{
  width: 30%;
}

.loginCredentials .actions,
.shop-signin.anonymous
{
    clear: both;
}

/*payment*/

div.payment-method-block
{
    border-bottom: 1px solid #d9d6ce;
    clear: both;
    float: left;
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    width: 100%;
}

img.payment-method-logo
{
    height: 30px;
    margin-bottom: 10px;
}

div.payment-method-block div.payment-method-select-button,
div.payment-method-block div.payment-method-open-button,
div.payment-method-delete-button,
div.payment-method-block-saved div.payment-method-select-button
{
    float: right;
}

div.payment-method-block #paystream_form div.payment-method-select-button,
div.payment-method-block-saved #paystream_form div.payment-method-select-button
{
    margin-top: 120px;
}

div.payment-method-block-saved
{
    clear: both;
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
}

.payment-method ul.link-list > li
{
    float:none;
}

input.button.payment_select_button[type="submit"]
{
    margin-bottom: 0;
}

.payment-method-block-parameter th,
.payment-method-block-parameter td
{
    text-align: left;
    border: none;
    padding-left: 10px;
    line-height: 1.5em;
}

.payment-method-block-parameter th
{
  width: 20%;
  vertical-align: top;
  padding-top: 14px;
}
.payment-method-block-parameter td
{
    width: 60%;
}

.payment-method-block-parameter table tbody tr:nth-child(2n)
{
    background: none repeat scroll 0 0 #fff;
}

.payment-method-block input[type="checkbox"]
{
  margin-top: 10px;
}

.payment-method-block .tooltip
{
  color: #666666;
  display: table-cell;
  background: #fff;
  font-weight: normal;
  position: static;
  font-size: 14px;
  padding-top: 7px;
}

/*order-history*/

.orderList th,
.orderList td
{
    text-align: left;
    border: none;
    line-height: 1.5em;
}

.orderList table tbody tr:nth-child(2n)
{
    background: none repeat scroll 0 0 #fff;
}

.orderList table
{
    border:none;
}

.three.columns .sidebar .user.panel .login input.button
{
    margin-bottom: 0;
}

#register_button_next
{
    margin-bottom: 0;
}

.shop_tooltip
{
    border: 1px solid #222;
    background-color: #DDD;
    opacity: 0.92;
    width: 270px;
    position: absolute;
    top: 0;
    left: 0;
    color: #111;
    padding: 6px;
    z-index: 99999;
}

.presentation-block.delivery-2 .field:nth-child(n+1)
{
    margin-left: 0%;
}

.presentation-block.delivery-2 .field:nth-child(2n)
{
    margin-left: 0;
}

.eos-rvf-image
{
    background-image: url('../images/rvf_logo.png');
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.standardProductSale .error-desc
{
  float: right;
  color: #f00000;
  margin-bottom: 0;
}

.navigation.cart-full .icon-download:before {
    content: "w";
}

.navigation.cart-full [href$="/cart"] {
    font-weight: bold;
}

.product-category .name,
.product-category .description {
    display: block;
}

.order-check-cell {
    width: 30px;
    vertical-align: middle;
}
.order-id-cell {
    width:10vw;
    vertical-align: middle;
}
.order-date-cell {
    width: 15vw;
    vertical-align: middle;
}
.order-price-cell {
    vertical-align: middle;
}
.checkbox-all-orders {
    display: inline-block;
}
.checkbox-all-orders > input {
    float: none;
    width: 34px;
    margin-left: 10px;
}
.order-check-choice-all {
    margin-top: 5px;
    margin-bottom: 5px;
}

.filter-from .rd-container {
    top: 144px !important;
    left: 10px !important;
    z-index: 9999;
}

.filter-to .rd-container {
    top: 221px !important;
    left: 10px !important;
    z-index: 9999;
}

/*voucher-module*/

.voucher_content
{
    position: relative;
}

.order_overview-content p.required-fields
{
    position: relative;
}

.voucher_content tbody
{
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}

.voucher_content table td
{
    width: 14em;
    border:none;
    padding-left: 2px;
}

.voucher_content table
{
    border:none;
    width: 55%;
}

.voucher_content table tbody tr th
{
    border:none;
}

.voucher_content table tbody tr:nth-child(even)
{
    background: white;
}

label[for="voucher_product_form_voucher_code"]
{
    display:none;
}

#voucher_product_form_voucher_code
{
    height: 2.5em;
}

.voucher_content input[type="submit"]
{
    width: auto;
    background: #dd0502;
    border: 1px solid #910301;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.voucher_content .error_list
{
    margin: -13px;
}

.voucher_content .error_list li
{
    list-style: none;
    width: max-content;
    position: relative;
    top: 4.5em;
    margin-left: 1em;
    color: red;
}

.shoppingCart .voucher_content .error_list {
    margin: 0;
}
.shoppingCart .voucher_content .error_list li {
    top: 0;
}

.voucher_product_form input,
.voucher_product_form select{
    max-width: 500px;
    height: 40px;
}

.field-cell .date-part {
    display: inline-block;
}

.order_confirmation #printticket_download_link {
    width: auto;
    background: #dd0502;
    border: 1px solid #910301;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

p.change_data_link_container, p.anonymize_data_link_container
{
    float: left;
    width: 100%;
}


