.gancefgomterbelquof > a {
	text-decoration: none;
	position: absolute;
	inset: auto auto 0 -150px;
	transition: left .5s .8s ease;
	animation: gancefgomterbelquof-left 6.3s ease;
}
.gancefgomterbelquof > a > #exclusivityBadgeContainer {
	background: url("https://homepagemodul.immowelt.de/app_themes/GLOBAL/images/homepagemodul/exclusivitybadge/iw-diamond-partner_rgb.jpg") bottom right / cover no-repeat;
	width: 200px;
	height: 50px;
	transition: height 1s .3s ease;
	animation: gancefgomterbelquof-height 6.3s ease;
}
.gancefgomterbelquof > a:hover {
	left: 0;
	transition: left .3s ease;
}
.gancefgomterbelquof > a:hover > #exclusivityBadgeContainer {
	height: 200px;
	transition: height .2s .1s ease;
}
@keyframes gancefgomterbelquof-left {
  from { left: -150px }
  3% { left: -150px }
  5% { left: 0 }
  92% { left: 0 }
  to { left: -150px }
}
@keyframes gancefgomterbelquof-height {
  from { height: 50px }
  5% { height: 200px }
  84% { height: 200px }
  to { height: 50px }
}
