
@font-face {		/* Autobahn is a blackletter font by Peter Wiegel (http://www.peter-wiegel.de/) einfacher als Tannenberg */
    font-family: 'autobahn';
    src: url('font/autobahn.woff') format('woff');
}

@font-face {
    font-family: 'Noto Serif';
    src: url('font/NotoSerif-Regular.ttf') format('truetype');
}

/*
@font-face {
    font-family: 'grobe-deutschmeister';
    src: url('font/grobe-deutschmeister.woff') format('woff');
}

@font-face {
    font-family: 'GermaniaOne';
    src: url('font/germaniaoneregular.ttf') format('truetype');
}
*/

BODY, HTML {
  display: flex;
  height: 100vh;
  width: 100vw;
  margin: 0;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.maxscreen {
  position: fixed;
  min-height: 100vh;
  min-width: 100vw;
  top: 0;
  left: 0;
  overflow: hidden;

}

.leaflet-control-layers-list
{
	font-size: 1.15em !important;
}

.leaflet-popup-tip {
	background:#FEE6B4 !important;
	background-image: url("pics/concrete.png") !important;
}

.leaflet-popup-content a {
	color:#008080 !important;
}

.leaflet-popup-content a:hover  {
	TEXT-DECORATION: none !important;
}

.leaflet-popup-content-wrapper {
	background:#FEE6B4 !important;
	background-image: url("pics/concrete.png") !important;
}

.leaflet-popup-content {
	font-family: 'Noto Serif', Serif !important;
	font-size: 1.5em !important;
	font-weight: normal;
	font-style: normal;
	color:#050403 !important;
	padding-right:15px !important;
	max-height: 650px !important; 
	/* 	height:700px !important;  */
		overflow-y: auto;
	 	width:650px !important;
}

.leaflet-popup-content h3 {
	font-family: 'autobahn' !important;
	font-size: 1.9em !important;
	letter-spacing: 0.05em;
	font-weight: normal;
  font-style: normal;
  margin-top: -0.2em !important;
}

.leaflet-popup-content h3 a {
	text-decoration: none !important;
	color:#050403 !important;
}

.leaflet-popup-scrolled {
	border-bottom: 0px !important;
	border-top: 0px !important;
}

.leaflet-button {
	font-weight: 400;
	font-size: 2.0em;
	margin-left:-4px;
}

.leaflet-button2 {
	font-weight: 400;
	font-size: 2.0em;
	margin-left:-6px;
}

.bu {
	font-size: 0.9em;
	font-style: italic;
	color:#303030;
}

.bu i {
	font-style:normal;
}

a.bv {
	font-size: 0.9em !important;
	text-decoration: none !important;
	color:#050403 !important;
}

a.bildverweis:hover {
	text-decoration: underline !important;
}

