body.blank {
    background: transparent;
    background: rgba(255, 255, 255, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=##00FFFFFF,endColorstr=##00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;

    min-width: 100%;
}

body.blank .modal-backdrop {
    background: transparent;
    background: rgba(255, 255, 255, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=##00FFFFFF,endColorstr=##00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}

body.blank .modal {
    left: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;

    width: 99%;
}

body.blank .modal[data-rel=choose-takeaway-modal] .modal-footer .btn {
    min-width: 230px !important;
}

body.blank .modal[data-rel=choose-takeaway-modal] .modal-footer .btn:first-child {
    margin-bottom: 15px;
}


.store-list .page-header {
    display: none;
}


.content-container {
    margin-top: 0;
}

/* Navigation ausblenden */
.banner .navigation {
    display: none;
}

.banner .webseite_navigation {
    display: block;
}

/* Warenkorb ausblenden */
#shopping-cart-widget, #voucher-widget, .push-content-top-2 {
    display: none;
}


/* Karte */
#storemap {
    position:relative;
    width:100%;
    min-width: 1000px;

    overflow: hidden;

    height: 655px;
    max-height: 655px;

    margin-bottom: 25px;

}

@media (max-width: 1050px) {
    #storemap {
        min-width: 100%;
    }
}

#storemap .marker-description, #storemap .marker-description p {
    line-height: 1.2em;
    font-size: 12px;
}

#storemap .btn {
    color: #ffffff;
}



#refreshMap {
    position: absolute;
    right: 257px;
    top: 24px;
}


#store-search {
    position:absolute;
    width:100%;
    min-width: 1000px;

    top:0;
}


@media (max-width: 999px) {
    #store-search {
        min-width: 100%;
    }
}

#store-search.onlybox {
    width:100%;
}

#store-search.onlybox .content {
    width: 100%;
}



#formSearchStore {
    padding: 5px;
    background: #E70000;
    color: #FFFFFF;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#foundNoStores {
    padding-left: 7px;
}

#formButton {
    margin: 0;
    line-height: 1.3em;
    text-align: left;
    background: #621019;
    border-color: #621019;
}

#store-search .container-search {
    position: absolute;
    width:324px;
    top:84px;
    right: 0;

    -moz-box-sizing: content-box;

    background: transparent;
    background: #abcc2b;
    background: rgba(171, 204, 34, 0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ABCC22,endColorstr=#E5ABCC22)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ABCC22,endColorstr=#E5ABCC22);   /* IE6 & 7 */
    zoom: 1;

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

    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);

    z-index: 5;
}

#store-search.onlybox .container-search {
    top:0;
    left: 0;
    right: auto;
}


#store-search .container-search .tabs {
    height: 40px;
    position: relative;
}

#store-search .container-search .tabs > div {
    float: left;
    line-height: 40px;
    padding: 0 3%;
    position: relative;
    width: 44%;
    cursor: pointer;
    color: #ffffff;
}

#store-search .container-search .tabs > div:not(.active) {
    background: #216826;
}

#store-search .container-search .tabs #showStoreSearch {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}



#store-search .container-search #contentStoreSearch {
    position: relative;
    padding: 10px;
}



#store-search .headline {
    font-family: 'Roboto Flex';
    font-size: 21px;
    color: #ffffff;
    padding-left: 12px;
}

#store-search .desc {
}

#store-search .row-fluid {
    margin-bottom: 10px;
}

#store-search input, #store-search a, #store-search p {
    margin-bottom: 0;
}

#store-search a.dropdown-toggle {
    background-color: #216826;
    color: #ffffff;
    line-height: 30px;

    text-indent: 12px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#store-search a.dropdown-toggle i {
    position: absolute;
    right: 10px;
    top: 6px;
}

#store-search ul.dropdown-menu {
    margin: 0;
    width: 100%;
}

#store-search.onlybox ul.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}

#store-search ul.dropdown-menu li {
}

#store-search ul.dropdown-menu > li > a {
    line-height: 30px;
}

#store-search ul.dropdown-menu > li > a:hover {
    background-color: #eeeeee;
    color: #333333;
}




#enterZip, #enterStreet, #enterStreetnumber {
    padding-left: 7px;
}

#enterStreet, #enterStreetnumber {
    display: none;
}

.container-searchStreet, .container-searchStreetnumber, .container-formButton {
    display: none;
}



.row-fluid {
    width: auto;
}

.store-list .row-fluid {
    margin-bottom: 0;
    padding: 2px;
    font-family: "Univers LT W02 55 Roman";

}

.store-list > div > .row-fluid {
    padding: 10px;
    margin: 15px 0;
}

/*.store-list > .row-fluid:nth-child(even) {
    background-color: #e8e8e8;
}*/
.store-list > div > .row-fluid:not(:first-child) {
    border-top: 2px dotted #868686;
}

.headline_storename {
    font-size: 1.6em;
    margin-top: 2px;
}

.list-desc {
    font-weight: bold;
}


.specialLink {
    color: #EE7202;
}
a.specialLink {
    text-decoration: underline;
}


.modal[data-rel=choose-takeaway-modal] .modal-footer {
    text-align: center;
}

.modal[data-rel=choose-takeaway-modal] .modal-footer .btn {
    min-width: 40%;
}


#search-preloader {
    display: none;
    height: 21px;
}

#streetnumberNotFound {
    display: none;
}


ul.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
}

img.storemarker {
    vertical-align: bottom;
}




#store-search .container-search .tabs #showLogin {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}


#store-search .container-search #contentLogin {
    position: relative;
    padding: 10px;
}