/* 
================================================================================
Bewerbungsdossier Raphael Mutti
--------------------------------------------------------------------------------
URL             job.raphaelmutti.ch/dossier2025/
--------------------------------------------------------------------------------
Path            ./
Filename        dossier2025.css
Version         v1.1
Update          2025-08-03
--------------------------------------------------------------------------------
Required by    ./index.php
================================================================================ */

/* 
--------------------------------------------------------------------------------
Font Definition(s)
-------------------------------------------------------------------------------- */
@font-face {
	
	font-family		: BenchNineLight;
	src				: url(./BenchNine-Light.ttf);	
}
@font-face {
	
	font-family		: SourceCodePro;
	src				: url(./SourceCodePro-Regular.ttf);	
}

/* 
--------------------------------------------------------------------------------
General Settings
-------------------------------------------------------------------------------- */
* {
	
	font-family		: BenchNineLight;
}

/* 
BODY
-------------------------------------------------------------------------------- */
body {
	
	margin			: 50px;
	font-size		: 18pt;
}


/* 
================================================================================
Headers
================================================================================ */
h1, h2, h3 {
	
	margin			: 0px;
	margin-top		: 20px;
	font-weight		: normal;
	letter-spacing 	: 1.5pt;
}
h1 {
	font-size		: 32pt;
	margin-bottom	: 30px;
}
h2 {
	
	font-size		: 22pt;
}
h3 {
		
	font-size		: 18pt;
}


/* 
--------------------------------------------------------------------------------
Anchors
-------------------------------------------------------------------------------- */
a {
	letter-spacing 	: 1.5pt;
	font-size		: 14pt;
}
a:link, a:visited {
	
	text-decoration	: none;
	color 			: blue;
}
a:hover {
	
	text-decoration	: underline;
	color 			: red;
}


/* 
================================================================================
Table(s) and Table Cell(s)
================================================================================ */
table {
	
	margin-top		: 30px;
}
td {
	
	font-size		: 14pt;
	vertical-align	: top;
	padding-right	: 15px;
	letter-spacing 	: 1.5pt;
}


/* 
================================================================================
Image(s)
================================================================================ */
img {
	
	padding			: 10px;
	border			: 1px solid silver;
	width			: 350px;
}

/* 
================================================================================
Classes
================================================================================ */
.sourcecodepro {

	font-family		: SourceCodePro;
}
.filesize {
	
	font-family		: SourceCodePro;
	font-size		: 9pt;
	letter-spacing 	: 1.2pt;
}
.right {
	
	text-align		: right;
}
.smaller {
	
	font-size		: 12pt;
}
.padbot {
	
	padding-bottom	: 15px;
}