.tl-wrapper {
    position: relative;
}
#block-search {
    background: #FFFFFFE5;
    width: 100%;
    position: absolute !important;
    z-index: 9;
    bottom: 0;
    box-sizing: border-box;
}
.tl-container {
    padding: 0 25px;
    max-width: 1250px;
    margin: 0 auto;
}
@media screen and (max-width: 1564px) and (min-width: 980px) {
    header.teaser {
        background: #DFDFDF;
    }
    #block-search {
        background: #DFDFDF;
    }
}
@media screen and (max-height: 784px) {
    #block-search {
        background: #DFDFDF;
        position: relative !important;
        bottom: auto;
        margin: 0 auto;
    }
}