/* MOBILITÄTSSHOP */

 /*
    hintergrundfarbe : #DBECF7 -> #F6F5F2
    bisher:          : #E0ECF5
 */

/* new footer */
.footer__top {
    padding: 4rem;
    text-align: center;
    margin: 10px -15px;
    background-color: #ffffff;
}

.footer__top .company-headline {
    margin-bottom: 3.2rem;
}

.company-logo-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    gap: 3.2rem;
    margin: 0;
    padding-left: 0;
}

.company-logo-grid .company-item {
    width: calc((100% - 3 * 3.2rem) / 4);
}

.company-logo-grid .company-item a img {
    width: 100%;
}

* select{
    border: 0px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
}

/****** -_-_ LEFTNAVIGATION -_-_ ********/

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #1C335E;
}

/****** -_-_ WARENKORB / LOGIN -_-_ ********/

.cart,
.login {
    background-color: #DBECF7;
    border: 10px solid #FFF;
}
.login {
    margin: 0px 0px 10px;
    padding: 0 10px 10px;
}
.actual-content .shop-signin .groupbox .last h3 {
    display: none;
}
table.cart-box-table {
    width: 100%;
}
table.cart-box-table td {
    background-color: #FFF;
    border-right: 0;
    padding: 20px 10px;
}
table.cart-box-table th:first-of-type {
    width: 70%;
}
table.cart-box-table th:first-of-type + th {
    text-align: right;
    border-right: 0;
}
.login div.button-container {
    text-align: left;
    display: list-item;
    list-style: none;
    margin-top: 0px;
}
.login form div.button-container {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
.login .button-container input.button[type="submit"] {
    background-color: transparent;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}
div.login p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    /* color: #1C335E; */
}
div.login li a:hover {
    text-decoration: none;
}
div.login li a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
}
div.login h2{
    background-repeat: no-repeat;
    background-position: left center;
}

a.modify {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../assets/img/icon-stift.png);
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
a.remove {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../assets/img/icon-papierkorb.png);
    background-size: 14px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
div.login ul {
    display: inline;
    margin: 0;
}
div.login li {
    list-style: none;
    height: auto;
    text-align: left;
    background-color: #4FA0D6;
    margin: 10px 0;
    padding: 8px;
}
div.shop-signin.login ul.error-list li {
    list-style: none;
    height: auto;
    text-align: left;
    margin: 0;
    padding: 8px;
    background-color: transparent;
    display: block;
    min-height: 40px;
}
div.shop-signin.login ul.error-list li label {
    display: block;
    padding-left: 10px;
    width: auto;
    float: left;
    padding-top: 3px !important;
}
#shop_cart_content {
    background-color: #F6F5F2;
}
#shop_cart_content .cart {
    margin-top: 10px;
    background-color: #DBECF7;
    padding: 10px;
}
#shop_cart_content .cart .button-container {
    margin-top: 10px;
    text-align: center;
}
#shop_cart_content h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #1C335E;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
#shop_cart_content .cart h2 {
    margin-bottom: 30px;
    font-size: 22px;
}
#shop_cart_content .cart p {
    padding: 20px 10px;
    background-color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    color: #1C335E;
}
#shop_cart_content .cart p.article-count {
    background-color: #4FA0D6;
    padding: 10px;
    margin-bottom: 0px;
    color: #FFF;
    font-size: 18px;
}
#shop_cart_content td.cart-box-amount {
    text-align: right;
}
div#numberOfCartItems {
    float: left;
    height: 40px;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 17px;
    color: #FFF;
}
#shop_cart_content .order-history {
    border: 10px solid #FFF;
    margin-bottom: 10px;
}
#shop_cart_content .order-history {
    text-align: center;
    font-weight: 100;
    background-color: #1C335E;
    padding: 16px 0px 16px 0px;
}
#shop_cart_content .order-history #order-history-link {
    color: #ffffff;
    font-size: 18px;
    margin-top: 5px;
    padding: 11px 52px 11px 0px;
    text-decoration: none;
    background-image: url(../assets/img/downloads.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
#shop_cart_content .login .active {
    background-color: #1C335E;
}
#shop_cart_content .button-container {
    height: 40px;
    font-weight: 400;
    background-color: #F26c4F;
    padding: 8px;
}
@-moz-document url-prefix() {
    #shop_cart_content .button-container {
        margin-top: 10px;
    }
}
@media screen\0 {
    #shop_cart_content .button-container {
        margin-top: 10px;
    }
}

.change_data_link_container {
    text-align: center;
    height: 40px;
    margin: 10px 0;
    font-weight: 400;
    background-color: #878787;
    padding-top: 7px;
}
/*.personal_data-register .term-field {
    background-color: #FFF;
    padding: 10px;
}
.term-field {} .term-field input[type="checkbox"] {
    margin-top: 12px;
}
.term-field label {} .login .button-container {
    text-align: center;
    height: 40px;
    font-weight: 400;
    background-color: #F26c4F;
}*/

.change_data_link_container {
    max-width: 260px;
    margin: 0px;
}
.shop_cart_content .cart a.button,
.login a.button,
.cart a.button,
.change_data_link_container a.button {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    text-decoration: none;
}
a#customer_register_link {
    text-align: center;
    height: 40px;
    background-color: #F26c4F;
    display: block;
    max-width: 260px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    text-decoration: none;
    padding-top: 7px;
}
.login label {
    display: none;
}
.login form.enable-hint {} .groupbox.login {
    text-align: center;
    padding: 10px;
    border: 0px;
}
.groupbox.login .password {
    text-align: center;
}
.shop-signin.login {
    margin: 20px 0px;
    padding: 0px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#shop-cart-login .login form .button-container {
    text-align: center;
    height: 40px;
    font-weight: 400;
    background-color: #F26c4F;
}
#shop-cart-login .login form .button-container input.button {
    width: 100%;
    padding-top: 6px;
    background-color: #F26c4F;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
input#login_box_signin_username,
input#login_box_signin_password {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    background-color: #FFF;
    width: 100%;
    display: block;
    border: none;
    margin-bottom: 10px;
    padding-left: 10px;
}
.login .password {
    margin: 15px 10px;
    text-align: left;
}
.password a.recover,
.password a.register {
    color: #4FA0D6;
    background-image: url(../assets/img/icon_pfeil_blau_werbung.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 20px;
    background-size: 8px 10px;
    font-size: 14px;
}
input#password_reset_auth_answer_answer,
input#password_reset_auth_answer_password,
input#password_reset_auth_answer_password2 {
    border: 1px solid rgb(75, 159, 216);
}
.sfGuardAuth-resetPassword label {
    display: block;
}
/****** -_-_ SHOP MAIN CONTENT -_-_ ********/

.home-index .home-text-box_1 h4 {
    font-size: 14px;
    color: #4FA0D6;
}
.home-text-box_1 {
    margin: 0 -10px;
    padding: 0 10px;
    border-bottom: 10px solid #F6F5F2;
}
.home-text-box_1+img,
.home-text-box_2+img,
.home-text-box_3+img {
    margin-top: 10px;
    margin-right: 20px !important;
    margin-bottom: 10px;
}
.home-text-box_2 h4,
.home-text-box_3 h4,
.home-text-box_4 h4 {
    font-size: 18px;
    margin-top: 15px;
}
.home-text-box_2 {
    height: 210px;
}
.home-text-box_2,
.home-text-box_3,
.home-text-box_4 {
    height: 215px;
    margin: 0px -10px;
    padding: 0 20px;
    border-bottom: #F6F5F2 10px solid;
}
p.home-text_2,
p.home-text_3,
p.home-text_4 {
    min-height: 110px;
}
.home-text-box-link a {
    color: #1C335E;
}
.home-text-box-link {
    color: #1C335E;
    font-size: 18px;
    background-color: #DBECF7;
    height: 40px;
    padding: 8px 15px 10px 20px;
    text-align: left;
    /* display: block; */
    margin-top: 5px;
    overflow: hidden;
    float: left;
    width: 218px;
}
.oepnvUestraPaymentData-manage .progress-bar {
    display: none;
}
input#customer_contract_change_submit_button {
    width: 275px;
}
.product_name a {
    color: #1C335E;
    hyphens: auto; 
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}
/*.toggle-in {
    background-image: url(../assets/img/icon_pfeil_unten_blau.png);
}
.toggle-invisible {
    background-image: url(../assets/img/icon_pfeil_rechts_blau.png);
}*/
div#shop_main_content {
    color: #333;
    padding: 0px 10px;
}
#shop_main_content .right {
    float: right;
}
.payment-method ul.link-list {
    list-style: none;
    padding: 0px;
}
.payment_delete_button {
    display: block;
    height: 40px;
    width: 260px;
    background-color: #f26c4f;
    text-align: center;
    padding-top: 10px;
    color: #FFF;
}
.payment-method-block-saved {
    padding: 10px;
}
.payment-method-block-saved.even {
    border-bottom: 1px solid #DBECF7;
}
.actual-content p {
    margin: 15px 0px;
}
.shop-signin.register {
    padding-left: 10px;
}
.shop-signin.register h2 {
    margin-bottom: 20px;
}
/*
#shop_main_content.standardProductSale-show .right {
    width: 100%;
}
*/

.standardProductSale-show ul.error-list label {
    float: left;
}
.standardProductSale-show ul.error-list {
    padding-left: 10px;
}
p.order-date {
    margin-top: 0px;
}
#shop_main_content .cart-content .right {
    float: right;
    width: 260px;
}
#shop_main_content .left {
    float: left;
}
#shop_main_content .actual-content label {
    color: #1C335E;
    font-weight: 400;
    /*    padding-top: 8px;*/
}
input#product_sale_button_add_to_cart_go_to_cart {
    float: right;
}
/* Passwort vergessen */

.password_request-content form p {
    background-color: #DBECF7;
    padding: 10px;
}
.password_request-content form label {
    padding-right: 10px;
}
.password_request-content input#password_username {
    border: none;
    height: 35px;
    line-height: 35px;
}

/* Passwort zurücksetzen */

.sfGuardAuth-resetPassword form{
    margin-top: 10px;
}

.sfGuardAuth-resetPassword p{
    margin: 0;
}

.sfGuardAuth-resetPassword label {
    display: inline-block;
    width: 35%;
}

.sfGuardAuth-resetPassword input {
    display: inline-block;
    width: 50%;
}

