/* Algemene instellingen */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #353535;
}

input, select, textarea {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #353535;
}
a {
  color: #353535;
}

body {
  background: url(../images/body_bg.png) repeat;
  overflow-x: hidden;
}

img {
  border: 0;
}

ul, li {
  list-style: none;
}

:focus {
  outline: none;
}

.clear {
  clear: both;
  height: 0;
}

/* Wrapper en algemene container */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  background: url(../images/wrapper_bg.png) repeat-x;
  overflow-x: hidden;
}

#mainCntr {
  margin: 0 auto;
  max-width: 958px;
  position: relative;
}

#headerCntr {
  position: relative;
  width: 50%;
  height: 135px;
}

#mannetje {
  display: block;  /* Zorg ervoor dat het element standaard zichtbaar is (voor desktops) */
  top: 10px;  /* 10px vanaf de bovenkant */
  right: 500px;  /* 10px vanaf de rechterkant */
  z-index: 1000;  /* Zorgt ervoor dat de afbeelding boven andere elementen komt */

}
	
/* Verberg de afbeelding voor kleinere schermen */
@media only screen and (max-width: 1024px) {
  #mannetje {
    display: none;  /* Verberg de afbeelding voor schermen kleiner dan 1024px */
  }
}

#headerCntr .logo {
  padding-left: 0px;
  padding-top: 30px;
  width: 50%;
  text-align: center;
}

#contentCntr {
  width: 100%;
}

/* Left and Right Containers */
#leftCntr {
  float: left;
  width: 32%;
  padding: 13px 17px;
  box-sizing: border-box;
}

#rightCntr {
  float: right;
  width: 66%;
}

/* Categorieën en navigatie */
.categoriesBox {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  background: #D61C0A;
  box-sizing: border-box;
}

.categoriesBox h3 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  font-family: 'metablack-capsregular';
  padding-left: 20px;
  line-height: 44px;
}

.categoriesBox ul {
  list-style: none;
}

.categoriesBox li {
  width: 100%;
  font-size: 15px;
}

.categoriesBox li:last-child a {
  border-radius: 0 0 15px 15px;
}

.categoriesBox li a {
  color: #fff;
  display: block;
  padding-left: 22px;
  box-sizing: border-box;
  background: url(../images/categories_bg.png) repeat-x;
  line-height: 32px;
  position: relative;
  text-decoration: none;
}

.categoriesBox li a img {
  position: absolute;
  top: -13px;
  right: 0;
  display: none;
  z-index: 300;
}

.categoriesBox li a:hover,
.categoriesBox li.active a {
  background-position: 0 -35px;
}

.categoriesBox li a:hover img,
.categoriesBox li.active a img {
  display: block;
}

/* Number Box */
.numberBox {
  width: 100%;
  padding: 10px 155px 54px 26px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.numberBox h3 {
  color: #353535;
  font-size: 28px;
  line-height: 36px;
  font-family: 'metablack-capsregular';
  font-weight: normal;
  overflow: hidden;
  float: left;
  width: 100%;
}

.numberBox h3 span {
  color: #fff;
  display: inline-block;
  float: right;
  margin-right: 45px;
  font-size: 10px;
  font-family: Verdana;
}

.numberBox strong.num {
  float: left;
  width: 100%;
  color: #fff !important;
  font-size: 72px;
  font-weight: normal;
  margin-top: -30px;
  font-family: 'metablack-capsregular';
  line-height: 100px;
  display: block;
  text-shadow: -5px 5px 4px rgba(0, 0, 0, 0.4) !important;
  white-space: nowrap;
}

.numberBox strong.num a {
  text-decoration: none !important;
  color: #DA1B01 !important;
}

.numberBox img {
  position: absolute;
  top: 0;
  right: 0;
}

.textBox {
  width: 100%;
  margin: 0 24px 0 28px;
  background: #fff;
  border-radius: 30px;
  padding: 42px 40px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

.textBox p,
table {
  color: #353535;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 20px;
}

.textBox p a {
  color: #DA1B01;
  text-decoration: none;
}

.textBox p a:hover {
  text-decoration: none;
}

.textBox p.last {
  padding-bottom: 0;
}

/* Footer */
#footerCntr {
  overflow: hidden;
  width: 100%;
  background: #FFC90E url(../images/footer_bg.png) repeat-x;
  margin-top: 60px;
  padding: 20px 0 10px 0;
}

#footerCntr .inner {
  margin: 0 auto;
  max-width: 958px;
}

