@font-face {
    font-family: 'hamletsans';
    src: url('../fonts/hamletsanspro-light.eot');
    src: url('../fonts/hamletsanspro-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hamletsanspro-light.woff2') format('woff2'),
         url('../fonts/hamletsanspro-light.woff') format('woff'),
         url('../fonts/hamletsanspro-light.ttf') format('truetype'),
         url('../fonts/hamletsanspro-light.svg#hamletsans-light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'hamletsans';
    src: url('../fonts/hamletsanspro-regular.eot');
    src: url('../fonts/hamletsanspro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hamletsanspro-regular.woff2') format('woff2'),
         url('../fonts/hamletsanspro-regular.woff') fofrmat('woff'),
         url('../fonts/hamletsanspro-regular.ttf') format('truetype'),
         url('../fonts/hamletsanspro-regular.svg#hamletsans-regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'hamletsans';
    src: url('../fonts/hamletsanspro-semibold.eot');
    src: url('../fonts/hamletsanspro-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hamletsanspro-semibold.woff2') format('woff2'),
         url('../fonts/hamletsanspro-semibold.woff') format('woff'),
         url('../fonts/hamletsanspro-semibold.ttf') format('truetype'),
         url('../fonts/hamletsanspro-semibold.svg#hamletsans-semibold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'hamletsans';
    src: url('../fonts/hamletsanspro-black.eot');
    src: url('../fonts/hamletsanspro-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hamletsanspro-black.woff2') format('woff2'),
         url('../fonts/hamletsanspro-black.woff') format('woff'),
         url('../fonts/hamletsanspro-black.ttf') format('truetype'),
         url('../fonts/hamletsanspro-black.svg#hamletsans-black') format('svg');
    font-weight: 800;
    font-style: normal;
}

* {
	box-sizing: border-box;
/*	-webkit-appearance: none;*/
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}

*:not(input, textarea) {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

body {
	width: 100%;
	font-family: 'hamletsans', sans-serif;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 25px;
	color: #000000;
	background: #ffffff;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

b, strong {
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}

h1, h2 {
	font-size: 44px;
	line-height: 41px;
	max-width: 936px;
	padding-bottom: 34px;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding-bottom: 17px;
}

h4 {
	font-size: 19px;
	line-height: 21px;
	font-weight: 500;
	padding-bottom: 17px;
	padding-top: 2px;
	text-transform: uppercase;
}

h5, h6 {
	font-size: 19px;
	line-height: 21px;
	padding-bottom: 17px;
}

p {
	clear: both;
	margin: 0px;
}
hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0px 10px 0px;
}

a {
	color: #da7b23;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; -ms-transition: all .2s ease;
}
a:hover {
	color: #da7b23;
	text-decoration: none;
}

a.email {
	display: none !important;
}

a.readmore, span.readmore {
	display: block;
	color: #da7b23;
	font-weight: 500;
}

a.readmore:hover, span.readmore:hover, a:hover span.readmore {
	color: #000000;
}

a.readmore::before, span.readmore::before {
	color: #000000;
	font-weight: 800;
	content: "+ ";
}
/*
a.readmore:hover::before, span.readmore:hover::before {
	color: #da7b23;
}
*/

a.readmore.all {
	text-transform: uppercase;
}


ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;

	padding-left: 24px;
	background: url(../img/icon/nav-right.svg) 0px 4px no-repeat;
	background-size: 16px 16px;
}

.clear {
	width: 0px;
	height: 0px;
	clear: both;
}

div.content-spacer {
	clear: both;
	height: 34px;
}

div, section, nav, header, footer {
	display: block;
	position: relative;
}

a#totop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 48px;
	height: 48px;
    background: rgba(255,255,255,0) url(../img/icon/up.svg) center center no-repeat;
    z-index: 500;
/*    border: 1px solid rgba(0,0,0,.25);*/
}

.vimeo-full-width {
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.vimeo-full-width iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***** main *****/

main {
	padding-top: 76px;
	width: 100%;
}


/***** screen width ******/

div.section-container, div.page-nr-container, div.services-nr-container, div.header-container, nav.home, div#footer-container, div#header-menu-container, section > div.image-slider div.image-slider-nav-container, div#footer-bottom-container, div.video-home-header {
	width: 1408px;
	margin: 0px auto;
}

nav.home ul {
	width: 1432px;
}


/***** header *****/

header {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 76px;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	overflow: hidden;
}

div.header-container {
	height: 76px;
	overflow: visible;
}

header a.logo {
	position: absolute;
	top: 11px;
	left: 0px;
	display: block;
	width: 164px;
	height: 46px;
}

header a.logo img {
	width: 100%;
	height: 100%;
}

ul.header-items {
	position: absolute;
	top: 7px;
	left: 700px;
}

ul.header-items li {
	float: left;
	background: none;
	padding-left: 0px;
}

ul.header-items li a {
	display: block;
	color: #000000;
	font-size: 18px;
	line-height: 76px;
	padding-right: 16px;
	padding-left: 16px;
	background: url(../img/icon/divider.svg) center right no-repeat;
	background-size: 1px 20px;
}
ul.header-items li:last-child a {
	background: none;
}
ul.header-items li a:hover {
	color: #da7b23;
}



ul#header-items-lang {
	position: absolute;
	top: 22px;
	right: 40px;
}

ul#header-items-lang li {
	float: left;
	background: none;
	padding-left: 0px;
}

ul#header-items-lang li a {
	display: block;
	width: 40px;
	height: 40px;
	padding-left: 40px;
	background: url(../img/icon/flag-en.svg) center center no-repeat;
	background-size: 26.666666px 16px;
	overflow: hidden;
}
ul#header-items-lang li a.flag-nl {
	background: url(../img/icon/flag-nl.svg) center center no-repeat;
	background-size: 26.666666px 16px;
}


/* header menu */

a#header-menu-trigger {
    position: absolute;
    top: 22px;
    right: -9px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon/menu.svg) center center no-repeat;
}

