* {padding: 0;margin: 0;}
#flowerWrapper {
	position: relative;
	width: 100vw;
	height: 100vh;
	background: #3079BE;
}
#flowerUi {
	position: absolute;
	width: 100vw;
	height: 100vh;
	max-height: 1046px;
	background: rgba(0,0,0,0.1);
	z-index: 99999;
	opacity: 0;
}


#landscapeOverlay{
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,0.9);
	color: white;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 100vh;
}
#flowerCounter {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 40px;
	border-radius: 20px;
	padding: 8px 24px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.4);
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: rgba(68,68,68,1);
	display: inline-block;
	line-height: 24px;
	box-shadow: 0px 6px 11px rgba(0,0,0,0.1);
	cursor: pointer;
}

#flowerCounter img {
	display: inline;
	vertical-align: bottom;
}

#searchBox {
	width: 50%;
	position: absolute;
	top: 10px;
	left: 25vw;
}



#nameSearch {
	display: inline-block;
	width: 90%;
	height: 40px;
	border-radius: 20px 0 0 20px;
	border: none;
	padding: 5px 40px 5px 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.7);
	box-shadow: 0px 6px 11px rgba(0,0,0,0.1);
}
#searchBtn {
	height: 40px;
	width: 40px;
	border-radius: 0 20px 20px 0;
	border: none;
	background: rgba(255,255,255,0.7) url("/_assets/2d3af6ae9b537030f750024a16712280/Images/icon_lupe.svg") no-repeat center center;
	background-size: 55%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	box-shadow: 0px 6px 11px rgba(0,0,0,0.1);
}

#appNav {
	position: absolute;
	right: 10px;
	top: 10px;
}

#appNav > div {
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.4);
	text-align: center;
	border-radius: 50%;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: rgba(68,68,68,1);
	margin-left: 30px;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0px 6px 11px rgba(0,0,0,0.1);
	transition: 0.6s background-color;
}

#appNav img {
	width: 20px;
	height: 20px;
	vertical-align: sub;
}

#appNav > div:hover {
	background-color: rgba(255,255,255,0.8);
}

#logo {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
	background: #1F749B;
	margin-right: 10px;
	margin-bottom: 10px;
}
#logo img {
	width: 70px;
	height: auto;
}

#metaNav {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.6);
}

#metaNav ul {
	margin: 0;
	padding: 10px;
}

#metaNav > ul > li {
	display: inline;
	color: rgba(68,68,68,1);
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	padding: 10px;
}

#metaNav > ul > li > a{
	color: #444444;
}
#mainInput {
	padding: 35px 40px;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	width: 50%;
	margin-left: -25%;
	left: 50%;
	display: inline-block;
	font-size: 0;
	color: #444444;
	min-width: 720px;
}



#spendenButton {
	background: #D72D7C;
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	font-family: "Open Sans" , sans-serif;
	color: white;
	width: 200px;
	text-align: center;
	border-radius: 16px;
	border:none;
	cursor: pointer;
}

#markerAddSub {
	display: inline-block;
	height: 32px;
	width: 200px;
	text-align: center;
	line-height: 32px;
	color: white;
	background: #2f5baf;
	border-radius: 16px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

#markerAddSub > div{
	margin: 0;
	width: 70px;
	border: none;
	background: transparent;
	color: white;
	font-size: 20px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	line-height: 29px;
	height: 32px;
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	cursor: pointer;
}

#addMarker {
	top: 0;
	right: 0;
}

#subMarker {
	top: 0;
	left: 0;
}



#mainInputField {
	width: 50%;
	display: inline-block;
	color: #444444;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	vertical-align: top;
}

#mainInputField span.infoBtn{
	background: #00A6A5;
	color: #ffffff;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

#mainInputField input {
	height: 48px;
	font-size: 14px;
	padding: 15px;
	width: 100%;
	margin-top: 5px;
	box-sizing: border-box;
	font-weight: normal;
}

#mainInputAmount {
	width: 20%;
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;

}

#betragVal {
	font-size: 40px;
	line-height: 55px;
	font-weight: bold;
	display: block;
	user-select: none;
}

#mainInputButtons {
	width: 30%;
	display: inline-block;
	vertical-align: text-bottom;
	text-align: right;
}

#mainInputButtons > div:first-child {
	margin-bottom: 20px;
}

