@charset "UTF-8";
/* CSS Document */

/* Reset */

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}

ol, ul {
  margin: 0;
  padding: 0;
  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;
}

/*body {
  -webkit-text-size-adjust: none;
}*/

a {
  color: #69c;
  text-decoration: none;
}

a:hover {
  color: #09f;
}

/* Box Model */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Containers */

.container {
  margin: 0 auto;
}

.wrapper {
  margin: 0 auto;
/*  max-width: 1520px; */
  position: relative;
}
	
/* Header */
#header {
  width: 100%;
  height: 114px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#logo {
  width: 39px;
  height: 54px;
  background: url("../images/logo.svg");
  background-size: contain;
  position: absolute;
  top: 12px;
  top: 60px;
  top: 50px;
  cursor: pointer;
}

#nav {
  position: absolute;
  top: 46px;
  top: 36px;
}

#burger {
  width: 25px;
  height: 25px;
  background: url("../images/icon_menu.svg");
  background-size: contain;
  position: absolute;
  top: 10px;
  cursor: pointer;
  display: none;
}

/*#burger:hover {
  background: url("../images/icon_menu_on.svg");
}*/

#burger.on {
  background:url("../images/icon_close.svg");
}

#sections li {
  margin: 0 0 0 40px;
  height: 60px;
  height: 40px;
  font-size: 16px;
  line-height: 60px;
  line-height: 40px;
  float: left;
  position: relative;
}

#sections a {
  color: #333;
  text-decoration: none;
  display: block;
}

#sections a:hover {
  color: #6699cc;
}

#menu {
  padding: 0;
  width: 100%;
  background: #333;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 10;
  display: none;
}
  
#menu p {
  padding: 0;
  line-height: 50px;
  text-align: center;
  border-bottom: #999 1px solid;
}
  
#menu a {
  color: #fff;
  text-decoration: none;
  display: block;
}

#menu a:hover {
  color: #6699cc;
}


/* Slides */
section {
  height: 100vh;
/*  min-height: 700px;*/
  background-size: cover;
  background-position: bottom right;
/*  background-attachment: fixed;*/
/*  position: relative;*/
}

section a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
}

section a span {
  padding: 30% 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}

section a:hover span {
  visibility: visible;
}


#intro {
  background-image: url(../images/bg_intro.png);
  background-attachment: fixed;
  min-height: 720px;
}

#work {
  background: #495c6b;
  background: #333;
  height: 100%;
}

#about {
  background: #fff;
  height: 100%;
}

section .wrapper {
  height: 100%;
}

article {
  margin: 0;
}

h2 {
  margin: 0;
}

#intro h2 {
  color: #333;
}

#work h2 {
  color: #fff;
}
  
#about h2 {
  color: #000;
}

#intro .description {
  padding: 0 0 30px 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 100;
  color: #333;
/*  text-shadow: 0 2px 2px #000;*/
}

#about .description {
  padding: 0 0 30px 0;
  font-size: 21px;
  line-height: 30px;
  font-weight: 200;
  color: #333;
}

section li {
  background-size: contain;
}

#ai {
  background-image: url("../images/thumb_ai.png")
}

#cp {
  background-image: url("../images/thumb_cp.png")
}

#bdm {
  background-image: url("../images/thumb_bdm.png");
}

#b2b {
  background-image: url("../images/thumb_b2b.png");
}

#abapps {
  background-image: url("../images/thumb_abapps.png");
}

#auto {
  background-image: url("../images/thumb_auto.png");
}

#scout {
  background-image: url("../images/thumb_scout.png");
}

#tv {
  background-image: url("../images/thumb_9x9.png");
}

#teltel {
  background-image: url("../images/thumb_teltel.png");
}

.downward {
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow_down.svg");
  background-size: contain;
  position: absolute;
  cursor: pointer;
}

.downward:hover {
  background-image: url("../images/arrow_down_on.svg");
}

.upward {
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow_up.svg");
  background-size: contain;
  position: absolute;
  cursor: pointer;
}

.upward:hover {
  background-image: url("../images/arrow_up_on.svg");
}

/* Footer */
footer {
  height: 150px;
  font-size: 14px;
  line-height: 24px;
  background: #000;
  position: relative;
}

#copyright {
  margin: 0 0 5px 0;
  color: #999; 
}


/* Media Query */

@media screen and (max-width: 1920px) {
  
  #logo {
    left: 200px;
  }
  
  #nav {
	right: 200px;
  }
	
  #intro article {
    padding: 140px 0 0 200px;
    width: 60%;
  }
	
   #work article {
	padding: 0 0 0 200px;
	width: 100%;
	height: 100%;
  }
	
  #about article {
	padding: 0 0 100px 200px;
	width: 60%;
	height: 100%;
  }
  
  #intro h2 {
    padding: 100px 0 30px 0;
    font-size: 96px;
	font-weight: 500;
    line-height: 96px;
	letter-spacing: -2px;
  }
	
  #work h2 {
    padding: 40px 0 35px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  #about h2 {
    padding: 40px 0 30px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  section ul {
	padding: 0 0 100px 0;
    width: auto;
	text-align: left;
  }

  section li {
    margin: 0 10px 10px 0;
    width: 408px;
	height: 306px;
    display: inline-block;
  }
  
  .downward {
    bottom: 75px;
    left: 200px;
  }
	
  .upward {
    bottom: 75px;
    right: 200px;
  }
	
  footer .wrapper {
    padding: 30px 200px 0 200px;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  }
	
}

