body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  color: #999;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

h6:hover {
  color: #222;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

img {
  display: inline-block;
  max-width: 100%;
  padding-left: 0px;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px none #000;
  border-top-style: none;
  border-radius: 40px;
  background-color: #00b1eb;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  background-color: #aaa;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.button.hero {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.button.hero:hover {
  background-color: transparent;
  color: #fff;
}

.button.download {
  margin-top: 0px;
}

.section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 50px;
}

.section.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section.dark.folio {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.dark.iphone {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.bg-image {
  padding-top: 125px;
  padding-bottom: 125px;
  float: none;
  background-image: url('../images/450063467-Kopie.jpg');
  background-position: 50% 61%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.map {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}

.hero-text {
  margin-top: 244px;
  text-align: center;
}

.hero-text.about-text {
  margin-top: 0px;
  padding-top: 0px;
}

.icon {
  padding-top: 0px;
  padding-bottom: 12px;
}

.portfolio-text {
  margin-top: 93px;
}

.portfolio-text.left-up {
  margin-top: 65px;
}

.gallery-text {
  padding-bottom: 30px;
  text-align: center;
}

.center-tittle {
  padding-bottom: 29px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.center-tittle.big-title {
  padding-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  text-transform: none;
}

.job-title {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: 1px;
}

.team-text {
  margin-top: 44px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.name {
  padding-top: 39px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
}

.social-team {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
}

.team2 {
  padding-top: 120px;
}

.h1-dark {
  margin-top: -24px;
  color: #222;
  text-align: left;
}

.contact-form {
  font-family: Montserrat, sans-serif;
}

.field {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.address {
  margin-bottom: 0px;
  padding-top: 26px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
}

.conatct-info {
  margin-top: 0px;
}

.support-text {
  margin-top: 50px;
}

.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
}

.footer-logo {
  display: block;
  width: 30%;
  float: left;
  background-color: transparent;
  opacity: 1;
}

.social-wrapper {
  float: right;
  text-align: right;
}

.social-link {
  opacity: 0.57;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-link:hover {
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footlogo {
  background-color: transparent;
  opacity: 1;
}

.footlogo:hover {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon {
  opacity: 0.25;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.google-map {
  height: 300px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-wrapper {
  width: 40%;
  float: left;
  text-align: left;
}

.info-wrapper {
  width: 60%;
  float: right;
}

.team-column {
  top: -14px;
  bottom: 0px;
}

.nav-link {
  margin-right: 21px;
  margin-left: 0px;
  padding: 7px 0px;
  float: none;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #00b1eb;
}

.nav-link.w--current {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #aaa;
}

.nav-menu {
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 250px;
  padding-top: 10px;
  padding-left: 112px;
  float: left;
  background-color: transparent;
  opacity: 1;
}

.menu-button {
  padding-top: 18px;
  background-color: transparent;
}

.menu-button.w--open {
  background-color: transparent;
}

.left-image {
  width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.work {
  margin-bottom: 0px;
  text-align: center;
}

.contact-link {
  color: #777;
}

.portfolio {
  position: static;
  height: 251px;
  min-height: 0px;
}

.portfolio.one {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/482299803.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.two {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/DSC01073.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.three {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/166162671.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.four {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/482305269.jpg');
  background-position: 50% 83%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.five {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/178630945.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.portfolio.six {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/484649057.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-title {
  width: 100%;
  height: 104%;
  min-width: 0px;
  margin-bottom: 0px;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: rgba(0, 177, 235, .49);
  font-size: 17px;
}

.portfolio-info {
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.portfolio-link {
  width: 100%;
  height: 100%;
}

.slider {
  height: 768px;
}

.slider-1 {
  padding-top: 0px;
  float: left;
}

.nav-bar {
  position: fixed;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 7px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.logo {
  width: 200px;
  height: 161px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-image: url('../images/141117_hauke_logo.png');
  background-size: cover;
  background-attachment: scroll;
}

.client-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  text-align: center;
}

.client-logo:hover {
  opacity: 1;
}

.back-icon {
  float: left;
  opacity: 0.3;
  text-align: center;
}

.back-icon:hover {
  opacity: 1;
}

.portfolio-back {
  text-align: left;
}

.back-link {
  text-align: right;
}

.prev-link {
  padding-top: 0px;
  color: #999;
  font-size: 20px;
}

.prev-link:hover {
  color: #222;
}

.prev-icon {
  padding-top: 3px;
  float: left;
  text-align: right;
}

.prev-icon.next {
  float: right;
}

.success-message {
  border-radius: 6px;
  background-color: #52b350;
  color: #fff;
}

.error-message {
  border-radius: 6px;
  background-color: #fa8282;
  color: #fff;
}

.prev-text {
  padding-top: 4px;
  float: right;
}

.slide-1 {
  display: block;
  height: 782px;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 0px;
  float: none;
  background-image: url('../images/166162671-Kopie_2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-2 {
  background-image: url('../images/166162671-Kopie.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.accent-text {
  padding-bottom: 33px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
}

.paragraphh-center {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.big-title {
  padding-top: 30px;
  padding-bottom: 50px;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: none;
}

.big-title.big-left-title {
  margin-top: -24px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  box-shadow: none;
  color: #222;
  text-align: center;
  text-shadow: none;
}

.portfolio-image-left {
  height: 350px;
  background-image: url('../images/portfolio-work-big2.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portffolio-image-right {
  font-family: Lato, sans-serif;
}

.portfolio-image-right {
  height: 350px;
  background-image: url('../images/portfolio-work-big3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-top-image {
  margin-bottom: 20px;
}

.top-image {
  margin-bottom: 0px;
  padding-right: 396px;
  padding-left: 0px;
  float: right;
  text-align: center;
}

.portfolio-image {
  position: relative;
  left: 373px;
  float: left;
}

.bla {
  height: 768px;
}

.slidex1 {
  background-image: url('../images/166162671-Kopie_1.jpg');
  background-position: 0% 62%;
  background-size: cover;
}

.slidex2 {
  background-image: url('../images/485117533-Kopie.jpg');
  background-position: 0% 6%;
  background-size: cover;
  background-attachment: scroll;
}

.slidex3 {
  background-image: url('../images/515809677-Kopie.jpg'), url('../images/515809677-Kopie.jpg');
  background-position: 0% 0%, 0% 13%;
  background-size: cover, auto;
}

.about {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #000;
  font-size: 45px;
  text-shadow: none;
}

.brand {
  width: 254px;
  float: left;
  background-color: #fff;
  background-image: url('../images/141117_hauke_logo.png');
  background-position: 0% 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hauke_logo {
  height: 38px;
  margin-top: -6px;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.slidex4 {
  background-image: url('../images/484649057-Kopie.jpg');
  background-position: 0% 96%;
  background-size: cover;
}

.imprint {
  text-align: center;
}

.row {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  text-align: center;
}

.photo {
  margin-right: 42px;
  padding-left: 395px;
  text-align: center;
}

.image {
  padding-top: 31px;
  padding-bottom: 0px;
  padding-left: 357px;
  float: none;
  text-align: left;
}

.text {
  margin-top: -15px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.cocp {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: left;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0.04;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="left-image"] {
  display: block;
  opacity: 0.43;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="left-image-2"] {
  display: block;
  opacity: 0.43;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="portfolio-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-image"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 54px;
    text-shadow: 0 0 0 #000;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 24px;
    text-shadow: 0 0 0 #000;
  }
  h3 {
    font-size: 17px;
    line-height: 28px;
  }
  p {
    font-size: 13px;
  }
  .section.dark {
    padding-top: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    position: static;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .hero-text {
    margin-top: 250px;
  }
  .hero-text.about-text {
    margin-top: 0px;
  }
  .portfolio-text {
    margin-top: 46px;
  }
  .portfolio-text.left-up {
    margin-top: 25px;
  }
  .center-tittle {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .job-title {
    margin-top: 4px;
  }
  .name {
    text-align: left;
  }
  .social-team {
    top: 0px;
  }
  .nav-link {
    width: 733px;
    margin-right: 57px;
    padding-left: 15px;
    float: none;
    border-top: 0px none #fff;
    border-right: 0px none #fff;
    border-bottom: 1px none #fff;
    color: #fff;
  }
  .nav-link.w--current {
    display: block;
    border-top-style: none;
    color: #fff;
  }
  .nav-menu {
    position: static;
    width: 100%;
    height: 100%;
    min-width: 1px;
    padding-top: 20px;
    padding-bottom: 1px;
    background-color: #d2d3d4;
    color: #00b1eb;
  }
  .menu-button.w--open {
    border-top-width: 0px;
  }
  .portfolio.one {
    margin-bottom: 20px;
  }
  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .logo {
    padding-top: 15px;
  }
  .slide-1 {
    float: right;
  }
  .mobile-icon {
    color: #00b1eb;
    font-size: 26px;
  }
  .accent-text {
    font-size: 54px;
  }
  .paragraphh-center {
    font-size: 13px;
  }
  .big-title {
    font-size: 45px;
  }
  .hauke_logo {
    margin-top: 8px;
    margin-left: -4px;
    padding-top: 6px;
  }
  .photo {
    display: block;
    min-width: 16px;
    padding-right: 0px;
    float: left;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 26px;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 60px;
  }
  h2 {
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 18px;
    text-shadow: #000 0px 0px 0px;
  }
  h3 {
    line-height: 27px;
    text-align: center;
  }
  p {
    text-align: center;
  }
  .button {
    margin-top: 30px;
  }
  .button.hero {
    margin-top: 0px;
  }
  .section {
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.dark.folio {
    padding-bottom: 0px;
  }
  .section.bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .hero-text {
    margin-top: 100px;
  }
  .hero-text.about-text {
    margin-top: -10px;
  }
  .services {
    margin-bottom: 30px;
    padding-top: 0px;
    text-align: center;
  }
  .portfolio-text {
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-bottom: 50px;
  }
  .team-text {
    text-align: left;
  }
  .name {
    text-align: left;
  }
  .team2 {
    padding-top: 0px;
  }
  .h1-dark {
    margin-bottom: 0px;
    padding-bottom: 31px;
    text-align: center;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    padding-bottom: 60px;
    text-align: center;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .h3phone {
    text-align: center;
  }
  .image-wrapper {
    text-align: right;
  }
  .team-column {
    margin-bottom: 54px;
  }
  .nav-link {
    margin-right: 0px;
    padding-left: 15px;
    border: 1px none #fff;
    color: #fff;
    text-decoration: none;
  }
  .nav-link.w--current {
    display: block;
    color: #fff;
  }
  .nav-menu {
    position: static;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
    background-color: #d2d3d4;
    opacity: 1;
  }
  .portfolio.one {
    margin-bottom: 20px;
  }
  .portfolio.two {
    margin-bottom: 20px;
  }
  .portfolio.three {
    margin-bottom: 20px;
  }
  .portfolio.four {
    margin-bottom: 20px;
  }
  .portfolio.five {
    margin-bottom: 20px;
    background-size: cover;
  }
  .portfolio.six {
    margin-bottom: 20px;
  }
  .nav-bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo {
    padding-top: 15px;
  }
  .client-logo {
    margin-bottom: 50px;
  }
  .portfolio-back {
    padding-bottom: 40px;
    text-align: center;
  }
  .prev-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .portfolio-page-mobile {
    padding-bottom: 30px;
    text-align: center;
  }
  .accent-text {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
  }
  .paragraphh-center {
    font-size: 13px;
  }
  .hauke_logo {
    margin-left: 0px;
    padding-left: 15px;
  }
  .link {
    color: transparent;
  }
  .cocp {
    left: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
    text-shadow: #000 0px 0px 0px;
  }
  h2 {
    margin-bottom: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: none;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    text-shadow: 0 0 0 #000;
  }
  h3 {
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  p {
    padding-bottom: 0px;
    text-align: center;
  }
  .button.hero {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
  .section.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.dark.iphone {
    padding-bottom: 50px;
  }
  .section.bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.iphone {
    padding-bottom: 50px;
  }
  .hero-text {
    margin-top: 170px;
  }
  .hero-text.about-text {
    margin-top: 18px;
  }
  .services {
    margin-bottom: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
  .icon {
    text-align: left;
  }
  .portfolio-text {
    margin-top: 40px;
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-bottom: 50px;
  }
  .gallery-text {
    text-align: center;
  }
  .center-tittle {
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .job-title {
    float: none;
    text-align: left;
  }
  .team-text {
    text-align: center;
  }
  .name {
    text-align: center;
  }
  .social-team {
    top: 0px;
  }
  .team2 {
    padding-top: 70px;
  }
  .h1-dark {
    padding-top: 0px;
    padding-bottom: 10px;
    text-shadow: 0 0 0 #000;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    text-align: center;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .image-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .info-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-column {
    top: -48px;
    bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .nav-link {
    padding-left: 13px;
    border: 1px none #fff;
  }
  .nav-link.w--current {
    display: block;
    border-top-style: solid;
    border-bottom-style: none;
    color: #fff;
  }
  .nav-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #d2d3d4;
  }
  .portfolio.three {
    margin-bottom: 20px;
  }
  .logo {
    padding-top: 15px;
    padding-left: 0px;
  }
  .client-logo {
    margin-bottom: 0px;
  }
  .mobile-icon {
    width: 24px;
    font-size: 22px;
  }
  .accent-text {
    padding-top: 18px;
    padding-bottom: 5px;
    line-height: 40px;
  }
  .paragraphh-center {
    padding-bottom: 0px;
    float: none;
    font-size: 13px;
  }
  .big-title {
    padding-bottom: 20px;
    font-size: 36px;
  }
  .big-title.big-left-title {
    margin-bottom: -13px;
    padding-top: 70px;
    float: none;
    box-shadow: none;
    text-align: center;
  }
  .slidex1 {
    background-repeat: repeat;
  }
  .about {
    font-size: 30px;
  }
  .hauke_logo {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 3px;
  }
}

