/* Schriftdefinitionen start */

body {
  font-family: aktiv-grotesk-std; 
  font-weight: 300; 
  font-style: normal;
  font-size: 18px;
}

a, a:hover, a:active, a:focus {
	color: inherit;	
	text-decoration: underline;
	font-size: inherit;
}


a:focus, a:active {
	outline: none !important;
}


h1 a, h2 a, h3 a, a.date {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, a:hover.date {
	text-decoration: none;
}


h1 {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	font-size: 25px;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

h2 {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	font-size: 21px;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 52px 0 20px 0;
	padding: 0 0 0 0;
}

h3 {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 0 0 0 0;
	padding: 12px 0 20px 0;
}

h4 {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 5px 0 20px 0;
	padding: 0 0 0 0;
}

h5 {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	font-size: 21px;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 0px 0 2px 0;
	padding: 0 0 0 0;
}



p {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	line-height: 1.3;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p {
/*  text-indent: 1.5em; */
  }
p + p {
  text-indent: 1.5em;
  }

.small {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.hometext {
	font-family: aktiv-grotesk-std;
	font-style: normal;
	line-height: 1.3;
	font-size: 23px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	background-color: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ol, ul {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 1.5em;
    font-size: 17px;
}

li {
	line-height: 1.3;
}

ul.small_bullets {
	font-size: 15px;
	}