/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
a {
  color: currentColor;
  text-decoration: none;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #333333;
	background: #fbfbfb;
}

.wrapper {
	margin: 0 auto;
	max-width: 1440px;
	background: #fff;
}

.img {
  width: 100%;
}

.bold {
	font-weight: bold;
}

.copy, .copy--large {
	margin-bottom: 35px;
	line-height: 24px;
	font-size: 16px;
}

.desktop {
	display: none;
}

.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0;
	z-index: 2;
  padding: 20px;
	height: 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px -5px #333;
	         box-shadow: 0 5px 5px -5px #333;
}

.logo {
	position: absolute;
	top: 18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
}

.logo svg {
	height: 80px;
}

.nav {
	position: absolute;
	top: -600px;
}

.shim {
	display: none;
	background: #333;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .5;
	z-index: 1;
}

.shim--open {
	display: block;
}

.navi--open {
	padding: 60px 0 30px;
	background: #fff;
	top: 59px;
	left: 0;
	right: 0;
}

.navi-open {
	display: block;
}

.navi-close {
	display: none;
}

.navi-toggle--open .navi-open {
	display: none;
}

.navi-toggle--open .navi-close {
	display: block;
}

.nav__item {
	display: block;
  color: currentColor;
	cursor: pointer;
	padding: 20px;
	margin: 0 20px;
	border-bottom: 1px solid #EFF3FA;
	font-size: 20px;
	color: #143065;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

.nav__item::after {
	content: "";
	position: absolute;
	left: -20px;
	right: auto;
	bottom: 0;
	top: 0;
	width: 2px;
	background: #143065;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	width: 0;
}

.nav__item--active::after {
	width: 5px;
}

.nav__item:last-child {
	border: 0;
}

.stage {
	position: relative;
	color: #fff;
	text-align: center;
}

.stage__headline {
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	font-size: 42px;
	line-height: 48px;
	text-transform: uppercase;
}

.h2 {
	margin-bottom: 18px;
	line-height: 36px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	color: #143065;
}

.h3 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #143065;
}

.teaser__icon {
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.section--visible .teaser__icon {
	 opacity: 1;
}

.section--products {
	padding-top: 50px;
	margin: 0 20px 30px;
	border-bottom: 5px solid #EFF3FA;
	text-align: center;
}

.section--eye-catcher {
	margin: 80px 20px 100px;
	text-align: center;
}

.teaser-wrapper {
	padding-top: 45px;
}

.teaser {
	margin-bottom: 50px;
}

.cloud {
	position: relative;
	margin-bottom: 50px;
}

.cloud__headline {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	line-height: 36px;
	font-size: 28px;
	color: #143065;
	text-transform: uppercase;
 	width: 100%;
}

.arrow {
	position: relative;
	margin-top: -20%;
}

.arrow__content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
	min-width: 300px;
}

.arrow__graphic .mobile {
    min-height: 600px;
    height: 100%;
}

.section--partners {
	padding: 50px 20px;
	text-align: center;
}

.partners {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.partners__item {
	position: relative;
	width: 50%;
	height: 125px;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.section--visible .partners__item {
	opacity: 1;
}

.partners__item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 70%;
}

.section--contact {
	padding: 50px 20px;
	background: #EFF3FA;
	text-align: center;
}

.contact__space {
	margin-bottom: 35px;
}

.contact__subline  {
	margin-bottom: 10px;
}

.footer {
	padding: 50px 20px;
	background: #333;
	color: #fff;
	text-align: center;
}

.footer__link {
	display: block;
	margin-bottom: 40px;
}

.footer__link:last-child {
	display: block;
	margin-bottom: 80px;
}

.copyright {
	font-size: 14px;
}

.section--legal {
	padding: 50px 20px 80px;
}

.section--legal .h2 {
	text-align: left;
}

.legal--headline {
	margin: 0;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.desktop {
		display: block;
	}

	.mobile {
		display: none;
	}

	.navi-toggle.mobile {
		display: block;
	}

	.h2 {
		text-align: center;
	}

	.copy--large {
		line-height: 32px;
		font-size: 20px;
	}

	.stage {
		text-align: left;
	}

	.stage__headline {
		left: 80px;
		-webkit-transform: translate(0, -50%);
				-ms-transform: translate(0, -50%);
						transform: translate(0, -50%);
	}

	.section--products {
		padding-top: 70px;
		margin: 0 140px 105px;
	}

	.teaser-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.teaser {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
  	width: 33.333%;
		padding: 0 20px;
		text-align: center;
	}

	.section--company {
		position: relative;
		margin-bottom: 5%;
	}

	.arrow {
    position: absolute;
    right: 0;
    bottom: -77px;
	}

	.arrow__content {
		position: absolute;
		top: auto;
    left: auto;
		bottom: 100px;
		right: 120px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		text-align: left;
		width: 70%;
	}

	.section--partners {
		padding: 50px 140px;
	}

	.partners {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
	}

	.partners__item {
    width: 25%;
		padding: 0 25px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.partners__item img {
		max-width: 200px;
		padding: 0 25px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
	}

	.section--contact {
		padding: 50px 140px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contact__info {
		text-align: left;
		margin-right: 20px;
		width: 30%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		color: #143065;
	}

	.contact__map {
		width: 70%;
	}

	.footer {
		padding: 50px 140px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.footer__legal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer__link {
		margin: 0;
		margin-right: 30px;
	}

	.footer__link:last-child {
		margin: 0;
	}

	.section--legal {
		padding: 150px 80px 100px;
	}
}

@media only screen and (min-width: 1023px) {
	.header {
		padding: 0 65px 0 80px;
		height: 76px;
	}

	.navi-toggle.mobile {
		display: none;
	}

	.logo {
		position: absolute;
		top: 15px;
		left: 80px;
		-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
						transform: translateX(0);
		z-index: 1;
	}

	.logo svg {
		height: 110px;
	}

	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end;
		position: static;
	}

	.navi--open {
		padding: 0;
	}

	.nav__item {
		margin: 0;
		padding: 40px 15px 20px;
		font-size: 16px;
		border: 0;
	}

	.nav__item::after {
		width: 0;
		content: "";
		left: 0;
		right: 0;
		top: auto;
		height: 3px;
	}

	.nav__item--active::after {
		width: 100%;
	}

	.stage__headline {
		left: 80px;
		-webkit-transform: translate(0, -50%);
				-ms-transform: translate(0, -50%);
						transform: translate(0, -50%);
		line-height: 74px;
		font-size: 62px;
	}

	.section--eye-catcher {
		margin: 0 140px 100px;
		text-align: left;
	}

	.eye-catcher {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.eye-catcher .copy, .cloud {
		width: 50%;
	}

	.cloud {
		padding-right: 40px;
	}

	.eye-catcher .copy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-left: 40px;
	}

	.cloud__headline {
		left: 0;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		line-height: 52px;
		font-size: 36px;
	}
}