/* Schriftdefinitionen start */

body {
  font-family: 'Chronicle Text G1 A', 'Chronicle Text G1 B'; 
  font-weight: 400; 
  font-style: normal;
  font-size: 17px;
  line-height: 1.3;
}


h1 {
	font-family: 'Verlag Comp A', 'Verlag Comp B';
	font-style: normal;
	line-height: 1.0;
	font-size: 35px;
	font-weight: 800; 
	color: #000;
	text-decoration: none;
	background-color: inherit;
	margin: 40px 0 29px 0;
	padding: 0px;
}

h2 {
	font-family: 'Verlag Comp A', 'Verlag Comp B';
	font-style: normal;
	line-height: 1.0;
	font-size: 22px;
	font-weight: 800; 
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: inherit;
	margin: 0 0 29px 0;
	padding: 0px;
}
/* 	text-transform: uppercase; */

p {
	font-family: 'Chronicle Text G1 A', 'Chronicle Text G1 B'; 
	font-style: normal;
  line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	background-color: inherit;
	margin: 0 0 30px 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a.partner {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
	font-size: inherit;
}

a:focus, a:active {
	outline: none !important;
}

ul, li {
	font-family: 'Chronicle Text G1 A', 'Chronicle Text G1 B'; 
	font-style: normal;
  line-height: 1.3;
	font-size: 17px;
	font-weight: 400;
	color: #000;
}

ul {
	margin: 0 0 30px 0;
}


p.paragraph_2 {
	font-family: 'Chronicle Text G1 A', 'Chronicle Text G1 B'; 
	font-style: normal;
  line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: inherit;
	margin: 0 0 30px 0;
	padding: 0;
}

p.footer {
	font-family: 'Verlag Comp A', 'Verlag Comp B'; 
	font-style: normal;
  line-height: 1.3;
	font-size: 18px;
	font-weight: 200;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: inherit;
	margin: 0 0 0 0;
	padding: 0;
}

p.footer a {
	text-decoration: none;
}