div#header-menu {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
}

div#header-menu-container {
	overflow: visible;
}

div#header-menu-content {
	position: absolute;
	top: 0px;
	right: -24px;
/*	width: 600px;*/
	width: 500px;
/*	padding: 26px 60px 60px 60px;*/
	padding: 26px 24px 40px 24px;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

div#header-menu-content a {
	color: #000000;
}
div#header-menu-content a:hover {
	color: #da7b23;
}

ul#header-lang li {
	float: left;
	text-transform: uppercase;
	background: none;
	padding-left: 0px;
}
ul#header-lang li a {
	font-size: 15px;
	line-height: 40px;
	padding-right: 16px;
}

nav#header-main {
/*	margin-top: 60px;
	margin-bottom: 80px;*/
	margin-top: 20px;
	margin-bottom: 40px;
}

nav#header-main ul li {
	background: none;
	padding-left: 0px;
}

nav#header-main ul li a {
	display: block;
	color: #999999;
/*	font-size: 32px;
	line-height: 40px;*/
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

nav#header-main ul li a:hover, nav#header-main ul li a.active {
	color: #000000;
}

p#header-copyright {
	font-size: 15px;
}

a#header-menu-close {
    position: absolute;
    top: 22px;
    right: 15px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon/close.svg) center center no-repeat;
}

div#overlay-bg {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1500;
}


/***** section home video *****/

div.video-home-container {
	position: relative;
	width: 100%;
	margin-top: 0px;
	aspect-ratio: 16 / 9;
/*	min-height: 300px;*/
	max-height: calc(100vh - 76px);
	overflow: hidden;
}

div.video-home-header-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 34px 0px 24px 0px;
	background: linear-gradient(0deg,rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
/*	background: rgba(0,0,0,.25);*/
}

div.video-home-header h2, div.video-home-header h3 {
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,.25);
	max-width: none;
}
div.video-home-header h2 {
	font-size: 66px;
	line-height: 61px;
}
div.video-home-header h3 {
	font-size: 36px;
	line-height: 36px;
}

/***** section home nav *****/

div.nav-home-container {
	width: 100%;
	padding-top: 117px;
	padding-bottom: 117px;
	overflow: hidden;
}

nav.home ul {
	position: relative;
	z-index: 1;
}

nav.home ul li {
	display: block;
	float: left;
	width: 334px;
	height: 279px;
	margin-right: 24px;
	margin-bottom: 24px;
	padding-left: 0px;
	background: none;
}
nav.home-3 ul li {
	width: 453px;
}
nav.home-3 ul li:nth-child(3), nav.home-3 ul li:nth-child(6), nav.home-3 ul li:nth-child(9), nav.home-3 ul li:nth-child(12) {
	width: 454px;
}

nav.home ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	padding: 0px 30px 0px 30px;
	border: 1px solid rgba(255,255,255,.35);
	overflow: hidden;
	transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease;
}

nav.home ul li a.active {
	color: #ffffff;
	background: #c97120;
	border: 1px solid #c97120;
}

nav.home ul li a h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 300;
	padding-top: 47px;
}
nav.home ul li a p {
	opacity: 0;
	position: absolute;
	bottom: 30px;
	font-size: 22px;
	line-height: 24px;
	transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease;
}
nav.home ul li a:hover p, nav.home ul li a.active p {
	opacity: 1;
}

div.plx-img {
	display: none;
	position: fixed;
	top: 76px;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
div.plx-img.active {
	display: block;
}

div.plx-img div.img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 0px;
	background: #ffffff;
	background-position: center center;
	background-size: cover;
}
div.home-bg, div.page-header-bg { /*, div.services-bg {*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
}
div.page-header-bg {
	background: rgba(0,0,0,.25);
}

div#home-img div.video {
	position: absolute;
	top: 0px;
/*	transform: scale(1.03);*/
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000000;
	background-size: contain;
}

div#home-img div.video iframe {
	border: 0px;
	width: 100%;
	height: 100%;
}

div#home-img div.img {
/*	transition: background-image .3s ease, transform 5s ease; -moz-transition: background-image .3s ease, transform 5s ease; -webkit-transition: background-image .3s ease, transform 5s ease; -ms-transition: background-image .3s ease, transform 5s ease;*/
	transition: transform 5s ease; -moz-transition: transform 5s ease; -webkit-transition: transform 5s ease; -ms-transition: transform 5s ease;
	transform: scale(1);
}

div#home-img div.img.triggered {
	transform: scale(1.03);
}

/***** sections *****/

section {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ffffff;
/*	border-bottom: 1px solid rgba(0,0,0,.35);*/
}
section:last-child {
	border-bottom: none;
	padding-bottom: 94px;
}
section.right {
	text-align: right;
}
section.right h2 {
	float: right;
}


section a.readmore, section span.readmore {
	padding-top: 24px;
}


/***** section services *****/

div.services-container {
	width: 1408px;
	margin: 80px auto 0px auto;
}

div.services-container h4 {
	text-transform: none;
	float: left;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
}

div.services-image {
	background: #e0e0e0;
	background-position: center center;
	background-size: cover;
}

div.services-image span.services-nr {
	position: relative;
	z-index: 1;
	display: block;
	width: 136px;
	height: 136px;
	color: #ffffff;
	font-size: 83px;
	line-height: 136px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.25), 0px 0px 10px rgba(0,0,0,.25) inset;
	text-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
div.services-image span.services-nr.hidden {
	opacity: 0;
}

div.services-container ul li {
	display: block;
	padding-bottom: 80px; /*44px;*/
	padding-left: 0px;
	background: none;
}
div.services-container ul li:last-child {
	padding-bottom: 0px;
}

div.services-container ul li div.services-content {
	text-align: left;
	background: #ffffff;
	padding: 43px 24px 0px 0px;
}
div.services-container ul li div.services-content h2 {
	float: none;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 14px;
}
div.services-container ul li div.services-content a.readmore {
	padding-top: 24px;
}

