/*

 URANO SHOP 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-size: 14px;
    font-family: "Open Sans";
    color: #1b1a19;
    background: #ffffff;
}

.main.row {
    background-color: #ffffff !important;
}

.main-container {
    background: #ffffff;
}

.page-title-bg {
    background-color: #ffffff;
}

.page-title-bg, .col-main-wrap > .blog-title::before, .page-title::before, .breadcrumbs::before, .page-head h3::before, .product-category-title::before {
    background: none;
}

html, button, input, select, textarea {
    font-family: "Open Sans";
    color: #222222;
}

header a.logo img {
    width: 200px;
    margin-bottom: 10px;
}

/* NAVIGATION
 **************************************/

.top-switch-bg {
    border-top: 5px solid #004e9e;
}

.header-container .links {
    text-transform: uppercase;
}

#queldoreiNav {
    margin: 31px 0 34px 20px;
    width: auto !important;
}

/* STARTSEITE
 **************************************/
.cms-index-index .col-main {
    float: none;
    width: auto;
    margin: 10px 0 30px;
    padding-bottom: 30px;
    /*background-color: rgb(0,78,158, .4); */
}

/* ARTIKEL KATEGORIE
 **************************************/

/* ARTIKEL
 **************************************/

/* 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 .main-container {
    box-shadow: none;
}

.customer-account-login .new-users {
    display: none;
}

.customer-account-login header .logo {
    margin-top: 50px;
    position: absolute;
}

.customer-account-login header .logo::after {
    content: 'PRINTSHOP';
    color: #8c8989;
    font-size: 31px;
    font-weight: 300;
    margin-top: 26px;
    display: block;
}

/* BENUTZERKONTO
 **************************************/
.block-login .new-users {
    display: none;
}

.customer-account-index .block-account.masonry-brick .block-content li:nth-child(5), .block .block-content li:nth-child(5) {
    border: 0;
    display: none;
}

/* onepage-success
 **************************************/
.footer-container, footer a, footer ul.links li a {
    color: #ffffff;
    text-transform: uppercase;
}

/* Button Handbuch
 **************************************/
 .handbuch {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #004f9e;
    border-radius: 8px;
    background: #00789c;
    background: -webkit-gradient(linear, left top, left bottom, from(#00789c), to(#004f9e));
    background: -moz-linear-gradient(top, #00789c, #004f9e);
    background: linear-gradient(to bottom, #00789c, #004f9e);
    text-shadow: #00284f 1px 1px 1px;
    font: normal normal bold 20px tahoma;
    color: #ffffff;
    text-decoration: none;
}
.handbuch:hover,
.handbuch:focus {
    border: 1px solid #007efd;
    background: #0090bb;
    background: -webkit-gradient(linear, left top, left bottom, from(#0090bb), to(#005fbe));
    background: -moz-linear-gradient(top, #0090bb, #005fbe);
    background: linear-gradient(to bottom, #0090bb, #005fbe);
    color: #ffffff;
    text-decoration: none;
}
.handbuch:active {
    background: #00485e;
    background: -webkit-gradient(linear, left top, left bottom, from(#00485e), to(#004f9e));
    background: -moz-linear-gradient(top, #00485e, #004f9e);
    background: linear-gradient(to bottom, #00485e, #004f9e);
}

/* OTP
 **************************************/
.top_logo large_logo {
	display:none;
}

.submenu-sidebar {
	background-color:#004e9e;
}

.logoContainer{
	background-color:#004e9e;
}

.maximizeContainer{
	background-color:#004e9e;
}