.sfGuardAuth-resetPassword .password_reset_auth_answer_password2 {
    margin-bottom: 20px;
}

.sfGuardAuth-resetPassword .password_reset_auth_answer_password2 p{
   padding-bottom: 20px;
}

.standardProductSale .options .field-widget {
    margin-left: 120px;
}

.standardProductSale-index,
.personal_data-register {
    margin-top: -20px;
}
/*
.standardProductSale-show {} 
*/
.standardProductSale-index .actual-content h1 {
    padding: 20px 0px;
}
#shop_main_content h1 {
    font-size: 24px;
    font-weight: 700;
}
#shop_main_content .actual-content {
    padding-bottom: 20px;
}
#shop_main_content .cms-content {
    padding-left: 10px;
}
.product_name {
    float: left;
    width: 70%;
   /* height: 40px; */
    padding-top: 9px;
    display: flex;
}
.product_link {
    float: right;
    width: 40px;
    min-height: 40px;
    border-left: 1px solid #FFF;
    height:	auto;
}
.product_link a{
	display: flex !important;
	background-size: 39px 100% !important;
	min-height: 100% !important;
}

.product_price {
    width: 30%;
    float: left;
    text-align: right;
    border-left: 1px solid #FFF;
    padding-left: 10px;
   /* height: 40px; */
    padding-top: 9px;
    display: flex;
}
.product-category {
    margin-bottom: 0px;
}
.product-category:last-of-type {
    margin-bottom: 0px;
}
/*.product-category h2 {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    background-color: #4FA0D6;
    padding-left: 10px;
    color: #FFF;
    height: 40px;
    margin-bottom: 0px;
    padding-top: 10px;
    background-image: url(../assets/img/Button_Pfeil_Weiss_Blau_BG.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}*/
.product-category h2 {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    background-color: #1C335E;
    padding-left: 10px;
    color: #FFF;
    height: 40px;
    margin-bottom: 0px;
    padding-top: 10px;
    /*background-image: url(../assets/img/Button_Pfeil_Weiss_Blau_Aufgeklappt.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;*/
    border-bottom: 1px solid #FFF;
}
ul.product-list {
    background-color: #DBECF7;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0px;
}
ul.product-list li {
    display: flex;
   /* height: 40px; */
    border-bottom: 1px solid #FFF;
    padding-left: 10px;
}
.standardProductSale-index .actual-content {
    padding-bottom: 0px !important;
}
.ac_results {
    background-color: #FFF;
}
.ac_results ul {
    list-style-type: none;
}
.ac_results li {
    padding: 10px 0 10px;
    border-bottom: 1px solid #DBECF7;
}
.ac_results li.ac_over {
    background-color: #1C335E;
    color: #FFF;
}
.ac_results li {
    padding: 5px 10px 5px;
    border-bottom: 1px solid #DBECF7;
    margin-left: -40px;
}
.personalization-usage-select {
    padding: 10px;
}
#ticket_options .price {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    padding: 20px 10px;
}
.cart-content td,
.order_overview-content td {
    vertical-align: top;
}
.personalization + td {
    text-align: center;
}
/****** -_-_ PERSÖNLICHE DATEN -_-_ ********/

ul.error-list {
    padding: 10px 0;
}
ul.error-list a[href="https://shop.gvh.de/index.php/cms/privacy_policy"] + span {
    float: none !important;
    clear: both;
    margin: 0 10px;
    display: inline !important;
}
ul.error-list li {
    list-style-type: none;
    background-size: 8px 10px;
    background-image: url(../assets/img/icon_pfeil_blau_werbung.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 20px;
    height: 47px;
}
.shop-signin ul.error-list li {
    background-position: left 15px;
}
.shop-signin ul.error-list li span {
    margin-left: 5px;
    margin-top: 3px;
    display: block;
    float: left;
    color: #f26c4f;
}
ul.error-list li span {
    margin-left: 10px;
    margin-top: 0px;
    display: block;
    float: left;
    color: #f26c4f;
}

.payment-method-block ul.error-list label {
    float: left;
}
input#customer_data_customer_salutation_m ~ label,
input#customer_data_customer_salutation_f ~ label {
    padding: 0 20px 0 10px;
}
/*.personal_data-register .field.salutation {
  float: left;
  margin-right: 50px;
}*/

.personal_data-register .field label.required {
    padding-top: 8px;
}
p.use-delivery-address-select {
    margin-top: 10px;
}
p.use-delivery-address-select {
    margin-top: 10px;
}
#shop_main_content.personal_data-register .actions {
    margin-top: 50px;
    height: 50px;
    background-color: #FFF;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -60px;
    padding: 10px 0px;
}
#shop_main_content a#register_button_cancel,
#shop_main_content .button.cancel,
#shop_main_content .button.back {
    width: 260px;
    padding-top: 0px;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.standardProductSale-show #shop_main_content .actions {
    width: 100%;
    height: 40px;
}
.personal_data-modify .actions {
    margin-top: 10px;
}
.cart-content .button-helper {
    width: 260px;
    padding-top: 0px;
    background-color: #F26c4F;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
    padding: 7px;
}
a#personal_data_display_button_next {
    display: block;
    width: 260px;
    height: 40px;
    background-color: #F26c4F;
    margin-top: 20px;
    text-align: center;
    padding-top: 6px;
}
a.button.next,
a.button.buymore {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
#shop_main_content .button-helper.button-helper-cancel,
#shop_main_content .button-helper.button-helper-back {
    width: 260px;
    height: 40px;
    background-color: #878787;
    text-align: center;
    padding-top: 6px;
    text-decoration: none;
    float: left;
}
#shop_main_content .options .presentation-block {
    background-color: #DBECF7;
    padding: 0;
}

#shop_main_content .options .presentation-block .field {
    border-bottom: 1px solid #FFF;
    padding: 10px;
}

#shop_main_content .options .presentation-block .field .field-widget {
    margin-left: 120px;
}

#shop_main_content .options .presentation-block .field .field-widget select {
	padding: 0 48px 0 10px;
    margin: 0;
}

#shop_main_content .options .presentation-block .field .field-widget :not(:last-child) {
    margin-right: 10px;
}

#shop_main_content .options .presentation-block .field .field-widget :not(:first-child) {
    margin-left: 10px;
}

.options .presentation-block .field label {
    float: left;
}
.options h4 {
    padding-left: 10px;
}
.contract-block-1 {
    padding: 10px;
    background-color: #DBECF7;
    margin: 10px 0;
}
.order_confirmation {
    display: table;
    margin-bottom: 40px;
}
.printticket-download {
    float: right;
}
div#shop_main_content.standardProductSale-show h1 {
    margin-bottom: 20px;
    font-weight: 600;
}
div#shop_main_content.standardProductSale-show .description {
    margin-bottom: 40px;
}
/*
div#shop_main_content.standardProductSale-show h1,
div#shop_main_content.standardProductSale-show .description {
}
*/
/****** -_-_ PROGRESS BAR -_-_ ********/

.payment_data-manage .progress-bar {
    display: none;
}

#shop_main_content .progress-bar {
    height: 40px;
    width: 100%;
    background-image: none;
    float: none;
    transition: none;
    text-align: left;
    color: #FFF;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
}
div#shop_main_content.shoppingCart-list .progress-bar {
    display: none;
}
div#shop_main_content.standardProductSale-show div.progress-bar {
    display: none;
}
.progress-bar .open {
    background-color: #1C335E;
}
ul.shop_navi.progress-bar {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li.step-1,
li.step-2 {
    display: none !important;
}
li.last-step {
    margin-right: 0px !important;
    padding-right: 10px !important;
}
li .step-id {
    display: none;
}
ul.shop_navi.progress-bar li {
    float: left;
    line-height: 40px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 4px;
    background-color: #4FA0D6;
    margin-right: 10px;
    width: 24.15%;
    text-align: center;
}

/*
ul.shop_navi.progress-bar li.open {
  background-color: #1C335E;
  background-image: url(../assets/img/step_navi_arrow_pre_active.png);
  background-repeat: no-repeat;
  background-position: right center;

}
ul.shop_navi li.active {
  background-color: #1C335E;
  background-image: url(../assets/img/step_navi_arrow_active.png);
  background-repeat: no-repeat;
  background-position: right center;

}
ul.shop_navi li.disabled {
  background-image: url(../assets/img/step_navi_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
*/

ul.shop_navi.progress-bar li a {
    color: #FFF;
    float: left;
    display: block;
    width: 90%;
    font-size: 18px;
    font-weight: 700;
}
ul.shop_navi.progress-bar li span.caption {
    margin-right: 5px;
    width: 86%;
}

/*
ul.shop_navi.progress-bar li.last.open {
  background-color: rgba(0,0,0,0);
  background-image: url(../assets/img/step_navi_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
li.open.active.step-1.step-1-active {
  background-image: url(../assets/img/step_navi_pre_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
li.disabled.step-6.step-6-disabled {
   background-image: url();
}
*/

ul.shop_navi li.active {
    background-color: #1C335E;
}
ul.shop_navi.progress-bar span.caption {
    float: left;
}

/*
li.disabled.step-5.step-5-disabled {
    background-image: url('../assets/img/step_navi_arrow.png');
}
*/

li.active.step-6.step-6-active {
    /*    background-image: url();*/
    padding-right: 28px;
}
span.step-id {
    float: left;
    margin-right: 5px;
}
#shop_main_content .progress-bar .nose {
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    height: 0;
    margin-top: 15px;
    position: relative;
}
#shop_main_content .progress-bar .nose-left {
    border-color: transparent #FFF transparent;
    margin-left: -10px;
    float: left;
}
#shop_main_content .progress-bar .nose-right {
    border-color: transparent #4FA0D6 transparent;
    margin-left: 5px;
    margin-right: -9px;
    width: 0;
    float: right;
}
li.step-3 div.nose-left {
    display: none;
}
#shop_main_content ul.progress-bar li.active div.nose-right {
    border-color: transparent #1C335E transparent;
}
.payment-method-select-button {
    margin-bottom: 10px;
}
#order_overview_customer_delivery_address {
    display: none;
}
a#order_overview_customer_contract_address_edit_link,
a#order_overview_customer_payment_edit_link {
    color: #1C335E;
}
a#printticket_download_link img {
    margin-left: 5px;
}
input#personal_data_button_next {
    margin-top: 20px;
}
div#shop-process-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
}
div#shop-process-overlay-center {
    padding: 20px 10px;
    margin: 12% auto 0;
    width: 320px;
    text-align: center;
    background-color: #FFF;
}
/****** -_-_ CART / WARENKORB -_-_ ********/