@media screen and (max-width: 1680px) {
  
  #logo {
    left: 200px;
  }
  
  #nav {
	right: 200px;
  }
  
  #intro article {
    padding: 140px 0 0 200px;
    width: 60%;
  }
	
   #work article {
	padding: 0 0 0 200px;
	width: 100%;
	height: 100%;
  }
	
  #about article {
	padding: 0 0 100px 200px;
	width: 60%;
	height: 100%;
  }
  
  #intro h2 {
	padding: 100px 0 30px 0;
    font-size: 96px;
	font-weight: 500;
    line-height: 96px;
	letter-spacing: -2px;
  }
	
  #work h2 {
    padding: 40px 0 35px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  #about h2 {
    padding: 40px 0 30px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  section ul {
	padding: 0 0 100px 0;
    width: auto;
	text-align: left;
  }

  section li {
    margin: 0 10px 10px 0;
    width: 408px;
	height: 306px;
    display: inline-block;
/*	background-size: contain;*/
  }
  
  .downward {
    bottom: 75px;
    left: 200px;
  }
	
  .upward {
    bottom: 75px;
    right: 200px;
  }
	
  footer .wrapper {
    padding: 30px 200px 0 200px;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  }
	
}

@media screen and (max-width: 1279px) {
  
  #logo {
    left: 100px;
  }
	
  #nav {
	right: 100px;	
  }
	
  #intro article {
    padding: 140px 0 0 100px;
    width: 65%;
  }
	
   #work article {
	padding: 0 0 0 100px;
	width: 100%;
	height: 100%;
  }
	
  #about article {
	padding: 0 0 100px 100px;
	width: 60%;
	height: 100%;
  }
  
  #intro h2 {
	padding: 100px 0 30px 0;
    font-size: 96px;
	font-weight: 500;
    line-height: 96px;
	letter-spacing: -2px;
  }
	
  #work h2 {
    padding: 40px 0 35px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  #about h2 {
    padding: 40px 0 30px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  section ul {
	padding: 0 0 100px 0;
    width: auto;
	text-align: left;
  }

  section li {
    margin: 0 10px 10px 0;
    width: 408px;
	height: 306px;
    display: inline-block;
  }
  
  .downward {
    bottom: 75px;
    left: 100px;
  }
	
  .upward {
    bottom: 75px;
    right: 100px;
  }
	
  footer .wrapper {
    padding: 30px 100px 0 100px;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  }
	
}

@media screen and (max-width: 1023px) {

  #logo {
    left: 20px;
  }
	
   #nav {
	width: 25px;
	height: 25px;
    right: 20px;
  }
  
  #burger {
	display: block;
  }
  
  #sections {
    display: none;
  }
	
  #intro article {
    padding: 140px 0 0 20px;
    width: 80%;
  }
	
   #work article {
	padding: 0 0 0 20px;
	width: 100%;
	height: 100%;
  }
	
  #about article {
	padding: 0 0 100px 20px;
	width: 70%;
	height: 100%;
  }
  
  #intro h2 {
	padding: 100px 0 30px 0;
    font-size: 96px;
	font-weight: 500;
    line-height: 96px;
	letter-spacing: -2px;
  }
	
  #work h2 {
    padding: 40px 0 35px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  #about h2 {
    padding: 40px 0 30px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  section ul {
	padding: 0 0 100px 0;
    width: auto;
	text-align: left;
  }

  section li {
    margin: 0 10px 10px 0;
	width: 360px;
	height: 270px;
    display: inline-block;
  }
  
  .downward {
    bottom: 75px;
    left: 20px;
  }
	
  .upward {
    bottom: 75px;
    right: 20px;
  }
	
  footer .wrapper {
    padding: 30px 20px 0 20px;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  }
	
 /* section li:nth-child(even) {
	margin: 0 0 10px 0;	
  }*/
	
}

@media screen and (max-width: 767px) {
  
  #logo {
    left: 20px;
  }
	
   #nav {
	width: 25px;
	height: 25px;
    right: 20px;
  }
  
  #burger {
	display: block;
  }
  
  #sections {
    display: none;
  }
	
  #intro {
	min-height: 640px;	
  }
	
  #intro article {
    padding: 140px 0 0 20px;
    width: 90%;
	font-size: 18px;
	line-height: 21px;
  }
	
   #work article {
	padding: 0 20px 0 20px;
	width: 100%;
	height: 100%;
  }
	
  #about article {
	padding: 0 20px 100px 20px;
	width: 100%;
	height: 100%;
  }
  
  #intro h2 {
	padding: 100px 0 30px 0;
    font-size: 80px;
	font-weight: 500;
    line-height: 90px;
	letter-spacing: -2px;
  }
	
  #work h2 {
    padding: 40px 0 35px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  #about h2 {
    padding: 40px 0 30px 0;
    font-size: 54px;
	font-weight: 400;
    line-height: 64px;
	letter-spacing: -2px;
  }
	
  #intro .description {
	font-size: 25px;
	line-height: 32px;	
  }
	
  section ul {
	padding: 0 0 60px 0;
    width: auto;
	text-align: left;
  }

  section li {
    margin: 0 10px 5px 0;
    width: 100%;
	height: 240px;
	background-size: cover;
    display: inline-block;
  }
	
  section a span {
	padding: 15% 0;
  }
  
  .downward {
/*    bottom: 75px;
    left: 20px;*/
	display: none;
  }
	
  .upward {
/*    bottom: 75px;
    right: 20px;*/
	display: none;
  }
	
  footer .wrapper {
    padding: 30px 20px 0 20px;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  } 
  
}