body{
  text-align: left;
  margin-top: 100px; /* prevent top border hiding content */
  margin-bottom: 100px;


}
body{
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.align-center{text-align: center;}
.align-right{text-align: right;}
.align-left{text-align: left;}

h1,h2,h3,h4,h5,h6{
  padding: initial;
  margin: initial;
  margin-bottom: 0.25em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing:-0.06em;
  color: #111;
  text-transform: uppercase;
}
/* Logo */
.logo {
  margin: 20px 0 0 20px;

}
.logo img{
  width: 80px;
  -webkit-transition: all 1.5s ease;
     -moz-transition: all 1.5s ease;
  	-ms-transition: all 1.5s ease;
       -o-transition: all 1.5s ease;
          transition: all 1.5s ease;
}

.logo.logo-home-call {
  margin: 0;
}
.logo.logo-home-call img{
  width: 70px;
}
.navbar-brand {
  margin:0;
  padding: 0;
  height: 50px;
}
/* Boxen */
.box-table {
  width: 100.1%;/* chrome fix */
}
.box-cell{
  color: #111;
}
.box-light{
  background-color: #FFF;
  color: #111;
}
.box-light h1, .box-light h2, .box-light h3, .box-light h4{
  color: #111;
}
.box-dark{
  background: #000;
}
.box-dark,
.box-dark a{
  color: #FFF;
}

.box-dark h1, .box-dark h2, .box-dark h3, .box-dark h4, .box-dark{
  color: #FFF;
}

.box-table h4 {

  text-align: left;
  margin-left: 0;

}
.box-cell {
  padding: 1rem 90px;
  font-size: 14px;
}

.col.v2, .box-grey{
  background-color: #a5acb6;
  color: #000;
}

h1{
  font-size:80px;
}
h2, section h2{
  position:static;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:48px;
  text-align: center;
  margin: auto;
  padding:initial;
  margin-bottom: 0.25em;
  line-height: 1;
  z-index:auto;
}
h2.section-subheading, h2.section-subheading-light,section h2.section-subheading, section h2.section-subheading-light {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: -7px;
  text-align: center;
  letter-spacing: 0.05em;
}
section h2.section-heading {
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.08em;
  color: #111;
  margin: 0 0 -20px 0;
  padding: 0;
  z-index: 1;
}
p + h2, p+h3, p+h4,
ul + h2, ul+h3, ul+h4,
.col+.col{  margin-top: 0.25em;}
h3{
  font-size: 36px;
  margin: 0.7em auto;
}
h4{}
nav.nav-secondary-experience > h4, .box-table h4 {
  letter-spacing: 0.35em;
  padding: 0 0 1.25em 0;
}
h5{}
h6{}
p{margin-bottom: 0.5em;}

section,div.section{
  margin-top:120px;
  margin-bottom: 120px;
}
.section-heading{text-align: center;}
h2.section-subheading, h2.section-subheading-light {
  /*margin-top: 13px;*/
}
section h3.section-heading, section h3 {
  position: relative;
  font-size: 36px;
  letter-spacing: -0.08em;
  color: #111;
}
section h3.section-subheading{margin-bottom: 0em;}
section h3.section-heading{
    margin-top: 0.4em
}
section h4{font-size: 20px;}

/* Borders */
.border-top, .border-bottom{
  height: 100px;
}
 .border-left, .border-right{
   width: 100px;
}
.border-top.top-position-primary {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.border-bottom.bottom-position-primary {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.border-left.left-position-primary {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.border-right.right-position-primary {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.bottom-credits{height:40px;}
.bottom-credits.bottom-credits-home-call {
  left: 20px;
  bottom: -7px;
}
@media only screen and (max-width: 1200px){
    h2{font-size: 65px;}
}

@media only screen and (max-width: 880px){
  h2{font-size: 48px;}
  h2.section-subheading, h2.section-subheading-light,section h2.section-subheading, section h2.section-subheading-light {

    font-size: 15px;
    line-height: 22px;

    margin-top: 0px;
    margin-bottom: -7px;
    text-align: center;

  }
  section h2.section-heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 -10px 0;

  }
  section, div.section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.slick-prev:before, .slick-next:before {
  font-size: 40px;
  color: #111;
}

.slick-prev, .slick-next {
  margin-top: -25px;
  z-index: 2;
	color: rgba(17, 17, 17, 0.46);
}

.slick-prev {
  left: 132px;
}

.slick-next {
  right: 152px;
}
.services-columns .border-top-services:after {
border: none;
}

.services-columns .border-left-services {
border: none;
}


.parallax-overlay {
  background: none;
}
.parallax{
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: none;
  z-index: 1;

}
.parallax.v2, .parallax.v2 h2, .parallax.v2 h3{
  color: #FFF;
}



.col-item.n-2 {
  background: transparent;
}
/* Layout Variations */
.col {
  padding: 0 90px;
}
.col.v2{
  padding: 0 90px 40px 90px;
}

.col.v3{
  background-color: #8c939d;
  padding: 0 90px 40px 90px;
}

.success {
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #5f5f5f;
margin: 0 auto;
padding: 56px 0 60px 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#form .error {
position: relative;
font-size: 9px;
text-transform: uppercase;
text-align: left;
color: #5f5f5f;
display: block;
margin: 0;
padding: 0;
letter-spacing: 0.15em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.Inputfields{
  margin-top: 1rem;
}
#form .description, #form .Inputfield_datenschutz, #form #Inputfield_datenschutz{
  text-align: left;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}

#form button{
  width: 225px;
  color: #fff;
  background: #111;
  border: none;
  padding: 18px 25px 16px 25px;
  position: relative;
  display: inline-block;
  border: 1px solid #111;
  letter-spacing: 0.25em;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 11px 25px 9px 25px;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: button;
  cursor: pointer;
}
.dividerOT.out-top, .dividerOT.out-bottom, .dividerOT.dividerOT-inner {
  height: 120px;
}
/* Metanavi */
.metanavi{

}
.metanavi li,
.social-media li{
  display: inline;
  padding-right: 1.0em;
  text-transform: none;
}
.metanavi li a,
.social-media li a{
  color: #FFF;
}

.social-media li a{
  text-decoration: none;
  font-size: 1.1rem;
}
/*Boxes*/
@media only screen and (max-width: 880px){
  .box-table .box-cell {
    padding: 2em 90px;
    display: block;
    vertical-align: inherit;
  }
}
@media only screen and (max-width: 880px){
.full-height-item,.works-item {
  height: auto !important;
  min-height: inherit !important;
  }
}

/* Helpers */
.no-margin-top{margin-top:0;}
.no-margin-bottom{margin-bottom:0;}
.vertical-align-bottom,.bottom{vertical-align:bottom !important;}
.vertical-align-middle,.middle{vertical-align:middle !important;}
.vertical-align-top,.top{vertical-align:top !important;}
.works-item {
  position: relative;
  height: 100%;
  min-height: auto;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  background: none;
}
.full-height-item {
  position: relative;
  height: 100%;
  min-height: 700px;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  background: none;
}

/* Hero Slider */
.slide-description{
  width: 50%;
    line-height: 0.9em;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
    font-weight: 800;
    letter-spacing: -0.06em;
    font-family: Montserrat, sans-serif;
    height: auto;
    /* background: #000000; */
    /* background: #00000063; */
    color: #FFF;
    position: absolute;
    width: 6em;
    text-align: left;
    font-size: 80px;
    padding: 0;
    top: 70px;
    left: 180px;
}
/* Footer */
.content-footer {
  /*padding: 2em 2em 90px 2em;
  margin: 1em;*/
  background: #000;
  color: #FFF;
  /* margin-bottom: 120px;
  text-align: left;*/
}
h1,h2,h3,h4,h5,h6{
  color: #FFF;
}
/* additional media queries */
@media only screen and (max-width: 1600px){
  .slide-description{
    top: 40px;
    left: 150px;
  }

}
@media only screen and (max-width: 1200px){

  .slide-description{
    font-size: 65px;
  }
  body{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .border-top, .border-bottom{
    height: 60px;
  }
   .border-left, .border-right{
     width: 60px;
  }

  .border-left.left-position {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .border-top.top-position {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .border-right.right-position {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  .border-bottom.bottom-position {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }


  .border-top.top-position-primary {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .border-bottom.bottom-position-primary {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .border-left.left-position-primary {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .border-right.right-position-primary {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .logo {
    margin: 0 0 0 0;
  }
  .logo.logo-home-call {
    margin: 0;
  }
  .logo img{width: 75px;}
  .logo.logo-home-call img{width: 60px;}

  .main-navigation-bg {
    height: 65px;
    background: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .main-navigation .navbar-nav li a {
    padding: 20px 15px 0 15px;
  }
  .main-navigation{
    padding: 0 0 0 0;
  }
  section, div.section {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .col {
    padding: 0 60px;
  }
  .bottom-credits {
    height: 45px;
  }
  .box-table .box-cell {
    padding: 2em 60px;
  }
}

@media only screen and (max-width: 880px){
  .slide-description{
    top: 10%;
    font-size: 48px;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0 20%;
  }

}
@media only screen and (max-width: 768px){
  .main-navigation-bg {
    min-height: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 640px){
  body{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .logo {
    margin: 8px 0 0 15px;
  }
  .logo.logo-home-call {
    margin: 8px 0 0 15px;
  }
  .logo img{width: 45px;}
  .logo.logo-home-call img{width: 45px;}


  .section,section{
    margin: 50px 15px;
  }
  .col {
    padding: 0 45px;
  }
  .bottom-credits {
    height: 45px;
  }
  .box-table .box-cell {
    padding: 2em 45px;
  }
  .works-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .border-top{
    height: 58px;
    }
  .border-bottom{
    height: 40px;
  }
   .border-left, .border-right{
     width: 15px;
  }
  .border-top.top-position-primary {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .border-bottom.bottom-position-primary {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .border-left.left-position-primary {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .border-right.right-position-primary {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

}
@media only screen and (max-width: 640px){
  section h2.section-heading {
    font-size: 32px;
  }
  h2.section-subheading, h2.section-subheading-light,
  section h2.section-subheading, section h2.section-subheading-light {
    font-size: 13px;
  }
}