div.services-container ul li:nth-child(1), div.services-container ul li:nth-child(5) {
	width: 936px;
	margin-left: 472px;
}
div.services-container ul li:nth-child(1) div.services-image, div.services-container ul li:nth-child(5) div.services-image {
	padding: 157px 0px 102px 24px;
}
div.services-container ul li:nth-child(1) div.services-content, div.services-container ul li:nth-child(5) div.services-content {
	width: 696px;
	margin-top: -80px;
	padding-left: 24px;
}

div.services-container ul li:nth-child(2), div.services-container ul li:nth-child(6) {
	float: left;
	width: 632px;
}
div.services-container ul li:nth-child(2) div.services-image, div.services-container ul li:nth-child(6) div.services-image {
	padding: 130px 0px 126px 24px;
}
div.services-container ul li:nth-child(2) div.services-content, div.services-container ul li:nth-child(6) div.services-content {
	width: 596px;
	margin-top: -80px;
}

div.services-container ul li:nth-child(3), div.services-container ul li:nth-child(7) {
	float: right;
	width: 496px;
	margin-top: 107px;
}
div.services-container ul li:nth-child(3) div.services-image, div.services-container ul li:nth-child(7) div.services-image {
	padding: 24px 0px 311px 336px;
}
div.services-container ul li:nth-child(3) div.services-content, div.services-container ul li:nth-child(7) div.services-content {
	width: 460px;
	margin-top: -36px;
}

div.services-container ul li:nth-child(4), div.services-container ul li:nth-child(8) {
	clear: both;
	width: 936px;
}
div.services-container ul li:nth-child(4) div.services-image, div.services-container ul li:nth-child(8) div.services-image {
	padding: 216px 0px 42px 752px;
}
div.services-container ul li:nth-child(4) div.services-content, div.services-container ul li:nth-child(8) div.services-content {
	width: 696px;
	margin-top: -80px;
}


div.services-container ul li:nth-child(1) span.services-nr::after {
	content: "1";
}
div.services-container ul li:nth-child(2) span.services-nr::after {
	content: "2";
}
div.services-container ul li:nth-child(3) span.services-nr::after {
	content: "3";
}
div.services-container ul li:nth-child(4) span.services-nr::after {
	content: "4";
}
div.services-container ul li:nth-child(5) span.services-nr::after {
	content: "5";
}
div.services-container ul li:nth-child(6) span.services-nr::after {
	content: "6";
}
div.services-container ul li:nth-child(7) span.services-nr::after {
	content: "7";
}
div.services-container ul li:nth-child(8) span.services-nr::after {
	content: "8";
}


/***** section highlight *****/

section.highlight-plx {
	padding-bottom: 0px;
}

div.highlight-image {
	width: 100%;
	padding-top: 50%;
	background: #e0e0e0 center center no-repeat;
	background-size: cover;
}
div.highlight-image.plx-alt {
	display: none;
}
div.highlight-img-plx::after {
	content: " ";
	display: block;
	background: #ffffff;
	width: 100%;
	height: 50px;
}
div.highlight-image-plx {
	width: 100%;
	padding-top: 50%;
}

section.highlight h2 {
	padding-bottom: 0px;
}

section.highlight a.readmore:last-child {
	padding-bottom: 44px;
}


/***** section news *****/

div.news-container {
	clear: both;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 25px;
	padding-top: 371px; /* 335 max img height + 36 image margin */
	padding-bottom: 371px; /* 335 max img height + 36 image margin */
	overflow: hidden;
	background: url(../img/icon/news-bg.svg) center center repeat-x;
	background-size: 200px 22px;
}

div.news-container ul {
	position: relative;
	width: 100000px;
}

div.news-container li {
	display: block;
	float: left;
	width: 352px;
	height: 22px;
	position: relative;
	padding-left: 0px;
	background: url(../img/icon/news-item.svg) center center no-repeat;
	background-size: 22px 22px;
}

div.news-container li a {
	display: block;
	color: #000000;
}

div.news-container li a div.news-image {
	position: absolute;
	bottom: -22px;
	padding-bottom: 58px;
	width: 100%;
}

div.news-container li:nth-child(2n) a div.news-image {
	bottom: auto;
	top: 0px;
	padding-top: 58px;
}

div.news-container li a div.news-content {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	padding-top: 58px;
	padding-left: 24px;
	padding-right: 24px;
}

div.news-container li:nth-child(2n) a div.news-content {
	top: auto;
	bottom: 0px;
	padding-bottom: 58px;
}

div.news-container li a div.news-content h2 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 9px;
}
div.news-container li a div.news-content span.readmore {
	display: block;
	padding-bottom: 0px;
}

div.news-container li a div.news-image {
	transition: transform .3s ease; -moz-transition: transform .3s ease; -webkit-transition: transform .3s ease; -ms-transition: transform .3s ease;
	transform: scale(1);
}
div.news-container li a:hover div.news-image {
	transform: scale(.97);
}

div.news-container li a div.news-image img {
	display: table;
	max-width: 100%;
	max-height: 335px;
	margin: 0px auto;
}

div.news-container a.slider-prev, div.news-container a.slider-next {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	z-index: 500;
}

div.news-container a.slider-next {
	right: 0px;
}

div.news-container > a.readmore {
	display: none;
}


/***** image slider *****/

div.image-slider {
	width: 100%;
	padding-top: 50%;
	clear: both;
	overflow: hidden;
}
div.image-slider-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.image-slider-content ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100000px;
	height: 100%;
}
div.image-slider-content ul li {
	height: 100%;
	padding-left: 0px;
	background: #e0e0e0 center center no-repeat;
	background-size: cover;
	float: left;
}
div.image-slider-nav {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	width: 100%;
	height: 56px;
	z-index: 100;
}
div.image-slider-nav-container {
	margin: 0px auto;
}
div.section-container div.image-slider-nav-container {
	width: 100%;
}

