@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
	font-size: 10px;
}
body {
	font-family: 'Work Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8;
}
a {
	color: inherit;
	text-decoration: none;	
	transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
	clear: both;
}
h1, h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 300;
	color: #696D78;
	margin: 1.5em 0 1em 0;
}
.control .fa {
	font-size: 28px;
}
h3 {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	margin: 0;
	color: #696D78;
	margin: 1.5em 0 1em 0;
}
.home h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
p, ol, ul {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	color: #696D78;
	margin: 1em 0;
}
.arbeiten-inner p {
	margin: .5em 0;
}
p.large {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 300;
}
p.prefooter {
	color: #fff;
}
b, strong {
	font-weight: 500;
}
@media only screen and (min-width: 640px) {	
	html {
		font-size: 15px;
	}
	h1, h2,
	.control .fa {
		font-size: 32px;
	}
	p.large {
		font-size: 25px;
	}
	body, h3, p, ol, ul {
		font-size: 17px;
	}
}
@media only screen and (min-width: 1280px) {
	html {
		font-size: 20px;
	}
	h1, h2,
	.control .fa {
		font-size: 36px;
	}
	p.large {
		font-size: 28px;
	}
	body, h3, p, ol, ul {
		font-size: 18px;
	}
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ol:first-child,
ul:first-child {
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ol:last-child,
ul:last-child {
	margin-bottom: 0;
}