/*
 *
 * Gelenkzentrum Printshop 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', sans-serif;
}

.page-title h1, .page-title h2 {
    color: #00205b;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0px;
    padding: 0px 0 0;
}

/* NAVIGATION
 **************************************/
.top-switch-bg {
    border-top: 10px solid #8bd324;
}

.header-container .links {
    text-transform: uppercase;
}

#queldoreiNav {
    margin: 31px 0 34px 20px;
    width: auto !important;
}

#queldoreiNav ul li a {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: normal;
    color: #2f201e !important;
    background: transparent none;
}

/* STARTSEITE
 **************************************/

header a.logo img {
    background-color: #FFF;
    max-width: 300px;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

/* ARTIKEL KATEGORIE
 **************************************/

/* ARTIKEL
 **************************************/

.products-grid .product-name a {
    font-family: 'Source Sans Pro';
    color: #8bd324;
    font-size: 16px;
    display: block;
    margin: 4px;
    line-height: 120%;
    margin-left: 0;
}

/* FLEXSLIDER
 **************************************/

/* WARENKORB
 **************************************/

/* CHECKOUT
 **************************************/

/* FOOTER
 *************************************
 .footer-banners {
 background: #ffffff !important;
 }

 * */

/* LOGIN
 **************************************/

.customer-account-login .top-switch-bg {
    display: none;
}

.customer-account-login .top-dropdowns {
    display: none;
}

.customer-account-login header {
    box-shadow: none;
}

.customer-account-login .new-users {
    display: none;
}

.customer-account-login .nav-container {
    display: none;
}

.customer-account-login .main-container {
    box-shadow: none;
    background: rgba(0,32,91,1);
    background: -moz-linear-gradient(-45deg, rgba(0,32,91,1) 0%, rgba(0,32,91,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,32,91,1)), color-stop(100%, rgba(0,32,91,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,32,91,1) 0%, rgba(0,32,91,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,32,91,1) 0%, rgba(0,32,91,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,32,91,1) 0%, rgba(0,32,91,1) 100%);
    background: linear-gradient(135deg, rgba(0,32,91,1) 0%, rgba(0,32,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00205b', endColorstr='#00205b', GradientType=1 );
}

.customer-account-login header .logo {
    margin-top: 50px;
    position: absolute;
}
.customer-account-login header .logo::after {
    content: 'PRINTSHOP';
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin-top: 16px;
    display: block;
}

#queldoreiNav > li > a:hover > span, #queldoreiNav > li.over > a > span, #queldoreiNav > li.active > a > span, #nav > li > a:hover > span, #nav > li.over > a > span, #nav > li.active > a > span, #mobile-nav > li > a:hover > span, #mobile-nav > li.over > a > span, #mobile-nav > li.active > a > span, .cart .cart-collaterals .cart-block, .opc .step, .block, .cms-index-index .block, .block-login, .cart .cart-collaterals .cart-block, .cform_wrap, .white-border-wrap, .cms-contacts-page .cform_wrap, .product-tabs li.active, .product-tabs-container h2.active, body .ui-accordion h2.ui-state-active, body .ui-tabs .ui-tabs-nav li.ui-tabs-active, add-comments, #customer-reviews {
    border-top-color: #FDDA24;
}

/* BENUTZERKONTO
 **************************************/
.block-login .new-users {
    display: none;
}

/* onepage-success
 **************************************/

.footer-container, footer a, footer ul.links li a {
    color: #fff;
    text-transform: uppercase;
}

