@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html {
	font-size: 10px;
  
}

body {
	font-family: 'Roboto', sans-serif;
	
	font-weight: 300;
	font-size: 2rem;
	letter-spacing: 0.03em;
	color: #373737;
}

/* TinyMCE specific rules */
body.mceContentBody {
}

body.mceContentBody p, body.mceContentBody ul, body.mceContentBody ol {

}

h1 {
	font-size: 4.1rem;
	margin: 5rem 0 4rem;
	padding: 0;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

h2 {
	font-size: 3.1rem;
	font-weight: 400;
	margin: 2.6rem 0 2.6rem;
	padding: 0;
	line-height: 1.2;
	letter-spacing: 0.08rem;
}

h3 {
	font-size: 2.6rem;
	font-weight: 400;
	margin: 2.6rem 0 2.6rem;
	padding: 0;
	letter-spacing: 0.08rem;
}

a {
	color: #373737;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

p{
	margin: 0 0 2.6rem 0;
}

ol {
	list-style: decimal;
	margin-left: 2.2rem;
	margin-bottom: 2.6rem;
}

ul {
	list-style: disc;
	margin-left: 2.2rem;
	margin-bottom: 2.6rem;
}




strong {
  font-weight: 400;
}

ul.Liste {
	margin-left: 0 !important;
}

ul.Liste li {
	margin: 0  0 0.8rem;
	padding: 0 0 0.8rem;
	border-bottom: 1px #A0A0A0 solid;
	list-style: none;
}


.Liste a {
	text-decoration: none;
}

.Liste a:hover,
.Liste a:focus,
.Liste a.active {
	text-decoration: underline;
}

.Liste a:after {
	content: url(../images/external-link.svg);
	margin: 0 0.1rem 0 0.8rem;
}

