#map {
	height: 98vh;
	width: 49vw;
	float: left;
}

@font-face {
	font-family: "Source Sans 3", sans-serif;
	src: url('./fonts/source-sans-3-latin-200-normal.woff2') format('woff2'),
		url('source-sans-3-latin-200-normal.woff') format('woff'), ;
	font-weight: 200;
}

@font-face {
	font-family: "Source Sans 3", sans-serif;
	src: url('./fonts/source-sans-3-latin-400-normal.woff2') format('woff2'),
		url('source-sans-3-latin-400-normal.woff') format('woff'), ;
}

@font-face {
	font-family: "Source Sans 3", sans-serif;
	src: url('./fonts/source-sans-3-latin-600-normal.woff2') format('woff2'),
		url('source-sans-3-latin-600-normal.woff') format('woff'), ;
	font-weight: 600;
	font-style: bold;
}

html {
	font-family: "Source Sans 3", sans-serif;
	color: white;
}

a:link,
a:visited {
	color: lightblue;
}

#heading {
	font-size: 2vh;
}

.leaflet-popup-content {
	margin: -1px -15px -4px -15px;
}

.leaflet-popup-content-wrapper {
	background: unset;
	color: unset;
	box-shadow: unset;
}

.leaflet-popup-close-button {
	display: none;
}

#preview {
	width: 49vw;
	height: 27.5625vw;
	float: right;
	align: center;
}

#preview-div {
	width: 49vw;
	height: 27.5625vw;
	background: #222 url() center no-repeat;
	background-size: contain;
	color: #fff;
	text-shadow: 0px 0px 20px black;
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;

}

#lat,
#lon,
#zoom {
	display: none;
}

#preview-image {
	width: auto;
	max-width: 49vw;
	height: auto;
	max-height: 60vh;
	aspect-ratio: 1;
}

#metadata {
	position: absolute;
	left: 51vw;
	bottom: 8vh;
	z-layer: 9;
	font-size: 3vh;
}

#zeitort {
	position: absolute;
	font-size: 3vh;
	left: 51vw;
	bottom: 2vh;
}

body {
	background: black;
	color: white;
}

#title {
	float: left;
}

#slider {
	float: left;
}

#karte {
	width: 190px;
	min-height: 188px;
	background: rgba(0, 0, 0, 0) url(./de-neigh.svg) center no-repeat;
	position: absolute;
	bottom: 1vh;
	right: 1vw;
	transform: scale(1.5);
	transform-origin: 100% 125%;
	text-shadow: 0px 0px 20px black;
	filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.4));
}

#kreuz {
	display: false;
	position: absolute;
	left: 0%;
	bottom: 100%;
	font-size: 22.5px;
	transform: translate(8px, 35px);
	filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.4));
}

button {
	background: 0, 0, 0, 0.0;
	color: white;
	border: 0;
	font-size: 1.5em;
}

#history {}

.historyThumb {
	width: 4vw;
	height: 4vw;
	background: rgba(0, 0, 0, 0) url(https://s3-eu-central-1.amazonaws.com/crowd-prod.warnwetter.de/images/processed/e92c0bd0-f5ed-4637-8a8c-9b0dee59cf15_thumb.jpg) center no-repeat;
	background-size: cover;
	float: left;
	margin: 2px;
}
