#index_table {
	display: grid;
	gap: 25px;
	margin: 50px auto;
}

@media screen and (min-width: 768px) {
	#index_table {
		width: 1024px;
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}


#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);
}