.mareike_invoice_type_box {
	padding: 20px;
	flex: 1 1 300px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}


#eventauswahl {
	display: none;
	z-index: 200;
	top: -100px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-radius: 10px;
	max-width: 500px !important;
}

fieldset {
	padding-bottom: 20px;
	padding-left: 20px;
}

#addressdaten {
	display: none;
	z-index: 200;
	margin: 100px 100px auto;
	position: absolute;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-radius: 10px;
	width: 600px !important;
	padding-bottom: 20px;
}

#hider {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 199;
	background-color: rgba(0, 0, 0, 0.53);
}