.pdf-list {
	list-style: none;
	padding-left: 0;
}

.pdf-list li {
	position: relative;
	padding-left: 2rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.8rem;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.2rem;
}

.pdf-list li::before {
	content: "\f1c1"; /* Font Awesome 5 PDF Icon */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}

/* Allgemeines File */
.pdf-list li.all-file::before {
	content: "\f15b";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}

/* PDF Files */
.pdf-list li.pdf-file::before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}

/* Bild Files */
.pdf-list li.image-file::before {
	content: "\f03e";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}

/* Word Dokumente */
.pdf-list li.word-file::before {
	content: "\f1c3";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}

/* Komprimierte Files */
.pdf-list li.archive-file::before {
	content: "\f1c6";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}

/* Externe Links */
.pdf-list li.external-link::before {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.6rem;
}

/* Excel Files */
.pdf-list li.excel-file::before {
	content: "\f1c2";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}

/* PowerPoint Files */
.pdf-list li.powerpoint-file::before {
	content: "\f1c4";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 9px;
	color: #0099cc;
	font-size: 1.8rem;
}