.cart-content {
    margin-top: 20px;
}
div#shop_main_content.shoppingCart-list h1 {
    margin-top: 20px;
    padding-left: 10px;
}
.cart thead {
    background-color: #4FA0D6;
    color: #FFF;
}
.cart thead tr {
    height: 45px;
    border-bottom: 1px solid #FFF;
}
.cart-box-table th {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.cart-box-table th:first-child {
    border-right: solid 1px #fff;
}
.cart-box-table th:last-child {
    width: 20%;
}
.cart-box-table tr {
    background-color: #4FA0D6;
}
.cart-box-table tr:first-child + tr + tr {
    border-top: 0px;
}
.cart-box-table tr:first-child {
    border-top: 0;
}
.cart-box-table tr {
    border-top: 1px solid #EEE;
}
tr.total th,
tr.mwst td,
tr.total td {
    border: 0;
}
tr.mwst td {
    padding: 0 10px 10px;
    font-weight: 300;
}
tr.total th,
tr.total td {
    padding-bottom: 0px;
    padding-top: 10px;
}
tr.total > th {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
}
#order-sum-total {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}
#order_overview_customer_address_payment h2 {
    font-size: 14px;
}
div#order_overview_customer_address_payment {
    padding: 10px 0;
}
.shoppingCart-list .cart-content-table thead th {
    border-bottom: 2px solid #fff;
}
.shoppingCart-list .cart-content-table tbody td,
.shoppingCart-list .cart-content-table tbody th {
    border-top: 1px solid #fff;
}
.shoppingCart-list .cart-content-table tbody td:last-of-type {
    text-align: right;
}
.shoppingCart-list .actions {
    padding: 0 10px;
}
.shoppingCart-list .cart-content-table tbody tr .actions{
    padding-left: 10px;
}
.shoppingCart-list .cart-content.empty {
    padding-left: 10px;
}

/* Warenkorb Responsiv */
/* >>>>>>>>>>>>>>>>>>> */

.shoppingCart-list .cart-content-table .table{
    border: none;
    margin: 0;
    white-space: nowrap; 
}
.shoppingCart-list .cart-content-table td{
	white-space: normal;
	}

.shoppingCart-list .cart-content-table {
    background-color: #DBECF7;
    border: none;
}

.shoppingCart-list .cart-content-table .table .table-row {
    position: relative;
    padding: 0 15px;
    border-top: 1px solid #fff;
}

.shoppingCart-list .cart-content-table .table .table-row.headings{
    background-color: #4FA0D6;
    color: #fff;
    font-weight: 700;
    border-top: none;
    border-bottom: 1px solid #fff;
}

.shoppingCart-list .cart-content-table .table .table-cell {
    padding: 10px 0 5px 0;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
}

div.order_details .table .table-cell{
    display:inline-block;
    vertical-align: top;

}

.shoppingCart-list .cart-content-table .table-cell:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
}

.shoppingCart-list .cart-content-table .headings:nth-child(n+2){
    display: none;
}

.shoppingCart-list .cart-content-table .table .table-cell:last-child{
    position: absolute;
    right: 10px;
    text-align: right;
}

.shoppingCart-list .cart-content-table .table .table-row.total .table-cell:nth-of-type(2){
    width: 75%;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
}
.shoppingCart-list .cart-content-table .table .table-row.total .table-cell:nth-of-type(3){
    width: 20%;
}


.shoppingCart-list .actions{
    padding: 10px 0;
}

.shoppingCart-list .cart-content.empty{
    padding-left: 10px;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(1){
    width: 5%;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(2){
    width: 45%;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(3){
    width: 15%;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(4){
    width: 15%;
    text-align: center;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(5){
    width: 15%;
}
/* <<<<<<<<<<<<<<<<<<< */


/* Bestellbestätigung */

.order_confirmation-index .order_confirmation_cart-content thead th {
    border-bottom: 2px solid #fff;
}
.order_confirmation-index .order_confirmation_cart-content tbody td,
.order_confirmation-index .order_confirmation_cart-content tbody th {
    border-top: 1px solid #fff;
}
.order_confirmation-index .order_confirmation_cart-content tbody tr td:last-child {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
}
.order_confirmation-index .actions .button-helper.button-helper-back {
    margin-bottom: 10px;
}
.order_confirmation-index table {
    border: none;
}

.order_confirmation-index #order_confirmation_title{
    margin-bottom: 0;
}
.order_confirmation-index .order_confirmation-content .order_confirmation{
    margin-bottom: 20px;
}
/*
@-moz-document url-prefix() {
    li.active.step-6.step-6-active {
        margin-right: 11px;
    }
}*/

/****** -_-_ RESPONSIVE -_-_ ********/

@media(max-width: 1208px) {}@media(max-width: 991px) {
    /*
  #shop_main_content .progress-bar {
    height: 40px;
  }
*/
}

.shoppingCart-list .cart-content-table .table .table-row.headings{
    background-color: #4FA0D6;
    color: #fff;
    font-weight: 700;
    border-top: none;
    border-bottom: 1px solid #fff;
}

.shoppingCart-list .cart-content-table .table .table-cell {
    padding: 10px 0 5px 0;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
}

div.order_details .table .table-cell{
    display:inline-block;
    vertical-align: top;

}

.shoppingCart-list .cart-content-table .table-cell:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
}

.shoppingCart-list .cart-content-table .headings:nth-child(n+2){
    display: none;
}

.shoppingCart-list .cart-content-table .table .table-cell:last-child{
    position: absolute;
    right: 10px;
    text-align: right;
}

.shoppingCart-list .cart-content-table .table .table-row.total .table-cell:nth-of-type(2){
    width: 75%;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
}
.shoppingCart-list .cart-content-table .table .table-row.total .table-cell:nth-of-type(3){
    width: 20%;
}


.shoppingCart-list .actions{
    padding: 10px 0;
}

.shoppingCart-list .cart-content.empty{
    padding-left: 10px;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(1){
    width: 5%;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(2){
    width: 45%;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(3){
    width: 15%;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(4){
    width: 15%;
    text-align: center;
}

.shoppingCart-list .cart-content-table .cart .table-cell:nth-child(5){
    width: 15%;
}*/
/* sicherung responsive ende */
/* Bestellbestätigung */


.order_confirmation-index .order_confirmation_cart-content thead th{
    border-bottom: 2px solid #fff;
}

.order_confirmation-index .order_confirmation_cart-content tbody td,
.order_confirmation-index .order_confirmation_cart-content tbody th{
    border-top: 1px solid #fff;
}

.order_confirmation-index .order_confirmation_cart-content tbody tr td:last-child{
    text-align: right;
}

.order_confirmation-index .actions .button-helper.button-helper-back {
    margin-bottom: 10px;
}

.actual-content {
    padding-top: 15px;
}
/* order_details -- Bestellungen Filter */

div#orderFilter {
    background-color: #DBECF7;
    padding: 10px 10px;
    font-size: 0px;
    /* inline block als basis der positionierung */
    display: inline-block;
    width: 100%;
    /* positioniert alle elemente in ihrer normalen reihenfolge von rechts */
    text-align: right;
    margin-bottom: 10px;
}
div#orderFilter p,
div#orderFilter input,
div#orderFilter .time-input-div,
div#orderFilter .time-input-chooser,
div#orderFilter .time-input-chooser .icon-calendar,
div#orderFilter button {
    display: inline-block;
    vertical-align: top;
    height: 35px;
}
div#orderFilter .time-input-div {
    /* Trick um den whitespace zwischen dem input und dem icon zu entfernen */
    font-size: 0;
    margin-right: 10px;
}
div#orderFilter .time-input-div input {
    /* Trick um den whitespace zwischen dem input und dem icon zu entfernen */
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 90px;
    min-width: 0px;
    border: none;
    padding-left: 0;
}
div#orderFilter .time-input-chooser .icon-calendar {
    background-image: url(../assets/img/icon_kalender.png);
    background-size: cover;
    width: 35px;
}
div#orderFilter .time-input-div .add-on {
    cursor: pointer;
}
div#orderFilter p {
    float: left;
    margin: 0;
    padding-left: 5px;
    font-size: 14px;
    line-height: 35px;
}
.dmSubmitBtn,
.dmSubmitBtn:hover {
    border-radius: 0px !important;
    font-size: 18px;
    width: 160px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 0;
    background-color: #f26c4f;
}
@media (max-width: 640px) {
    div#orderFilter {
        text-align: left;
    }
    div#orderFilter button {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    div#orderFilter .time-input-div {
        width: 48%;
        margin: 0;
        position: relative;
    }
    div#orderFilter .time-input-div span {
        display: block;
    }
    div#orderFilter .time-input-div .time-input-chooser {
        position: absolute;
        top: 0;
        right: 0;
    }
    div#orderFilter .time-input-div input {
        width: 100%;
    }
    div#orderFilter .time-input-div:nth-child(3) {
        float: right;
    }
    div#orderFilter p {
        display: block;
        font-size: 16px;
        width: 100%;
        padding: 0;
    }
}
/* order_details -- Bestellungen Tabelle */

