div#eingabebox
{
	background-color: #39245d;
	margin-top: 40px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 20px;
	color: white;
}

button#stadplanbutton
{
	cursor: pointer;
	background-color: #ac1548;
	border-style: none;
	color: white;
	padding: 4px 20px;
	margin-left: 10px;
	border-radius: 6px;
}

input#adresseingabe
{
	width: 440px;
	margin-top: 10px;
}

div.filtercheckboxbox
{
	width: 220px;
	display: inline-block;
	margin-top: 20px;
}

div#allkats
{
	margin-top: 12px;
	float: right;
	width: 227px;
}

div.filtercheckboxbox input
{
	float: left;
	margin-top: 2px;
}

div.filtercheckboxbox div
{
	margin-left: 6px;
	float: left;
}

div.filtercheckboxbox img
{
	height: 20px;
	width: 20px;
	float: left;
	margin-left: 10px;
}

div.gnw-map-service
{
	height: 600px;
}

button.routenplanerbutton
{
	width: 50px;
	height: 44px;
	background-color: white;
	border-radius: 10px;
	border-color: #00A2FF;
	border-style: double;
	padding-top: 4px;
	margin-top: 8px;
	box-shadow: 1px 1px 8px -2px slategray;
}

button.routenplanerbutton img
{
	width: 100%;
}

button.rpb2
{
	margin-left: 16px;
}

div#StadtplanKarte
{
	height: 600px;
}

@media only screen and (max-width: 940px)
{
	div#kartenbereich
	{
		width: 94%;
	}
}

@media only screen and (max-width: 610px)
{
	input#adresseingabe
	{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 500px)
{
	input#adresseingabe
	{
		width: 100%;
	}
}
