/* katalog.css */

#awm-katalog {}

.awm-album {
	display: grid;
	grid-template-rows: 1;
	grid-template-columns: 19.5rem 19.5rem 19.5rem 19.5rem;
}
.awm-album .awm-cover {
	/*
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
	*/
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.awm-album .awm-meta {
	grid-column: 2 / 3;
	grid-row-start: 1 / 3;
}
.awm-album .awm-content {
	grid-column: 3 / 5;
	grid-row: 1 / 3;
}

H1 {
	padding: 0.5rem;
	background-color: #444;
	text-transform: uppercase;
}

.awm-info-main {
	text-transform: capitalize;
	color: #dc143c;
}
.awm-album {
	position: relative;
	padding-bottom: 1rem;
	overflow: auto;
	font-size: 0.8rem;
	font-size: 1rem;
}
.awm-album + .awm-album {
	padding-top: 2rem;
	border-top: thin solid #444;
}



.awm-cover {
	float: left;
	margin-bottom: 1rem;
	width: 19.5rem;
}
.awm-cover IMG {
	display: block;
	/*margin-bottom: 0rem;*/
	height: 14rem;
	height: 15.625rem;
}
.awm-cover .awm-option {
	margin-bottom: 0rem;
}



.awm-meta {
	float: left;
/**/	margin-bottom: 1rem;
	padding-right: 1rem;
	width: 18.5rem;
}
.awm-meta SPAN {
	display: block;
}
.awm-meta IMG {
	display: block;
	width: 9.5rem;
}
.awm-album-artist {
	font-weight: bold;
	text-transform: uppercase;

}
.awm-album-title {
	font-weight: bold;
	text-transform: uppercase;

}
.awm-album-label {
	margin-bottom: 1rem;
}
.awm-album-number {}
.awm-album-medium {
	margin-bottom: 1rem;
	color: darkgray;
}
.awm-album-ean {}



.awm-content {
	float: left;
	width: 39rem;
}
.awm-content {
	margin-bottom: 1rem;
}
.awm-content > SPAN {
	display: block;
	/*text-transform: capitalize;*/
}


.awm-content .awm-line {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
}
.awm-content::after {
	float: none;
}
.awm-content .awm-line SPAN{
	float: left;
}
.awm-content .awm-line .awm-number {
	width: 2rem;
	color: #888;
}
.awm-content .awm-line .awm-title {
	width: calc(100% - 5rem);
}
.awm-content .awm-line .awm-time {
	width: 3rem;
	color: #888;
	text-align: right;
}

.awm-album-titlelist {
	margin-bottom: 1rem;
}
.awm-album-time {
	display: none !important;
	margin-bottom: 0rem;
	text-transform: lowercase !important;
	color: #a9a9a9;
}
.awm-album-time::before {
	display: none;
	content: 'Spielzeit / Total playing time: ';
	text-transform: capitalize;
	color: #a9a9a9;
}
.awm-album-info {
	/*text-transform: capitalize;*/
	color: #a9a9a9;
	font-size: 0.8rem;
}

.awm-products {
	border: thin solid #fff;
	font-size: 0.8rem;
	font-size: 1rem;
}
.awm-products TH {
	border-bottom: thin solid #fff;
	background-color: #444;
}
.awm-products TH + TH ,
.awm-products TD + TD {
	border-left: thin solid #fff;
}
.awm-products TD {
	padding: 0 0.5rem 1rem;
}