a.slider-prev, a.slider-next {
	display: none;
	width: 56px;
	height: 56px;
}
div.section-container div.image-slider-nav-container a.slider-prev {
	margin-left: 25px;
}
div.section-container div.image-slider-nav-container a.slider-next {
	margin-right: 25px;
}

a.slider-prev {
    background: #c97120 url(../img/icon/left.svg) center center no-repeat;
    background-size: 40px 40px;
    float: left;
}
a.slider-next {
    background: #c97120 url(../img/icon/right.svg) center center no-repeat;
    background-size: 40px 40px;
    float: right;
}

a.slider-prev.inactive, a.slider-next.inactive {
	background-color: #e0e0e0;
	cursor: default;
}


/***** section project *****/

div.project-container {
	width: 936px;
	margin: 0px auto;
}

div.project-content {
	width: 100%;
	margin-top: -120px;
	padding: 44px 24px 0px 56px;
	text-align: left;
	background: #ffffff;
}
div.project-content h2 {
	float: none;
}
/*div.project-content h4 {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 19px;
	font-weight: 500;
}*/


/***** section page *****/

section.page {
	padding-top: 0px;
}

section.page-photos {
	padding-bottom: 0px;
}
section.page-photos:last-child {
	padding-bottom: 94px;
}

div.page-header {
	width: 100%;
	height: 534px;
}

div#page-header-img div.img {
}

div.page-nr-container, div.services-nr-container {
	position: relative;
	height: 100%;
}

div.page-nr-container span.page-nr, div.services-nr-container span.services-nr {
	position: absolute;
	bottom: 150px;
	left: 235px;
	display: block;
	width: 136px;
	height: 136px;
	color: #ffffff;
	font-size: 83px;
	line-height: 136px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #ffffff;
	z-index: 100;
/*	background: rgba(0,0,0,.35);*/
}

div.services-nr-container span.services-nr {
	box-shadow: 0px 0px 10px rgba(0,0,0,.25), 0px 0px 10px rgba(0,0,0,.25) inset;
	text-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

div.page-container {
	width: 936px;
	margin: 0px auto;
}
div.page-container.wider {
	width: 1096px;
	padding-right: 80px;
}
div.page-content {
	width: 936px;
	padding: 44px 0px 0px 0px;
	text-align: left;
	background: #ffffff
}
div.page-content img {
	display: block;
	width: 100%;
}

div.page-content.header {
	padding: 44px 24px 0px 56px;
}
div.section-container div.page-content.inset {
	float: left;
	margin-top: -120px;
}
div.page-content.side {
	float: left;
	width: 616px;
}

div.page-content.inset h2, div.page-content.inset h1 {
	padding-bottom: 60px;
}

div.page-content h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
}

div.page-content p.page-intro {
	font-weight: 500;
	margin-bottom: 44px;
}

section.page div.image-slider, section.page div.highlight-image, section.page div.highlight-image-plx {
	margin-top: 24px;
	margin-bottom: 24px;
}

section.page > div.image-slider, section.page > div.highlight-image, section.page > div.highlight-image-plx {
	margin-top: 64px;
}

div.page-side {
	float: right;
	width: 320px;
	padding-top: 40px;
	padding-left: 24px;
}

div.page-side ul li, ul.specs li {
	width: 100%;
	padding: 20px 0px 15px 0px;
	background: url(../img/icon/divider-side.svg) bottom right no-repeat;
	background-size: 216px 1px;
	text-align: right;
}

ul.specs li {
    text-align: left;
    background: none;
    border-bottom: 1px solid #cccccc;
}
ul.specs li::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

ul.specs li div.page-side-field {
	width: 50%;
	float: left;
}
ul.specs li div.page-side-value {
	width: 50%;
	float: left;
}

div.page-side.news ul li {
	background: none;
	padding: 0px 0px 64px 0px;
}
div.page-side.news ul li:last-child {
	padding-bottom: 0px;
}

div.page-side ul li.heading {
	background: none;
	border-bottom: 0px;
}
ul.specs li.heading {
	border-bottom: 0px;
}

div.page-side ul li.heading h5, ul.specs li.heading h5 {
	padding-top: 17px;
	padding-bottom: 0px;
}
div.page-side ul li.heading:first-child h5, ul.specs li.heading:first-child h5 {
	padding-top: 0px;
}

div.page-side ul li a {
	color: #000000;
}

div.page-side ul li div.news-image {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    height: auto;
    padding: 66.666% 0px 0px 0px !important;
    margin-bottom: 20px;
    overflow: hidden;
}

div.page-side ul li div.news-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

div.page-side ul li h4 {
	text-transform: none;
	font-size: 24px;
}

div.page-side-field {
	color: #999999;
	text-transform: uppercase;
}
div.page-side-value {
}

/* page faq */

ul.faq {
	margin-top: 34px;
}

div.page-content.inset ul.faq, div.page-content.inset ul.faq {
	margin-top: 0px;
}

ul.faq li {
	background: none;
	padding-left: 0px;
}

ul.faq li h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	padding: 60px 0px 44px 0px;
}
ul.faq li:first-child h3 {
	padding-top: 0px;
}
ul.faq li h4 {
	cursor: pointer;
	text-transform: none;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding-left: 24px;
	background: url(../img/icon/plus.svg) 0px 6px no-repeat;
	background-size: 16px 16px;
}
ul.faq li.active h4 {
	background: url(../img/icon/minus.svg) 0px 6px no-repeat;
	background-size: 16px 16px;
}
ul.faq li h4:hover {
	color: #da7b23;
}

ul.faq ul li div.faq-content {
	display: none;
	padding: 0px 0px 44px 24px;
}
ul.faq ul li:last-child div.faq-content {
	padding-bottom: 0px;
}

/* page projects */

