/* Layout */

#services,
#references {
	position: relative;
}

#services_anchor,
#references_anchor {
	top: -114px;
}

#start_anchor {
	position: absolute;
	top: 0;
}

/* Header */

#logobar {
	background: #a2c7ca;
	width: 100%;
	text-align: center;
	height: 140px;
	padding: 25px 0px;
	box-sizing: border-box;
}

#logobar img {
	height: 100%;
	width: auto;
}

#mainnav {
	background: #fff;
}

.fixedNav header {
	margin-top: 194px;
}

.fixedNav #logobar {
	height: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 5px;
}

.fixedNav #mainnav {
	position: fixed;
	top: 50px;
	z-index: 99;
	width: 100%;
}

nav ul {
	list-style: none;
	text-align: center;
	padding: 0px;
}

nav ul li {
	display: inline-block;
	margin: 0px 5px;
}

nav ul li.active a {
	font-weight: 700;
}

nav ul li a {
	color: #4c5058;
	text-decoration: none;
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
	font-weight: 700;
}

#headerimage {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

#headerimage img {
	width: 100%;
	height: auto;
	display: block;
}

#headerimage #teaserbox {
	background: rgba(255,255,255,0.5);
	padding: 25px 50px 25px 25px;
	width: auto;
	position: absolute;
	left: 60px;
	top: 60px;
	z-index: 2;
}

#headerimage #teaserbox ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#headerimage #teaserbox h3 {
	color: #4c5058;
	margin-bottom: 0px;
}

/* Main */

#services {
	background: #43a1a4;
	color: #fff;
	padding: 60px 100px;
	box-sizing: border-box;
	width: 100%;
}

#services ul li {
	margin-top: 30px;
	margin-left: -18px;
}

.reference_list {
	padding: 25px 0px;
	overflow: hidden;
}

.reference_box {
	float: left;
	margin: 0px 0px 0px 25px;
	width: calc(20% - 20px);
	background: #c6d8da;
	padding: 0px 20px 20px 20px;
	box-sizing: border-box;
	color: #616b75;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

.reference_box:first-child {
	margin-left: 0px;
}

.reference_box img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #616b75;
	display: block;
	margin-bottom: 20px;
}

.reference_slider {
	width: 100%;
}

.reference_slider ul {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	list-style: none;
}

.reference_slider ul img {
	display: block;
	width: 100%;
	height: auto;
}

/* Footer */

footer {
	background: #616b75;
	color: #fff;
	padding: 60px 100px;
	box-sizing: border-box;
	width: 100%;
}

footer nav ul {
	text-align: left;
	margin-top: 65px;
}

footer nav ul li {
	margin: 0px;
}

footer nav ul li a {
	color: #fff;
}

/* Typo */

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01em;
}

nav {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

h1,h2,h3 {
	font-family: 'PT Sans', sans-serif;
}

h1,h2,h3 {
	font-size: 26px;
	line-height: 40px;
	margin: 0px;
	font-weight: 400;
}

a {
	color: #fff;
}

.invisible {
	position: absolute !important;
    z-index: 15;
    width: 1px;
    height: 1px;
    padding: 0px 3px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    color: white;
    background: #1a78b7;
    border: 0;
}
/* General */

body {
	margin: 0px;
	background: #929aaa;
}

#sitewrapper {
	margin: 0 auto;
	background: #fff;
}

