@charset "UTF-8";
/* CSS Document */
body {
	background-color: white;
	background-image:url(../img/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	border:0;
	padding:0;
	margin:0;
	font-family: 'futura-pt', sans-serif;
	color:#191919;
}
h1 {
	font-weight:400;
	font-size:40px;
	line-height:1.0em;
	margin:0;
	text-transform:uppercase;
	letter-spacing:5px;
}
h2 {
	font-weight:500;
	font-size:20px;
	line-height:1.0em;
	margin:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
#masthead {
	background-color: #D9D9D9;
	width:100%;
	height: 128px;
	text-align:left;
}
#masthead img {
	height:98px;
	margin:15px 0 0 -80px;
	outline:0;
	position:absolute;
	left:50%;
	transition: all 0.5s;
}
/* MENU */
.hamburger { display:none; }
#menu, .points {
	background-color: white;
	width:100%;
	
	color: #191919;
	font-size:16px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	line-height:1.0em;
	padding:19px 0;
}
#menu {  transition: ease-in-out all 0.6s; }
.closed {height: 12px;   }
#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #191919;
	width:19%;
	max-width:198px;
	text-align:center;
	display:inline-block;
	letter-spacing:3px;
}
#menu a:hover, #menu a:active, #menu a.active {
	text-decoration: none;
	color: #35aede;
}
.points {background-color:#D9D9D9; padding:40px 0;height: 12px;}
.points p {
	color: #191919;
	width:24%;
	max-width:250px;
	text-align:center;
	display:inline-block;
	letter-spacing:3px;
	margin:0;
}

.privacy {background-color: #D9D9D9; padding:50px 0; text-align:center}
.privacy p, .privacy h1, .privacy h2 {
	color: #191919;
	width:90%;
	max-width:900px;
	text-align:left;
}
.privacy h1 {
	letter-spacing:3px;
	font-size:26px;
	font-weight:400;
	margin:60px auto 10px;
	}
.privacy h2 {
	letter-spacing:2px;
	font-size:18px;
	font-weight:500;
	margin:30px auto 0;
	}
.privacy p {
	letter-spacing:1px;
	font-size:18px;
	font-weight:300;
	margin:0 auto 10px;
	}
.privacy a, .privacy a:link, .privacy a:visited {
	color: #191919;
	}
.privacy a:hover, .privacy a:active {
	color: #35aede;
	}

#slider, #footer {
	background-color: #E6E7EA;
	width:100%;
	height: auto;
	text-align:center;
	line-height:1.0em;
	padding:0;
	font-size:0;
}

#slider img {
	width:100%;
	max-width:1280px;
	margin:0;
}
.module {
	width:89%;
	max-width:1188px;
	border-left: 2px solid #191919;
	border-right: 2px solid #191919;
	text-align:center;
	margin:0 auto;
	font-size:0;
	position:relative;
}
.module img {
	width:100%;
}
.module p {
	color:#191919;
	font-size:18px;
	width:80%;
	max-width:880px;
	margin:50px auto;
	font-weight:300;
	}
.detail p {
	max-width:440px;
	}
.detail a, .detail a:link, .detail a:visited {
	color:#191919;
	text-decoration: underline;
	text-transform:uppercase;
}
.detail a:hover, .detail a:active {
	text-decoration: underline;
	color:#35aede;
}
.detail h2 {
	font-weight:400;
	margin-top:10px;
}
.pad { padding:35px 0; }
.rule {
	width:100%;
	max-width:1280px;
	height:2px;
	background-color:#191919;
	margin:0 auto;
}
.half {
	width:50%;
	height:100%;
	background-color: rgba(0,0,0,0.7);
	color:white;
	position:absolute;
	top:0;
	right:0;
	font-size:12px;
	
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 2px solid #191919;
}
.project {
	width:33%;
	height:295px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 2px solid #191919;
	border-top: 2px solid #191919;
	color:red;
	display:inline-block;
	font-size:12px;
	background-image: url(../img/bund/bund.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}
.half p {
	width:320px;
	text-align:center;
	margin:30px auto;
	font-size:26px;
	color:white;
}
.half h2 {
	margin-top:196px;
}
.half a, .half a:link, .half a:visited, .project div a, .project div a:link, .project div a:visited {
	padding:12px 0;
	border:1px solid white;
	color:white;
	width:280px;
	margin:0 auto 0;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	display:block;
}
.half a:hover, .half a:active, .project div a:hover, .project div a:active {
	text-decoration: none;
	color:white;
}
.project div {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	color:white;
	position:absolute;
	top:0;
	right:0;
	font-size:12px;
}
.half:hover, .rollover div:hover {
	background-color: rgba(53,174,222,0.8);
	cursor:pointer;
}
.first { border-left:none;}
.second { border-left:none;width: 34%}
.third { border-right:none;}
.fourth { width: 50%}
.fifth { width: 50%}

.project div h2 { margin-top:125px; }
.project div p { text-transform:uppercase; padding:5px 0; border:1px solid white; width:120px; margin:10px auto 0; color:white; font-size:12px; }

.thirds {
	width: 33%;
	max-width:350px;
	height:100%;
	min-height:300px;
	color:#191919;
	text-align:center;
	display: inline-block;
	vertical-align:top;
	margin:0 0 50px 0;
}
.thirds img {
	height:60px;
	width:auto;
}
.thirds h1 {
	font-size:26px;
	margin-top:50px;
}
.thirds p {
	font-size:18px;
	font-weight:300;
	width:90%;
	max-width:270px;
	margin:10px auto 0;
}
#footer {
	background-color: #474747;
}
#footer div {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
#footer div div {
	width:33.33%;
	height:190px;
	vertical-align:top;
	padding:95px 0;
	background-color:#474747;
	color:white;
	display:inline-block;
	text-align:center;
}
#footer div div.partners { background-color: #757575; }
#footer div div.partners br { display:none; }
#contact { float:left; }
#enquire { float:right; }
#footer div div p, #footer div div h1 { 
	font-size:14px;
	line-height:1.2em;
	position:relative;
	display:block;
	letter-spacing:1px;
	margin:0;
}
#footer div div p {
	text-transform:none;
	letter-spacing:0;
	font-weight:300;
	margin:0 0 10px 0;
	}
