/* Erstellt im Zusammenhang mit den neu eingerichteten				*/
/* Archiv-Seiten wie Allgemein, Personen, und ev. andere auch	*/
/* KMR/hp, 25.07.2026 071100																	*/

.native-archiv-tabelle {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed !important;
	/* margin-top: 15px; */
	font-family: inherit !important;
	font-size: 1.05em !important;
}

.native-archiv-tabelle th {
	background: #e2e2e2;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	color: #333;
	vertical-align: middle;
	font-family: inherit !important;
	font-size: 100% !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.native-archiv-tabelle td {
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.5em;
}

.native-archiv-tabelle tr:not(:first-child):hover {
	background-color: #f0f9f6 !important;
}

.sort-pfeil-schaltflache {
	text-decoration: none;
	color: #6cc5af;
	font-weight: bold;
	margin-left: 3px;
	cursor: pointer;
}

.suchbox-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.suchbox-container.datum-width {
	width: 90px;
}

.suchbox-container.anmerkung-width {
	width: 200px;
}

.filter-suchbox {
	width: 100%;
	padding: 4px 24px 4px 6px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	background: #fff !important;
	color: #333 !important;
}

.suchbox-loesch-kreuz {
	position: absolute;
	right: 6px;
	top: 46%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
	font-weight: bold;
	font-size: 24px !important;
	line-height: 1 !important;
	display: none;
	user-select: none;
}

.suchbox-loesch-kreuz:hover {
	color: #333;
}

.menu-schaltflache {
	display: inline-block;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	margin-right: 15px;
	vertical-align: middle;
	cursor: pointer;
}

.menu-schaltflache:hover {
	color: #6cc5af;
}


/* KORREKTUR: Zwingt die vorhandenen DIV-Tabellen der Familientage sofort in 4 Spalten */
.fat_table, .ada-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

.fat_row, .ada-row {
	display: table-row;
}

/* Aktiviert den gewünschten Grünton-Hover-Effekt auch für diese Zeilen */
.fat_row:not(.header):hover, .ada-row:not(.header):hover {
	background-color: #f0f9f6 !important;
}

/* Teilt die Zellen exakt in die 4 gewünschten Spaltenbreiten auf */
.fat_cell_date, .ada_cell_date {
	display: table-cell;
	width: 165px;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.fat_cell_text1, .ada_cell_orig {
	display: table-cell;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.fat_cell_img, .ada_cell_comment {
	display: table-cell;
	width: 120px;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.fat_cell_teilnehm, .ada_cell_omt {
	display: table-cell;
	width: 232px;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

/* Formatierung für die grauen Tabellen-Köpfe */
.fat_row.header div, .ada-row.header div {
	background: #e2e2e2;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	padding: 10px;
	color: #333;
}


/* neuer Inhalt soebnen angefügt */

/* KORREKTUR: Zwingt die vorhandenen DIV-Tabellen der Familientage sofort in 4 Spalten */
.fat_table, .ada-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

.fat_row, .ada-row {
	display: table-row;
}

/* Aktiviert den gewünschten Grünton-Hover-Effekt auch für diese Zeilen */
.fat_row:not(.header):hover, .ada-row:not(.header):hover {
	background-color: #f0f9f6 !important;
}

/* Teilt die Zellen exakt in die 4 gewünschten Spaltenbreiten auf */
.fat_cell_date, .ada_cell_date {
	display: table-cell;
	width: 165px;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.fat_cell_text1, .ada_cell_orig {
	display: table-cell;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.fat_cell_img, .ada_cell_comment {
	display: table-cell;
	width: 120px;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.fat_cell_teilnehm, .ada_cell_omt {
	display: table-cell;
	width: 232px;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

/* Formatierung für die grauen Tabellen-Köpfe */
.fat_row.header div, .ada-row.header div {
	background: #e2e2e2;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	padding: 10px;
	color: #333;
}