div.overview-content {
	width: 616px;
	margin-top: -105px;
	margin-left: 56px;
	margin-bottom: 80px;
	padding: 39px 24px 0px 56px;
	text-align: left;
	background: #ffffff;
}
div.page-container:last-child div.overview-content {
	margin-bottom: 0px;
}

div.overview-content h3 {
	padding-bottom: 7px;
}

/* page contact */

div.contact-items {
	margin-top: 34px;
}

div.page-content.inset div.contact-items {
	margin-top: 0px;
}

div.contact-item {
	width: 50%;
	float: left;
	padding: 64px 9px 0px 0px;
}
div.contact-item:nth-child(1), div.contact-item:nth-child(2) {
	padding-top: 0px;
}
div.contact-item:nth-child(odd) {
	clear: left;
	padding-right: 12px;
}
div.contact-item:nth-child(even) {
	clear: right;
	padding-left: 12px;
}
div.contact-item a {
	color: #000000;
}
div.contact-item a:hover {
	color: #da7b23;
}
div.contact-item p.large a {
	font-size: 30px;
	line-height: 30px;
}
div.contact-item h5 {
	font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    padding-bottom: 10px;
}


/* shortcuts */

h2.shortcuts-header {
	padding-top: 64px;
}

ul.shortcuts {
	margin-top: 80px;
}
ul.shortcuts.small {
	margin-top: 24px;
}
ul.shortcuts li {
	border-top: 1px solid #000000;
	padding-bottom: 80px;
	background: none;
	padding-left: 0px;
}
ul.shortcuts.small li {
	padding-bottom: 40px;
}
ul.shortcuts li a {
	display: block;
	padding-top: 34px;
	color: #000000;
}
ul.shortcuts li:last-child {
	padding-bottom: 0px;
}
ul.shortcuts h2 {
	padding-bottom: 14px !important;
}
ul.shortcuts.small h2 {
	font-size: 24px;
	line-height: 24px;
}
ul.shortcuts.small p {
	margin-bottom: 24px;
}
ul.shortcuts.small span.readmore {
	padding-top: 0px;
}

ul.shortcuts.small div.shortcut-content {
	width: 75%;
	float: left;
}
ul.shortcuts.small div.shortcut-img {
	float: left;
	width: 25%;
	padding-right: 24px;
}
ul.shortcuts.small div.shortcut-image {
    width: 100%;
    height: auto;
    padding: 66.666% 0px 0px 0px !important;
    overflow: hidden;
}
ul.shortcuts.small div.shortcut-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}


/* page navigation */

div.page-nav {
	width: 100%;
	padding-top: 80px;
	text-align: center;
	margin-bottom: -40px;
}
div.page-nav a {
	display: inline-block;
	color: #000000;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
}
div.page-nav a:hover {
	color: #da7b23;
}
div.page-nav a.prev {
	float: left;
	padding-left: 35px;
	background: url(../img/icon/nav-left.svg) left 11px no-repeat;
	background-size: 18px 18px;
}
div.page-nav a.next {
	float: right;
	padding-right: 35px;
	background: url(../img/icon/nav-right.svg) right 11px no-repeat;
	background-size: 18px 18px;
}
div.page-nav a.prev:hover {
	background: url(../img/icon/nav-left-active.svg) left 11px no-repeat;
	background-size: 18px 18px;
}
div.page-nav a.next:hover {
	background: url(../img/icon/nav-right-active.svg) right 11px no-repeat;
	background-size: 18px 18px;
}

div.page-nav a.inactive {
	color: #cccccc;
	cursor: default;
}
div.page-nav a.prev.inactive {
	background: url(../img/icon/nav-left-inactive.svg) left 11px no-repeat;
	background-size: 18px 18px;
}
div.page-nav a.next.inactive {
	background: url(../img/icon/nav-right-inactive.svg) right 11px no-repeat;
	background-size: 18px 18px;
}


/***** footer *****/

footer {
	background: #c97120;
	padding-top: 64px;
}
footer a {
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
}
footer a:hover {
	color: #000000;
}
footer a.active {
/*	font-weight: 500;*/
}
footer a.logo {
	display: block;
	width: 236px;
}
footer a.logo img {
	width: 129px;
}

div#footer-container {
	overflow: hidden;
	padding-bottom: 64px;
}

div#footer-bottom {
	width: 100%;
	height: auto;
	background: #000000;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 24px 10px 24px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

nav#footer {
	width: 100%;
	margin-top: 14px;
	padding: 44px 0px 0px 236px;
	border-top: 2px solid #ffffff;
}

nav#footer ul {
	width: 20%;
	float: left;
}

nav#footer ul li {
	background: none;
	padding-left: 0px;
}