div.order {
    margin: 10px 0;
}
div.orderList {
    border-bottom: solid 1px #DBECF7;
}
div.order_details .table {
    padding: 10px 15px;
}
div.order_details .table {
    border: none;
    margin: 0;
    white-space: nowrap;
}
div.order_details .key-value {
    background-color: #4FA0D6;
    /*border: 10px solid #4FA0D6;*/
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}
div.order_details .cart {
    background-color: #DBECF7;
    /*border: 10px solid #DBECF7;*/
    color: #1C335E;
    font-size: 14px;
    font-weight: 400;
}
.order_details .cart .headings {
    font-size: 12px;
    font-weight: 400;
}
div.order_details .table .table-row {
    position: relative;
}
div.order_details .table .table-cell {
    padding: 10px 0px 10px 0px;
    white-space: normal;
}
div.order_details .table .bold {
    font-weight: bold;
}
div.order_details .download-order {
    width: auto;
    padding: 8px 0px;
    text-align: center;
    background-color: #1C335E;
}
div.order_details .download-order .download-order-link {
    color: #ffffff;
    font-size: 17px;
    width: 40%;
    padding-left: 32px;
    font-weight: bold;
    background-color: #1C335E;
    background-image: url(../assets/img/downloads.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
div.order_details .table .table-cell {
    display: inline-block;
    vertical-align: top;
}
div.order_details .table .headings .table-cell {
    overflow: visible;
}
div.order_details .cart .table-cell:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
div.order_details .cart .headings:nth-child(n+2) {
    display: none;
}
div.order_details .table .table-cell:nth-child(1) {
    width: 18%;
}
div.order_details .table .table-cell:nth-child(2) {
    width: 26%;
}
div.order_details .table .table-cell:nth-child(3) {
    width: 24%;
}
div.order_details .table .table-cell:last-child {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
div.order_details .cart .table-cell:nth-child(4) {
    width: 8%;
}
div.order_details .cart .table-cell:nth-child(5) {
    width: 10%;
}
@media (max-width: 640px) {
    div.actual-content {
        font-size: 14px;
    }
    div.order_details {
        border: none;
    }
    div.order_details .table .table-row {
        width: 50%;
        float: right;
    }
    div.order_details .table .headings {
        left: 0;
        float: left;
    }
    div.order_details .key-value {
        border-bottom: solid 1px #fff;
    }
    div.order_details .cart .headings:nth-last-child(n+2) {
        display: block;
    }
    div.order_details .table .table-cell {
        display: block;
        font-size: 14px;
        padding: 0;
        height: 36px;
    }
    div.order_details .table.cart .table-cell {
        height: 38px;
    }
    div.order_details .cart .table-row.headings .table-cell {
        font-size: 14px;
    }
    div.order_details .cart .table-row:nth-child(n+3) {
        border-top: solid 1px #1C335E;
        padding-top: 15px;
    }
    div.order_details .cart .table-row .table-cell {
        font-size: 16px;
    }
    div.order_details .table {
        overflow: auto;
        padding: 20px 10px 10px 10px;
    }
    div.order_details .table .table-cell:nth-child(1) {
        width: 100%;
    }
    div.order_details .table .table-cell:nth-child(1) {
        width: 100%;
    }
    div.order_details .table .table-cell:nth-child(2) {
        width: 100%;
    }
    div.order_details .table .table-cell:nth-child(3) {
        width: 100%;
    }
    div.order_details .table .table-cell:nth-child(4) {
        width: 100%;
    }
    div.order_details .table .table-cell:nth-child(5) {
        width: 100%;
    }
    div.order_details .table .table-cell:last-child {
        position: relative;
    }
    div.order_details .cart .table-cell:nth-child(1) {
        height: 48px;
    }
    div.order_details .cart .table-cell:nth-child(2) {
        height: 70px;
    }
    div.order_details .download-order {
        padding: 10px 0px;
    }
    div.order_details .download-order .download-order-link {
        font-size: 20px;
    }
}
/* Misc. Orders - sonstige Rechnungen */

div#miscOrders {
    margin-top: 10px;
    display: none;
}
div#miscOrders .heading {
    background-color: #4FA0D6;
    padding: 15px 20px;
}
div#miscOrders .heading p {
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}
div#miscOrders .content {
    background-color: #DBECF7;
    text-align: center;
    height: 120px;
}
div#miscOrders a {
    background-image: url(../assets/img/icon_download_link.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 32px;
    line-height: 120px;
    color: #1C335E;
    font-size: 18px;
}
@media (max-width: 640px) {
    div#miscOrders a {
        line-height: 90px;
        font-size: 20px;
    }
    div#miscOrders .content {
        height: 90px;
    }
    div#miscOrders .heading {
        padding: 20px 10px;
    }
    div#miscOrders .heading p {
        font-size: 14px;
    }
}
/* Meine Daten */

.personal_data-display table.data-display,
.personal_data-registerConfirmation table.data-display {
    width: 100%;
}
.personal_data-display table.data-display tr,
.personal_data-registerConfirmation table.data-display tr {
    height: 20px;
    width: 100%;
    background-color: #e0ecf5;
}
.personal_data-display table.data-display tr.odd,
.personal_data-display table.data-display tr.even,
.personal_data-registerConfirmation table.data-display tr.odd,
.personal_data-registerConfirmation table.data-display tr.even {
    border-bottom: 1px solid #FFF;
}
.personal_data-display .data-display th,
.personal_data-registerConfirmation .data-display th {
    width: 200px;
    padding: 20px;
}
.personal_data-display p.change_data_link_container,
.personal_data-registerConfirmation p.change_data_link_container {
    width: 260px;
}
div#shop_main_content.personal_data-modify.personal_data-modify .actual-content {
    padding-bottom: 15px;
}
#shop_main_content.personal_data-modify form .content-section {
    background-color: #DBECF7;
}
#shop_main_content.personal_data-modify form .content-section .presentation-block:first-of-type {
    margin-bottom: 25px;
}
#shop_main_content.personal_data-modify form .content-section label {
    float: left;
    height: 35px;
    max-width: 150px;
    line-height: 35px;
    padding: 0;
    margin: 0;
}
#shop_main_content.personal_data-modify form .labels {
    min-width: 0;
    float: left;
}
#shop_main_content.personal_data-modify form .labels label {
    float: none;
}
#shop_main_content.personal_data-modify form .field input,
#shop_main_content.personal_data-modify form .field select {
    width: 100%;
    min-width: 0;
}
#shop_main_content.personal_data-modify form .field.birthday select:nth-child(1) {
    width: 20%;
}
#shop_main_content.personal_data-modify form .field.birthday select:nth-child(2) {
    width: 35%;
    margin-left: 10px;
}
#shop_main_content.personal_data-modify form .field.birthday select:nth-child(3) {
    width: 24%;
    margin-left: 10px;
}
#shop_main_content.personal_data-modify form .field .field-widget {
    margin-left: 150px;
}
#shop_main_content.personal_data-modify form .password_policy h3 {
    color: #f26c4f;
    margin-top: 15px;
    margin-bottom: 10px;
}
#shop_main_content.personal_data-modify form .field {
    padding: 10px 10px 10px 20px;
    margin: 0;
}
#shop_main_content.personal_data-modify form ul {
    list-style-type: none;
}
#shop_main_content.personal_data-modify form .password_policy ul {
    padding: 0;
}
#shop_main_content.personal_data-modify form .presentation-block .field {
    border-top: solid 1px #FFF;
}
#shop_main_content.personal_data-modify form .presentation-block:first-of-type .field:first-child {
    border-top: none;
}
#shop_main_content.personal_data-modify form .presentation-block .field #customer_data_customer_street {
    width: 86%;
    min-width: 0;
}
#shop_main_content.personal_data-modify form .presentation-block .email2 label,
#shop_main_content.personal_data-modify form .presentation-block .password2 label {
    line-height: normal;
}
#shop_main_content.personal_data-modify form .presentation-block .field #customer_data_customer_street_number {
    width: 12%;
    min-width: 0;
    float: right;
}
#shop_main_content.personal_data-modify form .presentation-block .city {
    clear: right;
}
#shop_main_content.personal_data-modify form .presentation-block .field #customer_data_customer_city {
    width: 76%;
    min-width: 0;
    float: right;
    top: 0px;
}
#shop_main_content.personal_data-modify form .presentation-block .field #customer_data_customer_postal_code {
    width: 22%;
}
#shop_main_content.personal_data-modify form .presentation-block .field #customer_data_customer_country {
    width: 100%;
    background-image: none;
}
#shop_main_content.personal_data-modify form .presentation-block .birthday .date input {
    width: 35%;
    font-size: 14px;
}
#shop_main_content.personal_data-modify form .presentation-block .birthday .date * {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#shop_main_content.personal_data-modify form .presentation-block .birthday .date {
    white-space: nowrap;
    font-size: 0;
}
#shop_main_content.personal_data-modify form .presentation-block .birthday .icon-calendar {
    background-image: url(../assets/img/icon_kalender.png);
    background-position: center;
    background-size: cover;
    height: 35px !important;
    width: 35px !important;
}
#shop_main_content.personal_data-modify form .presentation-block .birthday .date span {
    cursor: pointer;
}
#shop_main_content.personal_data-modify form .presentation-block ul.radio_list {
    padding-left: 0px;
    margin: 0;
}
#shop_main_content.personal_data-modify form .presentation-block ul.radio_list input {
    width: 20px;
    height: 35px;
    background-image: url(../assets/img/radiobutton_clear.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin: 0 10px 0 0;
}
#shop_main_content.personal_data-modify form .presentation-block ul.radio_list input:checked {
    background-image: url(../assets/img/radiobutton_checked.png);
    background-repeat: no-repeat;
}
#shop_main_content.personal_data-modify form .presentation-block .salutation ul li {
    display: inline-block;
}
#shop_main_content.personal_data-modify form .presentation-block .salutation ul li:first-child {
    margin-right: 15%;
}
#shop_main_content.personal_data-modify form .actions {
    text-align: right;
    margin: 0;
}
/* Zugangsdaten */

.personal_data-loginCredentials .presentation-block.personal-data-3 {
    padding: 10px;
    padding-bottom: 50px;
    background-color: #DBECF7;
}
.personal_data-loginCredentials form .password_policy span.hint {
    color: #f26c4f;
    margin-top: 15px;
    margin-bottom: 10px;
}
.personal_data-loginCredentials form .password_policy ul {
    padding: 15px;
}
.personal_data-loginCredentials form .presentation-block .password2 label {
    line-height: normal;
}
.personal_data-loginCredentials form .content-section label {
    float: left;
    height: 35px;
    max-width: 150px;
    line-height: 35px;
    padding: 0;
    margin: 0;
}
.personal_data-loginCredentials form .field input,
.personal_data-loginCredentials form .field select {
    width: 100%;
    min-width: 0;
}
.personal_data-loginCredentials form .field .field-widget {
    margin-left: 150px;
}
.personal_data-loginCredentials form .password_policy h3 {
    color: #f26c4f;
    margin-top: 15px;
    margin-bottom: 10px;
}
.personal_data-loginCredentials form .field {
    padding: 10px 0;
    margin: 0;
}
.personal_data-loginCredentials .presentation-block.personal-data-3 .actions {
    height: 40px;
}
.personal_data-loginCredentials .actions .button-helper.button-helper-back {
    margin: 10px 0;
}
.personal_data-loginCredentials .actions input#personal_data_modify_security_question_button_next {
    height: 40px;
    display: block;
    margin-top: -50px;
    margin-right: 10px;
}
.personal_data-loginCredentials .actions input#personal_data_modify_password_button_next {
    height: 40px;
    display: block;
}
/* Registrierung */

