.fullsize-rows-container div.fullsize-row[class*="bg-image-search"] {
    background: #eeeeee  url(https://www.vkb.de/export/sites/vkb/_resources/suchergebnis/suche-buehne.jpg) bottom center no-repeat;
	background-size:cover;
}

@media only screen and (max-width: 64.063em){
.fullsize-rows-container div.fullsize-row[class*="bg-image-search"] {
	background-position:center -10%;
}
}

@media only screen and (min-width: 64.063em){
.fullsize-rows-container div.fullsize-row[class*="bg-image-search"] {
	background-position:center 10%;
}
}

@media only screen and (min-width: 106.25em){
.fullsize-rows-container div.fullsize-row[class*="bg-image-search"] {
	background-position:center 40%;
}
}

@media only screen and (min-width: 150em){
.fullsize-rows-container div.fullsize-row[class*="bg-image-search"] {
	background-position:center 50%;
}
}