/*
Author: Cenk Yildiz
*/
@media only screen and (min-width: 951px) {
	#bewerte-uns-google {
		width: 150px;
		height: 150px;
		position: fixed;
		background: url('../img/2024_11_Bewerte_uns_auf_Google-Kopie.webp');
		background-size: 150px 150px;
		z-index: 999999999999999; 
		right: 20px;
		bottom: 50px; 
		!important;
	}
}

@media only screen and (min-width: 415px) and (max-width: 950px) {
	#bewerte-uns-google {
		width: 44px;
		height: 44px;
		position: fixed;
		background: url('../img/google-bewertung-mobil.webp');
		background-size: 44px;
		z-index: 999999999999999; 
		right: 20px;
		bottom: 30px;
	}
}

@media only screen and (max-width: 414px) {
	#bewerte-uns-google {
		width: 44px;
		height: 44px;
		position: fixed;
		background: url('../img/google-bewertung-mobil.webp');
		background-size: 44px;
		z-index: 999999999999999; 
		right: 20px;
		bottom: 30px;
	}
}