/* --- vorrübergehende fixes anfang --- */

#shop_main_content.personal_data-register form .field.birthday {
    /* Freche Beseitigung der Punkte zwischen den Geburtsdarum Feldern, weil die da einfach nicht hinpassen */
    color: #DBECF7;
}
#shop_main_content.personal_data-register hr {
    display: none;
}
/* --- vorrübergehende fixes ende --- */

#shop_main_content.personal_data-register h1 {
    margin-top: 10px;
}
div#shop_main_content.personal_data-register .actual-content {
    padding-bottom: 15px;
}
#shop_main_content.personal_data-register form {
    display: table;
    width: 100%;
}
#shop_main_content.personal_data-register .content-section {
    background-color: #DBECF7;
}
#shop_main_content.personal_data-register .content-section > h2 {
    background-color: #fff;
    padding: 10px 0 15px 0;
}
#shop_main_content.personal_data-register form > h2 {
    margin-top: 20px;
}
#shop_main_content.personal_data-register .content-section label,
#shop_main_content.personal_data-register form .labels {
    float: left;
    height: 35px;
    width: 32%;
    line-height: 35px;
    padding: 0;
    margin: 0;
}
.error-list label{
	line-height: 17px !important;
}
#shop_main_content.personal_data-register .field-widget {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 10px;
}
#shop_main_content.personal_data-register .content-section .presentation-block {
    padding: 20px 0;
}
#shop_main_content.personal_data-register .content-section fieldset {
    width: 49%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
#shop_main_content.personal_data-register .content-section:first-of-type fieldset:last-of-type {
    padding-top: 55px;
    /* gesamthöhe des anrede feldes */
    padding-left: 30px;
}
#shop_main_content.personal_data-register .field.term-field {
    padding-left: 34%;
    padding-top: 10px;
}
#shop_main_content.personal_data-register .field.term-field input {
    display: inline-block;
    vertical-align: top;
    width: initial;
    float: none;
}
#shop_main_content.personal_data-register .field.term-field label {
    line-height: normal;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: 91%;
    float: none;
    min-height: 70px;
}
#shop_main_content.personal_data-register form .labels label {
    float: none;
    width: initial;
}

@media screen\0 {
    #shop_main_content.personal_data-register form .labels label[for="customer_data_customer_street"] {
        float: left;
        margin-right: 5px;
        width: 34%;
    }
    
    #shop_main_content.personal_data-register form .labels label[for="customer_data_customer_street_number"] {
        width: 50%;
    }
    
   #shop_main_content.personal_data-register form .street.street_number .labels {
       float: left;
   }
}

#shop_main_content.personal_data-register form .term-field input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
}
#shop_main_content.personal_data-register .field.password_policy {
    border: 1px solid #fff;
    margin-top: 15px;
    padding: 15px 10px;
}
#shop_main_content.personal_data-register .password_policy ul {
    font-size: 12px;
    padding: 0;
    margin: 0;
}
#shop_main_content.personal_data-register .password_policy h3 {
    color: #f26c4f;
    margin-top: 0;
    margin-bottom: 8px;
}


#shop_main_content.personal_data-register .field .field-widget input,
#shop_main_content.personal_data-register .field .field-widget select {
    width: 100%;
    min-width: 0;
}

#shop_main_content.personal_data-register .field.birthday .field-widget input {
    width: 3.5em;
}

#shop_main_content.personal_data-register .field.birthday .field-widget input.years {
    width: 4.5em;
}


#shop_main_content.personal_data-register .password_policy > span {
    color: #f26c4f;
    margin-top: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
#shop_main_content.personal_data-register .field {
    padding: 5px 0px;
    margin: 0;
}
#shop_main_content.personal_data-register ul {
    list-style-type: none;
}
#shop_main_content.personal_data-register .presentation-block .field #customer_data_customer_street {
    width: 80%;
    min-width: 0;
}
#shop_main_content.personal_data-register .password2 label {
    line-height: normal;
}
#shop_main_content.personal_data-register .presentation-block .field #customer_data_customer_street_number {
    width: 18%;
    min-width: 0;
    float: right;
}
#shop_main_content.personal_data-register .presentation-block .city {
    clear: right;
}
#shop_main_content.personal_data-register form .field.birthday select {
    padding-right: 35px;
    margin-right: 0;
}
#shop_main_content.personal_data-register form .field.birthday select:nth-child(1){
    width: 40%;
}

#shop_main_content.personal_data-register form .field.birthday select:nth-child(2){
    width: 57%;
}

#shop_main_content.personal_data-register form .field.birthday select:nth-child(3){
    width: 40%;
    margin-top: 10px;
}
/*
#shop_main_content.personal_data-register form .field.birthday select:nth-child(1) {
    padding-left: 3px;
    width: 65px;
}
#shop_main_content.personal_data-register form .field.birthday select:nth-child(2) {
    padding-left: 3px;
    width: 108px;
}
#shop_main_content.personal_data-register form .field.birthday select:nth-child(3) {
    float: right;
    padding-left: 3px;
    width: 82px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #shop_main_content.personal_data-register form .field.birthday select:nth-child(1) {
        padding-left: 6px;
    }
    #shop_main_content.personal_data-register form .field.birthday select:nth-child(2) {
        padding-left: 6px;
    }
    #shop_main_content.personal_data-register form .field.birthday select:nth-child(3) {
        float: right;
        padding-left: 6px;
    }
} */
@media screen\0 {
    #shop_main_content.personal_data-register form .field.birthday select {
        padding-right: 0px;
    }
}
#shop_main_content.personal_data-register form .field.city.postal_code #customer_data_customer_postal_code {
    width: 26%;
}
#shop_main_content.personal_data-register form .field.city.postal_code #customer_data_customer_city {
    width: 72%;
    float: right;
}
/*
#shop_main_content.personal_data-register .presentation-block .birthday .icon-calendar{
    background-image: url(../assets/img/icon_kalender.png);
    background-position: center;
    background-size: cover;
    height: 35px !important;
    width: 35px !important;
}


#shop_main_content.personal_data-register .presentation-block .birthday .date span{
    cursor: pointer;
}
*/

#shop_main_content.personal_data-register .presentation-block ul.radio_list input[type="radio"] {
    background-image: url(../assets/img/radiobutton_clear.png);
    background-position: center;
    background-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 5px 10px 0 0;
}
#shop_main_content.personal_data-register .presentation-block ul.radio_list input[type="radio"]:checked {
    background-image: url(../assets/img/radiobutton_checked.png);
}
#shop_main_content.personal_data-register .presentation-block ul.radio_list {
    padding-left: 0px;
    margin: 0;
}
#shop_main_content.personal_data-register .presentation-block ul.radio_list label {
    float: none;
}
#shop_main_content.personal_data-register .presentation-block .salutation ul li {
    display: inline-block;
}
#shop_main_content.personal_data-register .presentation-block .salutation ul li:first-child {
    margin-right: 15%;
}
#shop_main_content.personal_data-register .actions {
    text-align: right;
    margin: 0;
    display: inline-block;
    width: 100%;
}
/* Bestätigung */

#shop_main_content.personal_data-confirmConfirmation h1 {
    font-weight: 600;
    margin-top: 15px;
}
#shop_main_content.personal_data-confirmConfirmation h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}
#shop_main_content.personal_data-confirmConfirmation ul {
    list-style: none;
    padding: 0;
}
#shop_main_content.personal_data-confirmConfirmation ul li {
    background-image: url(../assets/img/icon_pfeil_blau_werbung.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 6px 0 6px 15px;
    background-size: 8px;
    font-weight: 700;
}
/* Footer */

@media (max-width: 770px) {
    .footer .footer-body {
        position: relative;
    }
    .footer .footer-body .col-md-3 .footer-li {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .footer .footer-body .col-md-3 {
        width: 50%;
        padding: 0px 10px;
        float: none;
    }
    .footer .footer-body .col-md-3:nth-child(n+3) {
        position: absolute;
        right: 0;
    }
    .footer .footer-body .col-md-3:nth-child(3) {
        top: 10px;
    }
    .footer .footer-body .col-md-3:nth-child(4) {
        top: 241px;
    }
}
@media (max-width: 640px) {
    .footer .footer-body {
        background-color: #DBECF7;
        background-image: none;
    }
}
/* Meine Zahlungsmittel */

.payment-method-block {
    margin: 20px 0px;
    clear: left;
    min-height: 180px;
}
.payment-method-block .payment-method-description h3 {
    padding-top: 10px;
}
.payment-method-block .error,
.payment-method-block .error-list {
    padding-left: 20px;
}
.payment-method-block .payment-method-description {
    height: 150px;
}
.payment-method-block .payment-method-block-parameter form > h3 {
    padding: 20px 0px 0px 20px;
    color: #333
}
.payment-method-block .payment-method-description .payment-method-logo {

    width: 180px;
    margin-right: 20px;
    float: left;
    border: solid 1px #DBECF7;
}
#payment_method_block_logpay_sepa .payment-method-description .payment-method-logo,
#payment_method_block_logpay_amex_paystream .payment-method-description .payment-method-logo,
#payment_method_block_logpay_mastercard_paystream .payment-method-description .payment-method-logo,
#payment_method_block_logpay_visa_paystream .payment-method-description .payment-method-logo,  .payment-method-description .payment-method-logo {
    padding: 55px 34px;
    height: 180px;
    width: 180px;
}
.payment-method-block .payment-method-open-button {
    float: left;
    width: 35%;
    height: 30px;
    background-color: #DBECF7;
    padding: 0px 20px 0px 15px;
}
.payment-method-block .payment_open_button {
    width: 100%;
    display: block;
    color: #1C335E;
    line-height: 30px;
    font-size: 16px;
    background-image: url(../assets/img/icon_pfeil_rechts_blau.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.payment-method-block .payment-method-open-button.open {
    background-color: #1C335E;
}
.payment-method-block .payment-method-open-button.open .payment_open_button {
    color: #FFF;
    background-image: url(../assets/img/icon_pfeil_unten_weiss.png);
}
.payment-method-block .payment-method-block-parameter {
    padding-top: 15px;
    background-color: #DBECF7;
    clear: left;
    position: relative;
}
.payment-method-block .payment-method-block-parameter-closed {
    display: none;
}
.payment-method-block form label {
    width: 100%;
    max-width: none !important;
}
.payment-method-block form table.data-display {
    width: 100%;
}
.payment-method-block form .data-display th {
    width: 200px;
    padding: 20px;
    vertical-align: top;
}
.payment-method-block form .data-display th label {
    height: 35px;
    line-height: 35px;
}
.payment-method-block form .data-display td {
    padding: 20px;
}
.payment-method-block form input#logpay_sepa_direct_debit_auth,
.payment-method-block form input#logpay_sepa_pass_written_form {
    display: inline-block;
    vertical-align: top;
}
/*
.payment-method-block form input#logpay_sepa_direct_debit_auth + label,
.payment-method-block form input#logpay_sepa_pass_written_form + label
{
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    width: 20px;
    height: 20px;

    background-image: url("../assets/img/Checkbox_blank@2x.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.payment-method-block form input#logpay_sepa_direct_debit_auth:checked + label,
.payment-method-block form input#logpay_sepa_pass_written_form:checked + label {
    background-image: url("../assets/img/Checkbox-Checked@2x.png");
}*/

.payment-method-block form .tooltip {
    display: inline-block;
    position: relative;
    width: 90%;
    opacity: 1;
    padding-left: 5px;
    font-size: 14px;
}
#payment_method_block_parameter_logpay_sepa tr:nth-child(n+4) th label {
    line-height: normal;
}
.payment-method-block .payment-method-block-parameter > h3,
.payment-method-block .payment-method-block-parameter .tooltip h3 {
    color: #f26c4f;
    margin-top: 15px;
    margin-bottom: 10px;
}
.payment-method-block .payment-method-block-parameter > h3 {
    padding-left: 20px;
}
.payment-method-block .payment-method-block-parameter > p {
    padding: 0px 0px 20px 20px;
    width: 50%;
}
.payment-method-block .payment_method_info {
    padding: 25px 20px 15px 20px;
    display: inline-block;
}
.payment-method-block .payment_method_info p {
    font-size: 10px;
    line-height: 15px;
    margin: 0;
}
.payment-method-block .payment-method-select-button {
    position: absolute;
    right: 20px;
    bottom: 10px;
}
#payment_method_block_dummy_dummy .payment-method-select-button {
    position: relative;
    right: 0;
}
.payment-method-block form select {
    width: 22%;
    padding: 0 40px 0 10px;
}
.payment-method-block form td #Cvv_tooltip {
    width: 60%;
    height: 35px;
    vertical-align: top;
}
.payment-method-block form td #Cvv_tooltip span {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    position: absolute;
    color: #4FA0D6;
    background-color: transparent;
}
.payment-method-block input.credit_card_cvc {
    width: 22%;
    min-width: 0;
}
/* zahlungsmittel cvc tooltip */

