
a {
  color: #000 !important;
  text-decoration: none
}


H1 {
  font-size: 12px;
  line-height: 15px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
  margin: auto;
  text-align: left;
  text-transform: uppercase;
}

H2 {
  font-size: 13px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
  margin: auto;
  text-align: left;
}

H3 {
  font-size: 26px;
  line-height: 30px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
  margin: auto;
  text-align: left;
  text-transform: uppercase;
}

H4 {
  font-size: 12px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
  margin: auto;
  margin-bottom: 2px;
  text-align: left;
}


H5 {
  font-size: 13px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
  margin: 0;
  text-align: left;
}



P {
  font-size: 38px;
  line-height: 44px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
  margin: auto;
  text-align: left;
  text-transform: uppercase;
}




button:active, button:focus, button { outline: none; }















/* col1
--------------------------------------*/

.col1 {
	display: none;
  top: 70px;
  position: relative;
  width: 100%;
  height: 100%; 
  z-index: 8000;
}

.col1-dekstop {
	display: none;
}

.content1 {
  width: 100%;
  position: absolute;
  height: 100%;
}

.closemenu {
  display: none;
  position: fixed;
  right: 20px;
  top: 28px;
  cursor: pointer;
  z-index: 9999;  
}

.mobileheader {
  top: 8px;
  display: block;
  position: absolute;
  width: 100%;
}

.name {
	left: 20px;
	top: 28px;
  position: fixed;
  z-index: 10000;
}

.menu {
  background-color: white;
  position: fixed;
  right: 20px;
  top: 28px;
  cursor: pointer;
  z-index: 10000;
}

.about {
  display: block;
  padding-left: 20px;
  padding-top: 38%;
  margin-top: -0.625em;
}

.whoisit {
  display: block;
  margin-bottom: 10px;
}

.from {
  display: block;
}

.contacts {
	position: fixed;
	bottom: 24px;
	left: 20px;
}


.contact {
  display: inline-block;
}

.shifted {
  margin-left: 14px;
}




.backwhite {
	position: fixed;
	width: 100%;
	height: 100%;
}














.back {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1001;
}



.header {
	display: block;
  top: 0;
  position: absolute;

}


.projectname {
  position: relative;
  top: 100%;
  width: 100%;
  display: block;
}

.projecttype {
  position: absolute;
  display: block;
  margin-top: 4px;
}


.table {
	float: left;
	bottom: 20px;
	position: fixed;
	display: block;
}

.column {
	display: inline-block;
	width: 200px;
	margin-right: 10px;
}

.team {
  position: relative;
  margin-bottom: 30px;
}

.anim h4 {
	margin-bottom: 3px;
}


.numbers {
	bottom: 24px;
  position: fixed;
  text-align: right;
  right: 20px;
  font-size: 13px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
}































/* Slider Style
--------------------------------------*/
.cd-slider {
	top: 70px;
	display: block;
  	position: fixed;
  	left: 0%;
  	width: 100%;
  	height: 100%;  
}

.cd-slider li {
	position: absolute;
	float: right;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s 1s;
 	will-change: visibility;

}

.boxvideo {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 490px;
	background-size: cover;
	background-position: 50% 50%;
	cursor: pointer;
}


.js-video-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 26px;
  	line-height: 30x;
  	letter-spacing: 14px;
    font-family: 'FormularLight';
  font-weight: normal;
  font-style: normal;
  	margin: auto;
  	text-align: center;
  	color: white;
  	top: 50%;
    margin-top: -0.625em;
    z-index: 203;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}



.image {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
  	background-position: center;
	clip: rect(0, 80rem, 50rem, 80rem);
	transition: clip 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  	will-change: clip;
  	z-index: 202;
}













.content {
	display: block;
	position: absolute;
	top: 490px;
	width: 100%;
/*	height: 100%;*/
	text-align: right;
	margin: 20px 24px 28px 28px;
	transition-delay: 0.4s;
	z-index:1002;
}


.back {
	overflow: hidden;
  	transition-delay: .8s;
}

.video, .play {
	overflow: hidden;
  	transition-delay: .8s;
}


.content h2 {
	overflow: hidden;
/*	-webkit-transform: translateY(-10%);
	        transform: translateY(-10%);*/
	opacity: 0;
	transition: opacity .7s, -webkit-transform .7s;
	transition: transform .7s, opacity .7s;
	transition: transform .7s, opacity .7s, -webkit-transform .7s;
  	will-change: transform, opacity;
}

