.list_index {
	margin-top: 0px;
	margin-left: 20px;
	line-height: 1.2em;
}
.list_pdf {
	margin-top: 0px;
	margin-left: 0px;
	line-height: 1.2em;
}

.list_year {
	color:#02b2bf;
	margin-left: 15px;
}

.small {
	font-size: 10px;
}

.table_pdf {
	border-collapse: collapse;
}
.table_pdf th {
	border: solid 1px;
	padding: 4px;
}
.table_pdf td {
	border: solid 1px;
	padding: 4px;
	font-size: smaller;
}

.btn-play {
	width: 45px;
	color: #ffffff;
	font-size: 11px;
	background-color: #00b000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.tbl-list-player {
	margin-top: 15px;
	font-size: 13px;
	height: 30px;
	border: solid 2px #777777;
	border-collapse:  collapse;
}
.tbl-list-player th {
	height: 40px;
	border: solid 1px #777777;
	border-bottom: double 3px #777777;
}
.tbl-list-player td {
	height: 40px;
	border: solid 1px #777777;
}

td.list-title {
	font-size: 16px;
}
td.list-no {
	text-align: center;
}
td.list-thema, td.list-work {
	text-indent: 0.3em;
}

.photos_2x2 {
	display:grid;
	grid-template-rows: 50% 50%;
	grid-template-columns: 50% 50%;
	width: 90%;
	margin: 20px auto;
}
.photos_2x2 figcaption {
	font-size: var(--14px);
}
.photos_2x2 figure {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
.photos_2x2 figure img {
	width: 90%;
	margin: 0 auto;
}
#photo_1 {
	grid-row: 1;
	grid-column: 1;
}
#photo_2 {
	grid-row: 1;
	grid-column: 2;
}
#photo_3 {
	grid-row: 2;
	grid-column: 1;
}
#photo_4 {
	grid-row: 2;
	grid-column: 2;
}

#summary table {
	margin: 20px auto 0;
}

@media (max-width: 480px) {
	.photos_2x2 {
		display:block;
		width: 90%;
		margin: 20px auto;
	}
	.photos_2x2 figure {
		margin: 10px auto 0;
	}
}