/* Page */

.page {
    position: relative;
    min-height: 100vh;
}
.main-container {
    padding-bottom: 12em;
}

.footer-container {
    margin-top: 3em;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 92px;
}

/* allgemein */

h1, h2, h3, h4, h5,
.opc .allow .step-title h2, .opc .step-title h2, .opc .step-title a{
    color: #0f05a0; ;
}



/* Footer  */
.block_footer_payment a {
    color: rgba(255, 255, 255, 0.7);
}

.block_footer_payment .links > li > a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.footer .item-left.logo img{
    filter: invert(1);
}

/* Header Top */
.header-top {
    display: flex;
    flex-direction: column;
}

.header-top.container {
    width: 100%;
    max-width: unset;
}

.header-top-container .inner-container {
    margin-left: auto;
    margin-right: auto;
    width: 84.25rem;
    display: flex;
}
.header-top-container .left-column {
    box-sizing: content-box;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
}

.header-top-container .left-column .logo-wrapper{
    width: 35rem;
}

.header-regular .logo-wrapper .logo img {
    margin-top: 20px;
}

.header-top-container .right-column {
    flex-grow: 1;
    background: #0f05a0;
    height: 135px;
    width: calc(100% - 34.5625rem + (100vw - 84.25rem - 15px) / 2);
    margin-right: calc((100vw - 84.25rem) / -2);
}




.header-primary-container {
    background-color: #f4f7f9;
    height: 54px;
    padding-top: 10px;
}

/** STicky */
.sticky-header .header-primary.header.container.sticky-container {
    max-width: unset;
}

.sticky-header .header-primary.header.container.sticky-container .inner-container {
    max-width: 1200px;
    margin: 0 auto;
}


/* Navigation  Burger Variante
.hp-block.left-column.grid12-6 {
    margin-left: -1%;
}

.header-regular .hp-blocks-holder .hp-block.left-column {
    display: flex;
    flex-direction: row-reverse;
}

.mobnav-trigger {
    display: block;
    padding: 0 ;
    min-width: 90px;
}

.mobnav-trigger, .nav-mobile .nav-item.level0 > a {
    font-size: 16px;
    text-transform: none;
}


#nav.nav-mobile.show {
    position: absolute;
    z-index: 2000;
    -webkit-transform: translateZ(0);
    left: 0;
    display: block;
    background: #88cfff;
    width: calc((27.4375rem - 4rem) + (100vw - 84.25rem - 15px) / 2);
    height: stretch;
    color: #0f05a0;
    padding-top: 50px;
}

#nav.nav-mobile.acco.show li.nav-item {
    padding-left: calc((100vw - 84.25rem - 15px) / 2)!important;
    font-weight: 900;
    font-size: 20px;
}
*/

/* nav */

.nav-regular li.level0.first > a {
    padding: 0 12px 0 0;
}

/*search*/
.form-search .input-text {
    padding: 0px 35px 0 7px;
    text-align: right;
}

.hp-block.right-column .item .search-wrapper {
    width: 200px;
}

.form-search .input-text {
    background: none;
    border: 1px solid transparent;
}
.form-search .input-text:hover {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000000;
}

.form-search .button, .form-search .input-text {
    color: #000000;
    font-size: 16px;
}
.form-search .button {
    font-size: 18px;
}


/* User Nav */
#account-links-wrapper-regular a,
.header-primary .dropdown .dropdown-heading, .header-primary .links > li{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

/* Home */

.storybg {
    background: #f4f4f4;
    padding-bottom: 3rem;
    padding-top: 2rem;
    position: relative;
    height: 150px;
}

.storybg h2 {
    padding-left: 2rem;
}

.storybg .card-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.75rem;
    height: 2.75rem;
    color: #0f05a0;
    background-color: #88cfff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.storybg .card-link:before {
    font-family: ThemeIcons;
    content: "\e228";
    font-size: 24px;
}
.storybg .card-link:hover:before {
    transition: transform 1ms ease;
    transform: translateX(10%);
}

.item.slide .img-banner {
    width: 60%;
    float: right;
    max-height: 370px;
    overflow: hidden;
    text-align: right;
}