.shop_tooltip {
    background-color: #FFF;
    width: 25%;
    position: absolute;
    line-height: normal;
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
}
/* custom borders */

#payment_method_block_parameter_logpay_sepa tr:nth-child(n+3) {
    border-bottom: solid 1px #FFF;
}
/* Mein Mobilitätsmix */

.eBusMobilityInterface-productsOverviewShow .product {
    margin: 10px 0px;
    padding: 0;
}
.eBusMobilityInterface-productsOverviewShow .alert {
    height: 60px;
    background-color: #FDF0ED;
    border-radius: 0;
    text-align: center;
    margin-top: -15px;
}
.eBusMobilityInterface-productsOverviewShow .alert span {
    background-image: url('../assets/img/Alert@2x.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 70%;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    font-size: 18px;
}
#shop_main_content.eBusMobilityInterface-productsOverviewShow .actual-content > div.cms-content:not(.hint-box) {
    padding-left: 0;
}
.eBusMobilityInterface-productsOverviewShow .product .product-info {
    height: 180px;
    width: 65%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 8px;
}
.eBusMobilityInterface-productsOverviewShow .product .teaser-img {
    height: 180px;
    width: 32%;
    margin: 0;
    display: inline-block;
    text-align: left;
}
.eBusMobilityInterface-productsOverviewShow .product h2 {
    color: #333;
    font-size: 18px;
}
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info {
    width: 52%;
    height: 34px;
    background-color: #DBECF7;
    padding: 0px 20px 0px 15px;
    text-align: right;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info.edit {
    background-color: #f26c4f;
}
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info.edit a,
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info.edit span {
    color: #FFF;
}
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info span {
    margin-top: 12px;
    display: inline-block;
    float: none;
}
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info a {
    color: #1C335E;
    font-size: 18px;
    float: left;
    height: 34px;
    width: 80%;
    text-align: left;
    line-height: 34px;
}
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info.disabled {
    width: 45%;
    background-color: transparent;
    border: 1px solid #DBECF7;
    text-align: center;
    cursor: inherit;
    margin: 0;
}
.eBusMobilityInterface-productsOverviewShow .product .werbe-more-info.disabled span {
    color: #878787;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
#shop_main_content.eBusMobilityInterface-productsOverviewShow .cms-content.hint-box {
    border: 2px solid #DBECF7;
    display: inline-block;
    padding: 0 10px;
}
.eBusMobilityInterface-productsOverviewShow .hint-box strong {
    color: #f26c4f;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.eBusMobilityInterface-productsOverviewShow .hint-box p {
    font-size: 14px;
}
.eBusMobilityInterface-productsOverviewShow .hint-box p:last-of-type {
    color: #878787;
    font-size: 12px;
}
/* Paket Hannovermobil */

.eBusMobilityInterface-productShow .product-box,
.eBusMobilityInterface-productShow .sepa-form,
.eBusMobilityInterface-productShow .sepa-form,
.eBusMobilityInterface-productShow .presentation-block {
    background-color: #DBECF7;
    margin-bottom: 10px;
}

.eBusMobilityInterface-paymentShow form{

}

.eBusMobilityInterface-productShow .sepa-form {
    padding-bottom: 10px;
}

.eBusMobilityInterface-paymentShow ul.error-list,
.eBusMobilityInterface-paymentShow h4.error{
    padding: 10px;
    background-color: #DBECF7;
    margin-bottom: 0;
}

.eBusMobilityInterface-paymentShow ul.error-list li span,
.eBusMobilityInterface-productShow ul.error-list li span {
    float: none;
}
.eBusMobilityInterface-productShow .sepa-form + .presentation-block,
.eBusMobilityInterface-paymentShow .sepa-form + .presentation-block {
    padding-bottom: 10px;
}
.eBusMobilityInterface-productShow .product-box .product .product-option {
    padding: 10px 10px 20px 10px;
}
.eBusMobilityInterface-productShow .product-header,
.eBusMobilityInterface-productShow .product-option-header {
    color: #333;
}
.eBusMobilityInterface-productShow .product-box .product .product-option:nth-of-type(n+2) {
    padding-top: 25px;
}
.eBusMobilityInterface-productShow .product-box .product .sub-product + .product-option {
    padding-top: 0;
}
.eBusMobilityInterface-productShow .product-box .product h2,
.eBusMobilityInterface-productShow .sepa-form h2,
.eBusMobilityInterface-paymentShow .sepa-form h2,
.eBusMobilityInterface-productShow .presentation-block h2 {
    padding: 20px 10px 10px 10px;
    margin: 0;
}

.eBusMobilityInterface-paymentShow #mobility_payment_submit{
    float: right;
}

.eBusMobilityInterface-productShow .product-box .product > p,
.eBusMobilityInterface-productShow .presentation-block > p {
    padding: 10px;
    margin: 0;
}
.eBusMobilityInterface-productShow .product-box .product .sub-product {
    padding: 20px 10px;
}
.eBusMobilityInterface-productShow .product-box .product .sub-product:nth-last-of-type(2) {
    border-top: 1px solid #fff;
}
.eBusMobilityInterface-productShow .product-box .product .sub-product input[type="radio"] {
    width: 20px;
    height: 20px;
    background-image: url(../assets/img/radiobutton_clear.png);
    background-position: center;
    background-size: 20px;
    margin: 0 10px 0 0;
}
.eBusMobilityInterface-productShow .product-box .product .sub-product input[type="radio"]:checked {
    background-image: url(../assets/img/radiobutton_checked.png);
}
.eBusMobilityInterface-productShow .sepa-form .payment-method-logo,
.eBusMobilityInterface-paymentShow .sepa-form .payment-method-logo {
    height: 140px;
    display: inline-block;
    width: 30%;
    float: left;
    text-align: center;
    margin-left: 10px;
    background-color: #fff;
}
.eBusMobilityInterface-productShow .sepa-form .payment-method-logo .payment-method-logo-image,
.eBusMobilityInterface-paymentShow .sepa-form .payment-method-logo .payment-method-logo-image {
    background-color: #BBB;
    width: 100%;
    height: 100px;
    border: 1px solid #fff;
}
.eBusMobilityInterface-productShow .sepa-form .field:nth-of-type(-n+4),
.eBusMobilityInterface-paymentShow .sepa-form .field:nth-of-type(-n+4) {
    display: inline-block;
    width: 68%;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 12px;
    padding-right: 10px;
    text-align: right;
}
.eBusMobilityInterface-productShow .sepa-form .field:nth-of-type(-n+4) label,
.eBusMobilityInterface-productShow .sepa-form .field:nth-of-type(-n+4) input,
.eBusMobilityInterface-paymentShow .sepa-form .field:nth-of-type(-n+4) label,
.eBusMobilityInterface-paymentShow .sepa-form .field:nth-of-type(-n+4) input {
    text-align: left;
}
.eBusMobilityInterface-productShow .sepa-form .field:nth-of-type(-n+4) label,
.eBusMobilityInterface-productShow .sepa-form .field span,
.eBusMobilityInterface-paymentShow .sepa-form .field:nth-of-type(-n+4) label,
.eBusMobilityInterface-paymentShow .sepa-form .field span {
    height: 35px;
    line-height: 35px;
}
#shop_main_content.eBusMobilityInterface-paymentShow .sepa-form .field:nth-of-type(-n+4) div.field-widget,
#shop_main_content.eBusMobilityInterface-productShow .sepa-form .field:nth-of-type(-n+4) div.field-widget {
    padding-left: 0;
}
.eBusMobilityInterface-productShow .sepa-form .field:nth-of-type(-n+4) .field-widget input {
    min-width: 0;
    width: 100%;
    padding-right: 5px;
}
.eBusMobilityInterface-productShow .sepa-form.presentation-block .field.direct_debit_auth p,
.eBusMobilityInterface-paymentShow .sepa-form.presentation-block .field.direct_debit_auth p,
.eBusMobilityInterface-productShow .sepa-form.presentation-block .field.pass_written_form p,
.eBusMobilityInterface-productShow .sepa-form.presentation-block .field.pass_written_form p{
    padding: 10px;
}

