/* 
Roze: #e9c4be
Bruin: #441e06
*/

@font-face{ 
	font-family: 'Manifold';
  src: url('fonts/ManifoldCF-Light.eot');
  src: url('fonts/ManifoldCF-Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ManifoldCF-Light.woff') format('woff'),
	     url('fonts/ManifoldCF-Light.woff2') format('woff2'),
	     url('fonts/ManifoldCF-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face{ 
	font-family: 'Manifold';
  src: url('fonts/ManifoldCF-Bold.eot');
  src: url('fonts/ManifoldCF-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ManifoldCF-Bold.woff') format('woff'),
	     url('fonts/ManifoldCF-Bold.woff2') format('woff2'),
	     url('fonts/ManifoldCF-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face{ 
	font-family: 'Manifold';
  src: url('fonts/ManifoldCF-ExtraBold.eot');
  src: url('fonts/ManifoldCF-ExtraBold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ManifoldCF-ExtraBold.woff') format('woff'),
	     url('fonts/ManifoldCF-ExtraBold.woff2') format('woff2'),
	     url('fonts/ManifoldCF-ExtraBold.ttf') format('truetype');
  font-weight: 900;
}

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  color: #000;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}

div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  padding: 30px;
}
div.centerContent{
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.textCenter{
  text-align: center;
}
.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: left;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/*      HEADER      */
header{
  width: 100%;
  background-color: #f0e1de;
  padding-top: 30px;
  padding-bottom: 40px;
}
header div.logoHolder{
  display: block;
  float: left;
  width: 200px;
  position: relative;
  box-sizing: border-box;
}
header div.logoHolder img{
  display: block;
  width: 100%;
}
div.menuHolder{
  text-align: right;
  float: right;
  white-space: nowrap;
}
div.menuHolder nav{
  position: relative;
  padding-right: 35px;
}
div.menuHolder nav ul{
  height: 85px;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 1.1em;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  color: #441e06;
  font-size: 1.15em;
  font-weight: 900;
  font-family: 'Manifold', sans-serif;
  border-right: solid 2px #441e06; 
  box-sizing: border-box;
}
div.menuHolder nav ul li:last-child{
  border: none;
}

div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}
div.headerLine{
  width: 5px;
  height: 190px;
  left: 474px;
  top: -30px;
  background-color: #FFF;
  position: absolute;
}
div.headerContent{
  margin-top: 10px;
  padding-left: 37.5%;
  position: relative;
}
div.headerContent div.headerBlock{
  width: 17%;
  height: 0px;
  padding-top: 10%;
  background-color: #f1eeea;
  position: absolute;
  right: 15%;
  top: 95px;
  z-index: 1;
}
div.headerContent div.headerLogo{
  position: absolute;
  left: 9.5%;
  top: 95px;
  width: 358px;
  height: 358px;
  background-color: #441e06;
  background-image: url('../images/putten-modedorp-wit.svg');
  background-size: 35% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
div.headerContent div.headerText{
  position: relative;
  z-index: 1;
  font-size: 2em;
  line-height: 1.4em;
  color: #441e06;
  font-family: 'Manifold', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-left: 5%;
  padding-bottom: 5%;
}
div.headerContent div.headerText strong{
  font-weight: 700;
}
div.headerContent div.headerText span{
  font-weight: 700;
  color: #FFF;
}

div.headerContent div.headerImage{
  position: relative;
  z-index: 1;
  left: -20px;
  width: 70%;
}
div.headerContent div.headerImage img{
  display: block;
  width: 100%;
}



/*      Logos      */
div.logos{
  margin-top: 60px;
}
footer div.logos{
  margin-top: 30px;
}
div.logos a{
  float: left;
  display: block;
  width: 16.6%;
  box-sizing: border-box;
  border-left: solid 1px #441e06;
  height: 0px;
  padding-top: 10.79%;
  position: relative;
}
div.logos a:last-of-type{
  box-sizing: border-box;
  border-right: solid 1px #441e06;
}
footer div.logos a,
footer div.logos a:last-of-type{
  border: none;
}
div.logos a span{
  display: block;
  position: absolute;
  left: 12%;
  right: 12%;
  top: 20%;
  bottom: 20%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}


/*      WELCOME    */
div.welcome{
  margin-top: 70px;
}
div.welcome div.textBlock{
  background-color: #f1eeea;
  width: 57.25%;
  box-sizing: border-box;
  padding: 65px;
  padding-left: 50px;
  float: left;
  position: relative;
  min-height: 373px;
}
div.welcome div.textBlock h1{
  font-size: 1.05em;
  line-height: 1.1em;
  color: #441e06;
  font-family: 'Manifold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
div.welcome div.textBlock div.textHolder{
  padding-right: 180px;
}
div.welcome div.textBlock div.payoff{
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(40%, -50%);
  -ms-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
  background-color: #bea899;
  padding-left: 50px;
  padding-right: 50px;
  height: 243px;
  color: #441e06;
  font-family: 'Manifold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2em;
  line-height: 1.35em;
}
div.welcome div.textBlock div.payoff b{
  font-weight: 700;
}
div.welcome div.textBlock div.payoff b:first-child{
  color: #FFF;
}

div.welcome div.uspHolder{
  float: right;
  white-space: nowrap;
  margin-top: 65px;
}
div.welcome div.uspHolder p{
  padding-left: 40px;
  line-height: 1em;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 16px;
  color: #441e06;
  font-family: 'Manifold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
div.welcome div.uspHolder p span{
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 25px;
}
div.welcome div.uspHolder p b{
  font-weight: 700;
}


/*      SHOPS     */
div.shops{
  margin-top: 80px;
}
div.shopOverview{
  padding-left: 6%;
  padding-right: 6%;
}
div.shopOverview div.shopHolder{
  padding: 30px;
  padding-top: 25px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  float: left;
  position: relative;
}
div.shopOverview div.shopHolder:nth-child(3n){
  margin-right: 0px;
}
div.shopOverview div.shopHolder:first-child div.pattern,
div.shopOverview div.shopHolder:nth-child(6) div.pattern{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../images/pattern.svg");
  background-size: 50px auto;
  background-position: left top;
  background-repeat: repeat;
  width: 85%;
  height: 0px;
  padding-top: 85%;
  z-index: 1;
}
div.shopOverview div.shopHolder:nth-child(6) div.pattern{
  left: auto;
  right: 0px;
}

div.shopOverview div.shopHolder a{
  display: block;
  position: relative;
  z-index: 2;
}
div.shopOverview div.shopHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
div.shopOverview div.shopHolder a span.title{
  display: block;
  font-size: 0.95em;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Manifold', sans-serif;
  text-transform: uppercase;
  color: #441e06;
  letter-spacing: 2px;
}
div.shopOverview div.shopHolder a span.text{
  display: block;
  margin-bottom: 25px;
  min-height: 180px;
}
div.shopOverview div.shopHolder a span.button{
  display: inline-block;
  background-color: #e9c4be;
  padding: 20px;
  padding-left: 34px;
  padding-right: 34px;
  color: #FFF;
  font-family: 'Manifold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.05em;
  font-weight: 700;
}


/*      JOBS     */
div.jobs{
  background-color: #441e06;
  padding-top: 80px;
  padding-bottom: 50px;
}
div.jobs h2, div.jobInfo h2{
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.35em;
  text-align: center;
  color: #FFF;
  font-family: 'Manifold', sans-serif;
  font-weight: 700;
}
div.jobInfo h2{
  color: #441e06;
  margin-top: 50px;
  margin-bottom: 50px;
}

div.jobs div.jobOverview{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
div.jobs div.jobOverview a.jobHolder{
  display: block;
  background-color: #f1eeea;
  padding: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
div.jobs div.jobOverview a.jobHolder span.titleHolder{
  float: left;
  width: 75%;
}
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: 20px;
}
div.jobs div.jobOverview a.jobHolder span.subtitle span.subItem{
  white-space: nowrap;
  padding-right: 20px;
}
div.jobs div.jobOverview a.jobHolder span.button,
div.jobInfo a.button{
  display: block;
  float: right;
  background-color: #baab94;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #FFF;
  font-family: 'Manifold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.91em;
  line-height: 1.05em;
  font-weight: 700;
}
div.jobInfo{
  margin-bottom: 100px;
}
div.jobInfo a.button{
  width: 45%;
  margin-right: 5%;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  background-color: #e9c4be;
}
div.jobInfo a.button.brown{
  background-color: #441e06;
}

div.jobInfo div.textBlock{
  background-color: #f1eeea;
  padding: 70px;
  padding-left: 70px;
  padding-right: 150px;
  width: 80%;
  box-sizing: border-box;
  min-height: 500px;
}
div.jobInfo div.textBlock ul{
  margin-left: 20px;
}
div.jobInfo div.shopInfo{
  width: 25%;
  position: absolute;
  right: 0%;
  top: 72px;
}
div.jobInfo div.shopInfo div.imageHolder{
  width: 100%;
  height: 0px;
  padding-top: 100%;
  position: relative;
  background-color: #FFF;
}
div.jobInfo div.shopInfo div.imageHolder div.shopLogo{
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}


/*      MAP     */
div.map{
  background-color: #f1eeea;
  padding-top: 70px;
  padding-bottom: 140px;
  margin-top: 20px;
}
div.map div.mapHolder{
  display: block;
  width: 57.5%;
  float: left;
  position: relative;
  height: 0px;
  padding-top: 32%;
  border: solid 3px #FFF;
  box-sizing: border-box;
}
div.map div.mapHolder iframe{
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border: none;
  width: 100%;
  height: 100%;
}

div.map div.mapHolder img{
  display: block;
  position: absolute;
  right: -60px;
  bottom: -100px;
  width: 40%;
  z-index: 2;
}

div.map div.textHolder{
  float: left;
  margin-left: 10.75%;
}
div.map div.textHolder h2,
div.map div.textHolder strong{
  font-weight: 700;
  font-family: 'Manifold', sans-serif;
  text-transform: uppercase;
  color: #441e06;
  letter-spacing: 2px;
  font-size: 2em;
  line-height: 1em;
}
div.map div.textHolder h2{
  margin-bottom: 20px;
}
div.map div.textHolder strong{
  letter-spacing: 2px;
  font-size: 0.95em;
}



footer{
  background-color: #bea899;
}
footer div.logoBlock{
  float: left;
  width: 28%;
  height: 0px;
  padding-top: 28%;
  background-color: #441e06;
  background-image: url('../images/putten-modedorp-wit.svg');
  background-size: 35% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
footer div.infoBlock{
  float: left;
  width: 67%;
  margin-left: 5%;
  margin-top: 100px;
  padding-right: 30px;
  box-sizing: border-box;
}
footer div.infoBlock p{
  font-weight: 700;
  font-family: 'Manifold', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 1.05em;
  line-height: 1em;
  text-align: center;
}
div.copyright{
  border-top: solid 1px #f4f1f1;
  background-color: #161616;
  font-size: 0.6em;
  line-height: 1em;
  text-align: center;
  color: #a2a2a2;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.copyright a{
  color: #FFF;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}