/* ============================================================= */
/* GENERAL */
/* ============================================================= */
body {
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1.2px;
}

h1,h2,h3,h4,h5,h6, .headline {
  font-family: 'SackersGothicStd-Heavy', sans-serif;
}

h1, .headline {
  font-size: 22px;
  text-transform: uppercase;
}

a, a:hover, a:active, a:focus {
  color: #fff;
}

a:focus {
  outline: none;
}

section {
  padding: 0;
  margin: 0;
}

.para{
  background-attachment: fixed;
  background-color: #000000;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 0;
  padding-bottom: 150px;
  padding-top: 150px;
  overflow: hidden;
}


.glyph-ul ul {
  list-style: none;
  padding: 0;
}

.glyph-ul ul li {
  text-indent: -20px;
  padding-left: 30px;
}

.glyph-ul li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
  content: "\e068";
  font-size: 12px;
}



/* ============================================================= */
/* FLEXSLIDER */
/* ============================================================= */
.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  cursor: default;
}

.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border-radius: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}

.flex-direction-nav a::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-prev::before {
  content: "\e257";
}

.flex-direction-nav a.flex-next::before {
  content: "\e258";
}

/* ============================================================= */
/* NAVBAR */
/* ============================================================= */
.navbar {
  border-radius: 0;
  font-family: 'SackersGothicStd-Heavy', sans-serif;
}

#d-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#nav-image {
  margin: 10px 0;
}

#nav-image img{
  display: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#d-nav.fixed #nav-image img {
  display: block;
  opacity: 1;
}

.navbar.navbar-default.hidden-xs {
  margin: 0;
}

.navbar-default {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.navbar-nav.hidden-xs {
  width: 100%;
  text-align: center;
  margin: 0;
}

.navbar-nav.hidden-xs li {
  float: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  letter-spacing: 1.1px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 15px 5px 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #1d1d1b;
  color: #fff;
  border-bottom: 1px solid #969695;
  margin-bottom: 2px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: #1d1d1b;
  color: #fff;
}


.navbar-default .navbar-toggle {
  border: 0px #1d1d1b solid;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #1d1d1b;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}


/* ============================================================= */
/* MAIN-SECTION */
/* ============================================================= */
#main-logo {
  margin: 20px 0px;
}

#main-head {
  font-size: 48px;
  margin: 130px 0 170px;
  text-transform: uppercase;
}


/* ============================================================= */
/* WE-SECTION */
/* ============================================================= */

section#we {
  font-size: 20px;
  background-color: #1d1d1b;
  color: #fff;
  padding: 200px 0;
  letter-spacing: 1.8px;
}

#we-head {
  margin-bottom: 48px;
  letter-spacing: 4px;
}

#we-body ul li {
  line-height: 38px;
}

/* ============================================================= */
/* CLIENTS-SECTION */
/* ============================================================= */

section#clients {
  font-size: 20px;
}

#client-image {
  font-family: 'SackersGothicStd-Heavy', sans-serif;
  font-size: 34px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 8px;
  text-shadow: 0px -1px 2px rgba(50, 50, 50, 0.8);
  padding: 220px 0;
}

#client-head {
  font-size: 24px;
  line-height: 50px;
  margin: 130px 0 24px;
}

#client-body {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 120px;
}

#client-body .container {
  max-width: 700px;
}

#client-body ul {

}

#client-body ul li {
  margin: 14px  auto;
  max-width: 1170px;
  /*list-style-type: square;*/
}

#client-body p {
  margin: 28px auto 14px;
  max-width: 700px;
}


/* ============================================================= */
/* WHAT-SECTION */
/* ============================================================= */

section#what {
  font-size: 20px;
}

#what-image h2 {
  font-family: 'SackersGothicStd-Heavy', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0px -1px 2px rgba(50, 50, 50, 0.8);
}

#what-image {
  font-family: 'SackersGothicStd-Heavy', sans-serif;
  font-size: 34px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 8px;
  text-shadow: 0px -1px 2px rgba(50, 50, 50, 0.8);
  padding: 220px 0;
}


#what-slide {
  margin: 140px 0;
}

#what-slide .slides {
  /*position: relative;*/
  /*clear: both;*/
}

#what-slide {
  background: #ffffff none repeat scroll 0 0;
  margin: 50px auto 90px;
  position: relative;
  max-width: 700px;
}

#what-slide h1 {
  font-size: 24px;
  line-height: 40px;
  margin: 130px 0 36px;
  text-align: center;
}

#what-slide .description {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 70px;
  text-align: center;
}

#what-slide .description ul, #what-slide .description ul li {
  /*list-style-type: square;*/
  margin-bottom: 8px;
}