@media (max-width: 1535px) {

	/***** screen width ******/

	div.section-container, div.page-nr-container, div.services-nr-container, div.header-container, nav.home, div#footer-container, div#header-menu-container, section > div.image-slider div.image-slider-nav-container, div#footer-bottom-container, div.video-home-header {
		width: 936px;
	}
	
	/***** header *****/
	
	ul.header-items {
		left: 460px;
	}

	/***** section home video *****/
	
	div.video-home-header h2 {
		font-size: 55px;
		line-height: 51px;
	}
	div.video-home-header h3 {
		font-size: 30px;
		line-height: 30px;
	}

	/***** nav home section *****/
	
	div.nav-home-container {
		padding-top: 78px;
		padding-bottom: 78px;
	}
	nav.home ul {
		width: 1000px;
	}

	nav.home ul li {
		width: 222px;
		height: 185px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	nav.home-3 ul li {
		width: 301px;
	}
	nav.home-3 ul li:nth-child(3), nav.home-3 ul li:nth-child(6), nav.home-3 ul li:nth-child(9), nav.home-3 ul li:nth-child(12) {
		width: 302px;
	}
	
	nav.home ul li a {
		padding: 0px 20px 0px 20px;
	}
	
	nav.home ul li a h2 {
		font-size: 24px;
		line-height: 24px;
		font-weight: 300;
		padding-top: 31px;
	}
	nav.home ul li a p {
		position: absolute;
		bottom: 20px;
		font-size: 15px;
		line-height: 16px;
	}


	/***** section services *****/

	div.services-container {
		width: 936px;
	}

	div.services-container ul li:nth-child(1), div.services-container ul li:nth-child(5) {
		width: 640px;
		margin-left: 296px;
	}
	div.services-container ul li:nth-child(1) div.services-image, div.services-container ul li:nth-child(5) div.services-image {
/*		padding: 157px 0px 102px 24px;*/
	}
	div.services-container ul li:nth-child(1) div.services-content, div.services-container ul li:nth-child(5) div.services-content {
		width: 400px;
	}

	div.services-container ul li:nth-child(2), div.services-container ul li:nth-child(6) {
		width: 456px;
	}
	div.services-container ul li:nth-child(2) div.services-image, div.services-container ul li:nth-child(6) div.services-image {
/*		padding: 130px 0px 126px 24px;*/
	}
	div.services-container ul li:nth-child(2) div.services-content, div.services-container ul li:nth-child(6) div.services-content {
		width: 420px;
	}

	div.services-container ul li:nth-child(3), div.services-container ul li:nth-child(7) {
		width: 320px;
	}
	div.services-container ul li:nth-child(3) div.services-image, div.services-container ul li:nth-child(7) div.services-image {
		padding: 24px 0px 311px 160px;
	}
	div.services-container ul li:nth-child(3) div.services-content, div.services-container ul li:nth-child(7) div.services-content {
		width: 284px;
	}

	div.services-container ul li:nth-child(4), div.services-container ul li:nth-child(8) {
		width: 640px;
	}
	div.services-container ul li:nth-child(4) div.services-image, div.services-container ul li:nth-child(8) div.services-image {
		padding: 216px 0px 42px 456px;
	}
	div.services-container ul li:nth-child(4) div.services-content, div.services-container ul li:nth-child(8) div.services-content {
		width: 400px;
	}
	

	/***** section news *****/

	div.news-container li {
		width: 468px;
	}


	/***** section page *****/
	
	div.page-header {
		height: 420px;
	}

	div.page-nr-container span.page-nr, div.services-nr-container span.services-nr {
		left: 0px;
	}
	
	div.page-container.wider {
		width: 936px;
		padding-right: 0px;
	}
	
	
	/***** footer *****/
	
	nav#footer {
		padding-left: 0px;
	}
	
	nav#footer ul {
		width: 25%;
	}
		
}

