/*
Theme Name:   UGv3 Urlaubsguru.de
Description:  UGv3 Childtheme für Urlaubsguru.de
Template:     ugv3
Version:      1.0.13
Text Domain:  ugv3
*/
header.site-header section.main-header .eye-catcher-advent {
  position: absolute;
  height: 200px;
  right: 0;
  top: 80px;
}
@media (max-width: 991px) {
  header.site-header section.main-header .eye-catcher-advent {
    top: -20px;
    height: 80px;
    right: 20px;
  }
}
.search-front-page div.search-banner {
  width: 100%;
  height: 57px;
  background-image: url('images/whats_app_banner_sprite.png');
  background-repeat: no-repeat;
  background-position-y: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-front-page div.search-banner {
    background-position-y: -57px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-front-page div.search-banner {
    background-position-y: -114px;
  }
}