#what-slide .slides::after {
  /*clear: both;*/
  /*content: " ";*/
  /*display: block;*/
  /*height: 0;*/
  /*line-height: 0;*/
  /*visibility: hidden;*/
}

.flex-control-nav {
  /*bottom: auto;*/
  /*position: relative;*/
}

.flex-direction-nav .flex-prev {

}
.flex-direction-nav .flex-next {

}


/* ============================================================= */
/* WHO-SECTION */
/* ============================================================= */

section#who {
  font-size: 16px;
  clear: both;
  background-color: #08090b;
  color: #fff;
}

#who-body {
  padding: 124px 0 60px;
  line-height: 30px;
  letter-spacing: 2px;
}

#who-body .container {
  max-width: 800px;
}

#who-body h2 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 40px;
  letter-spacing: 6px;
}

#who-section {
  text-align: center;
  padding-bottom: 60px;
}

#who-section > div {
  padding-bottom: 60px;
}

#who-section .wimg {
  position: relative;
}
#who-section .wimg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#who-section .wimg-overlay img {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#who-section .wimg-overlay.active img {
  opacity: 1;
}

#who-section h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 72px 0 12px;
}
#who-section h3 {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 32px;
}
#who-section p {
  font-size: 12px;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  /*font-weight: bold;*/
  /*font-style: italic;*/
  line-height: 18px;
  margin: 0;
}


/* ============================================================= */
/* CONTACT-SECTION */
/* ============================================================= */

section#contact {
  font-size: 20px;
  background-color: #274f42;
  color: #fff;
  padding: 130px 0 170px;
}

#contact-head {
  margin-bottom: 42px;
}

#contact-body {
  font-size: 16px;
  line-height: 28px;
}


/* ============================================================= */
/* FOOTER / IMPRINT */
/* ============================================================= */
#imprint-body {
  max-width: 700px;
}

#imprint-body h2{
  text-transform: uppercase;
  font-size: 22px;
  margin: 60px 0 60px;
}

#imprint-body h2.button{
  cursor: pointer;
}

#imprint-body .imprint {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}

#imprint-body .imprint h2{
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#imprint-body .imprint.hidden {
  height: 0;
  overflow: hidden;
}



/* ============================================================= */
/* RESPONSIVE */
/* ============================================================= */
/*********************************************************************
/* Small devices (tablets, 768px and up)
*/
@media (min-width: 768px) {

}
/*********************************************************************
/* Medium devices (desktops, 992px and up)
*/
@media (min-width: 992px) {

}
/*********************************************************************
/* Large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {

}


@media screen and (max-width: 860px) {
  .flex-direction-nav {
    display: none;
  }
}



/*********************************************************************
/* Small devices (tablets, under 768px)
*/
@media (max-width: 767px) {
  /* GENERAL */
  body {
    padding-top: 70px;
  }

  h1, .headline {
    font-size: 20px;
    letter-spacing: 2px;
  }




  /* MAIN */
  #main-head {
    font-size: 40px;
    margin: 100px 0 140px;
  }


  /* WE */
  section#we {
    font-size: 20px;
    letter-spacing: 1.8px;
    padding: 140px 0;
  }
  #we-head {
    margin-bottom: 34px;
  }
  #we-body {
    font-size: 18px;
    padding: 0 10px;
  }
  #we-body ul li {
    line-height: 24px;
    margin: 14px auto;
  }

  /* CLIENT */
  #client-image {
    font-size: 28px;
    letter-spacing: 6px;
    line-height: 50px;
    padding: 140px 0;
  }
  #client-head {
    font-size: 20px;
    line-height: 40px;
    margin: 100px 0 24px;
  }
  #client-body {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 90px;
  }
  #client-body ul li {
    margin: 14px auto;
  }

  /* WHAT */
  #what-image {
    font-size: 28px;
    letter-spacing: 6px;
    line-height: 50px;
    padding: 140px 0;
  }
  #what-slide {
    margin: 30px auto 60px;
    padding: 0 10px;
    max-width: 640px;
    position: relative;
  }
  #what-slide h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 60px 0 24px;
  }
  #what-slide .description {
    margin: 0 0 40px;
  }
  .flex-control-nav {
    width: 90%;
  }

  /* WHO */
  #who-body {
    letter-spacing: 2px;
    line-height: 30px;
    padding: 100px 0 40px;
  }
  #who-body h2 {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  #who-section {
    padding-bottom: 20px;
  }
  #who-section h2 {
    margin: 30px 0 12px;
  }
  #who-section h3 {
    margin: 0 0 22px;
  }

}

/*********************************************************************
/* Medium devices (between 768 and 992px)
*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*********************************************************************
/* Medium devices (between 992 and 1199)
*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*********************************************************************
/* Medium devices (between 1200 and 1599)
*/
@media (min-width: 1200px) and (max-width: 1599px)  {

}