@media (max-width: 1023px) {

	body {
		font-size: 18px;
		line-height: 24px;
	}

	h1, h2 {
		font-size: 36px;
		line-height: 34px;
		padding-bottom: 24px;
	}

	h3 {
		font-size: 19px;
		line-height: 21px;
		padding-bottom: 10px;
	}
	
	div.content-spacer {
		height: 24px;
	}


	/***** screen width ******/

	div.section-container, div.page-nr-container, div.services-nr-container, div.header-container, nav.home, div#footer-container, div#header-menu-container, section > div.image-slider div.image-slider-nav-container, div#footer-bottom-container, div.video-home-header {
		width: 692px;
		margin: 0px auto;
	}
	
	section.page > div.image-slider, section.page > div.highlight-image, section.page > div.highlight-image-plx {
		margin-top: 44px;
	}
	
	/***** section home video *****/

	div.video-home-header-container {
		padding-bottom: 19px;
	}
	
	div.video-home-header h2 {
		font-size: 44px;
		line-height: 41px;
	}
	div.video-home-header h3 {
		font-size: 24px;
		line-height: 24px;
	}
	
	/***** header *****/
	
	ul.header-items {
		left: 240px;
	}
	
	/* header menu */
	
	div#header-menu-content {
		width: 500px;
		padding: 26px 24px 40px 24px;
	}

	nav#header-main {
		margin-top: 20px;
		margin-bottom: 40px;
	}

	nav#header-main ul li a {
		font-size: 24px;
		line-height: 30px;
	}


	/***** nav home section *****/
	
	div.nav-home-container {
		padding-top: 78px;
		padding-bottom: 78px;
	}
	nav.home ul {
		width: 720px;
	}

	nav.home ul li {
		width: 334px;
		height: 279px;
		margin-right: 24px;
		margin-bottom: 24px;
	}
	nav.home-3 ul li {
		width: 334px;
	}
	nav.home-3 ul li:nth-child(3), nav.home-3 ul li:nth-child(6), nav.home-3 ul li:nth-child(9), nav.home-3 ul li:nth-child(12) {
		width: 334px;
	}
	
	nav.home ul li a {
		padding: 0px 20px 0px 20px;
	}
	
	nav.home ul li a h2 {
		font-size: 37px;
		line-height: 37px;
		font-weight: 300;
		padding-top: 47px;
	}
	nav.home ul li a p {
		position: absolute;
		bottom: 30px;
		font-size: 22px;
		line-height: 24px;
	}
	
	
	/***** sections *****/
			
	section.right {
		text-align: left;
	}
	section.right h2 {
		float: none;
	}
	
	
	/***** section services *****/

	div.services-container {
		width: 100%;
		margin: 24px auto 0px auto;
	}

	div.services-container h4 {
		float: none;
		font-size: 24px;
		padding-bottom: 24px;
	}

	div.services-image {
		padding: 0px !important;
		padding-top: 66.666% !important;
	}

	div.services-image span.services-nr {
		position: absolute;
		bottom: 24px;
		left: 24px;
		border: 1px solid #ffffff;
	}
	
	div.services-container ul li div.services-content {
		background: #ffffff;
		padding: 34px 0px 0px 0px;
	}
	div.services-container ul li div.services-content h2 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 14px;
	}
	div.services-container ul li div.services-content a.readmore {
		padding-top: 24px;
	}

	div.services-container ul li {
		width: 100% !important;
		margin-top: 20px !important;
		margin-left: 0px !important;
		float: none !important;
		padding-bottom: 64px;
	}
	div.services-container ul li div.services-content {
		width: 100% !important;
		margin-top: 0px !important;
		padding-left: 0px !important;
	}
	
	
	/***** section highlight *****/

	div.highlight-image, div.highlight-image-plx {
		padding-top: 66.666%;
	}
	
		
	/***** section news *****/

	div.news-container {
		margin-top: 24px;
		margin-bottom: 0px;
		padding: 0px;
		background-image: none;
	}
	
	div.news-container ul {
		width: auto;
	}

	div.news-container li {
		display: none;
		float: none;
		width: 100%;
		height: auto;
		background: none;
		margin: 0px;
		border-top: 1px solid #000000;
		padding-bottom: 40px;
	}
	div.news-container li:nth-child(1), div.news-container li:nth-child(2), div.news-container li:nth-child(3), div.news-container li:nth-child(4) {
		display: block;
	}
	
	div.news-container li:nth-child(4), div.news-container li:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	div.news-container li a {
		padding-top: 34px;
	}

	div.news-container li a div.news-img {
		width: 25%;
		padding-right: 24px;
		float: left;
	}
	
	div.news-container li a div.news-image {
		position: relative;
		top: auto !important;
		bottom: auto !important;
		width: 100%;
		height: auto;
		padding: 66.666% 0px 0px 0px !important;
		margin-bottom: 20px;
		overflow: hidden;
		transform: none;
	}

	div.news-container li a:hover div.news-image {
		transform: none;
	}
	
	div.news-container li a div.news-content {
		position: relative;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		padding: 0px !important;
		margin: 0px;
		width: 75%;
		float: left;
	}

	div.news-container li a div.news-content h2 {
		line-height: 24px;
		padding-bottom: 14px;
	}
	div.news-container li a div.news-content span.readmore {
/*		display: block;*/
	}
	div.news-container li a::after {
		content: "";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
	}

	div.news-container li a div.news-image img {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
		object-fit: cover;
	}
	
	div.news-container > a.readmore {
		display: block;
		margin-top: 40px;
	}
	

	/***** section project *****/
	
	div.project-container {
		width: 692px;
		margin: 0px auto;
	}
	
	div.project-content {
		margin-top: -102px;
	}


	/***** section page *****/

	div.page-header {
		height: 340px;
	}
	
	div.page-nr-container span.page-nr, div.services-nr-container span.services-nr {
		bottom: 132px;
	}

	div.page-container {
		width: 100%;
	}
	div.page-container.wider {
		width: 100%;
	}

	div.page-content, div.page-content.side {
		width: 100%;
	}
	div.page-content {
		padding: 44px 0px 0px 0px;
	}
	
	div.section-container div.page-content.inset {
		margin-top: -102px;
	}
	
	div.page-content.inset h2, div.page-content.inset h1 {
		padding-bottom: 44px;
	}
	
	div.page-content h3 {
		font-size: 19px;
		line-height: 21px;
		padding-bottom: 10px;
	}
	
	div.page-side {
		float: none;
		clear: both;
		width: 100%;
		padding-left: 0px;
	}
	div.page-side.header {
		padding: 24px 0px 24px 56px;
	}
	
	div.page-side ul li, ul.specs li {
		padding-top: 15px;
		padding-bottom: 10px;
		text-align: left;
		background: none;
		border-bottom: 1px solid #cccccc;
	}
	
	ul.specs li div.page-side-field, ul.specs li div.page-side-value {
		width: auto;
		float: none;
	}
	
	div.page-side.news ul li {
		border: none;
	}
	
	
	/* page faq */
	
	ul.faq li h3 {
		font-size: 24px;
		line-height: 24px;
		padding: 44px 0px 34px 0px;
	}
	
	ul.faq li h4 {
		font-size: 19px;
		line-height: 21px;
		padding-left: 20px;
		background: url(../img/icon/plus.svg) 0px 4px no-repeat;
		background-size: 14px 14px;
	}
	ul.faq li.active h4 {
		background: url(../img/icon/minus.svg) 0px 4px no-repeat;
		background-size: 14px 14px;
	}

	
	/* page projects */
	
	div.page-content.noheader {
		width: 100%;
		padding: 54px 0px 0px 0px;
	}
	
	div.overview-content {
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 80px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		background: #ffffff;
	}
	
	div.overview-content h2 {
		padding-bottom: 24px;
	}
	
	
	/* page contact */
	
	div.contact-item p.large a {
		font-size: 24px;
		line-height: 24px;
	}
	
	ul.shortcuts li {
		padding-bottom: 44px;
	}
	
	ul.shortcuts h2 {
		padding-bottom: 5px !important;
	}

	ul.shortcuts.small div.shortcut-content h2 {
		padding-bottom: 14px !important;
	}
	
	/***** image slider *****/
	
	div.image-slider {
		padding-top: 66.666%;
	}
	
/*	a.slider-prev, a.slider-next {
		width: 40px;
		height: 40px;
		background-size: 24px;
	}*/
	
	
	/***** footer *****/
	
	div#footer-container {
		padding-bottom: 44px;
	}
	
	div#footer-bottom {
		text-align: left;
	}
	
}

