body {
  margin: 0;
  padding: 0;
  font-family: helvetica, arial, sans-serif;
}

.wrapper {
  max-width: 70em;
  margin: 0 auto;
  overflow: auto;
}

h3 {
  height: 5em;
  background-color: #ECECEC;
  margin: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 5;
  text-align: center;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

.b {
  font-weight: 800;
}


/*Menu*/

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
  position: fixed;
  width: 100%;
}

nav {
  width: 90%;
  margin: 0 auto;
}

.header a img {
  width: 1em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  font-size: 0.8em;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.no-touch .header li a:hover,
.no-touch .header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  text-decoration: none;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}


/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #219D97;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #219D97;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}


/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


/* 48em = 768px */

@media (min-width: 1060px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 20px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

a {
  color: #219D97;
  text-decoration: none;
}


/*HOME*/

#home {
  height: 100vh;
  background-image: url(../img/home/homeBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

h1 {
  padding-top: 6em;
  color: white;
  font-size: 3.5em;
  margin: 0;
}

.g {
  font-size: 1.5em;
}

h2 {
  color: white;
  font-size: 2.5em;
}

#home .wrapper p {
  margin-top: 5em;
  color: #219D97;
  font-family: "Times New Roman", serif;
  font-size: 1.2em;
}


/*CONTACT*/

#contact {
  padding-bottom: 5em;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

#contact .wrapper {
  max-width: 45em;
}

#contact ul {
  list-style: none;
  padding: 0;
  margin-top: 4em;
  color: white;
}

#contact ul li {
  width: 47.5%;
  float: left;
  margin-bottom: 0.3em;
}

#contact ul li:nth-child(odd) {
  margin-right: 5%;
}

.naam {
  background-color: #2F4254;
  height: 3em;
  width: 30%;
  line-height: 3;
  float: left;
  text-align: center;
}

.gegeven {
  background-color: #219D97;
  height: 3em;
  width: 70%;
  float: left;
  line-height: 3;
  text-align: center;
}

#contact ul li a {
  color: white;
}

.actie {
  background-color: #2F4254;
  height: 3em;
  width: 100%;
  display: none;
  float: left;
  line-height: 3;
  text-align: center;
}

.no-touch #contact ul li:hover:not(.ex) .naam,
.no-touch #contact ul li:hover:not(.ex) .gegeven {
  display: none;
  cursor: pointer;
}

.no-touch #contact ul li:hover:not(.ex) .actie {
  display: block;
  cursor: pointer;
}


/*TAALWERK*/

#taalwerk {
  padding-bottom: 5em;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

#taalwerk ul {
  list-style: none;
  padding: 0;
  margin-top: 4em;
  overflow: auto;
}

#taalwerk ul li:nth-child(3),
#taalwerk ul li:nth-child(6) {
  width: 28%;
  float: left;
}

#taalwerk ul li:nth-child(1),
#taalwerk ul li:nth-child(2),
#taalwerk ul li:nth-child(4),
#taalwerk ul li:nth-child(5) {
  margin-right: 7.5%;
  width: 28%;
  float: left;
}

#taalwerk ul li:nth-child(2),
#taalwerk ul li:nth-child(2),
#taalwerk ul li:nth-child(3) {
  margin-bottom: 3em;
}

#taalwerk ul li img {
  float: left;
  width: 5em;
  height: 5em;
}

h4 {
  float: left;
  height: 5em;
  margin: 0;
  width: 65%;
  line-height: 9;
  color: #219D97;
  padding-left: 19%;
  box-sizing: border-box;
}

#taalwerk ul li p {
  clear: left;
  width: 100%;
  text-align: left;
  margin: 0;
  padding-top: 1.5em;
}


/*VERTAALDE BOEKEN*/

#vertaaldeBoeken {
  padding-bottom: 5em;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

#vertaaldeBoeken ul {
  list-style: none;
  padding: 0;
  margin-top: 4em;
  overflow: auto;
}

#vertaaldeBoeken ul li {
  float: left;
  width: 14.66%;
  text-align: center;
  border: 1px solid #219D97;
  border-radius: 50%;
  box-sizing: border-box;
  height: 10em;
  margin-right: 2.4%;
  padding-top: 4em;
}

#vertaaldeBoeken ul li:last-child {
  margin-right: 0;
}

