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

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

@media screen and (max-width: 767px) {
	#eventauswahl {
		top: -600px !important;
	}

	#hider {
		right: -50px !important;
		left: -50px !important;
	}

	#addressdaten {
		left: -100px !important;
	}
}

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

#addressdaten {
	display: none;
	z-index: 200;
	top: -100px;
	position: relative;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-radius: 10px;
	width: 600px !important;
}

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

.mareike-button {
	cursor: pointer;
	border-radius: 10px;
	padding: 10px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

.mareike-button:hover {
	background-color: #0d66c2;
	color: #ffffff;
}

.mareike-select {
	padding: 7px;
	border-color: #e5e7eb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	font-size: 16px; /* Schriftgröße der Select-Box */
	padding: 10px; /* Padding innerhalb der Select-Box */
}

.mareike-select option {
	font-size: 16px; /* Schriftgröße der Optionen */
	padding: 25px; /* Padding innerhalb der Optionen */
	height: 60px; /* Höhe der Optionen */
	font-size: 16px; /* Schriftgröße der Optionen */
	padding: 50px !important; /* Padding innerhalb der Optionen */
	/* height: 30px; Wird hier nicht verwendet */
}

.mareike-text {
	background-color: #ffffff;
	padding: 7px;
	border-color: #e5e7eb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
}