@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body, object {
	width: 100%;
	max-width: 100%;
	font-family: 'times';
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*# # # # # # TYPO # # # # # #*/
@font-face {
	font-family: 'SuisseWorks';
	src: url('fonts/SuisseWorks-Regular-WebXL.woff') format('woff'),
		url('fonts/SuisseWorks-Regular-WebXL.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SuisseWorks';
	src: url('fonts/SuisseWorks-RegularItalic-WebXL.woff') format('woff'),
		url('fonts/SuisseWorks-RegularItalic-WebXL.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
}
a {
	text-decoration: none;
	color: inherit;
}
body {
	font-family: 'SuisseWorks';
	width: 100%;
	text-align: left;
	float: left;
	position: relative;
	color: rgb(23, 116, 0);
	padding: 15px;
	line-height: 1.15;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.blue {
	color: #0d75ff;
}
i, a:hover {
	font-style: italic;
}
.heading {
	position: fixed;
}
.contact {
	top: 50%;
	width: calc(100% - 30px);
	position: fixed;
}
.col-1 {
	width: 33%;
	float: left;
}
.col-2 {
	width: 66%;
	float: left;
}
.animate > * {
	animation: sequence-in 0s steps(1) forwards;
	opacity: 0;
}


.animate-1{ animation-delay: .7s !important;  }
.animate-2{ animation-delay: 1.4s !important;  }
.animate-3{ animation-delay: 2.1s !important;  }
.animate-4{ animation-delay: 2.8s !important; }
.animate-5{ animation-delay: 3.5s !important; }
.animate-6{ animation-delay: 4.2s !important; }
.animate-7{ animation-delay: 4.9s !important; }
.animate-8{ animation-delay: 5.6s !important; }

.animate2-1{ animation-delay: .7s !important;  }
.animate2-2{ animation-delay: 1.2s !important;  }
.animate2-3{ animation-delay: 1.7s !important;  }
.animate2-4{ animation-delay: 2.2s !important; }
.animate2-5{ animation-delay: 2.7s !important; }
.animate2-6{ animation-delay: 3.3s !important; }
.animate2-7{ animation-delay: 3.8s !important; }
.animate2-8{ animation-delay: 4.3s !important; }

    @keyframes sequence-in {
      from { opacity: 0; }
      to { opacity: 1; }
    }

.nobreak {
	white-space: nowrap;
}

@media screen and (max-width: 1000px) {
	.col-1 {
		width: calc(100% - 30px);
		float: left;
		margin-bottom: 1em;
	}
	.col-2 {
		width: calc(100% - 30px);
		float: left;
		margin-bottom: 1em;
	}

}
