@charset "utf-8";
/* CSS Document */

	
/* ----------------------------------------------------------------------------- *
 *                                   Fonts                                       *
 * ----------------------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/* 
font-family: "Roboto Flex", sans-serif;
font-family: "Roboto Condensed", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Open Sans", sans-serif;
*/


/* ----------------------------------------------------------------------------- *
 *                                    Typo                                       *
 * ----------------------------------------------------------------------------- */

h2[id]   {margin:0;border: none;}

h2 a {display:none;border: none;}
h2 a[name] {display:block; height:50px; color: transparent; border: none;}


h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

h2, h3, h4, h5 {
	padding: 0;
	}

h2 {
	font-size: 3.1em;
	line-height: 1.2em;
	margin-bottom: 15px;
	color: var(--primary);
}

h3 {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 1.5em;
	color: var(--secondary);
}	

h4 {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 1.4em;
	color: var(--text);
}

h5 {
	line-height: 1.5em;
	font-size: 1.1em;
	color: var(--text);
}

p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.5em;
	color: var(--text);
}

p.links a {
	color: var(--third);
	text-decoration: none;
	}

a {
	color: var(--text);
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

ul {
	list-style-type: none;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 15px;
}

ul > li {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.5em;
	color: var(--text);
}