@media (max-width: 739px) {

	/***** screen width ******/

	div.section-container, div.page-nr-container, div.services-nr-container, div.header-container, nav.home, div#footer-container, div#header-menu-container, section > div.image-slider div.image-slider-nav-container, div#footer-bottom-container, div.video-home-header {
		width: 100%;
		margin: 0px auto;
	}
	
	div.video-home-header {
		padding-left: 24px;
		padding-right: 24px;
	}

	/***** header *****/
	
	ul.header-items {
		display: none;
	}
	
	header a.logo {
		left: 24px;
   	}

	ul#header-items-lang {
		right: 64px;
	}
   	
   	/* header menu */

   	a#header-menu-trigger {
		right: 15px;
	}
	
	div#header-menu-content {
		right: 0px;
		width: 100%;
	}

	/***** section home video *****/

	div.video-home-header-container {
		padding-bottom: 0px;
	}
	
	div.video-home-header h2 {
		font-size: 33px;
		line-height: 30px;
	}
	div.video-home-header h3 {
		font-size: 18px;
		line-height: 18px;
	}		
	
	/***** nav home section *****/

	div.nav-home-container {
		display: none;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	nav.home ul {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
		
	nav.home ul li {
		float: none;
		width: 100%;
		height: 279px;
		margin-right: 0px;
		margin-bottom: 24px;
	}
	
	
	/***** sections *****/

	section {
		padding-left: 24px;
		padding-right: 24px;
	}


	/***** section highlight *****/
	
	section.highlight-plx {
		padding-bottom: 50px;
	}

	div.highlight-img-plx {
		display: none;
	}
	div.highlight-image.plx-alt {
		display: block;
	}	

	
	/***** section news *****/

	div.news-container {
		margin-top: 20px;
	}
	
	
	/***** section project *****/
	
	div.project-container {
		width: 100%;
	}
	
	div.project-content {
		width: 100%;
		margin-top: 0px;
		padding: 34px 0px 0px 0px;
	}

	div.project-content h3 {
/*		font-size: 19px;
		line-height: 19px;*/
	}
	
		
	/***** section page *****/
	
	section.page {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	div.page-header {
		height: 300px;
	}
	
	div.page-nr-container span.page-nr, div.services-nr-container span.services-nr, div.services-image span.services-nr {
		bottom: 24px;
		left: 24px;
		width: 102px;
		height: 102px;
		font-size: 62px;
		line-height: 102px;
		border: 1px solid #ffffff;
	}

	div.section-container div.page-content.inset {
		float: none;
		margin-top: 0px;
	}
	
	div.page-content, div.page-content.wide {
		width: 100%;
		padding: 44px 0px 0px 0px !important;
	}
	
	div.page-content.wide {
		margin-top: 0px;
	}
	
	div.page-content.inset h2, div.page-content.inset h1 {
		padding-bottom: 24px;
	}
	
	div.page-content p.page-intro {
		margin-bottom: 44px;
	}
	
	div.page-side {
		width: 100%;
		padding: 24px 0px 24px 0px !important;
	}

	div.page-side ul li, ul.specs li {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	/* page navigation */

	div.page-nav {
		padding-left: 0px;
		padding-right: 0px;
/*		padding-top: 80px;
		margin-bottom: -40px;*/
	}
	div.page-nav a.prev {
		padding-left: 25px;
	}
	div.page-nav a.next {
		padding-right: 25px;
	}
	
	/* page contact */
	
	div.contact-items {
		margin-top: 34px !important;
	}
	
	/* page faq */
	
	ul.faq {
		margin-top: 34px !important;
	}
	

	/***** image slider *****/

	div.image-slider-nav {
		margin-top: -20px;
		height: 40px;
	}
	
	a.slider-prev, a.slider-next {
		width: 40px;
		height: 40px;
		background-size: 24px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	
	/***** footer *****/
	
	footer {
		padding-top: 44px;
	}
	
	div#footer-container {
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 10px;
	}
	
	nav#footer ul {
		width: 50%;
		float: left;
		padding-bottom: 24px;
	}
	nav#footer ul:nth-child(odd) {
		clear: left;
	}
	nav#footer ul:nth-child(even) {
		clear: right;
	}
	
}

@media (max-width: 639px) {

	/***** shortcuts *****/

	ul.shortcuts.small.news li {
		border: none;
		padding-bottom: 64px;
	}
	ul.shortcuts.small.news li:last-child {
		padding-bottom: 0px;
	}
		
	ul.shortcuts.small.news li a {
		padding-top: 0px;
	}

	ul.shortcuts.small.news div.shortcut-content {
		width: 100%;
		float: none;
	}
	ul.shortcuts.small.news h2 {
		line-height: 24px;
		padding-bottom: 8px !important;
	}
	ul.shortcuts.small.news div.shortcut-img {
		float: none;
		width: 100%;
		margin-bottom: 34px;
		padding-right: 0px;
	}


	/***** section news *****/
	
	div.news-container li {
		border-top: none;
		margin-bottom: 24px;
	}
	
	div.news-container li a {
		padding: 0px;
	}

	div.news-container li a div.news-img {
		width: 100%;
		padding: 0px;
		float: none;
	}
	div.news-container li a div.news-image {
		margin-bottom: 34px;
	}
	
	div.news-container li a div.news-content {
		width: 100%;
		float: none;
	}

	div.news-container li a div.news-content h2 {
		line-height: 24px;
		padding-bottom: 8px;
	}
	
	
	/**** section contact *****/

	div.contact-item {
		float: none;
		width: 100%;
		padding: 44px 0px 0px 0px !important;
	}
	
	div.contact-item:first-child {
		padding-top: 0px !important;
	}
}

@media (max-width: 479px) {	

	/***** section services *****/
	
	div.services-image span.services-nr {
		width: 102px;
		height: 102px;
		color: #ffffff;
		font-size: 62px;
		line-height: 102px;
	}
	
	
	/* page navigation */

	div.page-nav {
/*		padding-top: 80px;
		margin-bottom: -40px;*/
	}
	div.page-nav a.prev, div.page-nav a.next {
		width: 40px;
		overflow: hidden;
	}
	div.page-nav a.prev {
		padding-left: 40px;
	}
	div.page-nav a.next {
		padding-right: 0px;
		padding-left: 40px;
	}
	
}

@media (max-width: 359px) {	

	/***** footer *****/

	nav#footer ul {
		width: 100%;
		float: none;
		padding-bottom: 0px;
	}
	
	nav#footer ul:nth-child(3), nav#footer ul:nth-child(4) {
		padding-bottom: 24px;
	}
	
}