@CHARSET "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700|Nothing+You+Could+Do);


.no-js-message {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999999999;
}
.no-js-message .logo {
    text-align: center;
    margin-bottom: 14px;
}


/* ALLGEMEIN*/
/* ########################################################################################## */

.gm-style img {
    max-width: none;
}

.gm-style label {
    width: auto; display:inline;
}




table td {
    vertical-align: top;
    padding: 0;
}

.clear {
    clear: both;
}


.row-hover:hover {
    background-color: #eeeeee;
}

.width-100 {
    min-width: 100px;
}

.width-90 {
    min-width: 90px;
}

.width-80 {
    min-width: 80px;
}

.width-70 {
    min-width: 70px;
}

.width-60 {
    min-width: 60px;
}

.width-50 {
    min-width: 50px;
}




/* BLANK LAYOUT */
/* ########################################################################################## */
html.in-modal {
    height: 100%;
}

body.in-modal {
    height: 100%;
    overflow: auto;
    position: absolute;
    width: 100%;
}

body.in-modal .modal {
    max-height: 80%;
}

body.modal-open {
    overflow: hidden;
}


/* TEXTKOERPER */
/* ########################################################################################## */

body {
    background: #ffffff;
    line-height: 1.5em;
    font-family: 'Univers LT W02 55 Roman';
    font-weight: 300;
    font-size: 14px;
    color: #585858;
    position: relative;
}

div.bg_image {
    width: 100%;
    /*min-width: 964px;*/
    /*height: 640px;*/
    height: 100%;
    height: calc(100% - 86px);
    position: fixed;
    top:110px;
    overflow: hidden;
    /*background-size: 100% 100%;*/
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
}

.container {
    width: 100%;
    min-width: 1140px;
    position: relative;
}



#page-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1030;

    display: none;

    background: transparent;  /* For IE 5.5 - 7 */
    background: rgb(0, 0, 0); /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.45); /* RGBa with 0.6 opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000,endColorstr=#72000000)"; /* IE8 */
    zoom: 1;
}


/* BANNER */

.banner {
    position: fixed;

    width: 100%;
    min-width: 800px;
    height: 90px;
    padding-bottom: 10px;

    background: #ffffff;
    z-index: 1080;

    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);

}

.banner .logo {

    position: absolute;

    top: 0;
    left: 0;

}

.banner .logo img {
    width: 260px;
}


@media (max-width: 1140px) {

    .banner {
        height: 69px;
    }

    .banner .logo img {
        width: 200px;
    }

    .banner .content {
        width: auto;
    }
}


.banner .loginAndStore {
    position: absolute;

    top: 0;
    right: 0;
}


.banner .login {

    float: right;

    width: auto;
    height: 27px;

    padding: 0px 12px;

    background: #621019;

    color: #ffffff;
    font-size: 12px;
    line-height: 27px;

    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.banner .login a {
    color: #ffffff;
}

.banner .deliveryarea {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.banner .navigation {
    position: absolute;
    top: 54px;
    right: 0px;
}

.banner .webseite_navigation {
    position: absolute;
    top: 54px;
    right: 0px;
    display: none;
}

@media (max-width: 1140px) {

    .banner .deliveryarea {
        font-size: 11px;
    }

    .banner .navigation {
        top: 45px;
        font-size: 13px !important;
    }

    .banner .webseite_navigation {
        top: 30px;
    }
}

/* CONTENT */

.content {
    margin: 0 auto;
    position: relative;
    width: 1110px;
}

@media (max-width: 1140px) {
    .content {
        position: relative;
        /*width: auto;*/
        padding-left: 15px;
        padding-right: 15px;
    }
}

body.blank .content {
    margin: 0;
    width: 100%;
}


.content-container {
    margin-top: 40px;
}



.push-content-top {

    width: 100%;
    height: 100px;
}

@media (max-width: 1140px) {
    .push-content-top {
        height: 79px;
    }
}


.push-right-content-top {

    width: 100%;
    height: 120px;

}



.modal .modal-body {
    max-height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

[data-rel=leave-webshop-modal] .modal-body div {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.3;
}


[data-rel="leave-webshop-modal"] .modal-footer div {
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 0;
}

.modal[data-rel="selectArticle-modal"], .direct-to-basket-modal {
    width: 98%;
    max-width: 1180px;
    height: 80%;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    margin-left: 0;
}

.modal[data-rel="selectArticle-modal"] .modal-body, .direct-to-basket-modal .modal-body {
    height: calc(100% - 50px);
    max-height: 100%;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
}

.modal[data-rel="selectArticle-modal"] p.loader, .direct-to-basket-modal p.loader {
    text-align: center;
    margin-top: 15%;
}
.modal[data-rel="selectArticle-modal"] iframe, .direct-to-basket-modal iframe {
    display:none;
    border: none;
    width: 100%;
    height: calc(100% - 30px);
    margin: 15px 0;
    position: absolute;
}

.modal[data-rel="selectArticle-modal"] iframe html, .direct-to-basket-modal iframe html {
    position: relative;
    height: 100%;
}
.modal[data-rel="selectArticle-modal"] iframe body, .direct-to-basket-modal iframe body {
    height: 100%;
    max-height: 100%;
    position: absolute;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal[data-rel="voucher-success-modal"] .is-paid-voucher {
    display: none;
}


/* WEITER */
/* ########################################################################################## */

.arrow {
    border: 8px solid #272727;
    font-size: 0;
    line-height: 0;
    height: 0px;
    width: 1px;
    padding: 0;
    margin: 0;
}

.arrow.down {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.arrow.up {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.arrow.left {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.arrow.right {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

input.error {
    border: 2px solid #F82926;
}


#website_nav {
    display:none;   
}



/* Autocomplete */

.ui-autocomplete, .ui-widget {
    font-size: inherit;
    font-family: inherit;
    border-radius: 0;
}

.ui-autocomplete .ui-state-focus {
    background: #eeeeee;
    border-color: #eeeeee;
    color: inherit;
    border-radius: 0;
}

.empty-result {
    background: none !important;
    border-color: #ffffff !important;
    cursor: default !important;
    color: inherit !important;
}


.shadow-container {
    background: #ffffff;

    margin-bottom: 20px;

    padding: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}



.spinner-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.3);*/
    background: #ffffff;
    box-sizing: border-box;
    z-index: 99999;
}


.spinner-container img {
    top: 50%;
    position: relative;
    transform: translateY(-10px);
}


.customermessages .message {
    padding: 5px;
    margin-bottom: 5px;
}


/* Cookie Message */
.cookie-message {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #0A3150;
}

.cookie-message span {
    display: inline-block;
}

.cookie-message span.cookie-txt {
    padding-bottom: 10px;
}

.cookie-message .btn {
    margin: 0 5px;
    line-height: 1;
    color: #FFFFFF;
    background-color: #DD1617;
}

.cookie-message .btn:active,
.cookie-message .btn:focus,
.cookie-message .btn:hover {
    color: #FFFFFF;
    background-color: #800d0d
}
