@font-face {
    font-family: 'digital-dream';
    //src: URL('font/digital-dream.narrow.ttf') format('truetype');
	//src: URL('font/digital-dream.regular.ttf') format('truetype');
	src: URL('font/digital-dream.fat.ttf') format('truetype');
	
}
@font-face {
    font-family: 'e1234';
    src: URL('font/e1234/E1234.ttf') format('truetype');
	font-weight: 400;
}

.df {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    font-family: digital-dream;
    vertical-align:baseline
}
/*
.df_e1234 {
    margin:0;
    padding:0;
    border:0;
    font-size: 5em;
    font:inherit;
    font-family: e1234;
    vertical-align:baseline
} 
*/ 
.df_e1234 {
    font-family: e1234;
	font-size: 50px;
	color: green;
} 
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.dred{
  background-color: RED;
}
.dgreen{
  background-color: GREEN;
}
.dgreen{
  background-color: GREEN;
}
.maschnr{
	font-size: 160px;
	display: inline;
}

.fol{
	/* display: inline; */
	border: 0px dotted rgb(96 139 168);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top:30px;
}

.image-container {
    position: relative;
    width: 110px;
    height: 150px;
	margin-right: 20px;
	margin: auto;
	margin-bottom:20px;
	
}
.image-container .wash {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;;
    height: 18px;
    display: block;
    color: RED;
	font-family: digital-dream;
    vertical-align:baseline;
	font-size: 12px;
	background: black;
}
.image-container .dry {
    position: absolute;
    top: 5px;
    left: 50px;
    width: 50px;
    height: 18px;
    display: block;
    color: RED;
	font-family: digital-dream;
    vertical-align:baseline;
	font-size: 12px;
	background: black;	
}
.image-container .num {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
	font-size: 50px;
}
.image-container .dev {
    position: absolute;
    top: 125px;
    left: 75px;
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
	font-size: 11px;
}
.image-container .dev_wash {
	position: absolute;
    top: 126px;
    left: 73px;
    width: 30px;
    height: 16px;
    display: block;
    color: #000000;
	font-size: 12px;
	background: red;
	border-radius: 2px;
	background: white;	
}
.image-container .dev_dry {
	position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 15px;
    display: block;
    color: #000000;
	font-size: 12px;
	background: red;
	border-radius: 2px;
	background: white;	
}
.image-container:hover .after {
    /*
		display: block;
		background: rgba(0, 0, 0, .6);
	*/
}