.item.slide .caption-container {
    position: relative;
    width: 40%;
    float:left;
}

.item.slide .caption-content {
    margin-top: 2.5rem;
    line-height: 1.7;
    font-weight: 900;
    color: #0f05a0;
}

.item.slide .caption-content h2 {
    font-size: 3.5rem;
}

.item.slide .caption-content p {
    font-size: 1.25rem;
}

/* Buttons */

.button, .product-view .btn-cart, .btn-checkout {
    color: #0f05a0;
    background-color: #88cfff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.button:hover,
.product-view .btn-cart:hover, .btn-checkout:hover{
    background-color: #46b2ff;
    color: #0f05a0;
    font-weight: 600;
    font-size: 1rem;
}

/* Category */

.itemgrid .item {
    padding-left: 0;
}

.my-account .page-title, .category-title,
.category-products-grid .item{
    border: none;
}

.category-products .toolbar {
    display: none;
}
.products-grid.centered .item {
    text-align: left;
}

.products-grid .product-image-wrapper {
    margin: 0;
}
.item-wrapper .actions.clearer {
    padding-left: 0 !important;
}


/* product */

.product-detail-show {
    font-size: 12px;
    margin-bottom: 1rem;
}

.product-img-column .img-box-style1 .product-image {
    border: none;
    padding: 0;
}

/* cart */

.add-to-cart .qty-wrapper, .add-to-cart .button {
    display: block;
}

.data-table tr.odd td, .data-table tr.odd th {
    border: none;
}


.cart-left-column.grid12-8 {
    margin-left: 0;
}

.cart-table tfoot td.last {
    padding: 15px 10px 0;
}

.discount h2 {
    display: none;
}
.data-table th.col-wish {
    padding-bottom: 8px;
}
.data-table .item-options {
}
.data-table .item-options dt {
    background: none;
    padding-left: 0;
}
.data-table .item-options dt:after {
    content: ':';
}

.data-table .item-options dd {
    font-style: normal;
    color: #333;
}

/* Account */

.box-account.box-info .col-1, .block .actions, .section-line, .buttons-set, .toolbar {
    border: none;
}

.dashboard .box .box-title {
    padding: 20px 0 2px;
}

/* Sidebar */
.sidebar .block:first-child {
    margin-top: 0;
}
.sidebar  .col2-set, .block.block-account {
    margin-bottom: 30px;
}
.block.block-account .block-title {
    font-size: 34px;
    padding-top:0;
}

.block-account li > * {
    text-transform: none;
    font-size: 1em
}
.block-account .block-title {
    background: none;
    padding-left: 0 !important;
}

.box-account.box-info .box-head , .welcome-msg .hello,
.addresses-primary h2, .wishlist-index-index .block-wishlist{
    display: none;
}

/* Checkout */

.opc .step-title,
.opc .allow .step-title {
    background: #88cfff;
}

.opc .allow .step-title:hover, .opc .section.allow.active .step-title {
    background-color: #46b2ff;
}

.opc .active .step-title{
    background: #88cfff;
}
.opc .active .step-title h2 {
    color: #0f05a0;
}
.opc .active .step-title .number {
    background-color: #ffffff;
    color: #0f05a0;
}

#form_review .form-list textarea {
    width: 100%;
}

#checkout-review-table #td_review {
    padding-left:0;
}
#amorderattr span.required:after {
    content: '';
}

.block-progress dd {
    margin-bottom: 25px;
    padding-left: 0;
    font-style: normal;
}
.block-progress address {
    font-style: normal;
}


/*********************/
.dashboard .box .box-title h3, .dashboard .box-recent .box-head h2, .block.block-wishlist .block-title,
.addresses-list h3, .addresses-additional h2 {
    font-size: 1.25em;
    font-weight: 700
}

.dashboard .box-info h4 {
    font-weight: 700;
    text-transform: none;
    font-size: 1em
}

.box-account.box-info .col2-set:first-child .col-1 {
    width: 100%
}

.addresses-list .addresses-primary .item,
.addresses-list .addresses-additional .item {
    background: none;
    padding: 0 0 20px 0;
    border: none;
}