* {
	margin:0px;
	padding:0px;
	border:none;
	box-sizing: border-box;
}


.clear {
    clear: both;
}
.vihi {
    position: absolute;
    display: block;
    margin: -1px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/** GENERAL **/
optgroup
{
    padding-top:3px;
    padding-bottom:3px;
}
    
table {
    border-collapse:collapse;
}
th, td {
    text-align:left;
    vertical-align:top;
}
p {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
    hyphens: auto;
}
p + p {
	padding-top:16px;
	}



/* file icons in links */
p a[href$=".pdf"]:before, li a[href$=".pdf"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/pdf.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".zip"]:before, li a[href$=".zip"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/zip.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".doc"]:before,  li a[href$=".doc"]:before,
p a[href$=".docx"]:before, li a[href$=".docx"]:before,
p a[href$=".dot"]:before,  li a[href$=".dot"]:before,
p a[href$=".dotm"]:before, li a[href$=".dotm"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/doc.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".xls"]:before,  li a[href$=".xls"]:before,
p a[href$=".xlsx"]:before, li a[href$=".xlsx"]:before,
p a[href$=".xlt"]:before,  li a[href$=".xlt"]:before,
p a[href$=".xltm"]:before, li a[href$=".xltm"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/xls.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".jpg"]:before,  li a[href$=".jpg"]:before,
p a[href$=".jpeg"]:before, li a[href$=".jpeg"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/jpg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href^="https://www.google.com/maps/place/"]:before, li a[href^="https://www.google.com/maps/place/"]:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url(/fileadmin/ic_place_24px_red.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
    margin-top: -9px;
}
p a.thumbnail:before, li a.thumbnail:before {
    display: none;
}