#vertaaldeBoeken ul li:nth-child(1),
#vertaaldeBoeken ul li:nth-child(3),
#vertaaldeBoeken ul li:nth-child(6) {
  padding-top: 4.5em;
}

#vertaaldeBoeken ul li.current {
  background-color: #219D97;
  color: white;
}

.no-touch #vertaaldeBoeken ul li:hover {
  background-color: #219D97;
  color: white;
  cursor: pointer;
}

#vertaaldeBoeken .wrapper div {
  margin-top: 3em;
  overflow: auto;
}

#vertaaldeBoeken .wrapper div img {
  width: 25%;
  margin-right: 5%;
  float: left;
}

#vertaaldeBoeken .wrapper div p {
  width: 70%;
  float: left;
  margin: 0;
}

.divider {
  color: #219D97;
}

h5 {
  color: #219D97;
  margin: 0;
  font-size: 2em;
  font-weight: 400;
}


/*REFERENTIES*/

#referenties {
  padding-bottom: 5em;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

#referenties ul {
  list-style: none;
  padding: 0;
  margin-top: 4em;
  overflow: auto;
}

#referenties ul li {
  float: left;
  width: 30%;
  margin-right: 4.995%;
}

#referenties ul li:nth-child(1),
#referenties ul li:nth-child(2),
#referenties ul li:nth-child(3) {
  margin-bottom: 4em;
}

#referenties ul li:nth-child(3),
#referenties ul li:last-child {
  margin-right: 0;
}

#referenties ul li:nth-child(4),
#referenties ul li:nth-child(5) {
  min-height: 175px;
}

#referenties ul li:nth-child(4),
#referenties ul li:nth-child(5),
#referenties ul li:nth-child(6),
#referenties ul li:nth-child(7){
  width: 45%;
}

#referenties ul li img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}


/*EIGEN WERK*/

#eigenWerk {
  padding-bottom: 5em;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

h6 {
  font-size: 1em;
  color: #219D97;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 4em;
  margin-bottom: 2em;
}

#eigenWerk ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

#eigenWerk ul li {
  box-sizing: border-box;
  width: 24.5%;
  margin-right: 0.5%;
  float: left;
}

#eigenWerk ul li:last-child {
  margin-right: 0;
}

#eigenWerk ul li img {
  width: 100%;
}


/*TITELS EN PRIJZEN*/

#titelsEnPrijzen {
  padding-bottom: 5em;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

#titelsEnPrijzen .wrapper {
  margin-top: 4em;
}

#titelsEnPrijzen .wrapper img {
  width: 15%;
  float: left;
}

#titelsEnPrijzen .wrapper ul {
  width: 60%;
  float: left;
  list-style: none;
  padding: 0;
  overflow: auto;
  text-align: center;
  color: white;
}

#titelsEnPrijzen .wrapper ul li {
  margin-bottom: 2em;
}

#titelsEnPrijzen .wrapper .urbanus {
  margin-right: 5%;
  height: 26em;
}

#titelsEnPrijzen .wrapper .stangpop {
  margin-left: 5%;
  height: 26em;
}

#titelsEnPrijzen .dark {
  padding: 0 1em;
  min-height: 1.5em;
  display: block;
  background-color: #2F4254;
  line-height: 1.5;
}

#titelsEnPrijzen .light {
  padding: 0 1em;
  min-height: 2em;
  display: block;
  background-color: #219D97;
  line-height: 2;
}


/*FOOTER*/

footer {
  height: 3em;
  line-height: 3;
  color: white;
  background-color: #2F4254;
}

footer a {
  color: white;
}

footer .wrapper {
  max-height: 100%;
}


/*RESPONSIVE*/

@media (max-width: 1200px) {
  .wrapper {
    max-width: 100%;
    padding: 0 3em;
  }
  #vertaaldeBoeken ul li {
    height: 13vw;
    padding-top: 4.5vw;
  }
  #vertaaldeBoeken ul li:nth-child(1),
  #vertaaldeBoeken ul li:nth-child(3),
  #vertaaldeBoeken ul li:nth-child(6) {
    padding-top: 5.5vw;
  }
}

