﻿/* Anpassung für Mobil */
@media only screen and (max-width: 400px) {
	#logincontent,
	.logincontent {
		width: 300px;
	}
}

@media only screen and (max-width: 500px) 
{
	#logincontent,
	.logincontent {
		width: 350px;
	}
}

@media only screen and (max-width: 750px) {

	:root {
		--backgroundImage: none;
	}
}

/*@media only screen and (max-height: 900px) {
	.top-50 {
		top: 0% !important;
	}

	.translate-middle {
		transform: translate(-50%,-0%) !important;
	}

	.loginbox {
		margin-top: 85px;
	}
}*/