.header h3 {
	overflow: hidden;
/*	-webkit-transform: translateY(-4%);
	        transform: translateY(-4%);*/
	opacity: 0;
	transition: opacity .7s, -webkit-transform .7s;
	transition: transform .7s, opacity .7s;
	transition: transform .7s, opacity .7s, -webkit-transform .7s;
  	will-change: transform, opacity;
}

.header h4 {
	overflow: hidden;
/*	-webkit-transform: translateY(-10%);
	        transform: translateY(-10%);*/
	opacity: 0;
	transition: opacity .7s, -webkit-transform .7s;
	transition: transform .7s, opacity .7s;
	transition: transform .7s, opacity .7s, -webkit-transform .7s;
  	will-change: transform, opacity;
}

.anim h4 {
	overflow: hidden;
/*	-webkit-transform: translateY(-10%);
	        transform: translateY(-10%);*/
	opacity: 0;
	transition: opacity .7s, -webkit-transform .7s;
	transition: transform .7s, opacity .7s;
	transition: transform .7s, opacity .7s, -webkit-transform .7s;
  	will-change: transform, opacity;
}

.anim h1 {
	overflow: hidden;
/*	-webkit-transform: translateY(-10%);
	        transform: translateY(-10%);*/
	opacity: 0;
	transition: opacity .7s, -webkit-transform .7s;
	transition: transform .7s, opacity .7s;
	transition: transform .7s, opacity .7s, -webkit-transform .7s;
  	will-change: transform, opacity;
}

.numbers {
	overflow: hidden;
/*	-webkit-transform: translateY(-10%);
	        transform: translateY(-10%);*/
	opacity: 0;
	transition: opacity .7s, -webkit-transform .7s;
	transition: transform .7s, opacity .7s;
	transition: transform .7s, opacity .7s, -webkit-transform .7s;
  	will-change: transform, opacity;
}

/* Current Slide 
-------------------------------------*/
li.current {
	visibility: visible;
	transition-delay: 0s;
}
li.current .image {
	clip: rect(0, 80rem, 50rem, 0);
}
li.current .content h2 {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}

li.current .header h3 {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}

li.current .header h4 {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}

li.current .anim h4 {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}

li.current .anim h1 {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}


li.current .content a {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	transition-delay: 1.1s;
}
/* Prev Slide 
------------------------------------*/
li.prev_slide .image {
	clip: rect(0, 0, 50rem, 0);
}


li.current .numbers {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}













.arrows {
  position: fixed;
  top: 585px;
  right: 24px;
  z-index: 1003;
}

#arrownext, #arrowprev {
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}









nav {
	margin: auto;
	right: 24px;
	position: fixed;
 	top: 585px;
	z-index: 1004;

}


.prev, .next {
	position: relative;
	display: inline-block;
	height: 1rem;
	width: 3.2rem;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.prev::before, .next::before {
/*content: '';
	position: absolute;
	top: 50%;
  left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: 0rem solid transparent;
	border-right-width: 0rem;
	border-right-color: #000;
	border-left-width: 0;
	width: 0;
	height: 0;*/
}



/*.prev::after, .next::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	        transform: translateY(-50%) translateZ(0);
	left: .5rem;
	background: #000;
	height: .1rem;
	min-height: 1px;
	width: 2.2rem;
	transition: width .3s;
}
.next::before {
	right: 0;
  	left: auto;
	border-left-width: 0rem;
	border-left-color: #000;
	border-right-width: 0;
}
.next::after {
	right: .5rem;
	left: auto;
}
.counter {
	display: inline-block;
	font-size: 13px;
  	font-family: Formular, sans-serif;
  	font-weight: lighter;
  	font-style: lighter;
  	margin: 0;
  	text-align: left;
}
.counter span:last-child::before {
	content: 'of';
	margin: 0 .2rem;*/

/*.prev:hover::after, .next:hover::after {
	width: 3.5rem;
}*/ 
/*@media screen and ( max-width: 550px ) {*/
	/*.image { width: 100%; }*/
	/*.content { padding-right: 2rem; }*/
	/*nav { left: 0; right: auto; }*/







.credits {
    display: none;
}


