/* colors */

.slideshow h1,
.slideshow h2,
.slideshow h3,
.slideshow h4,
.slideshow h5,
.slideshow h6,
.slideshow p,
header.sticky nav a,
.teaser,
.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6 {
	color: #FFF;
}

.slideshow .item,
a.burger span {
	background-color: #FFF;
}

nav a,
header.sticky nav a:hover,
header.sticky nav .rex-current a {
	color: #000;
}

footer nav a {
	color: #666;
}

body,
a {
	color: #909090;
}

h1,
h2,
h3,
h4,
h5,
h6,
a:hover,
.rex-current a,
.back-arrow .next-button {
	color: #006652;
}

.logo {
	background-color: rgba(0,102,82,0.9); /* #006652 */
}

.slideshow .text,
header.sticky {
	background-color: rgba(0,102,82,0.9);
}

footer {
	background-color: #E4EDEB;
}

/* font-sizes */

nav li.seperator a {
	font-size: 12px;
}

body {
	font-size: 19px;
}

h1 {
	
}

h2,
.slideshow .text h3 {
	font-size: 37px;
}

h3 {
	
}

/* font-families */

body {
	font-family: 'Merriweather';
}

nav,
h1,
h2,
h3,
h4,
h5,
h6,
.back-arrow .next-button {
	font-family: 'Lato';
}

/* general */

body {
	font-weight: 300;
	line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.1em;
	margin-bottom: 1em;
	font-weight: 300;
}

a {
	text-decoration: none;
}

ul,
p {
	margin-top: 0;
}

ul {
	padding: 0;
}


table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

.text-block table {
	margin-left: -15px;
	margin-right: -15px;
}

.text-block td {
	padding-left: 15px;
	padding-right: 15px;
}

.text-block ul {
	padding-left: 1em;
}

.container {
	margin: 0 auto;
	max-width: 980px;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin: 0 -15px;
}

.col {
	display: inline-block;
	vertical-align: top;
	min-height: 10px;
}

.col-4,
.image-block .square-sm-4,
.image-block .original-sm-4 {
	width: 33.3333%;
}

.image-block .square-sm-6,
.image-block .original-sm-6 {
	width: 50%;
}

.image-block .square-sm-8,
.image-block .original-sm-8 {
	width: 66.66666667%;
}

.module {
	position: relative;
	margin-bottom: 40px;
}

.module.text-block {
	margin-bottom: 80px;
}

.module.headline-block {
	margin-bottom: 40px;
}

.text-columns .teaser .inner {
	padding: 20px;
	border: 0 none;
	background-color: rgba(0,102,82,0.9);
}

.teaser-box {
	position: relative;
}

.teaser-box .placeholder {
	display: block;
	width: 100%;
}

.teaser-box .box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.teaser-box p,
.teaser-box h4 {
	display: none;
}

.clear {
	clear: both;
}

header {
	position: fixed;
	padding-top: 45px;
	width: 100%;
	z-index: 10;
	height: 75px;
}

section.contents {
	min-height: 325px;
	position: relative;
	z-index: 5;
	padding-top: 240px;
}

section.contents h1 {
	margin-bottom: 160px;
}

.startpage section.contents {
	padding-top: 0px;
}

footer {
	
}

.logo,
.navigation {
	display: inline-block;
	vertical-align: top;
}

.logo {
	position: relative;
	top: 0;
	width: 240px;
	height: 240px;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
}

.navigation {
	margin-left: 45px;
}

nav ul {
	margin: 0;
}

nav li {
	display: inline-block;
}

