.herohome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #4ba5f0;
  /*background-image: -webkit-repeating-radial-gradient(circle farthest-corner at 50% 50%, rgba(32, 133, 218, .9), rgba(0, 179, 240, .9)), url('../img/2015_01_deploy_digital_agency_23_de_23.jpg');
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, rgba(32, 133, 218, .9), rgba(0, 179, 240, .9)), url('../img/2015_01_deploy_digital_agency_23_de_23.jpg');*/
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.herohome.proj {
  display: block;
  height: auto;
  min-height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(72, 81, 85, .28);
  /*background-image: -webkit-repeating-radial-gradient(circle farthest-corner at -55% 139%, hsla(0, 0%, 100%, .09) -1%, rgba(4, 58, 77, .53) 0%, rgba(0, 179, 240, .39) 55%, rgba(47, 54, 146, .65) 99%, #2f3692), url('../img/heroprojdetail.jpg');
  background-image: repeating-radial-gradient(circle farthest-corner at -55% 139%, hsla(0, 0%, 100%, .09) -1%, rgba(4, 58, 77, .53) 0%, rgba(0, 179, 240, .39) 55%, rgba(47, 54, 146, .65) 99%, #2f3692), url('../img/heroprojdetail.jpg');*/
  text-align: center;
}

.herohome.proj._2 {
  background-image: -webkit-repeating-radial-gradient(circle farthest-corner at -55% 139%, hsla(0, 0%, 100%, .09) -1%, rgba(4, 58, 77, .53) 0%, rgba(0, 179, 240, .39) 55%, #6b2837 100%, rgba(0, 179, 240, .69)), url('../img/proj2.jpg');
  background-image: repeating-radial-gradient(circle farthest-corner at -55% 139%, hsla(0, 0%, 100%, .09) -1%, rgba(4, 58, 77, .53) 0%, rgba(0, 179, 240, .39) 55%, #6b2837 100%, rgba(0, 179, 240, .69)), url('../img/proj2.jpg');
}

.logo {
  display: inline-block;
}

.hometitlehero {
  max-width: 960px;
  margin-top: 0%;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 500;
  text-transform: uppercase;
}

.hometitlehero.blue {
  max-width: 1280px;
  color: #00b3f0;
  font-size: 72px;
  line-height: 78px;
  font-weight: 400;
  text-transform: none;
}

.hometitlehero.proj {
  max-width: 100%;
  margin-bottom: 0px;
  font-size: 72px;
  line-height: 80px;
  text-align: center;
  text-transform: none;
}

.contentherohome {
  margin-top: 80px;
  margin-bottom: 0px;
}

.contentherohome.proj {
  display: block;
  width: 100%;
  margin-top: 212px;
}

.hometexthero {
  max-width: 960px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Nunito, sans-serif;
  color: #d3eefb;
  font-size: 30px;
  line-height: 38px;
  font-weight: 200;
}

.hometexthero.proj {
  max-width: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.wrapperherohomearrow {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.link-block {
  float: right;
  text-align: left;
}

.contentarea {
  margin-top: 60px;
  margin-bottom: 0px;
  color: #4a4a4a;
}

.contentarea.nomargintop {
  display: block;
  margin-top: 40px;
}

.contentarea.nomargintop.bg2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(211, 217, 220, .52);
}

.contentarea.contentproject {
  margin-top: 238px;
  margin-bottom: 40px;
}

.contentarea.bg1 {
  margin-bottom: 0px;
  background-image: -webkit-radial-gradient(circle farthest-corner at -377% -174%, rgba(49, 46, 150, .08) 28%, rgba(187, 192, 201, .73));
  background-image: radial-gradient(circle farthest-corner at -377% -174%, rgba(49, 46, 150, .08) 28%, rgba(187, 192, 201, .73));
  opacity: 1;
}

.contentarea.linkproject {
  text-align: center;
}

.line-wrapper {
  display: inline-block;
  width: 43px;
}

  .line, 
  .line-proj,
  .line-2 {
    display: inline-block;
    width: 0;
    background-color: #00aeef;
    height: 8px;
    border-radius: 60px;
    margin-bottom: 6px;
  }

  .line.anim,
  .line-2.anim {
    width: 43px;
    animation: grow-right-2 0.7s ease-out;
  }

  .line-proj.anim {
    width: 43px;
    animation: grow-right-2 0.7s ease-out;
  }  

  @keyframes grow-right-2 {
    0% {
      width: 1px;
    }
    100% {
      width: 43px;
    }
  }

.sectiontitle {
  display: inline;
  padding-left: 15px;
  /* background-image: url('../img/bgtitle.png');
  background-position: 0px 50%;
  background-size: 43px;
  background-repeat: no-repeat; */
  color: #00aeef;
  font-size: 30px;
  text-transform: uppercase;
}

.sectiontitle.pages {
  margin-top: 40px;
  margin-bottom: 20px;
}

.wrapperprojehome {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wrapperimageprojhome {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapperimageprojhome.right {
  float: none;
  text-align: right;
}

.boxproj {
  position: absolute;
  top: 111px;
  right: 23px;
  width: 400px;
  height: 301px;
  padding: 20px;
  background-color: #485155;
  background-image: -webkit-repeating-radial-gradient(circle farthest-corner at -124% 31%, #fff, rgba(0, 35, 47, .09) 1%, rgba(0, 179, 240, .99) 99%, #58afcc 100%, #525252);
  background-image: repeating-radial-gradient(circle farthest-corner at -124% 31%, #fff, rgba(0, 35, 47, .09) 1%, rgba(0, 179, 240, .99) 99%, #58afcc 100%, #525252);
  color: #fff;
  text-align: left;
}

.boxproj.leftalign {
  left: 23px;
  right: 0px;
  background-image: -webkit-repeating-radial-gradient(circle farthest-corner at -124% 31%, #fff -2%, #fff 0%, rgba(0, 35, 47, .09) 1%, rgba(0, 179, 240, .99) 99%, #58afcc 100%, #525252);
  background-image: repeating-radial-gradient(circle farthest-corner at -124% 31%, #fff -2%, #fff 0%, rgba(0, 35, 47, .09) 1%, rgba(0, 179, 240, .99) 99%, #58afcc 100%, #525252);
}

.boxproj:hover {
 background-image: none; 
}

.titleprojbox {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.textprojbox {
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  color: #d3eefb;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.bluelighttext {
  color: #fff;
}

.linkbtnprojhome {
  display: block;
  min-height: 50px;
  margin-top: 60px;
  padding-top: 12px;
  /*background-image: url('../img/whitearrow_anim.svg');*/
  background-position: 100% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.imgfoliohome {
  width: 70%;
}

.calltoactionwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 207px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(351deg, rgba(0, 174, 239, .2) 63%, rgba(83, 103, 116, .2));
  background-image: linear-gradient(99deg, rgba(0, 174, 239, .2) 63%, rgba(83, 103, 116, .2));
}

.project-call-to-action .calltoactionwrapper {
  margin-top: 0;
}

.calltoactionwrapper.wrappermethod {
  position: static;
  display: block;
  min-height: 550px;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #485155;
  /*background-image: -webkit-radial-gradient(circle farthest-corner at 0% 100%, rgba(0, 179, 240, .59), rgba(0, 0, 0, .8)), url('../img/small-2015-01-deploy-digital-agency-16-de-23-1.jpg');
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(0, 179, 240, .59), rgba(0, 0, 0, .8)), url('../img/small-2015-01-deploy-digital-agency-16-de-23-1.jpg');*/
  background-position: 0px 0px, 36% 70%;
  background-repeat: repeat, no-repeat;
  font-weight: 300;

  min-height: 760px;
}

.calltoactionwrapper.nomargintop {
  margin-top: 40px;
}

.btnscalltoaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seemorebtn {
  display: block;
  min-width: 380px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #00b3f0;
  background-color: transparent;
  color: #00b3f0;
  font-size: 30px;
  text-align: center;
}

.wrapperor {
  width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.footer {
  padding: 40px;
  background-color: #00b3f0;
}

.footertitle {
  color: #fff;
  font-size: 62px;
  font-weight: 500;
}

.separatorfooter {
  display: inline-block;
  width: 43px;
  height: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-image: url('../img/separatorfooter.png');
  background-position: 0px 0px;
  background-size: 43px;
  background-repeat: no-repeat;
}

.footertext {
  padding-right: 40px;
  color: #d3eefb;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.linkfooter {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.copyrighttext {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.footerfollowtext {
  display: inline-block;
  margin-top: 40px;
  color: #547186;
  font-size: 26px;
}

.link-block-2 {
  margin-left: 10px;
}

.socialimg {
  padding-bottom: 8px;
}

.socialwrapper {
  display: inline-block;
}

.bodybase {
  font-family: Quicksand, sans-serif;
}

.wrapperheaderbar {
  position: fixed;
  z-index: 99;
  width: 100%;
  margin-top: 30px;
}

.wrapperheaderbar.notfixed {
  position: static;
}

.wrapperheaderbar.absolute{
  /*position: absolute;*/
}

.pagetop {
  margin-top: 100px;
}

.boldtitle {
  font-weight: 500;
}

.textp {
  padding-right: 40px;
  font-family: Nunito, sans-serif;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: justify;
  margin-top: 30px;
}

.textp.services {
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  line-height: 58px;
  text-align: left;
}

.textp.services.approachtexttop {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
}

.textp.method {
  width: 60%;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.textp.approach {
  padding-right: 0px;
  padding-left: 24px;
  text-align: left;
}

.textp.approach.nopadding {
  padding-left: 0px;
}

.quotetext {
  color: #00b3f0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  margin-top: 30px;
}

.quotetext.approach {
  margin-bottom: 20px;
  padding-bottom: 22px;
  background-image: url('../img/Group-7.svg');
  background-position: 0px 100%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-weight: 500;
}

.quotetext.projects {
  max-width: 960px;
  margin-bottom: 20px;
}

.picsection {
  margin-top: 40px;
}

.picabout {
  width: 100%;
}

.sectionabout {
  position: relative;
}

.blocklinkhome {
  position: absolute;
  top: -83px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4ba5f0;
  background-image: -webkit-radial-gradient(circle farthest-corner at 100% 100%, #4ba5f0 1%, rgba(0, 179, 240, .91) 74%);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #4ba5f0 1%, rgba(0, 179, 240, .91) 74%);
}

.blocklinkhome.tomobile {
  position: static;
}

.titleaboutbox {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 48px;
  line-height: 63px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.subsectiontitles {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 0px;
  color: #00b3f0;
  font-size: 36px;
  font-weight: 400;
}

.subsectiontitles.h4 {
  font-size: 26px;
}

.linkedin a,
.subsectiontitles.h4.team {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 300;
}

.linkedin a {
  float: right;
}

.subsectiontitles.h4.metodh {
  color: #00b3f0;
  font-size: 30px;
  font-weight: 500;
}

.subsectiontitles.h4.metodh.work {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
}

.subsectiontitles.method {
  margin-top: 60px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}

.subsectiontitles.approach {
  margin-top: 0px;
  margin-bottom: 20px;
}

.contentabout {
  margin-top: 0px;
}

.wrapptextwpadding {
  position: static;
  left: 287px;
  width: 65%;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.column-2 {
  padding-right: 0px;
}

.rowteam {
  margin-top: 40px;
}

.positiontitle {
  margin-top: 5px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.texthighlight {
  font-weight: 600;
}

.boldertextservices {
  font-weight: 500;
}

.containermethod {
  display: block;
  margin-top: 0px;
}

.wrappermethoditem {
  position: relative;
  width: 25%;
  height: 50px;
  background-image: url('../img/linemethod.svg');
  background-position: 50% 50%;
  background-size: 617px;
  background-repeat: no-repeat;
}

.wrappermethoditem.last {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.wrappercontentmethod {
  max-width: 960px;
}

.wrappmenumethod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.imgcomputer {
  width: 100%;
}

.rowapproach {
  display: block;
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.item {
  display: block;
  background-image: url('../img/Oval.svg');
  background-position: 0px 50%;
  background-size: 9px;
  background-repeat: no-repeat;
}

.subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.subtitle.max960 {
  max-width: 960px;
}

.bolder {
  font-weight: 600;
}

.approachwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.projectsgrid {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapproj {
  width: 100%;
}

.colgrid {
  position: relative;
  min-height: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.imggrid {
  width: 100%;
}

.imgmock {
  width: 100%;
}

.overlaygrid {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: rgba(74, 74, 74, .4);
}

.overlaygrid.hover {
  background-color: rgba(72, 81, 85, .4);
  background-image: -webkit-radial-gradient(circle farthest-corner at 12% 84%, hsla(0, 0%, 100%, .08), rgba(0, 176, 236, .48) 0%, #00b3f0 98%);
  background-image: radial-gradient(circle farthest-corner at 12% 84%, hsla(0, 0%, 100%, .08), rgba(0, 176, 236, .48) 0%, #00b3f0 98%);
}

.linkwork {
  position: relative;
  width: 100%;
}

.contentwork {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contentwork.hover {
  background-color: transparent;
  opacity: 0.5;
}

.heading {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.hoverelement {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: block;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-block {
  display: inline-block;
  padding-top: 20px;
  padding-right: 31px;
  padding-bottom: 20px;
  background-image: url('../img/arrowproj.svg');
  background-position: 100% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.video {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.imagefull {
  width: 100%;
}

.mockssection {
  position: relative;
}

.imgmock {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.imgmock._2 {
  padding-top: 28px;
}

.wrappmock {
  position: absolute;
  left: 0px;
  top: -243px;
  right: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.linkseeproject {
  display: inline-block;
  max-width: 300%;
  margin-right: auto;
  margin-left: auto;
  /*background-image: url('../img/bluearrowright.png');*/
  background-position: 100% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  color: #00b3f0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btnall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 207px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b9b9b;
  text-align: center;
}

.btnall.next {
  background-color: #4a4a4a;
}

.labelbtnall {
  display: inline-block;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*background-image: url('../img/griddots.svg');*/
  background-position: 0px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  /*color: #fff;*/
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}

.labelbtnall.next {
  padding-top: 0px;
  /*padding-right: 40px;*/
  padding-left: 0px;
  /*background-image: url('../img/bluearrow.svg');*/
  background-position: 100% 72%;
  background-size: 23px;
  background-repeat: no-repeat;
  /*color: #00b3f0;*/
}

.separatorbottom {
  height: 8px;
  margin-top: 40px;
  background-image: url('../img/smallseparator.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.nextlabel {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.wrappmenuoverlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrappmenuoverlay.mobile .wrapperleft{
  overflow-y: scroll;
}

.wrapperleft {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #4ba5f0;
}

.wrapperleft.firstmobile {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #4ba5f0 1%, rgba(0, 179, 240, .91) 74%);
}

.wrapperleft.full {
  width: 100%;
}

.wrapperright {
  width: 50%;
}

.wrappcontainermenu {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

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

.wrappcontainermenu.rightside.mobile {
  display: inline-block;
  padding-top: 30px;
  float: right;
}

.wrappercontacts {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrappercontacts.mobilecontacts {
  position: static;
}

.contactlink {
  display: block;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none;
}

.contactlink.marginbottom {
  margin-bottom: 100px;
}

.contactinfo {
  margin-bottom: 40px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.wrappermenuitens {
  margin-top: 130px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: right;
}

.wrappermenuitens.mobile {
  margin-top: 40px;
  text-align: left;
}

.wrappermenuitens.join {
  display: block;
  overflow: visible;
  text-align: center;
}

.menuitem {
  display: inline-block;
  font-family: Quicksand, sans-serif;
  color: #4a4a4a;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none;
}

/*.menuitem.mobilemenu {
  color: #fff;
}*/

.menuwrapp {
  margin-bottom: 50px;
}

.jointitle {
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  color: #00b3f0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.textjoin {
  margin-bottom: 40px;
  font-family: Quicksand, sans-serif;
  color: #00b3f0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.mailjoin {
  font-family: Quicksand, sans-serif;
  color: #4a4a4a;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.wrappemailjoin {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .boxproj {
    top: 29px;
  }
  .seemorebtn {
    min-width: 300px;
  }
  .footertext {
    padding-right: 10px;
  }
  .linkfooter {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .copyrighttext {
    text-align: left;
  }
  .textp.services.approachtexttop {
    font-size: 18px;
    line-height: 26px;
  }
  .textp.approach {
    font-size: 18px;
    line-height: 32px;
  }
  .quotetext.approach {
    font-size: 24px;
    line-height: 36px;
  }
  .blocklinkhome {
    position: static;
    width: 42%;
  }
  .blocklinkhome.tomobile {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .titleaboutbox.mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .wrapptextwpadding {
    width: 100%;
  }
  .heading.titlegrid {
    font-size: 30px;
    line-height: 40px;
  }
  .heading-2.subtitlegrid {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  .hoverelement {
    bottom: -32px;
  }
  .text-block {
    padding-right: 24px;
    background-size: 14px;
    font-size: 18px;
    line-height: 18px;
  }
  .wrapperleft.full.white {
    background-color: #fff;
  }
  .wrappercontacts.mobilescreen {
    position: static;
  }
  .wrappercontacts.mobilecontacts {
    margin-top: 100px;
    background-image: url('../images/separatorfooter.png');
    background-position: 40px 0px;
    background-size: 43px;
    background-repeat: no-repeat;
  }
  .contactlink.marginbottom {
    margin-bottom: 60px;
  }
  .wrappermenuitens.join {
    margin-top: 150px;
  }
  .menuwrapp.mobileview {
    margin-bottom: 30px;
  }  

  .textp.method {
    width: 80%;
    font-size: 18px;
    line-height: 28px;
  }  
}

@media (max-width: 767px) {
  .hometitlehero {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 65px;
    line-height: 65px;
  }
  .hometitlehero.blue {
    font-size: 52px;
    line-height: 60px;
  }
  .hometexthero {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .contentarea.contentproject {
    margin-top: 132px;
  }
  .sectiontitle {
    background-position: 0px 50%;
    text-align: left;
  }
  .wrapperprojehome {
    margin-top: 0px;
  }
  .wrapperimageprojhome {
    margin-bottom: 10px;
  }
  .boxproj {
    position: relative;
    left: 102px;
    top: -33px;
    right: -12px;
    width: 80%;
    height: 280px;
  }
  .boxproj.leftalign {
    left: 12px;
    right: 6px;
  }
  .titleprojbox {
    font-size: 26px;
  }
  .linkbtnprojhome {
    margin-top: 25px;
  }
  .imgfoliohome {
    width: 100%;
  }
  .calltoactionwrapper {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }
  .calltoactionwrapper.wrappermethod {
    padding-top: 20px;
    padding-bottom: 40px;
    background-position: 0px 0px, 26% 46%;
  }
  .btnscalltoaction {
    display: block;
  }
  .seemorebtn {
    display: block;
    width: 60%;
    min-width: 60%;
    margin: 0px auto;
  }
  .wrapperor {
    display: block;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 10px;
  }
  .footertitle {
    line-height: 62px;
  }
  .separatorfooter {
    margin-top: 20px;
  }
  .footertext {
    padding-right: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .copyrighttext {
    padding-left: 20px;
    font-size: 11px;
    text-align: left;
  }
  .maintitle {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footercontacts {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapperheaderbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pagetop {
    margin-top: 87px;
  }
  .textp {
    padding-right: 0px;
  }
  .quotetext {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .titleaboutbox.mobile {
    text-align: center;
  }
  .subsectiontitles.h4.team {
    text-align: center;
  }
  .subsectiontitles.h4.metodh.work {
    margin-top: 20px;
  }
  .subsectiontitles.approach {
    margin-top: 40px;
  }
  .contentabout {
    padding: 20px;
  }
  .positiontitle {
    text-align: center;
  }
  .wrappteammember {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
  .container {
    padding: 20px;
  }
  .container-2 {
    padding: 20px;
  }
  .containermethod {
    padding-right: 20px;
    padding-left: 20px;
  }
  .current {
    max-width: 90%;
  }
  .rowapproach {
    margin-top: 0px;
  }
  .wrappcontentapproach {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrappercontacts.mobilecontacts {
    margin-top: 60px;
    background-size: 32px;
  }
  .contactlink {
    font-size: 24px;
    line-height: 30px;
  }
  .contactlink.marginbottom {
    margin-bottom: 40px;
  }
  .contactinfo {
    font-size: 18px;
    line-height: 24px;
  }
  .wrappermenuitens.mobile {
    margin-top: 30px;
  }
  .wrappermenuitens.join {
    margin-top: 120px;
  }
  .menuitem.mobilemenu {
    font-size: 24px;
    line-height: 24px;
  }
  .menuwrapp.mobileview {
    margin-bottom: 20px;
  }
  .cross {
    /* width: 80%; */
  }
  .textjoin {
    font-size: 28px;
    line-height: 32px;
  }
  .mailjoin {
    font-size: 28px;
    line-height: 30px;
  }
  .arrowback {
    width: 80%;
  }  
  .btn-method #arrow_1,
  .btn-method #arrow_1_2,
  .btn-method #arrow_1_3,
  .btn-method #arrow_1_4 {
    margin-top: -3px;
  }  

  .linkedin a {
    text-align: center;
    float: initial;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .herohome.proj {
    background-position: 0px 0px, 50% 50%;
  }
  .hometitlehero {
    font-size: 45px;
    line-height: 45px;
  }
  .hometitlehero.blue {
    font-size: 35px;
    line-height: 45px;
  }
  .hometitlehero.proj {
    padding-left: 10px;
    line-height: 75px;
  }
  .contentarea {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .contentarea.bigimage {
    margin-top: 40px;
  }
  .contentarea.contentproject {
    margin-top: 103px;
  }
  .sectiontitle {
    /* padding-left: 41px; */
    background-position: 0px 50%;
    background-size: 30px;
    font-size: 22px;
    line-height: 28px;
  }
  .sectiontitle.pages {
    line-height: 30px;
  }
  .boxproj {
    left: 26px;
    width: 90%;
    height: 260px;
  }
  .boxproj.leftalign {
    left: 7px;
    width: 90%;
    /*background-image: -webkit-repeating-radial-gradient(circle farthest-corner at -33% -22%, #525252, rgba(83, 151, 200, .54) 0%, #52606a);
    background-image: repeating-radial-gradient(circle farthest-corner at -33% -22%, #525252, rgba(83, 151, 200, .54) 0%, #52606a);*/
    direction: ltr;
  }
  .titleprojbox {
    margin-top: 10px;
    font-size: 18px;
  }
  .textprojbox {
    margin-top: 10px;
    font-size: 16px;
  }
  .bluelighttext {
    font-size: 14px;
  }
  .linkbtnprojhome {
    background-size: 12px;
  }
  .imgfoliohome {
    width: 100%;
    max-width: 100%;
    padding-right: 1px;
  }
  .calltoactionwrapper {
    margin-top: 30px;
  }
  .seemorebtn {
    width: 70%;
    min-width: 70%;
    font-size: 21px;
  }
  .footertitle {
    font-size: 40px;
    line-height: 45px;
  }
  .copyrighttext {
    text-align: left;
  }
  .footerfollowtext {
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
    text-align: left;
  }
  .link-block-2 {
    margin-left: 0px;
  }
  .socialimg {
    margin-top: 7px;
    padding-right: 5px;
  }
  .maintitle {
    margin-bottom: 20px;
  }
  .footercontacts {
    padding-right: 0px;
    padding-left: 0px;
  }
  .socialwrapper {
    display: block;
    text-align: left;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pagetop {
    margin-top: 57px;
  }
  .textp {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .textp.services {
    font-size: 24px;
    line-height: 42px;
  }
  .textp.method {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  .quotetext {
    font-size: 24px;
    line-height: 30px;
  }
  .quotetext.approach {
    font-size: 20px;
    line-height: 32px;
  }
  .titleaboutbox.mobile {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 43px;
  }
  .subsectiontitles {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }
  .subsectiontitles.h4 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .subsectiontitles.h4.team {
    font-size: 20px;
    line-height: 28px;
  }
  .subsectiontitles.h4.metodh {
    font-size: 24px;
  }
  .subsectiontitles.h4.metodh.work {
    margin-top: 0px;
  }
  .subsectiontitles.method {
    font-size: 30px;
  }
  .positiontitle {
    font-size: 12px;
    line-height: 14px;
  }
  .image {
    max-width: 60%;
  }
  .current {
    max-width: 120%;
  }
  .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .btn-method {
    width: 60%;
  }
  .btn-method #arrow_1,
  .btn-method #arrow_1_2,
  .btn-method #arrow_1_3,
  .btn-method #arrow_1_4 {
    margin-top: -3px;
  }
  .imgmock {
    width: 100%;
  }
  .wrappmock {
    top: -76px;
  }
  .linkseeproject {
    padding-right: 30px;
    background-position: 100% 50%;
    background-size: 18px;
  }
  .labelbtnall {
    padding-left: 35px;
    background-size: 22px;
    font-size: 30px;
  }
  .labelbtnall.next {
    padding-right: 30px;
    background-size: 18px;
  }
  .separatorbottom {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .nextlabel {
    font-size: 18px;
    line-height: 18px;
  }
  .text-block-2 {
    font-size: 18px;
  }
  .wrappcontainermenu.rightside {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrappercontacts.mobilescreen {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrappercontacts.mobilecontacts {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 20px 0px;
  }
  .contactlink {
    font-size: 18px;
    line-height: 24px;
  }
  .contactinfo {
    margin-bottom: 30px;
  }
  .wrappermenuitens.mobile {
    padding-right: 10px;
    padding-left: 20px;
  }
  .jointitle {
    font-size: 50px;
    line-height: 50px;
  }
  .textjoin {
    font-size: 20px;
    line-height: 26px;
  }
  .mailjoin {
    font-size: 14px;
  }
  .arrowback {
    width: 60%;
  }  
}

