@CHARSET "ISO-8859-1";

.red{
	color: #FF0000;
}

.karte{
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 0;
}

.kartemobile{
	position: absolute;
	width: 100vw;
	height: 90vh;
	z-index: 0;
}

.float{
	position: absolute;
	z-index: 2;
}

.left{
	left: 0px;
}

.right{
	right: 0px;
}

.white{
	background-color: white;
}

.rounded_corners{
	border-radius: 10px;
	padding: 5px;
}

.u-half-width{
	width: 49%;
}

.u-threequarter-width{
	width: 74%;
}

.u-quarter-width{
	width: 24%;
}

.login{
	background-image: url(/images/background.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (min-width: 1000px) {
	.suche{
		width: 500px;
	}
}

.up_arrow{
	background-image: url(/images/up_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100vw;
	height: 10vh;
}