#nameInfo {
	position: absolute;
	background: white;
	padding: 20px;
	border: 2px solid #005BB1;
	top: -120px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	color: #444444;
	font-size: 11px;
	text-align: left;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
}
#nameInfo.open {
	pointer-events: all;
}
#nameInfo:after,#nameInfo:before{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content:"";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#nameInfo:after{
	border-color: rgba(255,255,255,0);
	border-top-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
#nameInfo:before{
	border-color: rgba(0,91,177,0);
	border-top-color: #005BB1;
	border-width: 18px;
	margin-left: -18px;
}


#overlaySearch {
	position: absolute;
	width: 60%;
	height: 50%;
	background: rgba(255,255,255,0.9);
	left: 20%;
	top: 25%;
	border: 1px solid grey;
	opacity: 0;
}

#searchHeadline {
	padding: 15px;
	font-weight: bold;
	color: #005BB1;
}

#searchCloseBtn {
	background: url("/_assets/2d3af6ae9b537030f750024a16712280/Images/icon_close.svg") no-repeat center center;
	background-size: 26px 26px;
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

#overlaySearch ul {
	padding: 0;
	overflow: scroll;
	height: calc(100% - 70px);
	margin: 0 15px 15px 15px;

	background: rgba(255,255,255,0.7);
}

#overlaySearch li {
	list-style: none;
	padding: 15px 15px;
	margin-bottom: 0;
	border-bottom: 1px solid;
	cursor: pointer;
	position: relative;
}

#overlaySearch li:after{
	position: absolute;
	content:"";
	width: 40px;
	height: 40px;
	background:  url("/_assets/2d3af6ae9b537030f750024a16712280/Images/icon_pfeil_rechts.svg") no-repeat center center;
	background-size: 20px;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	transition: 0.5s background-color;
}

#overlaySearch li:hover {
	background-color: rgba(0,0,0,0.05);
}

#overlaySearch li:last-child {
	border-bottom: none;
}



@media(max-width: 1592px){
	#metaNav {
		width: 100%;
		z-index: 99;
		text-align: center;
		height: 30px;
		background: transparent;
	}
	#metaNav ul {
		padding: 0;
		height: 30px;
	}
	#metaNav > ul > li {
		margin: 0 10px;
		padding: 6px 10px;
	}
}

@media(max-width: 992px){
	#appNav > div {
		margin-left: 10px;
	}

	#mainInput {
		width: 100%;
		padding: 40px 20px;
		margin-left: 0;
		left: 0;
	}

	#searchBox {
		width: 60%;
		position: absolute;
		top: 10px;
		left: 20vw;
	}
	#metaNav {
		width: 100%;
		z-index: 99;
		text-align: center;
		height: 30px;
		background: transparent;
	}
	#metaNav ul {
		padding: 0;
		height: 30px;
	}
	#metaNav > ul > li {
		margin: 0 10px;
		padding: 6px 10px;
	}

	#logo {
		display:none;
	}

}

@media(max-width: 720px){
	#appNav > div {
		margin-left: 6px;
		line-height: 32px;
		width: 32px;
		height: 32px;
	}

	#mainInput {
		width: 100%;
		margin-left: 0;
		left: 0;
		min-width: inherit;
	}

	#mainInputField{
		width: 45%;

	}
	#searchBox {
		width: 50%;
		position: absolute;
		top: 10px;
		left: 25vw;
	}
	#nameSearch {
		width: 80%;
		height: 32px;
		padding: 5px 10px 5px 20px;
	}
	#searchBtn {
		height: 32px;
		width: 32px;
		border-radius: 0 16px 16px 0;
	}

	#flowerCounter {
		line-height: 16px;
		font-size: 16px;
		height: 32px;
		border-radius: 16px;
		padding: 8px 12px;
	}
	#flowerCounter img {
		width: 16px;
		height: 16px;
	}

	#metaNav {
		display:none;
	}


}


@media(max-width: 620px) {
	#mainInput {
		padding: 15px;

	}
	#mainInputField{
		width: 100%;
		margin-bottom: 15px;
	}
	#nameMarker {
		height: 40px;
	}
	#mainInputAmount {
		width: 40%;
	}
	#mainInputButtons{
		width: 60%;
	}
	#markerAddSub,
	#spendenButton {
		width: 100%;
	}

}
