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

/* ----------------------------------------------------------------------------- *
 *                           Style by www.a-krueger.eu                           *
 * ----------------------------------------------------------------------------- */

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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ----------------------------------------------------------------------------- *
 *                                Typographie                                    *
 * ----------------------------------------------------------------------------- */

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;
	}

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

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

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

h4 {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
	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);
}

/* ---------------------------------------------------------------*/
/*                        Responsive                              */
/* ---------------------------------------------------------------*/	


@media all and (max-width:900px) {
	
h3 {
	line-height: 1.0em;
	font-size: 1.5em;
	}

h4 {	
	font-size: 1.0em;
	}
	
p {
	font-size: 0.9em;
	}
}

@media all and (max-width:378px) {

h2, h3, h4, h5, h6 {
	text-align: center;
	}	
	
h4 {
	font-size: 1.0em;
	}	
h5 {
	font-size: 1.0em;
	}
p {
	text-align: justify;
	}	
}