nav a {
	line-height: 75px;
	display: block;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

header.sticky nav a {
	text-shadow: none;
}

nav li.seperator {
	margin: 0 12px;
}

nav li.seperator a {
	font-weight: 400;
	line-height: 50px;
	position: relative;
	top: -2px;
}

.slideshow {
	/* height: 100vh; */
	min-height: 100vh;
	margin-bottom: 77px;
}

.slideshow.images-preloaded {
	min-height: 0;
}

.slideshow .item {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.slideshow .item.current {
	position: relative; /* remove for full height slider */
	z-index: 4;
	opacity: 1;
}

.slideshow .item.next {
	z-index: 3;
	opacity: 1;
}

.slideshow .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 36px;
}

.slideshow .text h3 {
	margin: 0;
}

.slideshow .button-wrapper {
	padding-top: 18px;
}

.slideshow .arrow {
	position: absolute;
	width: 43px;
	height: 40px;
	z-index: 6;
	top: 50%;
	margin-top: -20px;
}

.slideshow .arrow.previous {
	left: 110px;
}

.slideshow .arrow.next {
	right: 110px;
}

.slideshow .arrow a {
	display: block;
	width: 100%;
	position: relative;
}

.slideshow .arrow img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow .arrow .white {
	opacity: 0;
}

.slideshow .arrow .green {
	opacity: 1;
}

.slideshow .arrow a:hover .white {
	opacity: 1;
}

.slideshow .arrow a:hover .green {
	opacity: 0;
}

.background {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.background:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 160px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.75+0,0.75+50,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.background img {
	display: block;
	width: 100%;
}

.background img.height {
	width: auto;
	height: 100%;
}

.text-columns {
	margin-bottom: 34px;
}

.text-columns .image {
	margin-bottom: 40px;
}

.text-columns h2 img,
.text-columns .image img {
	width: 100%;
	display: block;
}

.text-columns h2 img {
	margin-bottom: 40px;
}

.text-columns .text {
	padding-left: 15px;
	padding-right: 15px;
}

.text-columns .inner {
	border-top: 1px solid #909090;
	padding-top: 40px;
}

.text-columns .last-row .inner {
	padding: 0;
}

.text-columns .col {
	margin-bottom: 31px;
}

.top-button,
.next-section-button {
	display: block;
	width: 40px;
}

.top-button img,
.next-section-button img {
	display: block;
	width: 100%;
}

.next-button {
	display: block;
	width: 43px;
}

.next-button img {
	display: block;
	width: 100%;
}

.text-columns .button {
	padding-top: 5px;
}

.module.text-block + .module.next-section {
	margin-top: -40px;
}

footer nav .inner {
	padding: 54px 15px;
}

footer nav li {
	width: 100%;
}

footer nav a {
	line-height: 1em;
}

header.sticky {
	height: 75px;
	padding-top: 0;
}

header.sticky .logo {
	top: 3px;
	width: 145px;
	height: 145px;
	background-color: transparent;
}

.mobile-element {
	display: none;
}

a.burger {
	position: absolute;
	padding: 28px 30px;
	right: 0;
	top: 0;
	width: 35px;
	background-image: url(../img/spacer.gif);
}

a.burger span {
	display: block;
	width: 100%;
	height: 4px;
	margin-bottom: 3px;
}

.text-columns .next-button {
	float: right;
}

.back-arrow .next-button {
	width: auto;
	white-space: nowrap;
	font-size: 2em;
	line-height: 37px;
	position: relative;
	padding-right: 80px;
	float: left;
}

.back-arrow .next-button img {
	width: 43px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.back-arrow {
	margin-bottom: 80px;
}

.image-block .container {

}

.image-block img {
	display: block;
	width: 100%;
}

.image-block .inner {
	padding-left: 15px;
	padding-right: 15px;
}

.contact-icons {
	font-family: 'Lato';
	z-index: 20;
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact-icons ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.contact-icons li {
	width: 50px;
	height: 50px;
	position: relative;
	background-color: rgba(255,255,255,.9);
	margin-bottom: 5px;
	white-space: nowrap;
	float: right;
	clear: both;
}

.contact-icons li:last-child {
	margin-bottom: 0;
}

.contact-icons a {
	display: block;
	color: #909090;
}

.contact-icons span {
	display: inline-block;
	vertical-align: middle;
}

.contact-icons span.text {
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	left: 0;
	right: 50px;
	top: 0;
	bottom: 0;
	line-height: 50px;
	opacity: 0;
}

.contact-icons li:hover {
	width: 270px;
}

.contact-icons li:hover span.text {
	opacity: 1;
}

.contact-icons span.icon {
	width: 30px;
	padding: 10px;
	position: absolute;
	right: 0;
}

.contact-icons img {
	display: block;
	width: 100%;
}

.transition,
.slideshow .arrow img,
a,
.slideshow .item.current,
header,
header .logo,
.navigation,
section.contents,
footer,
.slideshow .arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact-icons li {
	-webkit-transition: width 0.3s ease 0.3s;
	-moz-transition: width 0.3s ease 0.3s;
	-ms-transition: width 0.3s ease 0.3s;
	-o-transition: width 0.3s ease 0.3s;
	transition: width 0.3s ease 0.3s;
}

.contact-icons li:hover {
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.contact-icons li span.text {
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.contact-icons li:hover span.text {
	-webkit-transition: opacity 0.3s ease 0.3s;
	-moz-transition: opacity 0.3s ease 0.3s;
	-ms-transition: opacity 0.3s ease 0.3s;
	-o-transition: opacity 0.3s ease 0.3s;
	transition: opacity 0.3s ease 0.3s;
}