/* Plattentest.css */

#awm-plattentest-list-tile {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.awm-plattentest-tile {
	display: inline-block;
	margin: 0.5rem;
	padding: 0.5rem;
	width: 21rem;
	height: 49.5rem;
	background-color: DarkBlue;
	overflow: hidden;
}

.aw-plattentest-foto {
	display: block;
	width: 18rem;
	height: 18rem;
	background-color: yellow;
}

.aw-plattentest-top {
	margin-top: 0.5rem;
}
.aw-plattentest-icon {
	display: inline-block;
	margin-top: 1rem;
	margin-right: 2rem;
	width: 2.35rem;
	height: 2rem;
	background-image: url(../img/news.pmg);
	background-size: contain;
	background-repeat: none;
	
}
.aw-plattentest-date {
	color: #aaa;
}
.awm-plattentest-tile-inner {
	height: 30rem;
	overflow: auto;
	color: #ffffff;
}

.awm-plattentest-tile-inner {
}


.aw-bold {
	font-weight: bold;
}




.awm-plattentest-tile {
    background-color: navy;
}

.awm-plattentest-tile IMG {
    display: block;
    width: 100%;
    height: 19rem;
    margin-bottom: 0.5rem;
    
}
.awm-plattentest-tile .awm-head {
    height: 7rem;
}
.awm-plattentest-tile H3 {
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.awm-plattentest-tile H4 {
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 0;
    font-size: 1rem;
}
.awm-plattentest-tile  {
}
.awm-plattentest-tile .awm-data {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    border-style: solid;
    border-color: white;
    border-width: thin 0;
    font-size: 0.75rem;
}
.awm-plattentest-tile .awm-data SPAN {
    display: inline-block;
    width: 5rem;
}
.awm-plattentest-tile .awm-data SPAN + SPAN {
    display: inline;
}
.awm-plattentest-tile .awm-text {
    margin-bottom: 1rem;
}
.awm-plattentest-tile .awm-text P {
    margin: 0.5rem 0;
}
.awm-plattentest-tile .awm-tracks {
    border-style:solid;
    border-color: white;
    border-width: thin 0 0 0;
    background-color: mediumblue;
    font-size: 0.5rem;
}
.awm-plattentest-tile .awm-tracks H6 {
    margin: 0;
    padding: 0.5rem 0;
}
.awm-plattentest-tile .awm-tracks SPAN {
    display: inline-block;
    width: 1.5rem;
    /*line-height: 50%;*/
}
.awm-plattentest-tile .awm-tracks SPAN + SPAN {
    display: inline;
}
OL {
    list-style-type: decimal-leading-zero;
    padding-left: 2rem;
}

.awm-plattentest-tile .awm-tracks OL SPAN {
    display: inline;
}


OL .intpr {
}
OL .intpr::after {
    content: ": ";
}
OL .ttl1 {
}
OL .ttl1::after {
    content: " ";
}
OL .ttl2 {
}
OL .ttl2::before {
    content: "(";
}
OL .ttl2::after {
    content: ") ";
}
OL .vers {
}
OL .vers::before {
    content: "(";
}
OL .vers::after {
    content: ") ";
}


