/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 1024px) {
  body .content-navigation {
    padding: 0 1%;
    bottom: 5px;
  }
  body .content-navigation span {
    display: none;
  }
  body .content-navigation i {
    display: block;
  }
  body .navbar .navbar-brand {
    height: 50px;
    width: 136px;
  }
  body .navbar .nav.navbar-nav {
    width: 100%;
    float: none;
  }
  body .navbar .nav.navbar-nav li {
    float: none;
  }
  body .navbar .nav.navbar-nav li a {
    float: none;
    text-align: center;
  }
  body .navbar .nav.navbar-nav li a:after {
    content: '';
  }
  body section {
    padding-top: 50px;
    font-size: 14px;
  }
  body section:not(.page1) {
    background-color: #B9B2AC;
    background-image: -webkit-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: -moz-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: -ms-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: -o-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  }
  body section:not(.page1) .inner {
    margin: 2% !important;
  }
  body section.page1 {
    background-color: #B9B2AC;
    background-image: -webkit-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: -moz-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: -ms-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: -o-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
    background-image: linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  }
  body section.page1 .inner {
    height: 100%;
    background: url("../img/section-home-mobile.png") no-repeat center 5%;
  }
  body section h2 {
    font-size: 22px;
  }
  body section h2 small {
    font-size: 18px;
  }
}
body {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 300;
}
body.viewing-page-1 .navbar {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
body.references {
  padding-top: 110px;
  padding-bottom: 140px;
  overflow: auto;
  background-image: -webkit-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: -moz-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: -ms-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: -o-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
}
body.references h2,
body.references h1 {
  color: #b51621;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif, arial;
}
body.references h2 small,
body.references h1 small {
  font-weight: 300;
  color: #b51621;
  font-size: 36px;
}
body.references h1 {
  font-size: 36px;
}
body.references h2 {
  font-size: 18px;
}
a {
  outline: none !important;
}
.navbar {
  background-color: #ffffff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.navbar .navbar-toggle .icon-bar {
  background: silver;
}
.navbar .navbar-brand {
  background: url("../img/logo.png") no-repeat center center;
  background-size: cover;
  height: 85px;
  width: 216px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar .navbar-brand span {
  display: none;
}
.navbar .nav.navbar-nav {
  margin-top: 20px;
}
.navbar .nav.navbar-nav li:last-child a:after {
  content: '';
}
.navbar .nav.navbar-nav li a {
  color: #7f8082;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
  padding-right: 0px;
}
.navbar .nav.navbar-nav li a:focus,
.navbar .nav.navbar-nav li a:hover {
  background: transparent;
}
.navbar .nav.navbar-nav li a.active span,
.navbar .nav.navbar-nav li a:hover span {
  text-decoration: underline;
}
.navbar .nav.navbar-nav li a span {
  padding-right: 10px;
}
.navbar .nav.navbar-nav li a:after {
  content: ' • ';
  text-decoration: none;
}
.content-navigation {
  position: fixed;
  left: 0;
  bottom: 10%;
  z-index: 3;
  width: 100%;
  padding: 0 10%;
}
.content-navigation .inner {
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  background: #b51621;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.content-navigation .inner:after {
  clear: both;
  content: '';
  display: table;
}
.content-navigation .inner:before {
  content: '';
  display: table;
}
.content-navigation .inner ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.content-navigation .inner ul li {
  float: left;
  display: block;
  width: 20%;
  border-right: 1px solid #c85059;
}
.content-navigation .inner ul li a {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  min-height: 57px;
  font-weight: normal;
  line-height: 57px;
  text-decoration: none;
}
.content-navigation .inner ul li a:hover,
.content-navigation .inner ul li a.active {
  background-color: #606060;
}
.content-navigation .inner ul li a i {
  min-height: 57px;
  line-height: 57px;
  display: none;
}
.content-navigation .inner ul li a.control.move-down {
  background: url("../img/move-down.png") no-repeat center center;
}
.content-navigation .inner ul li a.control.move-up {
  background: url("../img/move-up.png") no-repeat center center;
}
.content-navigation .inner ul li:last-child {
  border-right: none;
}
section {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.active {
  z-index: 2;
}
section a {
  color: #b51621;
}
section.page1 {
  background-image: url("../img/section-home.jpg");
}
section.page2 {
  background-image: url("../img/section-beratung.jpg");
}
section.page2 .inner {
  margin-left: 35%;
  margin-top: 10%;
  margin-right: 20%;
}
section.page3 {
  background-image: url("../img/section-kompetenz.jpg");
}
section.page3 .inner {
  margin-left: 20%;
  margin-top: 10%;
  margin-right: 40%;
}
section.page4 {
  background-image: url("../img/section-umsetzung.jpg");
}
section.page4 .inner {
  margin-left: 50%;
  margin-right: 10%;
  margin-top: 10%;
}
section.page5 {
  background-image: url("../img/section-erfolg.jpg");
}
section.page5 .inner {
  margin-left: 20%;
  margin-right: 50%;
  margin-top: 10%;
}
section.page6 {
  background-image: url("../img/section-contact.jpg");
}
section.page6 .inner {
  margin-left: 50%;
  margin-right: 10%;
  margin-top: 5%;
  text-align: right;
}
section.page7,
section.page8 {
  background-image: -webkit-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: -moz-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: -ms-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: -o-linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
  background-image: linear-gradient(top ,#B9B2AC 0% ,#ffffff 100%);
}
section.page7 .inner,
section.page8 .inner {
  margin-left: 10%;
  margin-right: 50%;
  margin-top: 2%;
}
section h2 {
  color: #b51621;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif, arial;
}
section h2 small {
  font-weight: 300;
  color: #b51621;
  font-size: 36px;
}
