﻿/*
// Creation date: 2021
// Author: Kevin Wiedemann (wke@root.ch)
// Rules for defining colors: Use HEX, then RGB (root-blue: HEX=#004C93, RGB=0,76,147, CMYK=100,48,0,42)

<meta fileTags="File Tags/MetadatenDokumentenquelle.Bibliothek,File Tags/MetadatenPerigon.Perigon Agro,File Tags/MetadatenPerigon.Perigon Homecare" />*/

p.linie_seitenbreite_black {
    border-bottom: solid 0.2rem;
    border-bottom-color: currentcolor;
    margin-bottom: 1rem;
    font-size: 0.4rem;
    line-height: 1rem;
    border-bottom-color: #333333;
    color: #333333;
}

table {
	display: table;
	width: 100%;
}

td.right {
	text-align:right;
}

a.file{
	font-size:16px;
	margin-left:20px;
}

a.file:before{
	width:16px;
	height:16px;
	position:absolute;
	background-size:cover;
	margin:5px 0 15px -20px;
}

a.pdf::before {
	content: "";
	background-image: url('Images/pdfIcon.svg');

}