/*

 ENERGETIX OVERRIDE
 --------------------------------------

 */

/* BODY
 **************************************/


/* Sticky Footer - Beginn */
html, body {
    overflow-x:hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.wrapper {
    min-height: 100%;
    position: relative;
}
.main-container {
    padding: 0;
    padding-bottom: 50px;
}
.footer-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* Sticky Footer - End */


body {
    font-family: 'Source Sans Pro';
}


/* NAVIGATION
 **************************************/

header a.logo img {
    max-width: 100%;
    height: auto;
    width: 180px;
    margin: 40px 10px 40px 0;
}

.top-switch-bg {
    background: #ffffff;
    border-top: 5px solid #002f60;
}

.top-switch-bg .over {
    box-shadow: 0px 0px 10px 0px rgba(0,47,96, .8);
}

.header-container .links li a, .header-switch span {
    color: #002f60;
    text-transform: uppercase;
    font-weight: 300;
}

#queldoreiNav > li > a {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.0em;
}

#queldoreiNav div.sub-wrapper {
    position: absolute;
    z-index: 999;
    width: auto;
    padding: 16px 0;
    margin: 39px 0 0;
    left: -10000px;
    border: none;
    background: #002f60;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper {
    top: -5px;
    margin: 0 0 0 148px;
    padding: 0;
    width: auto;
    border: none;
}

#queldoreiNav > li > div.sub-wrapper > ul > li a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

#queldoreiNav ul li.over > a, #queldoreiNav ul li a:hover {
    background: rgba(255,255,255,0.3);
}

#queldoreiNav ul li a {
    float: none;
    padding: 0 10px;
    font-family: 'Source Sans Pro';
    font-size: 1.15em;
    font-weight: 300;
    color: #fff !important;
    background: #ffffff transparent none;
}

#queldoreiNav ul li.active > a {
    background: rgba(255,255,255,0.15) !important;
    color: #FFFFFF !important;
}

.header-dropdown ul li a {
    display: block;
    line-height: 28px;
    min-width: 110px;
    margin: 0;
    padding: 0 9px;
    color: #002F60;
}

.header-dropdown ul li a:hover {
    background: #fff;
    color: #8e8f92;
    text-decoration: none;
}

.language-switch .header-dropdown ul li a {
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 0 9px 0 50px;
}

/* STARTSEITE
 **************************************/

/* ARTIKEL KATEGORIE
 **************************************/

/* ARTIKEL
 **************************************/

.product-view h1 {
    font-weight: 300;
    color: #8e8f92;
    letter-spacing: 0px;
}

.catalog-product-view #product-options-wrapper {
    display: none;
}

.products-grid .product-name a {
    color: #8e8f92;
    font-family: 'Source Sans Pro';
}

.products-grid .product-name a:hover {
    color: #002f60;
}

.products-grid .hover .price-box {
    opacity: 1;
    background: #fff;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    display: block;
}

/* FLEXSLIDER
 **************************************/

.flexslider .slides .content {
    float: left;
    max-width: 1000px;
    margin: 10px 100px;
    color: #454746;
    color: rgba(0,0,0,0.6);
    text-align: center;
    background: rgba(255,255,255,0.6);
    padding: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
    display: none;
}

/* WARENKORB
 **************************************/

.cart-top-container .details {
    width: 360px;
}

.cart-top-container .details .subtotal {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    box-shadow: inset 0 0 4px rgba(0,47,96, 0.4);
}

.cart-top-container .details .buttons .button_wrap {
    display: inline;
}

.cart-top-container {
    float: right;
    position: relative;
    margin: 0px 0px 0 4px;
}

.cart-top > a {
    float: left;
    display: block;
    background-color: #002f60;
    background-position: 7px -241px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.cart-top > a:hover {
    background-color: #002f60;
    text-decoration: none;
}

.cart-top span {
    padding: 9px 0 0 9px;
    color: #002f60;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    /* max-width   : 90px; */
    white-space: nowrap;
}

#shopping-cart-totals-table strong {
    font-weight: 300;
    letter-spacing: -0.5px;
}

#shopping-cart-totals-table td {
    padding: 0 19px 5px;
    width: 60%;
}

/* CHECKOUT
 **************************************/

.sp-methods label {
    font-weight: 300;
    color: #666666;
}


.cart-coupon {
    display: block!important;
}

/* CHECKOUT-REVIEW
 **************************************/

#checkout-review-table-wrapper {
    border: 2px solid #002f60;
    border-bottom: 0;
}

.data-table {
    background: #fff;
    border-collapse: separate;
    border-top: 2px solid #002f60;
    border-radius: 2px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

#checkout-review-table tr.odd, #checkout-review-table tr.even {
    background-color: #fff;
}

.data-table tbody tr:last-child td {
    border-bottom: none;
    color: #002f60;
}

.data-table thead, .data-table tfoot {
    background: #ffffff;
}

.data-table .product-name {
    color: #002f60;
}

#checkout-review-table tfoot tr {
    background-color: #fff !important;
}

#checkout-review-submit {
    background-color: #fff;
    border: 2px solid #002f60;
    border-top: 0;
}

.top-opc li.allow .number {
    background: #002f60;
    font-weight: 300;
}

.top-opc li.allow h2 {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    text-transform: uppercase;
}

.top-opc li h2 {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

/* FOOTER
 **************************************/



/* BENUTZERKONTO
 **************************************/

.dashboard .welcome-msg .hello strong {
    color: #8e8f92;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
}

.page-title h1, .page-title h2 {
    text-transform: uppercase;
    color: #8e8f92;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    padding: 0px 0 0;
    letter-spacing: 0px;
}

input, select, textarea, button {
    font: 14px 'Source Sans Pro';
    color: #8e8f92;
    font-weight: 300;
    vertical-align: middle;
    color: #8e8f92;
}

.fieldset h2.legend {
    padding-bottom: 21px;
    font-size: 20px;
    color: #8e8f92;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.25;
    float: none;
}

.block .block-title strong {
    font-family: 'Source Sans Pro';
    color: #2f3030;
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 21px;
}

.block .block-content {
    color: #8e8f92;
    font-weight: 300;
}

.block .block-content strong {
    color: #8e8f92;
}

.addresses-list h2 {
    text-transform: uppercase;
    background: #FAFAFA;
    padding: 8px 10px;
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

/* onepage-success
 **************************************/

