#badges { position:absolute; right:36px; top:150px; z-index:20; }
#badges img.original-badge { display:block; margin-bottom:10px; width:80px; height:80px; }
#badges img.durchstarter-badge { display:block; margin-bottom:10px; width:80px; height:80px; }
#badges img.wp-support-badge { display:block; margin-bottom:10px; width:80px; height:80px; }
#badges img.wp-hosting-badge { display:block; width:80px; height:80px; }
#badges img { transition: all 0.7s ease; }
#badges img:hover { transform: scale(1.25) rotate(6deg); }

@media(max-width: 991px)
{
	#badges { top:100px; right:20px; }
	#badges img.original-badge { width:40px; height:40px; }
	#badges img.durchstarter-badge { width:40px; height:40px; }
	#badges img.wp-support-badge { width:40px; height:40px; }
	#badges img.wp-hosting-badge { width:40px; height:40px; }
}