#footer div div span { font-weight:500 }
#footer div div img { height:58px; width:auto; margin:20px 10px 0; transition: height 0.2s}
#footer div div img:last-of-type { margin:0 10px;}

#footer div div img:hover { cursor:pointer}
#footer div div iframe { width:100%; height:205px; border:0; margin:0 auto 10px; overflow:hidden; }
#footer a, #footer a:link, #footer a:visited {
	border:0;
	color:white;
	width:auto;
	margin:0;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	display:inline;
}
#footer a.priv:first-of-type {
	border-right: 1px solid white;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color:white;
}
#footer a.priv {font-size:12px;padding:0 6px;}

#footer div div div {
	width:45%;
	display:inline-block;
	padding:0;
	height:auto;
	background-color:transparent;
	text-align:left;
	margin-top:30px;
}

.carousel, .carousel div img {
	width:100%;
	max-width:1280px;
	text-align:center;
	margin:0 auto;
	background-color: #E6E7EA;
}

/* SLICK */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* Dots */
.slick-slider { margin-bottom: 0; }
.slick-dots { position: absolute; bottom: 20px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 2px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "●"; width: 30px; height: 30px; font-family: "slick"; font-size: 36px; line-height: 20px; text-align: center; color: #fff; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
   -webkit-text-stroke-color: white; }
.slick-dots li.slick-active button:before { 
	content: "○"
 }
 .slick-dots li button:hover:before, .slick-dots li button:focus:before {
	 color: red;
 }

@media screen and (max-width: 1279px) {
.half h2 {
	margin-top:14vw;
}
#contact { float:none; }
#enquire { float:none; }
#footer div div {padding:30px 0;height:210px;}
#footer div div.partners {width:100%;height:100px;}

#footer div div img, #footer div div img:last-of-type { margin:25px 9px 0;}
}

@media screen and (max-width: 999px) {
/* MENU */	
	.hamburger { display: inline-block;}
	#masthead img { left:40px; margin:20px 0 0 0; }
	#menu { overflow:hidden; padding:0; position:absolute; top:128px; z-index:500 }
	.closed { height:0; }
	.open { height:275px; }
	#menu a, #menu a:link, #menu a:visited {
	width:100%;
	max-width: none ;
	display:block;
	padding: 20px 0 18px;
	border-bottom: 1px solid #757575;
}

.project { width:50%; }
.fifth { width: 100%}	
.third { border-left: none; }
.thirds { width:100%; display:block; margin:0 auto; padding:10px 0; }
.thirds p { max-width:350px; }
#footer div div {width:50%; }
#footer div div.partners {height:175px;}
.half h2 { margin-top:8vw; }
.half p {
	font-size:20px;
	width:80%;
	margin:15px auto 18px;
	line-height:1.1em;
}
.half a, .half a:link, .half a:visited {
	width:80%; padding:10px 0; 
}
div.module.pad.last, div.rule.last {display:none; height:0px; padding:0px;}
}

@media screen and (max-width: 600px) {
.points {height:auto; padding:10px 0;  }
.points p { width:50%; padding:10px 0; }
#footer div div {width:100%; }
#footer div div div { width:40%;padding-left:10% }
#footer div div.partners {height:160px;}
#footer div div img { height:45px;}
}

@media screen and (max-width: 450px) {
.project { width:100%;  border-left: none; }
.half { width:100%; display:block; position:relative; top:0; padding:15px 0 35px}
#footer div div:first-of-type {height:150px;}
#footer div div {width:100%; }
.thirds p { font-size:16px }
.thirds h1 { font-size:20px }
.detail a:link.made {font-size:11px}
#footer div div.partners {height:140px;}
#footer div div img { height:35px; margin:25px 5px 0;}
}