/*
 *
 * odd 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: 100px;
}
.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 {
    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: 5px solid #dd0b2f;
}

.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
 **************************************/

/* ARTIKEL KATEGORIE
 **************************************/

/* ARTIKEL
 **************************************/

.products-grid .product-name a {
    font-family: 'Source Sans Pro';
    color: #2f201e;
    font-size: 16px;
    display: block;
    margin: 4px;
    line-height: 120%;
    margin-left: 0;
}

/* FLEXSLIDER
 **************************************/

/* WARENKORB
 **************************************/

#shopping-cart-totals-table .a-right {
    text-align: right !important;
    padding-right: 18px;
}

.checkout-cart-index .cart-coupon {
    display: block;
}


/* 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 .main-container {
    box-shadow: none;
}

.customer-account-login .new-users {
    display: none;
}

.below-logo header a.logo {
    margin: 51px 0;
}

.customer-account-login header .logo {
    margin-top: 50px;
    position: absolute;
}
.customer-account-login header .logo::after {
    content: 'PRINTSHOP';
    color: #444F4F;
    font-size: 31px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

header a.logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* BENUTZERKONTO
 **************************************/
.block-login .new-users {
    display: none;
}

.formular_project_reorder {
    display: none;
}

/* onepage-success
 **************************************/

.footer-container, footer a, footer ul.links li a {
    color: #fff;
    text-transform: uppercase;
}

#my-projects-table:before {
    content: "Bitte beachten Sie, dass Bestellungen gespeicherter Projekte nur über den jeweiligen Artikel möglich sind. Wählen Sie dafür den jeweiligen Artikel über das Menü aus und klicken Sie auf personalisieren";
    font-weight: bold;
    color: #dd0b2f;
    display: table-caption;
    margin-bottom: 10px;
}

  