@media (max-width: 1000px) {
  #taalwerk ul li:nth-child(2),
  #taalwerk ul li:nth-child(4),
  #taalwerk ul li:nth-child(6) {
    width: 42.5%;
    float: left;
    margin-right: 0;
  }
  #taalwerk ul li:nth-child(1),
  #taalwerk ul li:nth-child(3),
  #taalwerk ul li:nth-child(5) {
    margin-right: 15%;
    width: 42.5%;
    float: left;
  }
  #taalwerk ul li:nth-child(1),
  #taalwerk ul li:nth-child(2),
  #taalwerk ul li:nth-child(3),
  #taalwerk ul li:nth-child(4) {
    margin-bottom: 4em;
  }
  #taalwerk ul li p {
    clear: left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-top: 1.5em;
  }
}

@media (max-width: 800px) {
  #vertaaldeBoeken ul li {
    width: 29.32%;
    margin-right: 6%;
  }
  #vertaaldeBoeken ul li:nth-child(3) {
    margin-right: 0;
  }
  #vertaaldeBoeken ul li:nth-child(1),
  #vertaaldeBoeken ul li:nth-child(2),
  #vertaaldeBoeken ul li:nth-child(3) {
    margin-bottom: 1em;
  }
  #vertaaldeBoeken ul li {
    height: 24vw;
    padding-top: 9vw;
  }
  #vertaaldeBoeken ul li:nth-child(1),
  #vertaaldeBoeken ul li:nth-child(3),
  #vertaaldeBoeken ul li:nth-child(6) {
    padding-top: 10.5vw;
  }
  #titelsEnPrijzen .wrapper .urbanus,
  #titelsEnPrijzen .wrapper .stangpop {
    display: none;
  }
  #titelsEnPrijzen .wrapper ul {
    width: 100%;
  }
}

@media (max-width: 700px) {
  h1 {
    padding-top: 2em;
  }
  #contact .wrapper {
    font-size: 0.8em;
  }
  #home .wrapper p {
    display: none;
  }
  #taalwerk ul li:nth-child(1),
  #taalwerk ul li:nth-child(2),
  #taalwerk ul li:nth-child(3),
  #taalwerk ul li:nth-child(4),
  #taalwerk ul li:nth-child(5),
  #taalwerk ul li:nth-child(6) {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 4em;
  }
  h4 {
    padding-left: 5%;
  }
  #vertaaldeBoeken img {
    display: none;
  }
  #referenties ul li {
    width: 45%;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.5em;
    padding-top: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
  #home .wrapper p {
    font-size: 1em;
  }
  #contact ul li {
    width: 100%;
  }
  #referenties ul li {
    width: 100% !important;
    margin-right: 0;
    min-height: auto !important;
    margin-bottom: 4em !important;
  }
}

@media (max-width: 500px) {
  #vertaaldeBoeken ul li {
    font-size: 0.8em;
  }
  h1 {
    font-size: 2em;
    padding-top: 8em;
  }
  h2 {
    font-size: 1em;
  }
  #home .wrapper p {
    font-size: 1em;
    display: block;
  }
  #eigenWerk ul li {
    box-sizing: border-box;
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  #eigenWerk ul li:nth-child(even) {
    margin-right: 0;
  }
  #eigenWerk ul li:nth-child(1),
  #eigenWerk ul li:nth-child(2),
  #eigenWerk ul li:nth-child(3),
  #eigenWerk ul li:nth-child(4) {
    margin-bottom: 0.6em;
  }
  .wrapper {
    padding: 0 1.5em;
  }
  #vertaaldeBoeken ul li {
    height: 26vw;
    padding-top: 9.5vw;
  }
  #vertaaldeBoeken ul li:nth-child(1),
  #vertaaldeBoeken ul li:nth-child(3),
  #vertaaldeBoeken ul li:nth-child(6) {
    padding-top: 11vw;
  }
}

@media (max-width: 400px) {
  #vertaaldeBoeken ul li {
    font-size: 0.6em;
  }
  #vertaaldeBoeken ul li {
    height: 25vw;
    padding-top: 9.5vw;
  }
  #vertaaldeBoeken ul li:nth-child(1),
  #vertaaldeBoeken ul li:nth-child(3),
  #vertaaldeBoeken ul li:nth-child(6) {
    padding-top: 11vw;
  }
  footer {
    font-size: 0.8em;
  }
}