.eBusMobilityInterface-productShow .sepa-form .payment-method-logo h3 {
    font-size: 18px;
    color: #1C335E;
}
.eBusMobilityInterface-productShow .product-box .product .product-option input[type="checkbox"],
.eBusMobilityInterface-productShow .sepa-form input[type="checkbox"],
.eBusMobilityInterface-paymentShow .sepa-form input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    float: left;
    position: absolute;
}
.eBusMobilityInterface-productShow .product-box .product .product-option input[type="checkbox"] + label,
.eBusMobilityInterface-productShow .sepa-form input[type="checkbox"] + label,
.eBusMobilityInterface-paymentShow .sepa-form input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background-image: url("../assets/img/Checkbox_blank@2x.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}
.eBusMobilityInterface-productShow .sepa-form input[type="checkbox"] + label,
.eBusMobilityInterface-paymentShow .sepa-form input[type="checkbox"] + label {
    margin-top: 3px;
}
.eBusMobilityInterface-productShow .product-box .product .product-option input[type="checkbox"]:checked + label,
.eBusMobilityInterface-productShow .sepa-form input[type="checkbox"]:checked + label,
.eBusMobilityInterface-paymentShow .sepa-form input[type="checkbox"]:checked + label {
    background-image: url("../assets/img/Checkbox-Checked@2x.png");
}
.eBusMobilityInterface-productShow .product-box .product label span,
.eBusMobilityInterface-productShow .product-box .product .product-option span.product-option-header{
    font-weight: bold;
    white-space: nowrap;
}
.eBusMobilityInterface-productShow .product-box .product .sub-product p,
.eBusMobilityInterface-productShow .product-box .product .product-option p,
.eBusMobilityInterface-productShow .product-box .product .product-option label span,
.eBusMobilityInterface-productShow .product-box .product .price-info,
.eBusMobilityInterface-productShow .product-box .product .sub-product .product-status-hint span,
.eBusMobilityInterface-productShow .product-box .product .product-option.enabled span.product-option-header{
    padding-left: 30px;
}
.eBusMobilityInterface-productShow .product-box .product .sub-product .product-status-hint span,
.eBusMobilityInterface-productShow .product-box .product .product-option.enabled span.product-option-header{
    height: 20px;
    background-image: url("../assets/img/Checkbox-Checked@2x.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    display: block;

    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.eBusMobilityInterface-productShow .product-box .product .price-info .price {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}
.eBusMobilityInterface-productShow form > div.price-info {
    text-align: right;
    margin: 15px 0 20px 0;
}
.eBusMobilityInterface-productShow form > div.price-info .price {
    font-size: 22px;
    font-weight: bold;
}
.eBusMobilityInterface-productShow form > div.price-info .price-annotation {
    display: block;
}
.eBusMobilityInterface-productShow .price-info .price-annotation {
    font-size: 12px;
}
.eBusMobilityInterface-productShow .sepa-form,
.eBusMobilityInterface-paymentShow .sepa-form {
    margin-bottom: 10px;
}
.eBusMobilityInterface-paymentShow .sepa-form {
    padding-top: 10px;
}
.eBusMobilityInterface-productShow .sepa-form label,
.eBusMobilityInterface-paymentShow .sepa-form label {
    display: inline-block;
    width: 30%;
    padding-left: 8px;
}
.eBusMobilityInterface-productShow .sepa-form .field,
.eBusMobilityInterface-paymentShow .sepa-form .field {
    padding: 10px;
}
div#shop_main_content.eBusMobilityInterface-productShow .sepa-form .field div.field-widget,
div#shop_main_content.eBusMobilityInterface-paymentShow .sepa-form .field div.field-widget {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 20px;
    width: 68%;
}
.eBusMobilityInterface-productShow .sepa-form .field:nth-of-type(n+5),
.eBusMobilityInterface-paymentShow .sepa-form .field:nth-of-type(n+5) {
    border-top: 1px solid #fff;
    font-size: 14px;
}
.eBusMobilityInterface-productShow .sepa-form .field-widget p,
.eBusMobilityInterface-paymentShow .sepa-form .field-widget p {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 10px;
}
.eBusMobilityInterface-productShow .sepa-form .direct_debit_auth .hint,
.eBusMobilityInterface-paymentShow .sepa-form .direct_debit_auth .hint {
    display: block;
    color: #f26c4f;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.eBusMobilityInterface-productShow #mobility_submit.disabled{
    background-color: transparent;
    border: 1px solid #DBECF7;
    cursor: inherit;
    color: #878787;
}

.eBusMobilityInterface-productShow #mobility_submit {
    float: right;
    margin: 10px 0 20px 0;
}
.eBusMobilityInterface-productShow table {
    border: none;
    margin-bottom: 10px;
}
.eBusMobilityInterface-productShow table thead tr,
.eBusMobilityInterface-productShow table thead th {
    border: none;
}
.eBusMobilityInterface-productShow table thead th {
    font-weight: 400;
    padding-left: 10px;
}
.eBusMobilityInterface-productShow table tr {
    height: 40px;
}
.eBusMobilityInterface-productShow table tbody td {
    border-top: 1px solid #fff;
    padding-left: 20px;
}
.eBusMobilityInterface-productShow table tbody td:first-child {
    border-right: 1px solid #fff;
    width: 25%;
    padding-left: 10px;
}
.eBusMobilityInterface-productShow table tbody tr.sub-status:nth-of-type(n+4) td {
    border-top: none;
}
.eBusMobilityInterface-productShow table tbody tr.sub-status td:first-child {
    padding-left: 20px;
}
.eBusMobilityInterface-productShow table tbody tr.sub-status.sub-status-active td:last-child {
    font-weight: bold;
}
.eBusMobilityInterface-productShow .account-cancel-button {
    width: 36%;
    height: 34px;
    background-color: #4FA0D6;
    padding: 0 20px 0 15px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
.eBusMobilityInterface-productShow .sepa-form .button-container {
    background-color: #F26c4F;
    width: 105px;
    height: 38px;
    padding: 0 20px 0 15px;
    margin-left: 10px;
    cursor: pointer;
}
.eBusMobilityInterface-productShow .sepa-form .button-container a {
    font-size: 18px;
    height: 38px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 38px;
    display: inline-block;
}
.eBusMobilityInterface-productShow .sepa-form table tbody tr:last-of-type td {
    border-bottom: 1px solid #fff;
}
.eBusMobilityInterface-productShow .account-cancel-button span,
.eBusMobilityInterface-productShow .payment-edit-button span {
    margin-top: 12px;
}
#shop_main_content.eBusMobilityInterface-productCancel h1 {
    font-weight: 600;
    font-size: 24px;
}
.eBusMobilityInterface-productCancel ul {
    padding: 15px 0 10px 0;
    list-style: none;
}
.eBusMobilityInterface-productCancel ul li:before {
    content: "•";
    padding-right: 10px;
    color: #4FA0D6;
}
.eBusMobilityInterface-productCancel .hint-box,
#shop_main_content.eBusMobilityInterface-orderConfirmationShow .hint-box {
    border: 1px solid #DBECF7;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
}
#shop_main_content.eBusMobilityInterface-orderConfirmationShow .hint-box {
    width: 100%;
}
.eBusMobilityInterface-productShow .presentation-block:last-of-type {
    padding: 20px 10px 20px 10px;
    margin: 0;
}
.eBusMobilityInterface-productShow .presentation-block:last-of-type p {
    padding: 5px 0;
}
.eBusMobilityInterface-productShow .presentation-block:last-of-type a {
    padding: 5px 0;
    display: block;
}
.eBusMobilityInterface-productCancel .hint-box strong,
.eBusMobilityInterface-productShow .hint-box strong,
#shop_main_content.eBusMobilityInterface-orderConfirmationShow .hint-box strong {
    color: #f26c4f;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.eBusMobilityInterface-productCancel .hint-box p,
.eBusMobilityInterface-productShow .hint-box p,
#shop_main_content.eBusMobilityInterface-orderConfirmationShow .hint-box p {
    font-size: 14px;
}
.eBusMobilityInterface-productCancel .hint-box p:last-of-type {
    color: #878787;
    font-size: 12px;
}
.eBusMobilityInterface-productCancel #mobility_cancellation_cancel {
    background-color: #bbb;
}
.eBusMobilityInterface-productCancel p.strong {
    font-weight: bold;
    padding: 30px 0;
}
/* Paket Taxi */

