/* general styles */
body{
  font-size: 14px;
}
div.container{
  padding: 15px;
}
div.centerContent{
  width: 738px;
}

/*      HEADER      */
div.headerLine{
  left: 271px;
}
div.headerContent div.headerBlock{
  right: 7%;
}
div.headerContent div.headerLogo{
  width: 206px;
  height: 206px;
}



/*      WELCOME    */
div.welcome div.textBlock{
  border-right: solid #FFF 100px;
  width: 100%;
  float: none;
}
div.welcome div.textBlock div.textHolder{
  padding-right: 140px;
}
div.welcome div.uspHolder{
  float: none;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}


/*      SHOPS     */
div.shopOverview{
  padding-left: 0px;
  padding-right: 0px;
}
div.shopOverview div.shopHolder{
  width: 49%;
}
div.shopOverview div.shopHolder:nth-child(3n){
  margin-right: 2%;
}
div.shopOverview div.shopHolder:nth-child(2n){
  margin-right: 0px;
}
div.shopOverview div.shopHolder a span.text{
  min-height: 140px;
}


/*      JOBS     */
div.jobs div.jobOverview{
  width: 90%;
}
div.jobs div.jobOverview a.jobHolder span.titleHolder{
  width: 72%;
}
div.jobInfo div.textBlock{
  width: 75%;
  padding-right: 100px;
  min-height: 437px;
}
div.jobInfo div.shopInfo{
  width: 35%;
}

/*      MAP     */
div.map div.mapHolder{
  margin-left: 30px;
  padding-top: 50%;
}
div.map{
  padding-bottom: 80px;
}

div.map div.mapHolder img{
  bottom: -40px;
}