/**************************ALLGEMEIN***********************/
* {
    outline: none;
    border: 0;
    font-family: 'Helvetica', Arial;
	font-weight:300;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    box-sizing: border-box;
    list-style-type: none;
    outline-style: none;
    -webkit-tap-highlight-color: transparent;
	color:var(--highlightColor);
	font-size: 1rem;
}


img{
	width:100%;
}

p, p a{
	font-size: 1rem;
	margin-bottom: 1rem;
}

p a{
	text-decoration: underline;
}

b{
	font-weight: 600;
}

/****************** ANCHORS ********************/



/****************** HEADLINES ********************/
h1{
	font-size: 1.3rem;
	margin:0 0 2rem 0;
}

h2{
	font-size: 1rem;
	margin:1rem 0 .25rem 0;
	font-weight: 400;
}

h3{
	font-size: 1rem;
	margin:.5rem 0 .25rem 0;
}

h4{
	font-size: 1rem;
	margin-top: .5rem;
}

