/*--------------------------------------------------------------------*
|	Zeige nur die Karte ohne Rand oder Navi
*--------------------------------------------------------------------*/

header, section, footer, aside, nav, main, article, figure {
	display: block;
}

html {
	height: 100%;
}

main, body, main {

	position: relative;
	height: 100%;
}

body {

	max-width: none;
	min-height: 0;
	position: relative;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	font-family: Sans-Serif;
	font-size: max( 1em, 12pt );
}

main {

	margin: 0 !important;
	padding: 0 !important;
	line-height: 140%;
}

.thema-karte {
	padding: 0px;
}

/*strong {
	color: black;
	background: yellow;
	font-size: 110%;
}*/

/*--------------------------------------------------------------------*
|	Karten-Control-Objekte
*--------------------------------------------------------------------*/

.olControlAttribution {

	bottom: 0 !important;
	background: #05142c;
	color: #e9d9c4;
	padding: 20px;
	text-align: right;
	border-radius: 15px 0px 0px 0px;
	right: 0px !important;
}

.olControlAttribution a {
	color: #e3b448;
}

.olControlLayerSwitcher {

	width: 30em !important;
	top: 0px !important;
	right: 0px !important;
}

.olControlLayerSwitcher .olButton {

	background: #05142c !important;
	color: white !important;
	border-top-left-radius: 10px;
}

.olControlLayerSwitcher .layersDiv {

	background: #05142c !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0.9;
}

.olControlLogo {

	top: 0px;
	left: 0px;
	width: 136px;
	height: 70px;
	max-width: 20vmin;
	max-height: 10vmin;
	background: url(i/logo.png) white;
	background-size: 100% 100%;
	/* border: 1px solid gray; */
	cursor: pointer;
}

.olControlMousePosition {

	bottom: 1.2em !important;
	background: white;
	font-family: Monospace !important;
	font-size: 100% !important;
	font-weight: bold;
}

.olControlScaleLine {
	bottom: 0 !important;
	left: 0 !important;
	background: white;
	opacity: 0.9;
}

.olMapViewport div.label {

	position: absolute;
	top:  0;
	left: 30px;
	border: 1px solid #05142c;
	border-radius: 4px;
	z-index: 1000;
	background: #e3b448;
	font-weight: bold;
	padding: 2px 5px;
	margin-right: -1000px;
}

.olControlZoomPanel {

	top: 100px !important;
}

div.label-container {

	cursor: pointer;
}

div.label-container:hover div {

	background: #05142c;
	color: #e3b448;
	transition: 0.3s;
}

/*--------------------------------------------------------------------*
|	Sonder-Layout für Handhelds
*--------------------------------------------------------------------*/

@media (hover:none) {

	.olControlZoomPanel, .olControlLayerSwitcher {

		display: none;
	}

	.olControlScaleLine {

		top: 0px !important;
		right: 0px !important;
		left: auto !important;
		bottom: auto !important;
	}
}

/*--------------------------------------------------------------------*
|	Ende
*--------------------------------------------------------------------*/
