/* general styles */
body{
  font-size: 13px;
}

div.container{
  padding: 10px;
}
div.centerContent{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/*      HEADER      */
header{
  padding-top: 15px;
  padding-bottom: 15px;
}
header div.logoHolder{
  width: 180px;
  float: none;
}
div.menuHolder{
  display: none;
}
div.headerLine{
  display: none;
}
div.headerContent{
  margin-top: 10px;
  padding-left: 0px;
  position: relative;
}
div.headerContent div.headerBlock{
  display: none;
}
div.headerContent div.headerLogo{
  display: none;
}
div.headerContent div.headerText{
  letter-spacing: 3px;
  padding-left: 0px;
}
div.headerContent div.headerImage{
  left: 0px;
  width: 100%;
}


/*      Logos      */
div.logos{
  margin-top: 30px;
}
footer div.logos{
  margin-top: 10px;
}
div.logos a{
  width: 33%;
  border-left: solid 1px #441e06;
  height: 0px;
  padding-top: 20%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
div.logos a:nth-child(3n){
  border-right: solid 1px #441e06;
}
footer div.logos a,
footer div.logos a:nth-child(3n),
footer div.logos a:last-of-type{
  border: none;
}


/*      WELCOME    */
div.welcome{
  margin-top: 0px;
}
div.welcome div.centerContent,
div.shops div.centerContent{
  padding: 0px;
}
div.welcome div.textBlock{
  width: 100%;
  padding: 15px;
  float: none;
  min-height: 0px;
  margin-bottom: 190px;
}
div.welcome div.textBlock h1{
  margin-bottom: 10px;
}
div.welcome div.textBlock div.textHolder{
  padding-right: 0px;
}
div.welcome div.textBlock div.payoff{
  position: absolute;
  right: 0px;
  left: 0px;
  top: auto;
  bottom: -170px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  padding-left: 15px;
  padding-right: 15px;
  height: 160px;
}
div.welcome div.uspHolder{
  float: none;
  margin-top: 0px;
}
div.welcome div.uspHolder p{
  padding-left: 35px;
}
div.welcome div.uspHolder p b{
  font-weight: 700;
}


/*      SHOPS     */
div.shops{
  margin-top: 30px;
}
div.shopOverview{
  padding-left: 0px;
  padding-right: 0px;
}
div.shopOverview div.shopHolder{
  padding: 15px;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  float: none;
}
div.shopOverview div.shopHolder a span.imageHolder{
  margin-bottom: 15px;
}
div.shopOverview div.shopHolder a span.title{
  font-size: 1em;
  margin-bottom: 10px;
}
div.shopOverview div.shopHolder a span.text{
  margin-bottom: 15px;
  min-height: 0px;
}
div.shopOverview div.shopHolder a span.button{
  display: block;
  text-align: center;
  padding: 10px;
}



/*      JOBS     */
div.jobs{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.jobInfo h2{
  margin-top: 20px;
  margin-bottom: 20px;
}

div.jobs div.jobOverview{
  width: 100%;
  margin-top: 20px;
}
div.jobs div.jobOverview a.jobHolder{
  padding: 20px;
  margin-bottom: 10px;
}
div.jobs div.jobOverview a.jobHolder span.titleHolder{
  float: none;
  width: 100%;
}
div.jobs div.jobOverview a.jobHolder span.title,
div.jobInfo div.textBlock h1{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em;
  color: #441e06;
  display: block;
  font-family: 'Manifold', sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}
div.jobInfo div.textBlock h1{
  margin-bottom: 15px;
}
div.jobs div.jobOverview a.jobHolder span.subtitle{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.91em;
  color: #baab94;
  display: block;
  font-family: 'Manifold', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
div.jobs div.jobOverview a.jobHolder span.button,
div.jobInfo a.button{
  display: block;
  float: none;
  padding: 15px;
  text-align: center;
  margin-bottom: 10px;
  box-sizing: border-box;
}
div.jobInfo{
  margin-bottom: 20px;
}
div.jobInfo a.button{
  width: 100%;
  margin-right: 0px;
}
div.jobInfo div.centerContent{
  padding: 0px;
}
div.jobInfo div.textBlock{
  padding: 20px;
  width: 100%;
  min-height: 0px;
}
div.jobInfo div.textBlock ul{
  margin-left: 20px;
}
div.jobInfo div.shopInfo{
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
div.jobInfo div.shopInfo div.imageHolder{
  width: 70%;
  padding-top: 70%;
  margin-left: auto;
  margin-right: auto;
}


/*      MAP     */
div.map{
  padding-top: 40px;
  padding-bottom: 40px;
}
div.map div.mapHolder{
  width: 100%;
  padding-top: 70%;
  float: none;
  margin-bottom: 18%;
}
div.map div.mapHolder img{
  right: -10px;
  bottom: -30px;
}

div.map div.textHolder{
  float: none;
  margin-left: 0px;
}



footer div.logoBlock{
  float: none;
  margin-left: auto;
  margin-right: auto;
}
footer div.infoBlock{
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
  padding-right: 0px;
}