html {
	overflow: hidden;
	-ms-touch-action: none;
	-ms-content-zooming: none;
}
body {
	margin: 0;
	padding: 0;
	background: #111;
	position: absolute;
	width: 100%;
	height: 100%;
}
#screen {
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
	background:#fcfbb8;
	
}
#tree {
	display: none;
}
.search {
	background:#0065CB !important;
}
html, a, p {font-family:'Montserrat',arial,sans-serif !important}

.farbe3 {color:#B38235 !important}