#map_canvas{ height:650px;}
#load-bar {
    position: fixed;
    width: 100%;
    background: #fff;
    margin: 20% 0 0;
    padding: 50px 0;
    display: none;
    top: 0;
    z-index: 999;
}
#load-bar .fa {
    position: absolute;
    font-size: 60px;
}
#load-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,.7);
    top: 0;
    display: none;
    z-index: 998;
}
.retailerbox-wrapper { margin-top: 40px;}
.retailerbox {
    color: #000;
    padding: 20px 10px 0 10px;
    display: block;
    position: relative;
    border-bottom: 1px dotted #999;
    cursor: pointer;
    min-height: 200px;
}
.retailerbox.salespartner{
    cursor: default;
    background-color: #f9f9f9;
}
.retailerbox .post-header{
    margin: 0;
}
.retailerbox:hover,
.retailerbox.active{
    background:#e0e0e0;
    color:#000;
    text-decoration:none;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear
}

.retailer-error {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    font-size: 16px;
    color: #A94442;
    background: #F2DEDE;
    /*border-bottom: 1px solid #EBCCD1;*/
    line-height: 46px;
    padding: 0 5px;
    max-height: 0;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.retailer-error.show {
    opacity: 1;
    max-height: 46px;
}

/*styles für infowindow in map*/
.gm-style-iw,
.gm-iw{
    top: 15px !important;
    left: 0px !important;
}
#iw-container {
    margin-bottom: 10px;
}
#iw-container .iw-title {
    font-size: 1.5em;
    font-weight: 400;
    padding: 10px;
    background-color: #706f6f;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content,
#iw-container .iw-contact
{
    font-size: 1.125em;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    color: var(--custom-gray);
    overflow-y: auto;
    overflow-x: hidden;
}
.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}
.iw-content a {
    font-size: 1em;
}
.iw-contact a { margin: 4px 0 4px 0; display: inline-block;}
.iw-bottom-gradient {
    position: absolute;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

/*autocomplete*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

/*retailer search*/
#frmRetailerSearchWrapper { 
    margin-bottom: 25px;
}
#frmRetailerSearchWrapper label {
    color: var(--custom-gray);
    font-size: 1.125rem;
}
#frmRetailerSearchWrapper .form-control {
    color: var(--custom-gray);
    font-size: 1.125rem;
}
#frmRetailerSearchWrapper input[type=text][id="address"] { 
    width: 100%; 
    height: 44px; 
    border-color: 1px solid var(--custom-gray);
}
#frmRetailerSearchWrapper button btn.dropdown-toggle {
    margin-top: 0;
}
#haendler-submit {
    margin-top:35px; 
    width:100%; 
}
.bootstrap-select>.dropdown-toggle { 
    width: 100%;
    margin-top: 0;
}
.bootstrap-select .dropdown-menu li.active{ 
    background-color: var(--custom-gray);
}


@media (max-width: 767px) {
    .dropdown-menu {display: none; position: absolute;}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) and (max-width: 1049px) {
    .bootstrap-select>.dropdown-toggle { 
        width: 80%;}
}
@media (min-width: 992px) {
    /*.retailerbox { min-height: 290px;}*/
}
@media (min-width: 1050px) and (max-width: 1199px) {
    .bootstrap-select>.dropdown-toggle { width: 90%;}
}
@media (min-width: 1200px) {
    /*.retailerbox { min-height: 270px;}*/
}
@media (min-width: 1440px) {
    /*.retailerbox { min-height: 250px;}*/
}