.bigspirits .searchbar-logo {
    width: 257px;
    padding-top: 5px;
}

.bigspirits .search-bar {
    margin-right: 20px;
}

.bigspirits #header .btn-quickOrder {
    padding: 0 10px;
    width: 300px;
    font-size: 1.2em;
    margin-top: 25px;
    margin-right: 45px;
    line-height: 48px;
    font-style: italic;
    text-transform: none;
    display: block;
    float: left;
}
.bigspirits #header .btn-default-action {
    text-align: center;
    width: 230px;
    padding: 0 10px;
    margin-top: 25px;
    margin-right: 75px;
    line-height: 46px;
    display: block;
    float: left;
}

.bigspirits .footer ul.exportService {
    margin-bottom: 25px;
}

.bigspirits .footer .box.certificates img,
.bigspirits .footer .box.lieferung img  {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.bigspirits .footer .box.lieferung img {
    width: 51px;
    height: 35px;
}

.footer .box.lieferung img:first-child {
    margin-bottom: 0;
}

.bigspirits .footer .box.distribution img {
    max-width: 179px;
    width: 95%;
}

.mouseoverText {
    display: none;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mouseoverText ul {
    margin: 0;
    padding: 0;
}

.mouseoverText ul li {
    line-height: 1.2em;
    color: #c8001e;
    margin-bottom: 0.33em;
}

.renderBanner:hover .mouseoverText {
    display: block;
}

.mouseoverText,
.overlayText {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.5em;
    font-size: 1.2em;
    line-height: 1.2em;
}

.mouseoverText h1,
.overlayText h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #7d7d7d;
    border: none;
}

.mouseoverText h2,
.overlayText h2 {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #7d7d7d;
    border: none;
    margin-bottom: 0.5em;
}

.mouseoverText a,
.overlayText a {
    color: #c8001e;
}