#footerCntr p {
  float: left;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  padding-left: 110px;
}

#footerCntr ul {
  float: right;
  padding-right: 78px;
  list-style: none;
}

#footerCntr li {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

#footerCntr li a {
  color: #fff;
  text-decoration: none;
}

#footerCntr li a:hover {
  text-decoration: underline;
}

.search-header {
  margin-top: 12px;
}

.search input {
  margin: 0 0 0 20px;
  padding: 3px;
  background: white;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  display: inline;
  width: 145px;
}

.search input[type="submit"] {
  width: 70px;
  margin: 0;
}

.pagination li {
  display: inline;
  padding-right: 3px;
}

.pagination li a {
  color: rgb(0, 181, 220);
}

.pagination .active {
  font-weight: bold;
}


/* Media Queries */

/* Kleine schermen (tablets, mobiele telefoons) */
@media only screen and (max-width: 957px) {
  .numberBox {
    padding-right: 30px;
    padding-left: 0;
  }

  .numberBox img {
    width: 180px;
    top: 0;
  }

  .numberBox h3 {
    font-size: 30px;
  }

  .numberBox h3 span {
    font-size: 17px;
    margin-right: 70px;
  }

  .numberBox strong.num {
    font-size: 76px;
    margin: 10px 0 20px 0;
    line-height: 50px;
  }

  .textBox {
    margin: 0;
    padding: 30px 20px;
  }

  #leftCntr {
    width: 36%;
    padding: 13px 9px;
  }

  #rightCntr {
    width: 61%;
    margin-right: 1%;
  }

  #footerCntr .inner {
    margin: 0 2%;
    width: 96%;
  }

  #footerCntr p {
    font-size: 13px;
    padding-left: 0;
  }

  #footerCntr ul {
    padding-right: 0;
  }

  #footerCntr li {
    font-size: 14px;
  }
}

/* Mobiele schermen (smartphones) */
@media only screen and (max-width: 700px) {
  #headerCntr .logo {
    padding-left: 0;
    padding-top: 30px;
    width: 50%;
    text-align: center;
  }

  #headerCntr .logo img {
    display: inline;
  }

  #leftCntr {
    float: none;
    width: 100%;
    padding: 20px 30px;
  }

  #rightCntr {
    float: none;
    width: 94%;
    margin: 0 3%;
  }
  .numberBox {
    padding-right: 102px;
  }

  #footerCntr {
    padding: 0;
  }

  #footerCntr p {
    font-size: 14px;
    padding-left: 0;
    float: none;
    line-height: 54px;
    width: 100%;
    text-align: center;
  }

  #footerCntr ul {
    padding-right: 0;
    float: none;
    width: 100%;
    text-align: center;
  }

  #footerCntr li {
    font-size: 14px;
    float: none;
    display: inline-block;
    margin: 0 10px;
    line-height: 54px;
  }
}

/* Extra kleine schermen (sehr kleine mobiele telefoons) */
@media only screen and (max-width: 500px) {
  IMG#mannetje {
    position: absolute;
    top: 70px;
    left: 225px;
    z-index: 1000;
  }

  #leftCntr {
    padding: 20px;
  }

  .numberBox {
    padding-bottom: 47px;
  }

  .numberBox h3 {
    line-height: 30px;
  }

  .numberBox h3 span {
    display: block;
    float: none;
  }

  .numberBox strong.num {
    font-size: 62px;
    margin-bottom: 0;
  }

  .numberBox img {
    position: absolute;
    top: -45px;
    right: 0;
  }

  #footerCntr p {
    font-size: 13px;
  }

  #footerCntr li {
    font-size: 12px;
    margin: 0 7px;
  }

  .logo {
    margin-left: 25px;
  }

  #headerCntr {
    padding-bottom: 35px;
    padding-top: 0;
  }

  .languages {
    left: 35px !important;
    bottom: 0 !important;
    width: 100%;
    overflow: auto;
  }

  .touch .others {
    display: none;
  }

  .others {
    position: absolute;
    top: 10px !important;
    left: -45% !important;
    transform: scale(0.6);
  }
}