@import url('https://fonts.googleapis.com/css?family=Karla');


/**
 *	Schriften
 */
html {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased
}
h1 {
	font-size: 2rem;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 2.5rem;
	-webkit-font-smoothing: antialiased
}
h2 {
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
	-webkit-font-smoothing: antialiased
}
h3 {
	font-size: 1.4rem;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased
}
h4 {
	font-size: 1.4rem;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased
}
h5 {
	font-size: 1.2rem;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased
}

div,
blockquote,
dd,
body,
p,
li,
label,
td,
th,
input,
textarea {
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.5rem;
	letter-spacing: 0.5px;
	-webkit-font-smoothing: antialiased
}

a {
	font-size: 1.1rem;
	/*font-family: Karla, arial, helvetica, sans-serif;*/
	font-family:"Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 1px;
}


