/*
Default colors:
Cool Grey: #979899
Red: #A32D60
Dark green: #004F50
Medium green: #006072
Light grey: #F6F6F6

font-family:
General: GreycliffCF
Headers: Playfair Display

 */

@font-face {
  font-family: 'GreycliffCF';
  src: url('../webfonts/GreycliffCF-Regular.eot');
  src: url('../webfonts/GreycliffCF-Regular.eot?#iefix') format('embedded-opentype'),url('../webfonts/GreycliffCF-Regular.woff2') format('woff2'),url('../webfonts/GreycliffCF-Regular.woff') format('woff'),url('../webfonts/GreycliffCF-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'GreycliffCF-bold';
  src: url('../webfonts/GreycliffCF-Bold.eot');
  src: url('../webfonts/GreycliffCF-Bold.eot?#iefix') format('embedded-opentype'),url('../webfonts/GreycliffCF-Bold.woff2') format('woff2'),url('../webfonts/GreycliffCF-Bold.woff') format('woff'),url('../webfonts/GreycliffCF-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'GreycliffCF-xbold';
  src: url('../webfonts/GreycliffCF-ExtraBold.eot');
  src: url('../webfonts/GreycliffCF-ExtraBold.eot?#iefix') format('embedded-opentype'),url('../webfonts/GreycliffCF-ExtraBold.woff2') format('woff2'),url('../webfonts/GreycliffCF-ExtraBold.woff') format('woff'),url('../webfonts/GreycliffCF-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../css/fonts/glyphicons-halflings-regular.eot');
  src: url('../css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.font-greycliff {
  font-family: 'GreycliffCF', Tahoma, Geneva, sans-serif;
}
.font-greycliff-xbold {
  font-family: 'GreycliffCF-xbold', Tahoma, Geneva, sans-serif;
}
.font-playfair {
  font-family: 'Playfair Display', 'Palatino Linotype',  'Book Antiqua', Palatino, serif;
}

/* Resets */
html,
body {
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0 0 1rem;
}
img {
  max-width: 100%;
  height: auto;
}
/* End of resets */

body {
  font-family: 'GreycliffCF', sans-serif;
  font-size: 13px;
}
h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.2em;
}
p {
  line-height: 1.5em;
}
a, a:visited {
  color: #a32d60;
  text-decoration: none;
}
a:hover, a:active {
  color: #004f50;
  text-decoration: underline;
}
.wrapper {
  height: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}
.button:hover {
  background-color: #3c3c3b;
  color: #ffffff;
}
.button {
  background-color: #a32d60;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
  border-radius: 12px;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
  font-family: 'GreycliffCF-bold', sans-serif;
}

/* HEADER AND FOOTER */
.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: #004f50 30px solid;
}
.header .wrapper {
  padding-top: 0;
}
.header nav {
  width: 100%;
  display: inline-flex;
}
.header nav img {
  width: 90px;
}
.header nav ul,
.header_quick_external_links ul {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  margin: 25px;
  padding-inline-start: 0;
}
.header nav ul li,
.header_quick_external_links ul li {
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
  flex-grow: 1;
  text-align: center;
  order: 1;
}
.header nav ul li.logo {
  flex-shrink: 0;
}
.header nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #004f50;
}
.header nav ul li a:hover {
  text-decoration: underline;
  color: #a32c60;
}
.header nav ul li a.active {
  font-family: 'GreycliffCF-xbold', Tahoma, Geneva, sans-serif;
}
.header_quick_external_links {
  padding: 8px;
  text-align: center;
  color: #ffffff;
  font-family: 'GreycliffCF', sans-serif;
  font-size: 13px;
}
.header_quick_external_links p {
  padding: 0;
}
.header_quick_external_links ul {
  margin: 0;
}
.header_quick_external_links ul li a {
  text-decoration: none;
  color: #ffffff;
}
.header_quick_external_links ul li a:hover {
  text-decoration: underline;
  color: #efefef;
}
.footer {
  background-color: #3c3c3b;
  color: #ffffff;
}
.footer-wrapper {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 20px;
}
.footer .kolom .social {
  text-decoration: none;
}
.footer .kolom .social svg {
  width: 15px;
  height: 15px;
  fill: #01cace;
}
.footer .kolom .social svg:hover {
  fill: #ffffff;
}
.footer .kolom a {
  color: #01cace;
  text-decoration: none;
}
.footer .kolom a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* END HEADER AND FOOTER */

.tpdph4item {
  font-family: Arial, Helvetica, sans-serif;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
  content: "\e003";
}

#ZoekForm {
  margin-top: 119px;
}

.search-box {
  margin-top: 119px;
  background-color: #33312e;
  padding: 15px 0;
  display: none;
  text-align: center;
}

.search-txt {
  background-color: #262522;
  border: 1px solid #1a1917;
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  height: 50px;
  padding: 0 10px;
  width: 700px;
  margin-right: -53px;
}

.btn-search__icon {
  width: 50px;
  height: 50px;
  float: right;
  background: #5E5C57;
  color: #C5C5B8;
  line-height: 50px;
  padding-left: 16px;
  cursor: pointer;
  margin-right: 20px
}

.btn-search__icon {
  background: url(../images/icon-close_desktop.jpg) center top no-repeat;
}

.btn-search__icon.glyphicon-search:before {
  content: "";
}

.btn-search {
  background-color: #5E5C57;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  line-height: 24px;
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
}