#shop_main_content.eBusMobilityInterface-productShow .actual-content > h2 {
    margin-top: 25px;
}
.eBusMobilityInterface-productShow .hint-box {
    border: 1px solid #DBECF7;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 0;
}
.eBusMobilityInterface-productShow .number-block {
    padding: 10px;
    overflow: auto;
}
.eBusMobilityInterface-productShow .number-block p {
    padding-bottom: 15px;
}
.eBusMobilityInterface-productShow div.presentation-block.number-block:nth-last-of-type(2) {
    margin-bottom: 25px;
}
.eBusMobilityInterface-productShow .number-block h2 {
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 48%;
}
.eBusMobilityInterface-productShow .number-block div {
    height: 58px;
    width: 50%;
    background-color: #fff;
    float: right;
    text-align: center;
}
.eBusMobilityInterface-productShow .number-block span.taxi-number,
.eBusMobilityInterface-productShow .number-block span.customer-number {
    width: 50%;
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    font-weight: 600;
    color: #1C335E;
    text-align: center;
}
.eBusMobilityInterface-productShow .number-block span.taxi-number {
    background-image: url("../assets/img/icon_phone_blau.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
/* Bestellübersicht */

.eBusMobilityInterface-orderOverviewShow #order_overview_customer_address_payment {
    padding: 0;
    height: 210px;
}
#shop_main_content.eBusMobilityInterface-orderOverviewShow h1 {
    margin-bottom: 25px;
    font-weight: 600;
}
.eBusMobilityInterface-orderOverviewShow form {
    margin-top: 30px;
}
.eBusMobilityInterface-orderOverviewShow #order_overview_customer_address_payment > div {
    height: inherit;
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px;
}
.eBusMobilityInterface-orderOverviewShow #order_overview_customer_address_payment > div h3 {
    color: #333;
    margin: 15px 0 20px 0;
}
.eBusMobilityInterface-orderOverviewShow #order_overview_customer_address_payment #order_overview_customer_contract_address {
    margin-right: 5px;
}
.eBusMobilityInterface-orderOverviewShow #order_overview_customer_address_payment #order_overview_customer_payment,
.order_overview-index #order_overview_customer_address_payment #order_overview_customer_contract_address {
    margin: 0 0 0 5px;
}
.eBusMobilityInterface-orderOverviewShow #order_overview_customer_address_payment > div a.edit_link {
    position: absolute;
    bottom: 15px;
    font-size: 18px;
    display: block;
    width: 120px;
    color: #ffffff;
    padding: 5px 0;
    text-align: center;
    background-color: #f26c4f;
}
.eBusMobilityInterface-orderOverviewShow #confirmations {
    margin-top: 20px;
}
.eBusMobilityInterface-orderOverviewShow form .term-field input {
    opacity: 0 !important;
    width: 0;
    height: 0;
    float: left;
}
.eBusMobilityInterface-orderOverviewShow form .term-field {
    position: relative;
}
.eBusMobilityInterface-orderOverviewShow form .term-field span {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: 92%;
}
.eBusMobilityInterface-orderOverviewShow form .term-field input + label {
    border-radius: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0;
    background-image: none;
    border: 1px solid #BBB;
}
.eBusMobilityInterface-orderOverviewShow form .term-field input:checked + label {
    background-image: url("../assets/img/Checkbox_Grafik@2x.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table {
    margin-top: 30px;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table table {
    border: none;
    margin-bottom: 10px;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table thead tr {
    height: 40px;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table th {
    font-weight: 400;
    vertical-align: middle;
    border-bottom: none;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table thead th,
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody td {
    border-right: solid 1px #fff;
    border-top: none;
}
#shop_main_content.eBusMobilityInterface-orderOverviewShow .order_overview-content-table thead tr,
#shop_main_content.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody tr {
    border-bottom: solid 1px #fff;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table td {
    height: 60px;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table th:last-child {
    padding-right: 30px;
    text-align: right;
    border-right: none;
    /*1px solid #4FA0D6;*/
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody tr:last-child td {
    border-bottom: none;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody td:first-child,
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot td:first-child {
    font-weight: bold;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody td:nth-child(1),
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody td:nth-child(2) {
    width: 37%
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody td:nth-child(2),
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table thead th:nth-child(2) {
    padding-left: 20px;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody td:nth-child(3) {
    width: 25%;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody td:last-child,
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot td:last-child {
    font-weight: bold;
    font-size: 14px;
    padding-right: 30px;
    text-align: right;
    border-right: none;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tbody span,
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot span {
    font-size: 12px;
    padding-top: 3px;
    font-weight: normal;
    display: block;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot {
    background-color: #fff;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot tr {
    border-left: 1px solid #DBECF7;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot td {
    border-top: 1px solid #DBECF7;
}

.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot td:first-child {} 

.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot tr:last-child td {
    border-bottom: 1px solid #DBECF7;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}
.eBusMobilityInterface-orderOverviewShow .order_overview-content-table tfoot td:last-child {
    border-right: 1px solid #DBECF7;
}
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info {
    margin-bottom: 30px;
}
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info span {
    width: 48%;
    display: inline-block;
}
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info .price,
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info .price-label {
    font-size: 22px;
    font-weight: bold;
}
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info .price,
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info .price-annotation {
    text-align: right;
}
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info .price-label,
.eBusMobilityInterface-orderOverviewShow #order-overview-content > div.price-info .price-annotation-label {
    padding-left: 10px;
}
#shop_main_content.eBusMobilityInterface-orderOverviewShow input#mobility_order_cancel {
    background-color: #bbb;
}
/* bestellung prüfen */

.order_overview-index .order_overview-content-table thead th {
    border-bottom: 2px solid #fff;
}
.order_overview-index .order_overview-content-table table {
    border: none;
}
.order_overview-index .order_overview-content-table tbody td,
.order_overview-index .order_overview-content-table tbody th {
    border-top: 1px solid #fff;
}
.order_overview-index .order_overview-content-table tbody:last-of-type td:last-of-type {
    text-align: right;
}
.order_overview-index div#order_overview_customer_address_payment,
.order_overview-index div#order_overview_customer_address,
.eBusMobilityInterface-orderOverviewShow div#order_overview_customer_address_payment,
.eBusMobilityInterface-orderOverviewShow div#order_overview_customer_address {
    display: table;
    position: relative;
    width: 100%;
}
.order_overview-index div#order_overview_customer_delivery_address,
.order_overview-index div#order_overview_customer_contract_address,
.eBusMobilityInterface-orderOverviewShow div#order_overview_customer_delivery_address,
.eBusMobilityInterface-orderOverviewShow div#order_overview_customer_contract_address {
    border: 1px solid #DBECF7;
    padding: 15px;
    min-height: 230px;
    width: 49%;
    display: inline-block;
    margin: 0;
}
.order_overview-index div#order_overview_customer_payment,
.eBusMobilityInterface-orderOverviewShow div#order_overview_customer_payment {
    border: 1px solid #DBECF7;
    padding: 15px;
    width: 49%;
    margin-top: 5px;
    position: relative;
}
.order_overview-index div#order_overview_customer_payment {
    min-height: 140px;
}
.eBusMobilityInterface-orderOverviewShow div#order_overview_customer_payment {
    min-height: 230px;
}
.order_overview-index div#order_overview_customer_distribution,
.eBusMobilityInterface-orderOverviewShow div#order_overview_customer_distribution {
    min-width: 280px;
}
.order_overview-index #order_overview_customer_address_payment > div a.edit_link {
    position: absolute;
    bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 120px;
    color: #ffffff;
    padding: 5px 0;
    text-align: center;
    line-height: 25px;
    background-color: #f26c4f;
}
.order_overview-index .term-field {
    padding-left: 5px;
}
.order_overview-index .button-helper {
    margin-bottom: 8px;
}


/* Ticket Details */

.standardProductSale-show .field {
    background-color: #DBECF7;
}

.standardProductSale-show .field > label {
    height: 35px;
    line-height: 35px;
}


.standardProductSale-show .presentation-block.personalization {
    background-color: #DBECF7;
}
.standardProductSale-show .field .field-widget input,
.standardProductSale-show .field .field-widget select {
    color: #878787;
}

.standardProductSale-show .field .field-widget {
    position: relative;
}
.standardProductSale-show .field select.date {
    background-image: url('../assets/img/Button_Pfeil_Links@2x.png'), url('../assets/img/Button_Pfeil_Rechts@2x.png');
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 0 45px; */
    text-align: left;
}
#shop_main_content select {
    background-image: url("../assets/img/Button_Pfeil_Unten.png");
    background-position: right center;
}

/*
.standardProductSale-show .field select.hours,
.standardProductSale-show .field select.minutes {
    min-width: 0;
    width: 18%;
    padding-right: 10px;
}
.standardProductSale-show .field select.minutes {
    min-width: 0;
    width: 18%;
}
*/

.standardProductSale-show .field #product_location_text,
.standardProductSale-show .field #product_product_option_5_product {
    width: 100%;
}
.standardProductSale-show .personalization-usage-select .option {
    height: 35px;
    display: inline-block;
    vertical-align: top;
}
/*
.standardProductSale-show .personalization-usage-select .option:nth-child(1) {
    width: 28%;
}
.standardProductSale-show .personalization-usage-select .option:nth-child(2) {
    width: 50%;
}
*/
.standardProductSale-show .personalization-usage-select .option {
    width: 48%;
}

.standardProductSale-show .personalization-usage-select .option input {
    display: inline-block;
    margin-top: 5px;
}
.standardProductSale-show .personalization-usage-select .option label {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.standardProductSale-show .personalization-usage-select .personalization-tooltip {
    background-image: url('../assets/img/Tooltip@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    float: right;
}
.standardProductSale-show .personalization-usage-select .personalization-tooltip.open {
    background-image: url('../assets/img/Tooltip_act@2x.png');
}
@-moz-document url-prefix() {
    .standardProductSale-show .personalization-usage-select .option input {
        margin-top: 12px;
        margin-right: 10px;
    }
    .standardProductSale-show .field select.date {
        padding: 0px 10px;
    }
    #shop_main_content select {
        background-image: url('../assets/img/Button_Pfeil_Unten.png');
    }

    .login div.button-container{
        margin-top: 0;
    }
    /*
    #shop_main_content input[type="radio"]{
        background-image: url("");
    }
    */
}
.standardProductSale-show .personalization-usage-select .personalization-tooltip div {
    background-color: #fff;
    width: 210px;
    padding: 10px;
    position: relative;
    right: 95px;
    top: 40px;
    display: none;
}
.standardProductSale-show .personalization-usage-select .personalization-tooltip div::before {
    width: 0;
    height: 0;
    right: 94px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
}
.standardProductSale-show .personalization-usage-select .personalization-tooltip div span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #4FA0D6;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.standardProductSale-show .personalization-usage-select .option input:checked {
    background-image: url('../assets/img/radiobutton_checked.png');
    background-size: 20px;
    background-position: center center;
}
.standardProductSale-show .personalization-usage-select > label {
    margin-right: 50px;
}
.standardProductSale-show .actions .button-helper {
    margin-bottom: 20px;
}
/* Account Bestätitgung */

.personal_data-confirmConfirmation .customer-activated {
    margin: 10px 0 15px 0;
}
/* Zahlungsmittel Breit */

.payment_data-index .payment-method-block input.credit_card_cvc {
    width: 8%;
}
.payment_data-index .payment-method-block .payment-method-open-button {
    width: 23%;
}
.payment_data-index .payment-method-block .payment-method-select-button{
	height: 30px;
}
.payment-method-select-button input.button {
    background-color: #dbecf7;
    border: medium none;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    padding-left: 15px;
    padding-top: 0;
    text-align: left;
    text-transform: lowercase;
    width: 23%;
}
.payment-method-block-parameter input.button {
    background-color: #f26c4f;
    border: medium none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    padding-top: 0;
    width: 260px;
    text-transform: unset;
    text-align: center;
}
.payment_data-index .payment-method-block form select {
    width: 12%;
}
